]> git.mjollnir.org Git - moodle.git/commitdiff
Strings for user profiles
authorikawhero <ikawhero>
Fri, 12 Jan 2007 07:42:33 +0000 (07:42 +0000)
committerikawhero <ikawhero>
Fri, 12 Jan 2007 07:42:33 +0000 (07:42 +0000)
lang/en_utf8/admin.php

index b89dbd1f4ab60c24335383a52d0df7be492f1b0b..123d1b0a97918d560383e37be55eef117042125a 100644 (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';