32 lines
602 B
Perl
32 lines
602 B
Perl
package WebGUI::i18n::English::Macro_H_homeLink;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Home Link|,
|
|
lastUpdated => 1128838633,
|
|
},
|
|
|
|
'home link title' => {
|
|
message => q|Home Link Macro Template Variables|,
|
|
lastUpdated => 1184709588,
|
|
},
|
|
|
|
'homeLink.url' => {
|
|
message => q|The URL to the home page.|,
|
|
lastUpdated => 1149217666,
|
|
},
|
|
|
|
'homeLink.text' => {
|
|
message => q|The translated label for the link to the home page or the text that you supply to the macro.|,
|
|
lastUpdated => 1149217666,
|
|
},
|
|
|
|
'47' => {
|
|
message => q|Home|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
};
|
|
|
|
1;
|