Blame view
sources/apps/files_texteditor/l10n/cs_CZ.php
477 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?php $TRANSLATIONS = array( "Save" => "Uložit", "Search" => "Hledat", "Close" => "Zavřít", "Next" => "Následující", "Clear" => "Vyčistit", "Saving..." => "Ukládám...", "Failed to save file" => "Uložení souboru selhalo", "An error occurred!" => "Nastala chyba!", "There are unsaved changes in the text editor" => "V editoru jsou neuložené změny", "There were unsaved changes, click here to go back" => "Existují neuložené změny, klikněte zde pro návrat" ); |