From 1f18fd5e8ff242f7a26ffa2b5a5da7bd191f4c64 Mon Sep 17 00:00:00 2001 From: ikawhero Date: Fri, 12 Jan 2007 08:05:37 +0000 Subject: [PATCH] More profile strings --- lang/en_utf8/admin.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 123d1b0a97..6a6b504b42 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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).
Do you still wish to delete this category?'; $string['profileconfirmfielddeletion'] = 'There is/are $a user record/s for this field which will be deleted.
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'; -- 2.39.5