updated internationalization system again
This commit is contained in:
parent
a1a950a09f
commit
1b21302eb3
43 changed files with 6716 additions and 2283 deletions
|
|
@ -1,33 +1,75 @@
|
|||
package WebGUI::i18n::English::WebGUIProfile;
|
||||
|
||||
our $I18N = {
|
||||
471 => q|Edit User Profile Field|,
|
||||
'471' => {
|
||||
message => q|Edit User Profile Field|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
466 => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
||||
'466' => {
|
||||
message => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
467 => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
||||
'467' => {
|
||||
message => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
473 => q|Visible?|,
|
||||
'473' => {
|
||||
message => q|Visible?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
474 => q|Required?|,
|
||||
'474' => {
|
||||
message => q|Required?|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
489 => q|Profile Category|,
|
||||
'489' => {
|
||||
message => q|Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
490 => q|Add a profile category.|,
|
||||
'490' => {
|
||||
message => q|Add a profile category.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
491 => q|Add a profile field.|,
|
||||
'491' => {
|
||||
message => q|Add a profile field.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
468 => q|Edit User Profile Category|,
|
||||
'468' => {
|
||||
message => q|Edit User Profile Category|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
790 => q|Delete this profile category.|,
|
||||
'790' => {
|
||||
message => q|Delete this profile category.|,
|
||||
lastUpdated => 1036964807
|
||||
},
|
||||
|
||||
789 => q|Edit this profile category.|,
|
||||
'789' => {
|
||||
message => q|Edit this profile category.|,
|
||||
lastUpdated => 1036964795
|
||||
},
|
||||
|
||||
788 => q|Delete this profile field.|,
|
||||
'788' => {
|
||||
message => q|Delete this profile field.|,
|
||||
lastUpdated => 1036964681
|
||||
},
|
||||
|
||||
787 => q|Edit this profile field.|,
|
||||
'787' => {
|
||||
message => q|Edit this profile field.|,
|
||||
lastUpdated => 1036964659
|
||||
},
|
||||
|
||||
897 => q|Editable?|,
|
||||
'897' => {
|
||||
message => q|Editable?|,
|
||||
lastUpdated => 1050167573
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue