32 lines
644 B
Perl
32 lines
644 B
Perl
package WebGUI::i18n::English::Macro_r_printable;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Make Page Printable|,
|
|
lastUpdated => 1128919002,
|
|
},
|
|
|
|
'printable title' => {
|
|
message => q|Make Page Printable Macro Template Variables|,
|
|
lastUpdated => 1184711898,
|
|
},
|
|
|
|
'printable.url' => {
|
|
message => q|The URL to make the page printable.|,
|
|
lastUpdated => 1149217459,
|
|
},
|
|
|
|
'printable.text' => {
|
|
message => q|The translated label for the printable link, or the text that you supply to the macro.|,
|
|
lastUpdated => 1149217459,
|
|
},
|
|
|
|
'53' => {
|
|
message => q|Make Page Printable|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
};
|
|
|
|
1;
|