18 lines
309 B
Perl
18 lines
309 B
Perl
package WebGUI::i18n::English::Macro_RenderThingData;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'bad tags' => {
|
|
message => q||,
|
|
lastUpdated => 1306275259,
|
|
},
|
|
|
|
'no template' => {
|
|
message => q|RenderThingData: Please specify a template.|,
|
|
lastUpdated => 1149177662,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|