32 lines
593 B
Perl
32 lines
593 B
Perl
package WebGUI::i18n::English::Macro_a_account;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'account title' => {
|
|
message => q|Account Macro Template Variables|,
|
|
lastUpdated => 1184691356,
|
|
},
|
|
|
|
'account.url' => {
|
|
message => q|The URL to the account page.|,
|
|
lastUpdated => 1149177662,
|
|
},
|
|
|
|
'account.text' => {
|
|
message => q|The translated label for the account link, or the text that you supply to the macro.|,
|
|
lastUpdated => 1149177662,
|
|
},
|
|
|
|
'46' => {
|
|
message => q|My Account|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'macroName' => {
|
|
message => q|Account|,
|
|
lastUpdated => 1128837060
|
|
},
|
|
};
|
|
|
|
1;
|