diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index ed3fcf4c64d..5d1401a779d 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -16,6 +16,7 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "Nelze vytvořit složku „{dir}“", "Upload cancelled." : "Odesílání zrušeno.", "…" : "…", + "Processing files …" : "Zpracovávání souborů…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}", "Target folder \"{dir}\" does not exist any more" : "Cílová složka „{dir}“ už neexistuje", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index bfa044562ac..528b66a238c 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -14,6 +14,7 @@ "Could not create folder \"{dir}\"" : "Nelze vytvořit složku „{dir}“", "Upload cancelled." : "Odesílání zrušeno.", "…" : "…", + "Processing files …" : "Zpracovávání souborů…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}", "Target folder \"{dir}\" does not exist any more" : "Cílová složka „{dir}“ už neexistuje", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 76c8378441f..16cecfb1ba6 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -16,6 +16,7 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "Kon map \"{dir}\" niet aanmaken", "Upload cancelled." : "Uploaden geannuleerd.", "…" : "...", + "Processing files …" : "Verwerken bestanden ...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. Je uploadt {size1}, maar er is slechts {size2} beschikbaar", "Target folder \"{dir}\" does not exist any more" : "Doelmap \"{dir}\" bestaat niet meer", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 72acdf1efef..281d486201b 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -14,6 +14,7 @@ "Could not create folder \"{dir}\"" : "Kon map \"{dir}\" niet aanmaken", "Upload cancelled." : "Uploaden geannuleerd.", "…" : "...", + "Processing files …" : "Verwerken bestanden ...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Kan {filename} niet uploaden omdat het een map is of 0 bytes groot is", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Niet genoeg vrije ruimte. Je uploadt {size1}, maar er is slechts {size2} beschikbaar", "Target folder \"{dir}\" does not exist any more" : "Doelmap \"{dir}\" bestaat niet meer", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 9cd94c09e9c..622a8afaac8 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -16,6 +16,7 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "Не могу да направим фасциклу \"{dir}\"", "Upload cancelled." : "Отпремање је отказано.", "…" : "…", + "Processing files …" : "Обрађујем фајлове…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то или директоријум или има 0 бајтова", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало", "Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 98c75bcd12b..49fba8ebaaa 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -14,6 +14,7 @@ "Could not create folder \"{dir}\"" : "Не могу да направим фасциклу \"{dir}\"", "Upload cancelled." : "Отпремање је отказано.", "…" : "…", + "Processing files …" : "Обрађујем фајлове…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то или директоријум или има 0 бајтова", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Нема простора. Отпремате {size1} али само {size2} је преостало", "Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји", |