MDL-14299 New checkbox profile field type.

Credit to Brian King.
This commit is contained in:
ikawhero 2008-07-15 04:07:15 +00:00
parent 8750134a46
commit df9eff58c2

View File

@ -556,6 +556,7 @@ $string['profilecreatefield'] = 'Create a new profile field: ';
$string['profilecreatenewcategory'] = 'Creating a new category';
$string['profilecreatenewfield'] = 'Creating a new "$a" 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';