37 lines
734 B
Perl
37 lines
734 B
Perl
package WebGUI::i18n::English::Macro_LoginToggle;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Login Toggle|,
|
|
lastUpdated => 1128839147,
|
|
},
|
|
|
|
'login toggle title' => {
|
|
message => q|Login Toggle Macro Template Variables|,
|
|
lastUpdated => 1184710063,
|
|
},
|
|
|
|
'716' => {
|
|
message => q|Login|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'717' => {
|
|
message => q|Logout|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'toggle.url' => {
|
|
message => q|The URL to login or logout.|,
|
|
lastUpdated => 1184712592,
|
|
},
|
|
|
|
'toggle.text' => {
|
|
message => q|The Internationalized label for logging in or logging out (depending on the state of the macro), or the text that you supply to the macro.|,
|
|
lastUpdated => 1184712592,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|