From: ikawhero Date: Fri, 12 Jan 2007 07:02:45 +0000 (+0000) Subject: New strings for customisable profile fields X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f1ab51b7bd92166a1402e352e3744180a5abb90b;p=moodle.git New strings for customisable profile fields --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 18cd2af19c..b89dbd1f4a 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -393,6 +393,35 @@ $string['pgclusterdescription'] = 'PostgreSQL version/cluster parameter for comm $string['php50restricted'] = 'PHP 5.0.x has a number of known problems, please upgrade to 5.1.x or downgrade to 4.3.x or 4.4.x'; $string['pleaseregister'] = 'Please register your site to remove this button'; $string['plugins'] = 'Modules'; +$string['profilecategory'] = 'Category'; +$string['profilecategoryname'] = 'Category name (must be unique)'; +$string['profilecategorynamenotunique'] = 'This category name is already in use'; +$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['profiledefaultdata'] = 'Default value'; +$string['profiledescription'] = 'Description of the field'; +$string['profilefields'] = 'User profile fields'; +$string['profilefieldsize'] = 'Display size'; +$string['profilefieldmaxlength'] = 'Maximum length'; +$string['profileinvaliddata'] = 'Invalid value'; +$string['profilelocked'] = 'Is this field locked?'; +$string['profilemenudefaultnotinoptions'] = 'The default value is not one of the options'; +$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['profileshortname'] = 'Short name (must be unique)'; +$string['profileshortnamenotunique'] = 'This short name is already in use'; +$string['profilespecificsettings'] = 'Specific settings'; +$string['profilerequired'] = 'Is this field required?'; +$string['profilevisibleall'] = 'Visible to everyone'; +$string['profilevisiblenone'] = 'Not visible'; +$string['profilevisibleprivate'] = 'Visible to user'; +$string['profilevisible'] = 'Who is this field visible to?'; $string['protectusernames'] = 'Protect usernames'; $string['proxyhost'] = 'Proxy host'; $string['proxyport'] = 'Proxy port'; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index a01d1627cf..0d48d89d04 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -176,6 +176,7 @@ $string['byname'] = 'by $a'; $string['bypassed'] = 'Bypassed'; $string['cachecontrols'] = 'Cache Controls'; $string['cancel'] = 'Cancel'; +$string['cancelled'] = 'Cancelled'; $string['categories'] = 'Course categories'; $string['category'] = 'Category'; $string['categoryadded'] = 'The category \'$a\' was added';