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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/cs_CZ.php')
-rw-r--r--l10n/cs_CZ.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
deleted file mode 100644
index 3473984..0000000
--- a/l10n/cs_CZ.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"This file is too big to be opened. Please download the file instead." => "Soubor je pro otevření příliš veliký. Namísto otevření ho stáhněte.",
-"Cannot read the file." => "Soubor nelze přečíst.",
-"Invalid file path supplied." => "Zadána neplatná cesta k souboru.",
-"The file is locked." => "Soubor je uzamčen.",
-"An internal server error occurred." => "Došlo k interní chybě serveru.",
-"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",
-"saving..." => "ukládání...",
-"saved!" => "uloženo!",
-"failed!" => "selhalo!",
-"Saved" => "Uloženo",
-"There was a problem saving your changes. Click to resume editing." => "Došlo k chybě při ukládání změn. Klikněte pro pokračování v úpravách.",
-"An error occurred!" => "Nastala chyba!",
-"Text file" => "Textový soubor",
-"New text file.txt" => "Nový textový soubor.txt"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";