]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14299 New checkbox profile field type.
authorikawhero <ikawhero>
Tue, 15 Jul 2008 04:07:15 +0000 (04:07 +0000)
committerikawhero <ikawhero>
Tue, 15 Jul 2008 04:07:15 +0000 (04:07 +0000)
Credit to Brian King.

lang/en_utf8/admin.php

index f04719740d8e37848a27ccec615a08a8f9da455a..59177d84e3c9b235611ce855c2f61ce74295c9b8 100644 (file)
@@ -556,6 +556,7 @@ $string['profilecreatefield'] = 'Create a new profile field: ';
 $string['profilecreatenewcategory'] = 'Creating a new category';
 $string['profilecreatenewfield'] = 'Creating a new &quot;$a&quot; profile field';
 $string['profiledefaultcategory'] = 'Other fields';
+$string['profiledefaultchecked'] = 'Checked by default';
 $string['profiledefaultdata'] = 'Default value';
 $string['profiledeletefield'] = 'Deleting a field';
 $string['profiledeletecategory'] = 'Deleting a category';
@@ -567,6 +568,7 @@ $string['profilefieldcolumns'] = 'Columns';
 $string['profilefieldrows'] = 'Rows';
 $string['profilefields'] = 'User profile fields';
 $string['profilefieldsize'] = 'Display size';
+$string['profilefieldtypecheckbox'] = 'Checkbox';
 $string['profilefieldtypemenu'] = 'Menu of choices';
 $string['profilefieldtypetext'] = 'Text input';
 $string['profilefieldtypetextarea'] = 'Text area';