82 lines
1.5 KiB
Perl
82 lines
1.5 KiB
Perl
package WebGUI::i18n::English::WebGUIProfile;
|
|
|
|
our $I18N = {
|
|
'787' => {
|
|
message => q|Edit this profile field.|,
|
|
lastUpdated => 1036964659
|
|
},
|
|
|
|
'790' => {
|
|
message => q|Delete this profile category.|,
|
|
lastUpdated => 1036964807
|
|
},
|
|
|
|
'466' => {
|
|
message => q|Are you certain you wish to delete this category and move all of its fields to the Miscellaneous category?|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'468' => {
|
|
message => q|Edit User Profile Category|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'489' => {
|
|
message => q|Profile Category|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'471' => {
|
|
message => q|Edit User Profile Field|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'491' => {
|
|
message => q|Add a profile field.|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'467' => {
|
|
message => q|Are you certain you wish to delete this field and all user data attached to it?|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'897' => {
|
|
message => q|Editable?|,
|
|
lastUpdated => 1050167573
|
|
},
|
|
|
|
'474' => {
|
|
message => q|Required?|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'789' => {
|
|
message => q|Edit this profile category.|,
|
|
lastUpdated => 1036964795
|
|
},
|
|
|
|
'490' => {
|
|
message => q|Add a profile category.|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'788' => {
|
|
message => q|Delete this profile field.|,
|
|
lastUpdated => 1036964681
|
|
},
|
|
|
|
'473' => {
|
|
message => q|Visible?|,
|
|
lastUpdated => 1031514049
|
|
},
|
|
|
|
'user profiling' => {
|
|
message => q|User Profiling|,
|
|
lastUpdated =>1092930637,
|
|
context => q|Title of the user profile settings manager for the admin console.|
|
|
},
|
|
|
|
};
|
|
|
|
1;
|