26 lines
600 B
Perl
26 lines
600 B
Perl
package WebGUI::i18n::English::Macro_Splat_random;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Random|,
|
|
lastUpdated => 1128919051,
|
|
},
|
|
|
|
'random title' => {
|
|
message => q|Random Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'random body' => {
|
|
message => q|
|
|
|
|
<p><b>^*; or ^*(); - Random Number</b><br />
|
|
A randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this <b>^*(100);</b> to create a random number between 0 and 100.
|
|
</p>
|
|
|,
|
|
lastUpdated => 1146608648,
|
|
},
|
|
};
|
|
|
|
1;
|