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/sk_SK.js')
-rw-r--r--l10n/sk_SK.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js
index e8bade0..87fb643 100644
--- a/l10n/sk_SK.js
+++ b/l10n/sk_SK.js
@@ -1,8 +1,11 @@
OC.L10N.register(
"files_texteditor",
{
+ "This file is too big to be opened. Please download the file instead." : "Tento súbor je príliš veľký na to, aby ho bolo možné otvoriť. Prosím, namiesto toho si ho stiahnite.",
"Cannot read the file." : "Nemožno čítať súbor.",
"Invalid file path supplied." : "Neplatná cesta k súboru.",
+ "The file is locked." : "Súbor je zamknutý.",
+ "An internal server error occurred." : "Vyskytla sa vnútorná chyba na serveri.",
"Cannot save file as it has been modified since opening" : "Nie je možné uložiť súbor, pretože bol od otvorenia zmenený",
"Insufficient permissions" : "Nedostatočné oprávnenia",
"File path not supplied" : "Nebola uvedená cesta k súboru",
@@ -13,7 +16,6 @@ OC.L10N.register(
"Saved" : "Uložené",
"There was a problem saving your changes. Click to resume editing." : "Vyskytol sa problém s ukladaním zmien. Kliknite pre pokračovanie v úpravách.",
"An error occurred!" : "Vyskytla sa chyba!",
- "Text file" : "Textový súbor",
"New text file.txt" : "Nový text file.txt"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");