diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/hu_HU.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/hu_HU.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/pl.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/pl.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js index 399c70932b7..0ea1a02d594 100644 --- a/apps/files/l10n/hu_HU.js +++ b/apps/files/l10n/hu_HU.js @@ -28,6 +28,7 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", "Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", + "Error uploading file \"{fileName}\": {message}" : "Hiba történt a fájlfeltöltés közben: \"{fileName}\": {message}", "Could not get result from server." : "A kiszolgálótól nem kapható meg a művelet eredménye.", "File upload is in progress. Leaving the page now will cancel the upload." : "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", "Actions" : "Műveletek", diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json index fdad8332499..69314709c39 100644 --- a/apps/files/l10n/hu_HU.json +++ b/apps/files/l10n/hu_HU.json @@ -26,6 +26,7 @@ "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", "Total file size {size1} exceeds upload limit {size2}" : "A teljes fájlméret: {size1} meghaladja a feltöltési limitet: {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nincs elég szabad hely. A feltöltés mérete {size1}, de csak ennyi hely van: {size2}.", + "Error uploading file \"{fileName}\": {message}" : "Hiba történt a fájlfeltöltés közben: \"{fileName}\": {message}", "Could not get result from server." : "A kiszolgálótól nem kapható meg a művelet eredménye.", "File upload is in progress. Leaving the page now will cancel the upload." : "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.", "Actions" : "Műveletek", diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 6513707cad1..9070ccb090b 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -41,6 +41,8 @@ OC.L10N.register( "Pending" : "Oczekujące", "Unable to determine date" : "Nie można ustalić daty", "This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem.", + "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", + "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", "Name" : "Nazwa", "Size" : "Rozmiar", diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json index 7fd95619b17..f2a2a805a9b 100644 --- a/apps/files/l10n/pl.json +++ b/apps/files/l10n/pl.json @@ -39,6 +39,8 @@ "Pending" : "Oczekujące", "Unable to determine date" : "Nie można ustalić daty", "This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem.", + "Could not create folder \"{dir}\" because it already exists" : "Nie można utworzyć folderu „{dir}”, ponieważ już istnieje.", + "Error deleting file \"{fileName}\"." : "Błąd podczas usuwania pliku „{fileName}”.", "No entries in this folder match '{filter}'" : "Brak wyników pasujących do '{filter}'", "Name" : "Nazwa", "Size" : "Rozmiar", |