34 lines
690 B
Perl
34 lines
690 B
Perl
package WebGUI::i18n::English::WebGUI-Profile;
|
|
|
|
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;
|