]> git.mjollnir.org Git - moodle.git/commitdiff
New strings for custom profile fields.
authorikawhero <ikawhero>
Thu, 16 Aug 2007 06:27:03 +0000 (06:27 +0000)
committerikawhero <ikawhero>
Thu, 16 Aug 2007 06:27:03 +0000 (06:27 +0000)
lang/en_utf8/admin.php

index cc3b2e5263684b28145833ccf687db6b0bd83ba5..db85bb2338dd73da5c22906fb51566569dc648af 100644 (file)
@@ -489,6 +489,7 @@ $string['profilefieldtypemenu'] = 'Menu of choices';
 $string['profilefieldtypetext'] = 'Text input';
 $string['profilefieldtypetextarea'] = 'Text area';
 $string['profilefieldmaxlength'] = 'Maximum length';
+$string['profileforceunique'] = 'Should the data be unique?';
 $string['profileinvaliddata'] = 'Invalid value';
 $string['profilelocked'] = 'Is this field locked?';
 $string['profilemenudefaultnotinoptions'] = 'The default value is not one of the options';
@@ -499,6 +500,7 @@ $string['profilename'] = 'Name';
 $string['profilenofieldsdefined'] = 'No fields have been defined';
 $string['profileshortname'] = 'Short name (must be unique)';
 $string['profileshortnamenotunique'] = 'This short name is already in use';
+$string['profilesignup'] = 'Display on signup page?';
 $string['profilespecificsettings'] = 'Specific settings';
 $string['profilerequired'] = 'Is this field required?';
 $string['profilevisibleall'] = 'Visible to everyone';