mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-7858 Textarea field of database activity needs two translation strings.
This commit is contained in:
parent
5cd079644a
commit
014145051e
@ -24,6 +24,7 @@ $string['bynameondate'] = 'by $a->name - $a->date';
|
||||
$string['cancel'] = 'Cancel';
|
||||
$string['checkbox'] = 'Checkbox';
|
||||
$string['chooseorupload'] = 'Choose file';
|
||||
$string['columns'] = 'columns';
|
||||
$string['commentdeleted'] = 'Comment deleted';
|
||||
$string['commentempty'] = 'Comment was empty';
|
||||
$string['comments'] = 'Comments';
|
||||
@ -184,6 +185,7 @@ $string['requiredentries'] = 'Required entries';
|
||||
$string['requiredentriestoview'] = 'Entries required before viewing';
|
||||
$string['resettemplate'] = 'Reset template';
|
||||
$string['resizingimages'] = 'Resizing image thumbnails...';
|
||||
$string['rows'] = 'rows';
|
||||
$string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
|
||||
$string['rsshowmany'] = '(number of latest entries to show, 0 to disable RSS)';
|
||||
$string['rsstemplate'] = 'RSS template';
|
||||
|
@ -22,7 +22,7 @@
|
||||
} else {
|
||||
echo('"' . $this->field->param2 . '"');
|
||||
}
|
||||
?> /> columns
|
||||
?> /> <?php echo get_string('columns', 'data'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -37,7 +37,7 @@
|
||||
} else {
|
||||
echo('"' . $this->field->param3 . '"');
|
||||
}
|
||||
?> /> rows
|
||||
?> /> <?php echo get_string('rows', 'data'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user