webgui/lib/WebGUI/i18n/English/Macro_AdminBar.pm
JT Smith 564fea1583 - Rebuilt AdminBar. Now renders faster, and has categories in the new content
menu.
 - Reconfigured asset configuration file properties
2008-09-28 19:50:31 +00:00

76 lines
1.4 KiB
Perl

package WebGUI::i18n::English::Macro_AdminBar;
use strict;
our $I18N = {
'packages' => {
message => q|Packages|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'prototypes' => {
message => q|Prototypes|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'basic' => {
message => q|Basic|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'community' => {
message => q|Community|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'intranet' => {
message => q|Intranet|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'utilities' => {
message => q|Utilities|,
lastUpdated => 0,
context => 'A category heading in the New Content menu.'
},
'1083' => {
message => q|New Content|,
context => 'A tab heading in the admin bar accordion.',
lastUpdated => 1076866510
},
'1082' => {
message => q|Clipboard|,
context => 'A tab heading in the admin bar accordion.',
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;