MDL-7858 Textarea field of database activity needs two translation strings.

This commit is contained in:
skodak 2006-12-11 09:03:35 +00:00
parent 5cd079644a
commit 014145051e
2 changed files with 4 additions and 2 deletions

View File

@ -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';

View File

@ -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>