$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';
$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';
} else {
echo('"' . $this->field->param2 . '"');
}
- ?> /> columns
+ ?> /> <?php echo get_string('columns', 'data'); ?>
</td>
</tr>
<tr>
} else {
echo('"' . $this->field->param3 . '"');
}
- ?> /> rows
+ ?> /> <?php echo get_string('rows', 'data'); ?>
</td>
</tr>
</table>