webgui/t/supporting_collateral/WebGUI.pm
2009-02-21 22:19:46 +00:00

16 lines
324 B
Perl

package WebGUI::i18n::PigLatin::WebGUI;
our $I18N = {
'webgui' => {
message => q|ebGUIWay|,
lastUpdated => 1141963573,
context => q|Test key for International macro test. DO NOT TRANSLATE|,
},
'key with spaces in it' => {
message => q|Key Contained Spaces|,
lastUpdated => 0,
}
};
1;