diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-28 19:39:51 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-01-28 19:39:51 +0100 |
commit | a78ae6a5cb99ede0c1404c3540dd3ed262cbb2b1 (patch) | |
tree | e4aa8196b0f27960c03dd34756fb9c17cd74edac /apps/files/l10n/cs_CZ.php | |
parent | 31ebea0f6a9f6e26068b819d7d5989bf42a518af (diff) | |
parent | 06c1c35ac90f7920afa637ab0b628529b4135d40 (diff) | |
download | nextcloud-server-a78ae6a5cb99ede0c1404c3540dd3ed262cbb2b1.tar.gz nextcloud-server-a78ae6a5cb99ede0c1404c3540dd3ed262cbb2b1.zip |
Merge branch 'master' into permanent-share-icons
Diffstat (limited to 'apps/files/l10n/cs_CZ.php')
-rw-r--r-- | apps/files/l10n/cs_CZ.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index a8d82ba5111..7a93c502b58 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -1,5 +1,4 @@ <?php $TRANSLATIONS = array( -"Upload" => "Odeslat", "Could not move %s - File with this name already exists" => "Nelze přesunout %s - existuje soubor se stejným názvem", "Could not move %s" => "Nelze přesunout %s", "Unable to rename file" => "Nelze přejmenovat soubor", @@ -11,7 +10,6 @@ "No file was uploaded" => "Žádný soubor nebyl odeslán", "Missing a temporary folder" => "Chybí adresář pro dočasné soubory", "Failed to write to disk" => "Zápis na disk selhal", -"Not enough space available" => "Nedostatek dostupného místa", "Invalid directory." => "Neplatný adresář", "Files" => "Soubory", "Unshare" => "Zrušit sdílení", @@ -49,6 +47,7 @@ "{count} folders" => "{count} složky", "1 file" => "1 soubor", "{count} files" => "{count} soubory", +"Upload" => "Odeslat", "File handling" => "Zacházení se soubory", "Maximum upload size" => "Maximální velikost pro odesílání", "max. possible: " => "největší možná: ", |