webgui/lib/WebGUI/i18n/English/Macro_AdminBar.pm
2007-01-12 17:40:58 +00:00

97 lines
2 KiB
Perl

package WebGUI::i18n::English::Macro_AdminBar;
our $I18N = {
'admin bar title' => {
message => q|Admin Bar Macro|,
lastUpdated => 1112374923,
},
'adminbar_loop' => {
message => q|A loop containing the various lists of data to display.|,
lastUpdated => 1149178356,
},
'label' => {
message => q|A heading label for this category.|,
lastUpdated => 1149178356,
},
'name' => {
message => q|A javascript friendly name for this category.|,
lastUpdated => 1149178356,
},
'items' => {
message => q|A loop containing the list if items in this category.|,
lastUpdated => 1149178356,
},
'title' => {
message => q|The displayable link title for this item.|,
lastUpdated => 1149178356,
},
'url' => {
message => q|The link URL for this item.|,
lastUpdated => 1149178356,
},
'icon' => {
message => q|The URL of an icon to associate with this item.|,
lastUpdated => 1149178356,
},
'admin bar body' => {
message => q|
<p><b>&#94;AdminBar;</b><br />
<b>&#94;AdminBar(<i>custom template ID</i>);</b><br />
Places the administrative tool bar on the page. Omitting this macro will prevent you from adding content, pasting
content from the clipboard, accessing the help system and other administrative functions.</p>
<p>This Macro may not be nested inside other Macros.</p>
<p>
The macro may take one optional argument, an alternate template in the Macro/AdminBar namespace for generating the AdminBar. The following variables are available in the template:</p>
|,
lastUpdated => 1168558295,
},
'376' => {
message => q|Package|,
lastUpdated => 1031514049
},
'1083' => {
message => q|New Content|,
lastUpdated => 1076866510
},
'1082' => {
message => q|Clipboard|,
lastUpdated => 1076866475
},
'399' => {
message => q|Validate this page.|,
lastUpdated => 1031514049
},
'12' => {
message => q|Turn admin off.|,
lastUpdated => 1031514049
},
'commit my changes' => {
message => q|Commit My Changes|,
lastUpdated => 0
},
'macroName' => {
message => q|AdminBar|,
lastUpdated => 1128837324
},
};
1;