Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs_CZ.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca1711db4435e1b58c6aac11b272c1e1aa748b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "Soubor nelze přečíst.",
"Invalid file path supplied." => "Zadána neplatná cesta k souboru.",
"Cannot save file as it has been modified since opening" => "Soubor nelze uložit, protože byl od otevření upraven",
"Insufficient permissions" => "Nedostatečná oprávnění",
"File path not supplied" => "Nebyla dodána cesta k souboru",
"File mtime not supplied" => "Nebyl dodán čas změny souboru",
"Save" => "Uložit",
"Search" => "Hledat",
"Next" => "Následující",
"Clear" => "Vyčistit",
"Saving..." => "Ukládám...",
"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"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";