fixing bug created by new language system
This commit is contained in:
parent
dae0123fae
commit
078a5ca108
2 changed files with 17 additions and 17 deletions
34
lib/WebGUI/i18n/English/WebGUIProfile.pm
Normal file
34
lib/WebGUI/i18n/English/WebGUIProfile.pm
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
package WebGUI::i18n::English::WebGUIProfile;
|
||||
|
||||
our $I18N = {
|
||||
471 => q|Edit User Profile Field|,
|
||||
|
||||
466 => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
||||
|
||||
467 => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
||||
|
||||
473 => q|Visible?|,
|
||||
|
||||
474 => q|Required?|,
|
||||
|
||||
489 => q|Profile Category|,
|
||||
|
||||
490 => q|Add a profile category.|,
|
||||
|
||||
491 => q|Add a profile field.|,
|
||||
|
||||
468 => q|Edit User Profile Category|,
|
||||
|
||||
790 => q|Delete this profile category.|,
|
||||
|
||||
789 => q|Edit this profile category.|,
|
||||
|
||||
788 => q|Delete this profile field.|,
|
||||
|
||||
787 => q|Edit this profile field.|,
|
||||
|
||||
897 => q|Editable?|,
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue