From: ikawhero Date: Thu, 16 Aug 2007 06:27:03 +0000 (+0000) Subject: New strings for custom profile fields. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c1d1549f03de412632a6e576e6e12627cd1a4219;p=moodle.git New strings for custom profile fields. --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index cc3b2e5263..db85bb2338 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -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';