]> git.mjollnir.org Git - moodle.git/commitdiff
New language strings for textarea profile field type
authorikawhero <ikawhero>
Sat, 28 Apr 2007 03:08:42 +0000 (03:08 +0000)
committerikawhero <ikawhero>
Sat, 28 Apr 2007 03:08:42 +0000 (03:08 +0000)
lang/en_utf8/admin.php

index e8ccfaa77a3aece342c78d247b80cb17fec7d24d..da4165d657b1b27b1c49adcb8fd7b439ffcb2328 100644 (file)
@@ -465,10 +465,13 @@ $string['profiledescription'] = 'Description of the field';
 $string['profileeditcategory'] = 'Editing category: $a';
 $string['profileeditfield'] = 'Editing profile field: $a';
 $string['profilefield'] = 'Profile Field';
+$string['profilefieldcolumns'] = 'Columns';
+$string['profilefieldrows'] = 'Rows';
 $string['profilefields'] = 'User profile fields';
 $string['profilefieldsize'] = 'Display size';
 $string['profilefieldtypemenu'] = 'Menu of choices';
 $string['profilefieldtypetext'] = 'Text input';
+$string['profilefieldtypetextarea'] = 'Text area';
 $string['profilefieldmaxlength'] = 'Maximum length';
 $string['profileinvaliddata'] = 'Invalid value';
 $string['profilelocked'] = 'Is this field locked?';