24 lines
555 B
Perl
24 lines
555 B
Perl
package WebGUI::i18n::English::Macro_RenderThingData;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'bad tags' => {
|
|
message => q|RenderThingData: Thingy output contains script tags.|,
|
|
lastUpdated => 1306275259,
|
|
},
|
|
|
|
'no template' => {
|
|
message => q|RenderThingData: Please specify a template.|,
|
|
lastUpdated => 1306337467,
|
|
},
|
|
|
|
'bad url' => {
|
|
message => q|Bad URL: |,
|
|
lastUpdated => 1306337468,
|
|
context => q|A URL with missing parameters or one that does not refer to a Thingy asset.|,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|