webgui/lib/WebGUI/i18n/English/Macro_LastModified.pm
Colin Kuskie d085152304 Added POD to 4 macros.
Internationalized Error messages for Include and LastModified
2005-12-19 05:34:13 +00:00

35 lines
902 B
Perl

package WebGUI::i18n::English::Macro_LastModified;
our $I18N = {
'never' => {
message => q|Never|,
lastUpdated => 1134969093
},
'macroName' => {
message => q|LastModified|,
lastUpdated => 1128839043,
},
'last modified title' => {
message => q|LastModified Macro|,
lastUpdated => 1112466408,
},
'last modified body' => {
message => q|
<b>&#94;LastModified;</b><br>
<b>&#94;LastModified(<i>"text"</i>,<i>"date format"</i>);</b><br>
Displays the date that the current page was last modified based upon the wobjects on the page. By default, the date is displayed based upon the user's date preferences. Optionally, it can take two parameters. The first is text to display before the date. The second is a date format string (see the date macro, &#94;D;, for details.
<p>
<i>Example:</i> &#94;LastModified("Updated: ","%c %D, %y");
<p>
|,
lastUpdated => 1112466919,
},
};
1;