]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for customisable profile fields
authorikawhero <ikawhero>
Fri, 12 Jan 2007 07:02:45 +0000 (07:02 +0000)
committerikawhero <ikawhero>
Fri, 12 Jan 2007 07:02:45 +0000 (07:02 +0000)
lang/en_utf8/admin.php
lang/en_utf8/moodle.php

index 18cd2af19cbfadade99a9c01f128f167cecec261..b89dbd1f4ab60c24335383a52d0df7be492f1b0b 100644 (file)
@@ -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).<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['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';
index a01d1627cf334325084a37487583da9620dfa0d0..0d48d89d0453f39bfda5aa3961edebc6470dd344 100644 (file)
@@ -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';