internationalize WebGUI icons from Icon.pm
This commit is contained in:
parent
d28bc13924
commit
91c2aa87d2
2 changed files with 120 additions and 19 deletions
101
lib/WebGUI/i18n/English/Icon.pm
Executable file
101
lib/WebGUI/i18n/English/Icon.pm
Executable file
|
|
@ -0,0 +1,101 @@
|
|||
package WebGUI::i18n::English::Icon;
|
||||
|
||||
our $I18N = {
|
||||
'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
|
||||
},
|
||||
|
||||
'Paste' => {
|
||||
message => q|Paste|,
|
||||
lastUpdated => 1096319546
|
||||
},
|
||||
|
||||
'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
|
||||
},
|
||||
|
||||
'Help' => {
|
||||
message => q|Help|,
|
||||
lastUpdated => 1096319560
|
||||
},
|
||||
|
||||
'Export' => {
|
||||
message => q|Export|,
|
||||
lastUpdated => 1096319561
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue