37 lines
809 B
Perl
37 lines
809 B
Perl
package WebGUI::i18n::English::Macro_EditableToggle;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Editable Toggle|,
|
|
lastUpdated => 1128838139,
|
|
},
|
|
|
|
'editable toggle title' => {
|
|
message => q|Editable Toggle Macro Template Variables|,
|
|
lastUpdated => 1184691394,
|
|
},
|
|
|
|
'toggle.url' => {
|
|
message => q|The URL to activate or deactivate Admin mode.|,
|
|
lastUpdated => 1149218423,
|
|
},
|
|
|
|
'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 => 1149218423,
|
|
},
|
|
|
|
'516' => {
|
|
message => q|Turn Admin On!|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'517' => {
|
|
message => q|Turn Admin Off!|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
};
|
|
|
|
1;
|