Strings for user profiles

This commit is contained in:
ikawhero 2007-01-12 07:42:33 +00:00
parent 0db6adc9b0
commit d687cb9e33

View File

@ -401,6 +401,7 @@ $string['profileconfirmcategorydeletion'] = 'There is/are $a field/s in this cat
$string['profileconfirmfielddeletion'] = 'There is/are $a user record/s for this field which will be deleted.<br />Do you still wish to delete this field?';
$string['profilecreatecategory'] = 'Create a new profile category';
$string['profilecreatefield'] = 'Create a new profile field';
$string['profiledefaultcategory'] = 'Other fields';
$string['profiledefaultdata'] = 'Default value';
$string['profiledescription'] = 'Description of the field';
$string['profilefields'] = 'User profile fields';
@ -413,7 +414,7 @@ $string['profilemenunooptions'] = 'No menu options supplied';
$string['profilemenuoptions'] = 'Menu options (one per line)';
$string['profilemenutoofewoptions'] = 'You must provide at least 2 options';
$string['profilename'] = 'Name';
$string['profilenocategoriesdefined'] = 'No categories have been defined';
$string['profilenofieldsdefined'] = 'No fields have been defined';
$string['profileshortname'] = 'Short name (must be unique)';
$string['profileshortnamenotunique'] = 'This short name is already in use';
$string['profilespecificsettings'] = 'Specific settings';