Blame view
sources/apps/files_texteditor/l10n/cs_CZ.php
392 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 |
<?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 were unsaved changes, click here to go back" => "Existují neuložené změny, klikněte zde pro návrat" ); |