diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/filesummary.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/fr.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/hu_HU.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/hu_HU.json | 6 | ||||
-rw-r--r-- | apps/files/l10n/nl.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/nl.json | 2 |
7 files changed, 14 insertions, 12 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js index 519718cfc82..7545654ec44 100644 --- a/apps/files/js/filesummary.js +++ b/apps/files/js/filesummary.js @@ -23,7 +23,7 @@ var INFO_TEMPLATE = '<span class="info">' + '<span class="dirinfo"></span>' + - '<span class="connector"> and </span>' + + '<span class="connector">{{connectorLabel}}</span>' + '<span class="fileinfo"></span>' + '<span class="hiddeninfo"></span>' + '<span class="filter"></span>' + @@ -203,7 +203,9 @@ if (!this._infoTemplateCompiled) { this._infoTemplateCompiled = Handlebars.compile(INFO_TEMPLATE); } - return this._infoTemplateCompiled(data); + return this._infoTemplateCompiled(_.extend({ + connectorLabel: t('files', '{dirs} and {files}', {dirs: '', files: ''}) + }, data)); }, /** diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 43d225ad93f..7b352110e81 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Storage not available" : "Support de stockage non disponible", "Storage invalid" : "Support de stockage non valable", - "Unknown error" : "Erreur Inconnue ", + "Unknown error" : "Erreur inconnue ", "Unable to set upload directory." : "Impossible de définir le dossier de destination.", "Invalid Token" : "Jeton non valide", "No file was uploaded. Unknown error" : "Aucun fichier n'a été envoyé. Erreur inconnue", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index f6e7a3e0e04..b73ffbf229f 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -1,7 +1,7 @@ { "translations": { "Storage not available" : "Support de stockage non disponible", "Storage invalid" : "Support de stockage non valable", - "Unknown error" : "Erreur Inconnue ", + "Unknown error" : "Erreur inconnue ", "Unable to set upload directory." : "Impossible de définir le dossier de destination.", "Invalid Token" : "Jeton non valide", "No file was uploaded. Unknown error" : "Aucun fichier n'a été envoyé. Erreur inconnue", diff --git a/apps/files/l10n/hu_HU.js b/apps/files/l10n/hu_HU.js index 41f3e0f1346..8ff051d04a3 100644 --- a/apps/files/l10n/hu_HU.js +++ b/apps/files/l10n/hu_HU.js @@ -4,7 +4,7 @@ OC.L10N.register( "Storage not available" : "A tároló elérhetetlen.", "Storage invalid" : "A tároló érvénytelen", "Unknown error" : "Ismeretlen hiba", - "Unable to set upload directory." : "Nem található a mappa, ahova feltölteni szeretne.", + "Unable to set upload directory." : "Nem lehet beállítani a felöltési könyvtárat.", "Invalid Token" : "Hibás token", "No file was uploaded. Unknown error" : "Nem történt feltöltés. Ismeretlen hiba", "There is no error, the file uploaded with success" : "A fájlt sikerült feltölteni", @@ -18,7 +18,7 @@ OC.L10N.register( "The target folder has been moved or deleted." : "A célmappa törlődött, vagy áthelyezésre került.", "Upload failed. Could not find uploaded file" : "A feltöltés nem sikerült. Nem található a feltöltött fájl.", "Upload failed. Could not get file info." : "A feltöltés nem sikerült. A fájl leíró információk nem érhetők el.", - "Invalid directory." : "Érvénytelen mappa.", + "Invalid directory." : "Érvénytelen könyvtár.", "Files" : "Fájlok", "All files" : "Az összes fájl", "Recent" : "Legutóbbi", @@ -27,7 +27,7 @@ OC.L10N.register( "Close" : "Bezárás", "Favorites" : "Kedvencek", "Upload cancelled." : "A feltöltést megszakítottuk.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, 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}", diff --git a/apps/files/l10n/hu_HU.json b/apps/files/l10n/hu_HU.json index ad33648f5e1..5844007ebcc 100644 --- a/apps/files/l10n/hu_HU.json +++ b/apps/files/l10n/hu_HU.json @@ -2,7 +2,7 @@ "Storage not available" : "A tároló elérhetetlen.", "Storage invalid" : "A tároló érvénytelen", "Unknown error" : "Ismeretlen hiba", - "Unable to set upload directory." : "Nem található a mappa, ahova feltölteni szeretne.", + "Unable to set upload directory." : "Nem lehet beállítani a felöltési könyvtárat.", "Invalid Token" : "Hibás token", "No file was uploaded. Unknown error" : "Nem történt feltöltés. Ismeretlen hiba", "There is no error, the file uploaded with success" : "A fájlt sikerült feltölteni", @@ -16,7 +16,7 @@ "The target folder has been moved or deleted." : "A célmappa törlődött, vagy áthelyezésre került.", "Upload failed. Could not find uploaded file" : "A feltöltés nem sikerült. Nem található a feltöltött fájl.", "Upload failed. Could not get file info." : "A feltöltés nem sikerült. A fájl leíró információk nem érhetők el.", - "Invalid directory." : "Érvénytelen mappa.", + "Invalid directory." : "Érvénytelen könyvtár.", "Files" : "Fájlok", "All files" : "Az összes fájl", "Recent" : "Legutóbbi", @@ -25,7 +25,7 @@ "Close" : "Bezárás", "Favorites" : "Kedvencek", "Upload cancelled." : "A feltöltést megszakítottuk.", - "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "A(z) {filename} fájl nem tölthető fel, mert ez vagy egy könyvtár, 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}", diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js index 04dcb4ef7e9..6c18187e2bd 100644 --- a/apps/files/l10n/nl.js +++ b/apps/files/l10n/nl.js @@ -95,7 +95,7 @@ OC.L10N.register( "New folder" : "Nieuwe map", "{newname} already exists" : "{newname} bestaat al", "Upload" : "Uploaden", - "An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de tags bij te werken", + "An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de markeringen bij te werken", "A new file or folder has been <strong>created</strong>" : "Een nieuw bestand of map is <strong>aangemaakt</strong>", "A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan je <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>", diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json index 575b24a7dfc..50cac7d841a 100644 --- a/apps/files/l10n/nl.json +++ b/apps/files/l10n/nl.json @@ -93,7 +93,7 @@ "New folder" : "Nieuwe map", "{newname} already exists" : "{newname} bestaat al", "Upload" : "Uploaden", - "An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de tags bij te werken", + "An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de markeringen bij te werken", "A new file or folder has been <strong>created</strong>" : "Een nieuw bestand of map is <strong>aangemaakt</strong>", "A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan je <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>", |