]> git.mjollnir.org Git - moodle.git/commitdiff
More profile strings
authorikawhero <ikawhero>
Fri, 12 Jan 2007 08:05:37 +0000 (08:05 +0000)
committerikawhero <ikawhero>
Fri, 12 Jan 2007 08:05:37 +0000 (08:05 +0000)
lang/en_utf8/admin.php

index 123d1b0a97918d560383e37be55eef117042125a..6a6b504b422b4808610fb60ccb705872df269192 100644 (file)
@@ -400,10 +400,16 @@ $string['profilecommonsettings'] = 'Common settings';
 $string['profileconfirmcategorydeletion'] = 'There is/are $a field/s in this category which will be moved into the category above (or below if in the top category).<br />Do you still wish to delete this category?';
 $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['profilecreatefield'] = 'Create a new profile field: ';
+$string['profilecreatenewcategory'] = 'Creating a new category';
+$string['profilecreatenewfield'] = 'Creating a new profile field';
 $string['profiledefaultcategory'] = 'Other fields';
 $string['profiledefaultdata'] = 'Default value';
+$string['profiledeletefield'] = 'Deleting a field';
+$string['profiledeletecategory'] = 'Deleting a category';
 $string['profiledescription'] = 'Description of the field';
+$string['profileeditcategory'] = 'Editing category: $a';
+$string['profileeditfield'] = 'Editing profile field: $a';
 $string['profilefields'] = 'User profile fields';
 $string['profilefieldsize'] = 'Display size';
 $string['profilefieldmaxlength'] = 'Maximum length';