webgui/lib/WebGUI/i18n/English/Macro_a_account.pm
Colin Kuskie 7c6ba21048 Help cleanup moves into the Macros. Macro help title will be
Macro Template Variables.
Body tags in the help are now optional.  To skip the body tag, put
in an empty string.  Updated the Help and the tests to cover that.
Updated the Account Macro according to those rules.
2007-07-16 22:59:15 +00:00

31 lines
581 B
Perl

package WebGUI::i18n::English::Macro_a_account;
our $I18N = {
'account title' => {
message => q|Account Macro Template Variables|,
lastUpdated => 1112466408,
},
'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;