mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
MDL-14299 New checkbox profile field type.
Credit to Brian King.
This commit is contained in:
parent
8750134a46
commit
df9eff58c2
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user