132 lines
2.8 KiB
Perl
132 lines
2.8 KiB
Perl
package WebGUI::i18n::English::Icon;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'locked' => {
|
|
message => q|Locked|,
|
|
lastUpdated => 1096319549
|
|
},
|
|
|
|
'locked help' => {
|
|
message => q|Show a list of all revisions of this Asset. This icon is only available if the asset isn't locked, or is locked and you are using the tag it was edited under.|,
|
|
lastUpdated => 1148591578
|
|
},
|
|
|
|
'Move Up' => {
|
|
message => q|Move Up|,
|
|
lastUpdated => 1096319549
|
|
},
|
|
|
|
'Move Left' => {
|
|
message => q|Move Left|,
|
|
lastUpdated => 1096319557
|
|
},
|
|
|
|
'View' => {
|
|
message => q|View|,
|
|
lastUpdated => 1096319545
|
|
},
|
|
|
|
'Page Settings' => {
|
|
message => q|Page Settings|,
|
|
lastUpdated => 1096319547
|
|
},
|
|
|
|
'Move To Bottom' => {
|
|
message => q|Move To Bottom|,
|
|
lastUpdated => 1096319550
|
|
},
|
|
|
|
'Create Shortcut' => {
|
|
message => q|Create Shortcut|,
|
|
lastUpdated => 1096319531
|
|
},
|
|
|
|
'Create Shortcut help' => {
|
|
message => q|Create a Shortcut to this Asset and put the Shortcut on the Clipboard. Since you can not create a Shortcut to another Shortcut, this icon will not be shown for any type of Shortcut Asset.|,
|
|
lastUpdated => 1096319531
|
|
},
|
|
|
|
'Cut' => {
|
|
message => q|Cut|,
|
|
lastUpdated => 1096319564
|
|
},
|
|
|
|
'Cut help' => {
|
|
message => q|Cut this asset and place it into the clipboard.|,
|
|
lastUpdated => 1148591672
|
|
},
|
|
|
|
'Move To Top' => {
|
|
message => q|Move To Top|,
|
|
lastUpdated => 1096319549
|
|
},
|
|
|
|
'Delete' => {
|
|
message => q|Delete|,
|
|
lastUpdated => 1096319563
|
|
},
|
|
|
|
'Delete help' => {
|
|
message => q|Delete this asset and put a copy in the trash. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag it was edited under.|,
|
|
lastUpdated => 1165448627
|
|
},
|
|
|
|
'Wobject Settings' => {
|
|
message => q|Wobject Settings|,
|
|
lastUpdated => 1096319543
|
|
},
|
|
|
|
'Copy' => {
|
|
message => q|Copy|,
|
|
lastUpdated => 1096319529
|
|
},
|
|
|
|
'Copy help' => {
|
|
message => q|Place a copy of this Asset into the Clipboard.|,
|
|
lastUpdated => 1148591693
|
|
},
|
|
|
|
'Edit' => {
|
|
message => q|Edit|,
|
|
lastUpdated => 1096319562
|
|
},
|
|
|
|
'Edit help' => {
|
|
message => q|Edit the properties of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag it was edited under.|,
|
|
lastUpdated => 1165448622
|
|
},
|
|
|
|
'Manage' => {
|
|
message => q|Manage|,
|
|
lastUpdated => 1096319559
|
|
},
|
|
|
|
'Move Down' => {
|
|
message => q|Move Down|,
|
|
lastUpdated => 1096319558
|
|
},
|
|
|
|
'Move Right' => {
|
|
message => q|Move Right|,
|
|
lastUpdated => 1096319555
|
|
},
|
|
|
|
'Drag' => {
|
|
message => q|Drag|,
|
|
lastUpdated => 1096319563
|
|
},
|
|
|
|
'Export' => {
|
|
message => q|Export|,
|
|
lastUpdated => 1096319561
|
|
},
|
|
|
|
'Export help' => {
|
|
message => q|If an export path was defined in the WebGUI config file for this site, a new menu item will be addded to the toolbar. Selecting this menu item will bring up the Export as HTML screen for this Asset.|,
|
|
lastUpdated => 1165448862,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|