83 lines
1.5 KiB
Perl
83 lines
1.5 KiB
Perl
package WebGUI::i18n::English::Macro_AdminBar;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'admin bar title' => {
|
|
message => q|Admin Bar Macro Template Variables|,
|
|
lastUpdated => 1184691377,
|
|
},
|
|
|
|
'adminbar_loop' => {
|
|
message => q|A loop containing the various lists of data to display.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'label' => {
|
|
message => q|A heading label for this category.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'name' => {
|
|
message => q|A javascript friendly name for this category.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'items' => {
|
|
message => q|A loop containing the list if items in this category.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'title' => {
|
|
message => q|The displayable link title for this item.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'url' => {
|
|
message => q|The link URL for this item.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'icon' => {
|
|
message => q|The URL of an icon to associate with this item.|,
|
|
lastUpdated => 1149178356,
|
|
},
|
|
|
|
'376' => {
|
|
message => q|Package|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'1083' => {
|
|
message => q|New Content|,
|
|
lastUpdated => 1076866510
|
|
},
|
|
|
|
'1082' => {
|
|
message => q|Clipboard|,
|
|
lastUpdated => 1076866475
|
|
},
|
|
|
|
'399' => {
|
|
message => q|Validate this page.|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'12' => {
|
|
message => q|Turn admin off.|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'commit my changes' => {
|
|
message => q|Commit My Changes|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'macroName' => {
|
|
message => q|AdminBar|,
|
|
lastUpdated => 1128837324
|
|
},
|
|
|
|
};
|
|
|
|
1;
|