96 lines
1.4 KiB
Perl
Executable file
96 lines
1.4 KiB
Perl
Executable file
package WebGUI::i18n::English::Icon;
|
|
|
|
our $I18N = {
|
|
'locked' => {
|
|
message => q|Locked|,
|
|
lastUpdated => 1096319549
|
|
},
|
|
|
|
'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
|
|
},
|
|
|
|
'Cut' => {
|
|
message => q|Cut|,
|
|
lastUpdated => 1096319564
|
|
},
|
|
|
|
'Move To Top' => {
|
|
message => q|Move To Top|,
|
|
lastUpdated => 1096319549
|
|
},
|
|
|
|
'Delete' => {
|
|
message => q|Delete|,
|
|
lastUpdated => 1096319563
|
|
},
|
|
|
|
'Wobject Settings' => {
|
|
message => q|Wobject Settings|,
|
|
lastUpdated => 1096319543
|
|
},
|
|
|
|
'Copy' => {
|
|
message => q|Copy|,
|
|
lastUpdated => 1096319529
|
|
},
|
|
|
|
'Edit' => {
|
|
message => q|Edit|,
|
|
lastUpdated => 1096319562
|
|
},
|
|
|
|
'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
|
|
},
|
|
|
|
};
|
|
|
|
1;
|