summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sk.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/sk.json')
-rw-r--r--apps/files/l10n/sk.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index de738613885..34052f23d70 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -156,6 +156,7 @@
"Transfer {path} to {userid}" : "Previesť {path} na {userid}",
"Invalid path selected" : "Bola vybraná neplatná cesta",
"Ownership transfer request sent" : "Žiadosť o prevod vlastníctva bola odoslaná",
+ "Cannot transfer ownership of a file or folder you don't own" : "Nie je možné preniesť vlastníctvo súboru alebo priečinka, ktorý nevlastníte",
"Tags" : "Štítky",
"Error while loading the file data" : "Chyba pri načítaní údajov súboru",
"Unable to change the favourite state of the file" : "Nie je možné zmeniť stav „obľúbené“ daného súboru",
@@ -165,7 +166,6 @@
"Settings" : "Nastavenia",
"Show hidden files" : "Zobraziť skryté súbory",
"WebDAV" : "WebDAV",
- "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
"Toggle grid view" : "Prepnúť zobrazenie mriežky",
"No files in here" : "Nie sú tu žiadne súbory",
"Upload some content or sync with your devices!" : "Nahrajte nejaký obsah alebo synchronizujte zo svojimi zariadeniami!",
@@ -185,6 +185,8 @@
"Text file" : "Textový súbor",
"New text file.txt" : "Nový text file.txt",
"%s of %s used" : "Využité: %s z %s",
- "%1$s%% of %2$s used" : "použité %1$s%% z %2$s"
+ "%1$s%% of %2$s used" : "použité %1$s%% z %2$s",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použiť túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">prístup ku svojím súborom cez WebDAV</a>",
+ "Cannot transfter ownership of a file or folder you don't own" : "Nie je možné preniesť vlastníctvo súboru alebo priečinka, ktorý nevlastníte"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
a> 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216