Fixed translation for Rows string

This commit is contained in:
miksik 2004-06-25 16:44:41 +00:00
parent 8be2309265
commit 46377840f9

View File

@ -1,7 +1,6 @@
<?PHP // $Id$
// editor.php - created with Moodle 1.3 (2004052500)
$string['about'] = 'O tomto editoru';
$string['absbottom'] = 'Úplnì dolù (absbottom)';
$string['absmiddle'] = 'Pøesnì uprostøed (absmiddle)';
@ -79,8 +78,8 @@ $string['redo'] = 'Opakovat posledn
$string['removelink'] = 'Odstranit odkaz';
$string['rename'] = 'Pøejmenovat';
$string['right'] = 'Vpravo';
$string['rows'] = 'Øádkù';
$string['righttoleft'] = 'Zprava doleva';
$string['rows'] = 'Sloupcù';
$string['selectcolor'] = 'Výbìr barvy';
$string['selection'] = 'Výbìr';
$string['showhelp'] = 'Nápovìda k pou¾ívání editoru';
@ -103,4 +102,4 @@ $string['width'] = '
$string['wordclean'] = 'Vyèistit HTML z Wordu';
$string['zip'] = 'ZIP';
?>
?>