webgui/lib/WebGUI/i18n/English/Macro_AdminToggle.pm
2007-12-05 04:21:56 +00:00

37 lines
797 B
Perl

package WebGUI::i18n::English::Macro_AdminToggle;
use strict;
our $I18N = {
'macroName' => {
message => q|Admin Toggle|,
lastUpdated => 1128837629,
},
'admin toggle title' => {
message => q|Admin Toggle Macro Template Variables|,
lastUpdated => 1184691381,
},
'toggle.url' => {
message => q|The URL to activate or deactivate Admin mode.|,
lastUpdated => 1149178440,
},
'toggle.text' => {
message => q|The Internationalized label for turning on or off Admin (depending on the state of the macro), or the text that you supply to the macro.|,
lastUpdated => 1149178440,
},
'516' => {
message => q|Turn Admin On!|,
lastUpdated => 1031514049
},
'517' => {
message => q|Turn Admin Off!|,
lastUpdated => 1031514049
},
};
1;