summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/upload.scss31
-rw-r--r--apps/files/js/detailsview.js2
-rw-r--r--apps/files/js/filelist.js1
-rw-r--r--apps/files/l10n/ca.js21
-rw-r--r--apps/files/l10n/ca.json21
-rw-r--r--apps/files/l10n/cs.js3
-rw-r--r--apps/files/l10n/cs.json3
-rw-r--r--apps/files/l10n/da.js1
-rw-r--r--apps/files/l10n/da.json1
-rw-r--r--apps/files/l10n/de.js7
-rw-r--r--apps/files/l10n/de.json7
-rw-r--r--apps/files/l10n/de_DE.js7
-rw-r--r--apps/files/l10n/de_DE.json7
-rw-r--r--apps/files/l10n/en_GB.js1
-rw-r--r--apps/files/l10n/en_GB.json1
-rw-r--r--apps/files/l10n/es.js5
-rw-r--r--apps/files/l10n/es.json5
-rw-r--r--apps/files/l10n/fr.js1
-rw-r--r--apps/files/l10n/fr.json1
-rw-r--r--apps/files/l10n/it.js1
-rw-r--r--apps/files/l10n/it.json1
-rw-r--r--apps/files/l10n/nb.js3
-rw-r--r--apps/files/l10n/nb.json3
-rw-r--r--apps/files/l10n/pl.js1
-rw-r--r--apps/files/l10n/pl.json1
-rw-r--r--apps/files/l10n/pt_BR.js3
-rw-r--r--apps/files/l10n/pt_BR.json3
-rw-r--r--apps/files/l10n/ru.js1
-rw-r--r--apps/files/l10n/ru.json1
-rw-r--r--apps/files/l10n/sk.js1
-rw-r--r--apps/files/l10n/sk.json1
-rw-r--r--apps/files/l10n/sl.js5
-rw-r--r--apps/files/l10n/sl.json5
-rw-r--r--apps/files/l10n/sr.js148
-rw-r--r--apps/files/l10n/sr.json148
-rw-r--r--apps/files/l10n/sv.js1
-rw-r--r--apps/files/l10n/sv.json1
-rw-r--r--apps/files/l10n/tr.js1
-rw-r--r--apps/files/l10n/tr.json1
-rw-r--r--apps/files/l10n/vi.js11
-rw-r--r--apps/files/l10n/vi.json11
-rw-r--r--apps/files/l10n/zh_CN.js1
-rw-r--r--apps/files/l10n/zh_CN.json1
-rw-r--r--apps/files/templates/appnavigation.php7
-rw-r--r--apps/files/templates/list.php4
-rw-r--r--apps/files/templates/simplelist.php2
46 files changed, 361 insertions, 132 deletions
diff --git a/apps/files/css/upload.scss b/apps/files/css/upload.scss
index 6f337a27578..4685b20d43a 100644
--- a/apps/files/css/upload.scss
+++ b/apps/files/css/upload.scss
@@ -50,28 +50,29 @@
text-align: center;
}
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
- height: 100%;
- top: 0px;
- left: 0px;
- position: absolute;
- overflow: hidden;
+ height: 100%;
+ top: 0px;
+ left: 0px;
+ position: absolute;
+ overflow: hidden;
+ background-color: $color-primary;
}
#uploadprogressbar .label {
- top: 6px;
- opacity: 1;
- overflow: hidden;
- white-space: nowrap;
+ top: 6px;
+ opacity: 1;
+ overflow: hidden;
+ white-space: nowrap;
font-weight: normal;
}
#uploadprogressbar .label.inner {
- color:white;
- position: absolute;
- display: block;
- width: 200px;
+ color: $color-primary-text;
+ position: absolute;
+ display: block;
+ width: 200px;
}
#uploadprogressbar .label.outer {
- position: relative;
- color: black;
+ position: relative;
+ color: $color-main-text;
}
#uploadprogressbar .desktop {
display: block;
diff --git a/apps/files/js/detailsview.js b/apps/files/js/detailsview.js
index e53922ebb69..a896e84fdc0 100644
--- a/apps/files/js/detailsview.js
+++ b/apps/files/js/detailsview.js
@@ -23,7 +23,7 @@
' {{/if}}' +
' <div class="tabsContainer">' +
' </div>' +
- ' <a class="close icon-close" href="#" alt="{{closeLabel}}"></a>';
+ ' <a class="close icon-close" href="#"><span class="hidden-visually">{{closeLabel}}</span></a>';
/**
* @class OCA.Files.DetailsView
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fd13deedc0d..cc23ac73979 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -565,6 +565,7 @@
*/
_onShow: function(e) {
if (this.shown) {
+ this._setCurrentDir('/', false);
this.reload();
}
this.shown = true;
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index 6aad7b409e7..f4bb7455e75 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix",
"Not enough free space" : "Espai lliure insuficient",
"Uploading …" : "S'està carregant",
+ "…" : ".....",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Accions",
"Download" : "Baixa",
@@ -38,10 +39,17 @@ OC.L10N.register(
"Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"",
"Could not copy \"{file}\", target exists" : "No s'ha pogut copiar",
"Could not copy \"{file}\"" : "No s'ha pogut copiar",
+ "Copied {origin} inside {destination}" : "Copiat {origen} dins {destinació}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "S'ha copiat {origen} i {nbfiles} altres fitxers a l'interior {destinació}",
"{newName} already exists" : "{newName} ja existeix",
"Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom \"{targetName}\" ja s'utilitza a la carpeta \"{dir}\". Trieu un nom diferent.",
"Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"",
"Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "No s'ha pogut crear el fitxer \"{file}\" perquè ja existeix",
+ "Could not create folder \"{dir}\" because it already exists" : "No s'ha pogut crear la carpeta \"{dir}\" perquè ja existeix",
+ "Error deleting file \"{fileName}\"." : "S'ha produït un error en eliminar el fitxer \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha cap resultat de cerca a altres carpetes per {tag} {filter} {end tag}",
"Name" : "Nom",
"Size" : "Mida",
"Modified" : "Modificat",
@@ -54,6 +62,7 @@ OC.L10N.register(
"New" : "Nou",
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
"File name cannot be empty." : "El nom del fitxer no pot ser buit.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no és un tipus de fitxer permès",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!",
"Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)",
@@ -61,6 +70,7 @@ OC.L10N.register(
"_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"],
"View in folder" : "Veure a la carpeta",
"Copied!" : "Copiat!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per als usuaris que tenen accés a aquest fitxer / carpeta)",
"Path" : "Ruta",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Agregat a favorits",
@@ -70,6 +80,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
"Added to favorites" : "Afegit a favorits",
"Removed from favorites" : "Esborra de preferits",
+ "You added {file} to your favorites" : "Heu afegit {file} als vostres preferits",
"You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits",
"File changes" : "Canvis al fitxer",
"Created by {user}" : "Creat per {user}",
@@ -81,6 +92,7 @@ OC.L10N.register(
"\"remote user\"" : "\"usuari remot\"",
"You created {file}" : "Has creat {file}",
"{user} created {file}" : "{user} ha creat {file}",
+ "{file} was created in a public folder" : "{file} s'ha creat en una carpeta pública",
"You changed {file}" : "Has modificat {file}",
"{user} changed {file}" : "{user} ha modificat {file}",
"You deleted {file}" : "Heu esborrat {file}",
@@ -91,20 +103,27 @@ OC.L10N.register(
"{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}",
"You moved {oldfile} to {newfile}" : "has mogut {oldfile} a {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} ha mogut {oldfile} a {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "S'ha afegit o eliminat un fitxer de les teves <strong>preferides</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>reanomenat</strong>",
"A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta",
+ "A file or folder has been <strong>deleted</strong>" : "S'ha <strong>elminiat</strong> un fitxer o una carpeta",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>",
+ "A file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un fitxer o una carpeta",
"Unlimited" : "Il·limitat",
"Upload (max. %s)" : "Pujada (màx. %s)",
"File handling" : "Gestió de fitxers",
"Maximum upload size" : "Mida màxima de pujada",
"max. possible: " : "màxim possible:",
"Save" : "Desa",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM pot trigar 5 minuts a aplicar els canvis.",
+ "Missing permissions to edit from here." : "Falta els permisos per editar des d'aquí.",
"%s of %s used" : "Usats %s de %s",
"%s used" : "%s utilitzat",
"Settings" : "Arranjament",
"Show hidden files" : "Mostra els fitxers ocults",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilitzeu aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedir als vostres fitxers a través de WebDAV</a>",
+ "Uploading @" : "S'està carregant @",
"No files in here" : "No hi ha arxius",
"Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.",
"No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
@@ -135,6 +154,8 @@ OC.L10N.register(
"Copy local link" : "C",
"Folder" : "Carpeta",
"Upload" : "Puja",
+ "A new file or folder has been <strong>deleted</strong>" : "S'ha <strong>eliminat</strong> un nou fitxer o carpeta",
+ "A new file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un nou fitxer o carpeta",
"No favorites" : "No hi ha favorits"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json
index 0ff7c6332e1..13beefbf4b1 100644
--- a/apps/files/l10n/ca.json
+++ b/apps/files/l10n/ca.json
@@ -15,6 +15,7 @@
"Target folder \"{dir}\" does not exist any more" : "La carpeta objectiu \"{dir}\" ja no existeix",
"Not enough free space" : "Espai lliure insuficient",
"Uploading …" : "S'està carregant",
+ "…" : ".....",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Actions" : "Accions",
"Download" : "Baixa",
@@ -36,10 +37,17 @@
"Could not move \"{file}\"" : "No s'ha pogut moure \"{file}\"",
"Could not copy \"{file}\", target exists" : "No s'ha pogut copiar",
"Could not copy \"{file}\"" : "No s'ha pogut copiar",
+ "Copied {origin} inside {destination}" : "Copiat {origen} dins {destinació}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "S'ha copiat {origen} i {nbfiles} altres fitxers a l'interior {destinació}",
"{newName} already exists" : "{newName} ja existeix",
"Could not rename \"{fileName}\", it does not exist any more" : "No s'ha pogut reanomenar \"{fileName}\", ja no existeix",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nom \"{targetName}\" ja s'utilitza a la carpeta \"{dir}\". Trieu un nom diferent.",
"Could not rename \"{fileName}\"" : "No s'ha pogut reanomenar \"{fileName}\"",
"Could not create file \"{file}\"" : "No s'ha pogut crear el fitxer \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "No s'ha pogut crear el fitxer \"{file}\" perquè ja existeix",
+ "Could not create folder \"{dir}\" because it already exists" : "No s'ha pogut crear la carpeta \"{dir}\" perquè ja existeix",
+ "Error deleting file \"{fileName}\"." : "S'ha produït un error en eliminar el fitxer \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "No hi ha cap resultat de cerca a altres carpetes per {tag} {filter} {end tag}",
"Name" : "Nom",
"Size" : "Mida",
"Modified" : "Modificat",
@@ -52,6 +60,7 @@
"New" : "Nou",
"\"{name}\" is an invalid file name." : "\"{name}\" no es un fitxer vàlid.",
"File name cannot be empty." : "El nom del fitxer no pot ser buit.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no és un tipus de fitxer permès",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "L'emmagatzematge de {owner} està ple, els arxius no es poden actualitzar o sincronitzar més!",
"Your storage is full, files can not be updated or synced anymore!" : "El vostre espai d'emmagatzemament és ple, els fitxers ja no es poden actualitzar o sincronitzar!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Emmagatzematge de {owner} està gairebé ple ({usedSpacePercent}%)",
@@ -59,6 +68,7 @@
"_matches '{filter}'_::_match '{filter}'_" : ["coincidències '{filter}'","coincidència '{filter}'"],
"View in folder" : "Veure a la carpeta",
"Copied!" : "Copiat!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per als usuaris que tenen accés a aquest fitxer / carpeta)",
"Path" : "Ruta",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Agregat a favorits",
@@ -68,6 +78,7 @@
"An error occurred while trying to update the tags" : "S'ha produït un error en tractar d'actualitzar les etiquetes",
"Added to favorites" : "Afegit a favorits",
"Removed from favorites" : "Esborra de preferits",
+ "You added {file} to your favorites" : "Heu afegit {file} als vostres preferits",
"You removed {file} from your favorites" : "Has esborrat {file} dels teus preferits",
"File changes" : "Canvis al fitxer",
"Created by {user}" : "Creat per {user}",
@@ -79,6 +90,7 @@
"\"remote user\"" : "\"usuari remot\"",
"You created {file}" : "Has creat {file}",
"{user} created {file}" : "{user} ha creat {file}",
+ "{file} was created in a public folder" : "{file} s'ha creat en una carpeta pública",
"You changed {file}" : "Has modificat {file}",
"{user} changed {file}" : "{user} ha modificat {file}",
"You deleted {file}" : "Heu esborrat {file}",
@@ -89,20 +101,27 @@
"{user} renamed {oldfile} to {newfile}" : "{user} ha reanomenat {oldfile} a {newfile}",
"You moved {oldfile} to {newfile}" : "has mogut {oldfile} a {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} ha mogut {oldfile} a {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "S'ha afegit o eliminat un fitxer de les teves <strong>preferides</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un fitxer o carpeta ha estat <strong>canviat</strong> o <strong>reanomenat</strong>",
"A new file or folder has been <strong>created</strong>" : "S'ha <strong>creat</strong> un nou fitxer o una nova carpeta",
+ "A file or folder has been <strong>deleted</strong>" : "S'ha <strong>elminiat</strong> un fitxer o una carpeta",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar les notificacions sobre la creació i canvis dels seus <strong>arxius favorits</strong><em>(solament Stream)</em>",
+ "A file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un fitxer o una carpeta",
"Unlimited" : "Il·limitat",
"Upload (max. %s)" : "Pujada (màx. %s)",
"File handling" : "Gestió de fitxers",
"Maximum upload size" : "Mida màxima de pujada",
"max. possible: " : "màxim possible:",
"Save" : "Desa",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Amb PHP-FPM pot trigar 5 minuts a aplicar els canvis.",
+ "Missing permissions to edit from here." : "Falta els permisos per editar des d'aquí.",
"%s of %s used" : "Usats %s de %s",
"%s used" : "%s utilitzat",
"Settings" : "Arranjament",
"Show hidden files" : "Mostra els fitxers ocults",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilitzeu aquesta adreça per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedir als vostres fitxers a través de WebDAV</a>",
+ "Uploading @" : "S'està carregant @",
"No files in here" : "No hi ha arxius",
"Upload some content or sync with your devices!" : "Pugi continguts o sincronitzi els seus dispositius.",
"No entries found in this folder" : "No hi ha entrades en aquesta carpeta",
@@ -133,6 +152,8 @@
"Copy local link" : "C",
"Folder" : "Carpeta",
"Upload" : "Puja",
+ "A new file or folder has been <strong>deleted</strong>" : "S'ha <strong>eliminat</strong> un nou fitxer o carpeta",
+ "A new file or folder has been <strong>restored</strong>" : "S'ha <strong>restaurat</strong> un nou fitxer o carpeta",
"No favorites" : "No hi ha favorits"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index ecba0ffbc7d..6105c3e1163 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje",
"Not enough free space" : "Nedostatek volného prostoru",
"Uploading …" : "Nahrávám...",
+ "…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Činnosti",
"Download" : "Stáhnout",
@@ -38,6 +39,8 @@ OC.L10N.register(
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}",
"{newName} already exists" : "{newName} již existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index c214592723e..ed7dfac05e0 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -15,6 +15,7 @@
"Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje",
"Not enough free space" : "Nedostatek volného prostoru",
"Uploading …" : "Nahrávám...",
+ "…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})",
"Actions" : "Činnosti",
"Download" : "Stáhnout",
@@ -36,6 +37,8 @@
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
"Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
"Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}",
"{newName} already exists" : "{newName} již existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js
index 442d64a68b4..b8f4515cf74 100644
--- a/apps/files/l10n/da.js
+++ b/apps/files/l10n/da.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Brug denne adresse til at <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">tilgå dine filer via WebDAV</a>",
"Uploading @" : "Uploader @",
+ "Cancel upload" : "Annuller upload ",
"No files in here" : "Her er ingen filer",
"Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!",
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json
index 2397165b0c5..7e5e35de51e 100644
--- a/apps/files/l10n/da.json
+++ b/apps/files/l10n/da.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Brug denne adresse til at <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">tilgå dine filer via WebDAV</a>",
"Uploading @" : "Uploader @",
+ "Cancel upload" : "Annuller upload ",
"No files in here" : "Her er ingen filer",
"Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!",
"No entries found in this folder" : "Der blev ikke fundet poster i denne mappe",
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 7e53396bba2..166166316ab 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -38,9 +38,9 @@ OC.L10N.register(
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
"Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
- "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
- "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
- "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
+ "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
+ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.",
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Deine Dateien zuzugreifen</a>",
"Uploading @" : "Lade @ hoch",
+ "Cancel upload" : "Hochladen abbrechen",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!",
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index b9a4d86736e..f520dc86f13 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -36,9 +36,9 @@
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
"Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
- "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
- "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
- "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
+ "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
+ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.",
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Diese Adresse benutzen, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">über WebDAV auf Deine Dateien zuzugreifen</a>",
"Uploading @" : "Lade @ hoch",
+ "Cancel upload" : "Hochladen abbrechen",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Inhalte hochladen oder mit deinen Geräten synchronisieren!",
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index 55f45321cea..91bf5dba7a5 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -38,9 +38,9 @@ OC.L10N.register(
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
"Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
- "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
- "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
- "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
+ "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
+ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "Die Datei konnte nicht umbenannt werden \"{fileName}\", da die Datei nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.",
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benutzen Sie diese Adresse, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">via WebDAV auf Ihre Dateien zuzugreifen</a>",
"Uploading @" : "Lade @ hoch",
+ "Cancel upload" : "Hochladen abbrechen",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!",
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 2fcb69a7027..dcb310ae707 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -36,9 +36,9 @@
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
"Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
- "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
- "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
- "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
+ "Could not copy \"{file}\"" : "\"{file}\" konnte nicht kopiert werden",
+ "Copied {origin} inside {destination}" : "{origin} wurde nach {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden nach {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "Die Datei konnte nicht umbenannt werden \"{fileName}\", da die Datei nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.",
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benutzen Sie diese Adresse, um <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">via WebDAV auf Ihre Dateien zuzugreifen</a>",
"Uploading @" : "Lade @ hoch",
+ "Cancel upload" : "Hochladen abbrechen",
"No files in here" : "Keine Dateien vorhanden",
"Upload some content or sync with your devices!" : "Laden Sie Inhalte hoch oder synchronisieren Sie mit Ihren Geräten!",
"No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 8865fc628dd..b7a8dca505d 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>",
"Uploading @" : "Uploading @",
+ "Cancel upload" : "Cancel upload",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"No entries found in this folder" : "No entries found in this folder",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index e8755ad35c7..0d93f91e4cc 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>",
"Uploading @" : "Uploading @",
+ "Cancel upload" : "Cancel upload",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
"No entries found in this folder" : "No entries found in this folder",
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 2e8f8f53342..cc6a73fdf7f 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -37,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contáctese con el administrador",
"Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", destino ya existe",
"Could not move \"{file}\"" : "No se pudo mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "No se ha podido copiar \"{file}\", ya existe el destino",
+ "Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origini} y {nbfiles} otros archivos dentro de {destination}",
"{newName} already exists" : "{newName} ya existe",
"Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya se utiliza en la carpeta \"{dir}\". Por favor elija un nombre diferente.",
@@ -120,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos mediante WebDAV</a>",
"Uploading @" : "Subiendo a ",
+ "Cancel upload" : "Cancelar subida",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
"No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 8f3f20c2c92..6f5cca13a7a 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -35,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contáctese con el administrador",
"Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", destino ya existe",
"Could not move \"{file}\"" : "No se pudo mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "No se ha podido copiar \"{file}\", ya existe el destino",
+ "Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origini} y {nbfiles} otros archivos dentro de {destination}",
"{newName} already exists" : "{newName} ya existe",
"Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya se utiliza en la carpeta \"{dir}\". Por favor elija un nombre diferente.",
@@ -118,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder tus archivos mediante WebDAV</a>",
"Uploading @" : "Subiendo a ",
+ "Cancel upload" : "Cancelar subida",
"No files in here" : "Aquí no hay archivos",
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
"No entries found in this folder" : "No hay entradas en esta carpeta",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index bc20ef8ec4c..0111a0d02dc 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilisez cette adresse pour <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accéder à vos fichiers par WebDAV</a>",
"Uploading @" : "Envoi en cours @",
+ "Cancel upload" : "Annuler le téléversement",
"No files in here" : "Aucun fichier",
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 3c49b20cfc3..0cc1f32c479 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilisez cette adresse pour <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accéder à vos fichiers par WebDAV</a>",
"Uploading @" : "Envoi en cours @",
+ "Cancel upload" : "Annuler le téléversement",
"No files in here" : "Aucun fichier",
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 867b1648c5a..e4d742f9183 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>",
"Uploading @" : "Caricamento @",
+ "Cancel upload" : "Annulla caricamento",
"No files in here" : "Qui non c'è alcun file",
"Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!",
"No entries found in this folder" : "Nessuna voce trovata in questa cartella",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 1b08cc9119b..3a2e5425646 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>",
"Uploading @" : "Caricamento @",
+ "Cancel upload" : "Annulla caricamento",
"No files in here" : "Qui non c'è alcun file",
"Upload some content or sync with your devices!" : "Carica alcuni contenuti o sincronizza con i tuoi dispositivi!",
"No entries found in this folder" : "Nessuna voce trovata in questa cartella",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index f48a235b1e1..0363627955f 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">for å få tilgang til WebDAV</a>",
"Uploading @" : "Laster opp @",
+ "Cancel upload" : "Avbryt opplasting",
"No files in here" : "Ingen filer her",
"Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!",
"No entries found in this folder" : "Ingen oppføringer funnet i denne mappen",
@@ -135,7 +136,7 @@ OC.L10N.register(
"Shared with you" : "Delt med deg",
"Shared with others" : "Delt med andre",
"Shared by link" : "Delt med lenke",
- "Tags" : "Knagger",
+ "Tags" : "Merkelapper",
"Deleted files" : "Slettede filer",
"Text file" : "Tekstfil",
"New text file.txt" : "Ny tekstfil.txt",
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 6f7bdbdee20..239793a7e70 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">for å få tilgang til WebDAV</a>",
"Uploading @" : "Laster opp @",
+ "Cancel upload" : "Avbryt opplasting",
"No files in here" : "Ingen filer her",
"Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!",
"No entries found in this folder" : "Ingen oppføringer funnet i denne mappen",
@@ -133,7 +134,7 @@
"Shared with you" : "Delt med deg",
"Shared with others" : "Delt med andre",
"Shared by link" : "Delt med lenke",
- "Tags" : "Knagger",
+ "Tags" : "Merkelapper",
"Deleted files" : "Slettede filer",
"Text file" : "Tekstfil",
"New text file.txt" : "Ny tekstfil.txt",
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 3856fbf98f0..1d11928c27a 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
"Uploading @" : "Wysyłanie",
+ "Cancel upload" : "Anuluj wysyłanie",
"No files in here" : "Brak plików",
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
"No entries found in this folder" : "Brak wpisów w tym folderze",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index 0aad01725bb..91fe2b1c44d 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Użyj tego adresu aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dostęp do swoich plików poprzez WebDAV</a>",
"Uploading @" : "Wysyłanie",
+ "Cancel upload" : "Anuluj wysyłanie",
"No files in here" : "Brak plików",
"Upload some content or sync with your devices!" : "Wgraj coś, albo wykonaj synchronizację ze swoimi urządzeniami.",
"No entries found in this folder" : "Brak wpisów w tym folderze",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index e3b2790ae05..ab8f1c14afb 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -5,7 +5,7 @@ OC.L10N.register(
"Storage invalid" : "Armazenamento inválido",
"Unknown error" : "Erro desconhecido",
"All files" : "Todos os arquivos",
- "Recent" : "Recente",
+ "Recent" : "Recentes",
"File could not be found" : "O arquivo não foi encontrado",
"Home" : "Início",
"Close" : "Fechar",
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">para acessar seus arquivos via WebDAV</a>",
"Uploading @" : "Enviando @",
+ "Cancel upload" : "Cancelar envio",
"No files in here" : "Nenhum arquivo aqui",
"Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com seus dispositivos!",
"No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 478fec5b612..c551e03a978 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -3,7 +3,7 @@
"Storage invalid" : "Armazenamento inválido",
"Unknown error" : "Erro desconhecido",
"All files" : "Todos os arquivos",
- "Recent" : "Recente",
+ "Recent" : "Recentes",
"File could not be found" : "O arquivo não foi encontrado",
"Home" : "Início",
"Close" : "Fechar",
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use este endereço <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">para acessar seus arquivos via WebDAV</a>",
"Uploading @" : "Enviando @",
+ "Cancel upload" : "Cancelar envio",
"No files in here" : "Nenhum arquivo aqui",
"Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com seus dispositivos!",
"No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta",
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 5aa93caec02..1455ed2abd3 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>",
"Uploading @" : "Выгрузка @",
+ "Cancel upload" : "Отменить выгрузку",
"No files in here" : "Здесь нет файлов",
"Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!",
"No entries found in this folder" : "В этом каталоге ничего не найдено",
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index 5860678cdfd..20bbb1d2e31 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>",
"Uploading @" : "Выгрузка @",
+ "Cancel upload" : "Отменить выгрузку",
"No files in here" : "Здесь нет файлов",
"Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!",
"No entries found in this folder" : "В этом каталоге ничего не найдено",
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index 640c6a477d9..79e74f8fc37 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použi túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">prístup ku svojím súborom cez WebDAV</a>",
"Uploading @" : "Nahráva sa @",
+ "Cancel upload" : "Zrušiť nahrávanie",
"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!",
"No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index 7d66eaad059..3abaef4aa98 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použi túto adresu pre <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">prístup ku svojím súborom cez WebDAV</a>",
"Uploading @" : "Nahráva sa @",
+ "Cancel upload" : "Zrušiť nahrávanie",
"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!",
"No entries found in this folder" : "V tomto priečinku nebolo nič nájdené",
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 2791df23f32..cedf0bfc2b5 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -16,10 +16,13 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
"Not enough free space" : "Ni dovolj prostora",
+ "Uploading …" : "Nalaganje",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Actions" : "Dejanja",
"Download" : "Prejmi",
"Rename" : "Preimenuj",
+ "Move or copy" : "Premakni ali kopiraj",
"Target folder" : "Ciljna mapa",
"Delete" : "Izbriši",
"Disconnect storage" : "Odklopi shrambo",
@@ -116,6 +119,8 @@ OC.L10N.register(
"Show hidden files" : "Pokaži skrite datoteke",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Uporabite naslov <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> za dostop do datotek prek sistema WebDAV</a>.",
+ "Uploading @" : "Nalaganje @",
+ "Cancel upload" : "Prekini nalaganje",
"No files in here" : "V mapi ni datotek",
"Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index c13ad23edd0..a10d6ac1d91 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -14,10 +14,13 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Na voljo ni dovolj prostora. Velikost poslane datoteke je {size1}, na voljo pa je je {size2}.",
"Target folder \"{dir}\" does not exist any more" : "Ciljna mapa \"{dir}\" ne obstaja več",
"Not enough free space" : "Ni dovolj prostora",
+ "Uploading …" : "Nalaganje",
+ "…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} od {totalSize} ({bitrate})",
"Actions" : "Dejanja",
"Download" : "Prejmi",
"Rename" : "Preimenuj",
+ "Move or copy" : "Premakni ali kopiraj",
"Target folder" : "Ciljna mapa",
"Delete" : "Izbriši",
"Disconnect storage" : "Odklopi shrambo",
@@ -114,6 +117,8 @@
"Show hidden files" : "Pokaži skrite datoteke",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Uporabite naslov <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\"> za dostop do datotek prek sistema WebDAV</a>.",
+ "Uploading @" : "Nalaganje @",
+ "Cancel upload" : "Prekini nalaganje",
"No files in here" : "V mapi ni datotek",
"Upload some content or sync with your devices!" : "Uvozite vsebino ali pa omogočite usklajevanje z napravami!",
"No entries found in this folder" : "V tej mapi ni najdenih predmetov.",
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index b4969688e99..1a3b01420f9 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -1,108 +1,162 @@
OC.L10N.register(
"files",
{
- "Storage not available" : "Складиште није доступно",
+ "Storage is temporarily not available" : "Складиште привремено није доступно",
"Storage invalid" : "Неисправно складиште",
"Unknown error" : "Непозната грешка",
- "Unable to set upload directory." : "Не могу да поставим директоријум за отпремање.",
- "Invalid Token" : "Неисправан токен",
- "No file was uploaded. Unknown error" : "Ниједан фајл није отпремљен. Непозната грешка",
- "There is no error, the file uploaded with success" : "Нема грешке, фајл је успешно отпремљен",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Отпремани фајл превазилази смерницу upload_max_filesize у фајлу php.ini:",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази смерницу MAX_FILE_SIZE која је наведена у ХТМЛ обрасцу",
- "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен",
- "No file was uploaded" : "Ништа није отпремљено",
- "Missing a temporary folder" : "Недостаје привремена фасцикла",
- "Failed to write to disk" : "Не могу да пишем на диск",
- "Not enough storage available" : "Нема довољно простора",
- "The target folder has been moved or deleted." : "Одредишна фасцикла је премештена или обрисана.",
- "Upload failed. Could not find uploaded file" : "Неуспешно отпремање. Не могу да нађем отпремљени фајл",
- "Upload failed. Could not get file info." : "Неуспешно отпремање. Не могу да добијем податке о фајлу.",
- "Invalid directory." : "Неисправна фасцикла.",
- "Files" : "Фајлови",
"All files" : "Сви фајлови",
+ "Recent" : "Скорашње",
+ "File could not be found" : "Фајл није нађен",
"Home" : "Почетна",
"Close" : "Затвори",
"Favorites" : "Омиљени",
+ "Could not create folder \"{dir}\"" : "Не могу да направим фасциклу \"{dir}\"",
"Upload cancelled." : "Отпремање је отказано.",
- "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то директоријум или има 0 бајтова",
- "Total file size {size1} exceeds upload limit {size2}" : "Величина {size1} превазилази ограничење за отпремање од {size2}",
+ "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} је преостало",
- "Could not get result from server." : "Не могу да добијем резултат са сервера.",
- "Uploading..." : "Отпремам…",
- "..." : "...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+ "Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
+ "Not enough free space" : "Нема довољно слободног места",
+ "Uploading …" : "Отпремам …",
+ "…" : "…",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
"Actions" : "Радње",
"Download" : "Преузми",
"Rename" : "Преименуј",
+ "Move or copy" : "Помери или копирај",
+ "Target folder" : "Одредишна фасцикла",
"Delete" : "Обриши",
"Disconnect storage" : "Искључи складиште",
- "Unshare" : "Не дели",
- "Details" : "Подаци",
+ "Unshare" : "Укини дељење",
+ "Could not load info for file \"{file}\"" : "Не могу да учитам информације фајла \"{file}\"",
+ "Files" : "Фајлови",
+ "Details" : "Детаљи",
"Select" : "Изабери",
"Pending" : "На чекању",
"Unable to determine date" : "Не могу да одредим датум",
"This operation is forbidden" : "Ова радња је забрањена",
"This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записе или контактирајте администратора",
- "No entries in this folder match '{filter}'" : "У овој фасцикли ништа се не поклапа са '{filter}'",
+ "Could not move \"{file}\", target exists" : "Не могу да померим \"{file}\", одредиште већ постоји",
+ "Could not move \"{file}\"" : "Не могу да померим \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Не могу да копирам \"{file}\", одредиште већ постоји",
+ "Could not copy \"{file}\"" : "Не могу да копирам \"{file}\"",
+ "Copied {origin} inside {destination}" : "Копиран {origin} у {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Копиран{origin} и још {nbfiles} других фајлова у {destination}",
+ "{newName} already exists" : "{newName} већ постоји",
+ "Could not rename \"{fileName}\", it does not exist any more" : "Не могу да преименујем \"{fileName}\", фајл више не постоји",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Име \"{targetName}\" се већ користи за фасциклу \"{dir}\". Одаберите неко друго име.",
+ "Could not rename \"{fileName}\"" : "Не могу да преименујем \"{fileName}\"",
+ "Could not create file \"{file}\"" : "Не могу да направим фајл \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "Не могу да направим фајл \"{file}\" јер већ постоји",
+ "Could not create folder \"{dir}\" because it already exists" : "Не могу да направим фасциклу \"{dir}\" јер већ постоји",
+ "Error deleting file \"{fileName}\"." : "Грешка при брисању фајла \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
"Name" : "Назив",
"Size" : "Величина",
"Modified" : "Измењен",
"_%n folder_::_%n folders_" : ["%n фасцикла","%n фасцикле","%n фасцикли"],
"_%n file_::_%n files_" : ["%n фајл","%n фајла","%n фајлова"],
"{dirs} and {files}" : "{dirs} и {files}",
+ "_including %n hidden_::_including %n hidden_" : ["укључујући и %n скривени","укључујући и %n скривена","укључујући и %n скривених"],
"You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове",
"_Uploading %n file_::_Uploading %n files_" : ["Отпремам %n фајл","Отпремам %n фајла","Отпремам %n фајлова"],
"New" : "Ново",
"\"{name}\" is an invalid file name." : "\"{name}\" није исправан назив фајла.",
"File name cannot be empty." : "Назив фајла не може бити празан.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" није дозвољени тип фајла",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Складиште корисника {owner} је пуно. Фајлови се не могу ажурирати нити синхронизовати!",
"Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Фајлови више не могу бити ажурирани ни синхронизовани!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Складиште корисника {owner} је скоро пуно ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
+ "View in folder" : "Види у фасцикли",
+ "Copied!" : "Копирано!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Копирај директну везу (ради само за кориснике који имају приступ овом фајлу/фасциклу)",
"Path" : "Путања",
- "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајта"],
+ "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"],
"Favorited" : "Омиљено",
"Favorite" : "Омиљени",
- "Folder" : "фасцикла",
"New folder" : "Нова фасцикла",
- "Upload" : "Отпреми",
+ "Upload file" : "Отпреми фајл",
"An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
+ "Added to favorites" : "Додато у омиљено",
+ "Removed from favorites" : "Избачено из омиљених",
+ "You added {file} to your favorites" : "Додали сте {file} у омиљене",
+ "You removed {file} from your favorites" : "Избацили сте {file} из омиљених",
+ "File changes" : "Измене над фајлом",
+ "Created by {user}" : "Направио {user}",
+ "Changed by {user}" : "Изменио {user}",
+ "Deleted by {user}" : "Обрисао {user}",
+ "Restored by {user}" : "Повратио {user}",
+ "Renamed by {user}" : "Преименовао {user}",
+ "Moved by {user}" : "Померио {user}",
+ "\"remote user\"" : "„удаљени корисник“",
+ "You created {file}" : "Направили сте {file}",
+ "{user} created {file}" : "{user} је направио {file}",
+ "{file} was created in a public folder" : "{file} је направљен у јавној фасцикли",
+ "You changed {file}" : "Изменили сте {file}",
+ "{user} changed {file}" : "{user} је изменио {file}",
+ "You deleted {file}" : "Обрисали сте {file}",
+ "{user} deleted {file}" : "{user} је обрисао {file}",
+ "You restored {file}" : "Повратили сте {file}",
+ "{user} restored {file}" : "{user} је повратио {file}",
+ "You renamed {oldfile} to {newfile}" : "Преименовали сте {oldfile} на {newfile}",
+ "{user} renamed {oldfile} to {newfile}" : "{user} је преименовао {oldfile} на {newfile}",
+ "You moved {oldfile} to {newfile}" : "Померили сте {oldfile} на {newfile}",
+ "{user} moved {oldfile} to {newfile}" : "{user} је померио {oldfile} на {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Фајл је додат или избрисан из Ваших <strong>омиљених</strong>",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Фајл или фасцикла су <strong>измењени</strong> или <strong>преименовани</strong>",
"A new file or folder has been <strong>created</strong>" : "Нови фајл или фасцикла су <strong>направљени</strong>",
- "A file or folder has been <strong>changed</strong>" : "Фајл или фасцикла су <strong>измењени</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничи обавештења о стварању и изменама на <strong>омиљене фајлове</strong> <em>(само у записнику)</em>",
"A file or folder has been <strong>deleted</strong>" : "Фајл или фасцикла су <strong>обрисани</strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничи обавештења о стварању и изменама на <strong>омиљене фајлове</strong> <em>(само у записнику)</em>",
"A file or folder has been <strong>restored</strong>" : "Фајл или фасцикла су <strong>враћени</strong>",
- "You created %1$s" : "Направили сте %1$s",
- "%2$s created %1$s" : "%2$s направи %1$s",
- "%1$s was created in a public folder" : "%1$s је направљен у јавној фасцикли",
- "You changed %1$s" : "Изменили сте %1$s",
- "%2$s changed %1$s" : "%2$s измени %1$s",
- "You deleted %1$s" : "Обрисали сте %1$s",
- "%2$s deleted %1$s" : "%2$s обриса %1$s",
- "You restored %1$s" : "Вратили сте %1$s",
- "%2$s restored %1$s" : "%2$s поврати %1$s",
- "Changed by %2$s" : "Изменио %2$s",
- "Deleted by %2$s" : "Обрисао %2$s",
- "Restored by %2$s" : "Повратио %2$s",
+ "Unlimited" : "Неограничено",
"Upload (max. %s)" : "Отпремање (макс. %s)",
"File handling" : "Руковање фајловима",
"Maximum upload size" : "Највећа величина отпремања",
"max. possible: " : "највише могуће:",
"Save" : "Сачувај",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.",
+ "Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.",
+ "%s of %s used" : "%s од %s искоришћено",
+ "%s used" : "%s искоришћено",
"Settings" : "Поставке",
+ "Show hidden files" : "Прикажи скривене фајлове",
"WebDAV" : "ВебДАВ",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приступате Вашим фајловима преко ВебДАВа</a>",
+ "Uploading @" : "Отпремам @",
+ "Cancel upload" : "Откажи отпремање",
"No files in here" : "Овде нема фајлова",
"Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
"No entries found in this folder" : "Нема ничега у овој фасцикли",
"Select all" : "Означи све",
- "Upload too large" : "Отпремање је превелико",
+ "Upload too large" : "Фајл за отпремање је превелики",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Фајлови које желите да отпремите превазилазе ограничење отпремања на овом серверу.",
- "No favorites" : "Нема омиљених",
+ "No favorites yet" : "Још нема омиљених",
"Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде",
- "Text file" : "текстуални фајл",
+ "Shared with you" : "Дељено са вама",
+ "Shared with others" : "Дељено са осталима",
+ "Shared by link" : "Дељено путем везе",
+ "Tags" : "Ознаке",
+ "Deleted files" : "Обрисани фајлови",
+ "Text file" : "Tекстуални фајл",
"New text file.txt" : "Нов текстуални фајл.txt",
- "{newname} already exists" : "{newname} већ постоји"
+ "Uploading..." : "Отпремам…",
+ "..." : "...",
+ "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} сат преостао","{hours}:{minutes}:{seconds} сата преостала","{hours}:{minutes}:{seconds} сати преостало"],
+ "{hours}:{minutes}h" : "{hours}:{minutes}h",
+ "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} минут преостало","{minutes}:{seconds} минута преостало","{minutes}:{seconds} минута преостало "],
+ "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
+ "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} секунда преостала","{seconds} секунде преостало","{seconds} секунди преостало"],
+ "{seconds}s" : "{seconds}s",
+ "Any moment now..." : "Сваког тренутка...",
+ "Soon..." : "Ускоро...",
+ "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+ "Move" : "Премести",
+ "Copy local link" : "Копирај локалну везу",
+ "Folder" : "Фасцикла",
+ "Upload" : "Отпреми",
+ "A new file or folder has been <strong>deleted</strong>" : "Нови фајл или фасцикла су <strong>обрисани</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Нови фајл или фасцикла су <strong>враћени</strong>",
+ "No favorites" : "Нема омиљених"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index 94ab1e4a65a..c8db7af7ab8 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -1,106 +1,160 @@
{ "translations": {
- "Storage not available" : "Складиште није доступно",
+ "Storage is temporarily not available" : "Складиште привремено није доступно",
"Storage invalid" : "Неисправно складиште",
"Unknown error" : "Непозната грешка",
- "Unable to set upload directory." : "Не могу да поставим директоријум за отпремање.",
- "Invalid Token" : "Неисправан токен",
- "No file was uploaded. Unknown error" : "Ниједан фајл није отпремљен. Непозната грешка",
- "There is no error, the file uploaded with success" : "Нема грешке, фајл је успешно отпремљен",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Отпремани фајл превазилази смерницу upload_max_filesize у фајлу php.ini:",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Отпремани фајл превазилази смерницу MAX_FILE_SIZE која је наведена у ХТМЛ обрасцу",
- "The uploaded file was only partially uploaded" : "Отпремани фајл је само делимично отпремљен",
- "No file was uploaded" : "Ништа није отпремљено",
- "Missing a temporary folder" : "Недостаје привремена фасцикла",
- "Failed to write to disk" : "Не могу да пишем на диск",
- "Not enough storage available" : "Нема довољно простора",
- "The target folder has been moved or deleted." : "Одредишна фасцикла је премештена или обрисана.",
- "Upload failed. Could not find uploaded file" : "Неуспешно отпремање. Не могу да нађем отпремљени фајл",
- "Upload failed. Could not get file info." : "Неуспешно отпремање. Не могу да добијем податке о фајлу.",
- "Invalid directory." : "Неисправна фасцикла.",
- "Files" : "Фајлови",
"All files" : "Сви фајлови",
+ "Recent" : "Скорашње",
+ "File could not be found" : "Фајл није нађен",
"Home" : "Почетна",
"Close" : "Затвори",
"Favorites" : "Омиљени",
+ "Could not create folder \"{dir}\"" : "Не могу да направим фасциклу \"{dir}\"",
"Upload cancelled." : "Отпремање је отказано.",
- "Unable to upload {filename} as it is a directory or has 0 bytes" : "Не могу да отпремим {filename} јер је то директоријум или има 0 бајтова",
- "Total file size {size1} exceeds upload limit {size2}" : "Величина {size1} превазилази ограничење за отпремање од {size2}",
+ "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} је преостало",
- "Could not get result from server." : "Не могу да добијем резултат са сервера.",
- "Uploading..." : "Отпремам…",
- "..." : "...",
- "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+ "Target folder \"{dir}\" does not exist any more" : "Одредишна фасцикла \"{dir}\" више не постоји",
+ "Not enough free space" : "Нема довољно слободног места",
+ "Uploading …" : "Отпремам …",
+ "…" : "…",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
"Actions" : "Радње",
"Download" : "Преузми",
"Rename" : "Преименуј",
+ "Move or copy" : "Помери или копирај",
+ "Target folder" : "Одредишна фасцикла",
"Delete" : "Обриши",
"Disconnect storage" : "Искључи складиште",
- "Unshare" : "Не дели",
- "Details" : "Подаци",
+ "Unshare" : "Укини дељење",
+ "Could not load info for file \"{file}\"" : "Не могу да учитам информације фајла \"{file}\"",
+ "Files" : "Фајлови",
+ "Details" : "Детаљи",
"Select" : "Изабери",
"Pending" : "На чекању",
"Unable to determine date" : "Не могу да одредим датум",
"This operation is forbidden" : "Ова радња је забрањена",
"This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записе или контактирајте администратора",
- "No entries in this folder match '{filter}'" : "У овој фасцикли ништа се не поклапа са '{filter}'",
+ "Could not move \"{file}\", target exists" : "Не могу да померим \"{file}\", одредиште већ постоји",
+ "Could not move \"{file}\"" : "Не могу да померим \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Не могу да копирам \"{file}\", одредиште већ постоји",
+ "Could not copy \"{file}\"" : "Не могу да копирам \"{file}\"",
+ "Copied {origin} inside {destination}" : "Копиран {origin} у {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Копиран{origin} и још {nbfiles} других фајлова у {destination}",
+ "{newName} already exists" : "{newName} већ постоји",
+ "Could not rename \"{fileName}\", it does not exist any more" : "Не могу да преименујем \"{fileName}\", фајл више не постоји",
+ "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Име \"{targetName}\" се већ користи за фасциклу \"{dir}\". Одаберите неко друго име.",
+ "Could not rename \"{fileName}\"" : "Не могу да преименујем \"{fileName}\"",
+ "Could not create file \"{file}\"" : "Не могу да направим фајл \"{file}\"",
+ "Could not create file \"{file}\" because it already exists" : "Не могу да направим фајл \"{file}\" јер већ постоји",
+ "Could not create folder \"{dir}\" because it already exists" : "Не могу да направим фасциклу \"{dir}\" јер већ постоји",
+ "Error deleting file \"{fileName}\"." : "Грешка при брисању фајла \"{fileName}\".",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Нема резултата претраге у осталим фасциклама за {tag}{filter}{endtag}",
"Name" : "Назив",
"Size" : "Величина",
"Modified" : "Измењен",
"_%n folder_::_%n folders_" : ["%n фасцикла","%n фасцикле","%n фасцикли"],
"_%n file_::_%n files_" : ["%n фајл","%n фајла","%n фајлова"],
"{dirs} and {files}" : "{dirs} и {files}",
+ "_including %n hidden_::_including %n hidden_" : ["укључујући и %n скривени","укључујући и %n скривена","укључујући и %n скривених"],
"You don’t have permission to upload or create files here" : "Немате дозволе да овде отпремате или стварате фајлове",
"_Uploading %n file_::_Uploading %n files_" : ["Отпремам %n фајл","Отпремам %n фајла","Отпремам %n фајлова"],
"New" : "Ново",
"\"{name}\" is an invalid file name." : "\"{name}\" није исправан назив фајла.",
"File name cannot be empty." : "Назив фајла не може бити празан.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" није дозвољени тип фајла",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Складиште корисника {owner} је пуно. Фајлови се не могу ажурирати нити синхронизовати!",
"Your storage is full, files can not be updated or synced anymore!" : "Ваше складиште је пуно. Фајлови више не могу бити ажурирани ни синхронизовани!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Складиште корисника {owner} је скоро пуно ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
+ "View in folder" : "Види у фасцикли",
+ "Copied!" : "Копирано!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Копирај директну везу (ради само за кориснике који имају приступ овом фајлу/фасциклу)",
"Path" : "Путања",
- "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајта"],
+ "_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"],
"Favorited" : "Омиљено",
"Favorite" : "Омиљени",
- "Folder" : "фасцикла",
"New folder" : "Нова фасцикла",
- "Upload" : "Отпреми",
+ "Upload file" : "Отпреми фајл",
"An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
+ "Added to favorites" : "Додато у омиљено",
+ "Removed from favorites" : "Избачено из омиљених",
+ "You added {file} to your favorites" : "Додали сте {file} у омиљене",
+ "You removed {file} from your favorites" : "Избацили сте {file} из омиљених",
+ "File changes" : "Измене над фајлом",
+ "Created by {user}" : "Направио {user}",
+ "Changed by {user}" : "Изменио {user}",
+ "Deleted by {user}" : "Обрисао {user}",
+ "Restored by {user}" : "Повратио {user}",
+ "Renamed by {user}" : "Преименовао {user}",
+ "Moved by {user}" : "Померио {user}",
+ "\"remote user\"" : "„удаљени корисник“",
+ "You created {file}" : "Направили сте {file}",
+ "{user} created {file}" : "{user} је направио {file}",
+ "{file} was created in a public folder" : "{file} је направљен у јавној фасцикли",
+ "You changed {file}" : "Изменили сте {file}",
+ "{user} changed {file}" : "{user} је изменио {file}",
+ "You deleted {file}" : "Обрисали сте {file}",
+ "{user} deleted {file}" : "{user} је обрисао {file}",
+ "You restored {file}" : "Повратили сте {file}",
+ "{user} restored {file}" : "{user} је повратио {file}",
+ "You renamed {oldfile} to {newfile}" : "Преименовали сте {oldfile} на {newfile}",
+ "{user} renamed {oldfile} to {newfile}" : "{user} је преименовао {oldfile} на {newfile}",
+ "You moved {oldfile} to {newfile}" : "Померили сте {oldfile} на {newfile}",
+ "{user} moved {oldfile} to {newfile}" : "{user} је померио {oldfile} на {newfile}",
+ "A file has been added to or removed from your <strong>favorites</strong>" : "Фајл је додат или избрисан из Ваших <strong>омиљених</strong>",
+ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Фајл или фасцикла су <strong>измењени</strong> или <strong>преименовани</strong>",
"A new file or folder has been <strong>created</strong>" : "Нови фајл или фасцикла су <strong>направљени</strong>",
- "A file or folder has been <strong>changed</strong>" : "Фајл или фасцикла су <strong>измењени</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничи обавештења о стварању и изменама на <strong>омиљене фајлове</strong> <em>(само у записнику)</em>",
"A file or folder has been <strong>deleted</strong>" : "Фајл или фасцикла су <strong>обрисани</strong>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничи обавештења о стварању и изменама на <strong>омиљене фајлове</strong> <em>(само у записнику)</em>",
"A file or folder has been <strong>restored</strong>" : "Фајл или фасцикла су <strong>враћени</strong>",
- "You created %1$s" : "Направили сте %1$s",
- "%2$s created %1$s" : "%2$s направи %1$s",
- "%1$s was created in a public folder" : "%1$s је направљен у јавној фасцикли",
- "You changed %1$s" : "Изменили сте %1$s",
- "%2$s changed %1$s" : "%2$s измени %1$s",
- "You deleted %1$s" : "Обрисали сте %1$s",
- "%2$s deleted %1$s" : "%2$s обриса %1$s",
- "You restored %1$s" : "Вратили сте %1$s",
- "%2$s restored %1$s" : "%2$s поврати %1$s",
- "Changed by %2$s" : "Изменио %2$s",
- "Deleted by %2$s" : "Обрисао %2$s",
- "Restored by %2$s" : "Повратио %2$s",
+ "Unlimited" : "Неограничено",
"Upload (max. %s)" : "Отпремање (макс. %s)",
"File handling" : "Руковање фајловима",
"Maximum upload size" : "Највећа величина отпремања",
"max. possible: " : "највише могуће:",
"Save" : "Сачувај",
+ "With PHP-FPM it might take 5 minutes for changes to be applied." : "Ако користите PHP-FPM, промене се могу применити и тек после 5 минута.",
+ "Missing permissions to edit from here." : "Недостају дозволе да се мења одавде.",
+ "%s of %s used" : "%s од %s искоришћено",
+ "%s used" : "%s искоришћено",
"Settings" : "Поставке",
+ "Show hidden files" : "Прикажи скривене фајлове",
"WebDAV" : "ВебДАВ",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">приступате Вашим фајловима преко ВебДАВа</a>",
+ "Uploading @" : "Отпремам @",
+ "Cancel upload" : "Откажи отпремање",
"No files in here" : "Овде нема фајлова",
"Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
"No entries found in this folder" : "Нема ничега у овој фасцикли",
"Select all" : "Означи све",
- "Upload too large" : "Отпремање је превелико",
+ "Upload too large" : "Фајл за отпремање је превелики",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Фајлови које желите да отпремите превазилазе ограничење отпремања на овом серверу.",
- "No favorites" : "Нема омиљених",
+ "No favorites yet" : "Још нема омиљених",
"Files and folders you mark as favorite will show up here" : "Фајлови и фасцикле које обележите као омиљене појавиће се овде",
- "Text file" : "текстуални фајл",
+ "Shared with you" : "Дељено са вама",
+ "Shared with others" : "Дељено са осталима",
+ "Shared by link" : "Дељено путем везе",
+ "Tags" : "Ознаке",
+ "Deleted files" : "Обрисани фајлови",
+ "Text file" : "Tекстуални фајл",
"New text file.txt" : "Нов текстуални фајл.txt",
- "{newname} already exists" : "{newname} већ постоји"
+ "Uploading..." : "Отпремам…",
+ "..." : "...",
+ "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} сат преостао","{hours}:{minutes}:{seconds} сата преостала","{hours}:{minutes}:{seconds} сати преостало"],
+ "{hours}:{minutes}h" : "{hours}:{minutes}h",
+ "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} минут преостало","{minutes}:{seconds} минута преостало","{minutes}:{seconds} минута преостало "],
+ "{minutes}:{seconds}m" : "{minutes}:{seconds}m",
+ "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} секунда преостала","{seconds} секунде преостало","{seconds} секунди преостало"],
+ "{seconds}s" : "{seconds}s",
+ "Any moment now..." : "Сваког тренутка...",
+ "Soon..." : "Ускоро...",
+ "File upload is in progress. Leaving the page now will cancel the upload." : "Отпремање фајла је у току. Ако сада напустите страницу, отказаћете отпремање.",
+ "Move" : "Премести",
+ "Copy local link" : "Копирај локалну везу",
+ "Folder" : "Фасцикла",
+ "Upload" : "Отпреми",
+ "A new file or folder has been <strong>deleted</strong>" : "Нови фајл или фасцикла су <strong>обрисани</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Нови фајл или фасцикла су <strong>враћени</strong>",
+ "No favorites" : "Нема омиљених"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 82f0e7ace01..ef6e091ecc7 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Använd den här adressen för att <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">komma åt dina filer via WebDAV</a>",
"Uploading @" : "Laddar upp @",
+ "Cancel upload" : "Avbryt uppladdning",
"No files in here" : "Inga filer kunde hittas",
"Upload some content or sync with your devices!" : "Ladda upp innehåll eller synkronisera med dina enheter!",
"No entries found in this folder" : "Inget innehåll hittades i denna mapp",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 750d0814697..88b6d108dcb 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Använd den här adressen för att <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">komma åt dina filer via WebDAV</a>",
"Uploading @" : "Laddar upp @",
+ "Cancel upload" : "Avbryt uppladdning",
"No files in here" : "Inga filer kunde hittas",
"Upload some content or sync with your devices!" : "Ladda upp innehåll eller synkronisera med dina enheter!",
"No entries found in this folder" : "Inget innehåll hittades i denna mapp",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 960d81ed7c6..d5ee46c53b8 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"Uploading @" : "Yükleniyor @",
+ "Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada herhangi bir dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!",
"No entries found in this folder" : "Bu klasörde herhangi bir kayıt bulunamadı",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index 1a7d8b2cf8b..b63f114f80a 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>",
"Uploading @" : "Yükleniyor @",
+ "Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada herhangi bir dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!",
"No entries found in this folder" : "Bu klasörde herhangi bir kayıt bulunamadı",
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js
index 01e6547304a..34c9c79b5a7 100644
--- a/apps/files/l10n/vi.js
+++ b/apps/files/l10n/vi.js
@@ -16,9 +16,12 @@ OC.L10N.register(
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Không đủ dung lượng trống, bạn đang tải {size1} nhưng chỉ còn {size2} trống",
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
"Not enough free space" : "Không đủ dung lượng trống",
+ "Uploading …" : "Đang tải lên …",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})",
"Actions" : "Actions",
"Download" : "Tải về",
"Rename" : "Sửa tên",
+ "Move or copy" : "Di chuyển hoặc sao chép",
"Target folder" : "Thư mục đích",
"Delete" : "Xóa",
"Disconnect storage" : "Bộ lưu trữ đã ngắt kết nối",
@@ -33,6 +36,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý",
"Could not move \"{file}\", target exists" : "Không thể di chuyển \"{file}\", trùng đích đến",
"Could not move \"{file}\"" : "Không thể di chuyển \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Không thể sao chép \"{file}\", tệp tin đích đã tồn tại",
+ "Could not copy \"{file}\"" : "Không thể sao chép tệp tin \"{file}\"",
+ "Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}",
"{newName} already exists" : "{newName} đã có",
"Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác",
@@ -61,11 +68,14 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["khớp '{filter}'"],
"View in folder" : "Xem trong thư mục",
+ "Copied!" : "Đã sao chép!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với người dùng có quyền truy nhập tới tệp tin/thư mục này)",
"Path" : "Đường dẫn",
"_%n byte_::_%n bytes_" : ["%n bytes"],
"Favorited" : "Được ưa thích",
"Favorite" : "Ưu thích",
"New folder" : "Tạo thư mục",
+ "Upload file" : "Tải lên tập tin",
"An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags",
"Added to favorites" : "Đã thêm vào mục yêu thích",
"Removed from favorites" : "Đã xóa khỏi mục ưa thích",
@@ -78,6 +88,7 @@ OC.L10N.register(
"Restored by {user}" : "Được khôi phục bởi {user}",
"Renamed by {user}" : "Đã đổi tên bởi {user}",
"Moved by {user}" : "Đã di chuyển bởi {user}",
+ "\"remote user\"" : "\"người dùng từ xa\"",
"You created {file}" : "Bạn đã tạo {file}",
"{user} created {file}" : "{user} đã tạo {file}",
"{file} was created in a public folder" : "{file} đã được tạo trong một thư mục công khai",
diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json
index 9efe90347ff..5bf200eb0a0 100644
--- a/apps/files/l10n/vi.json
+++ b/apps/files/l10n/vi.json
@@ -14,9 +14,12 @@
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Không đủ dung lượng trống, bạn đang tải {size1} nhưng chỉ còn {size2} trống",
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
"Not enough free space" : "Không đủ dung lượng trống",
+ "Uploading …" : "Đang tải lên …",
+ "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})",
"Actions" : "Actions",
"Download" : "Tải về",
"Rename" : "Sửa tên",
+ "Move or copy" : "Di chuyển hoặc sao chép",
"Target folder" : "Thư mục đích",
"Delete" : "Xóa",
"Disconnect storage" : "Bộ lưu trữ đã ngắt kết nối",
@@ -31,6 +34,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Thư mục này không sẵn có, hãy kiểm tra log hoặc liên hệ người quản lý",
"Could not move \"{file}\", target exists" : "Không thể di chuyển \"{file}\", trùng đích đến",
"Could not move \"{file}\"" : "Không thể di chuyển \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Không thể sao chép \"{file}\", tệp tin đích đã tồn tại",
+ "Could not copy \"{file}\"" : "Không thể sao chép tệp tin \"{file}\"",
+ "Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}",
"{newName} already exists" : "{newName} đã có",
"Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác",
@@ -59,11 +66,14 @@
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["khớp '{filter}'"],
"View in folder" : "Xem trong thư mục",
+ "Copied!" : "Đã sao chép!",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Sao chép liên kết trực tiếp (chỉ hoạt động đối với người dùng có quyền truy nhập tới tệp tin/thư mục này)",
"Path" : "Đường dẫn",
"_%n byte_::_%n bytes_" : ["%n bytes"],
"Favorited" : "Được ưa thích",
"Favorite" : "Ưu thích",
"New folder" : "Tạo thư mục",
+ "Upload file" : "Tải lên tập tin",
"An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags",
"Added to favorites" : "Đã thêm vào mục yêu thích",
"Removed from favorites" : "Đã xóa khỏi mục ưa thích",
@@ -76,6 +86,7 @@
"Restored by {user}" : "Được khôi phục bởi {user}",
"Renamed by {user}" : "Đã đổi tên bởi {user}",
"Moved by {user}" : "Đã di chuyển bởi {user}",
+ "\"remote user\"" : "\"người dùng từ xa\"",
"You created {file}" : "Bạn đã tạo {file}",
"{user} created {file}" : "{user} đã tạo {file}",
"{file} was created in a public folder" : "{file} đã được tạo trong một thư mục công khai",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 84bf822b471..97be741304e 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">通过 WebDAV 访问您的文件</a>",
"Uploading @" : "上传中",
+ "Cancel upload" : "取消上传",
"No files in here" : "无文件",
"Upload some content or sync with your devices!" : "上传或从您的设备中同步!",
"No entries found in this folder" : "文件夹中无项目",
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 42a8ea92093..b8630ae0b1e 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">通过 WebDAV 访问您的文件</a>",
"Uploading @" : "上传中",
+ "Cancel upload" : "取消上传",
"No files in here" : "无文件",
"Upload some content or sync with your devices!" : "上传或从您的设备中同步!",
"No entries found in this folder" : "文件夹中无项目",
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php
index 09b02943688..8326fad73ea 100644
--- a/apps/files/templates/appnavigation.php
+++ b/apps/files/templates/appnavigation.php
@@ -11,7 +11,7 @@
</a>
</li>
<?php } ?>
- <li id="quota" class="section pinned <?php
+ <li id="quota" class="pinned <?php
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
?>has-tooltip" title="<?php p($_['usage_relative'] . '%');
} ?>">
@@ -23,9 +23,8 @@
p($l->t('%s used', [$_['usage']]));
} ?></p>
<div class="quota-container">
- <div style="width:<?php p($_['usage_relative']);?>%"
- <?php if($_['usage_relative'] > 80): ?>class="quota-warning"<?php endif; ?>>
- </div>
+ <progress value="<?php p($_['usage_relative']); ?>" max="100"
+ <?php if($_['usage_relative'] > 80): ?> class="warn" <?php endif; ?>></progress>
</div>
</a>
</li>
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index f3b6759644c..46bd9351e39 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -4,7 +4,9 @@
<div id="uploadprogressbar">
<em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading @'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
</div>
- <input type="button" class="stop icon-close" style="display:none" value="" />
+ <button class="stop icon-close" style="display:none">
+ <span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>
+ </button>
</div>
</div>
<div id="file_action_panel"></div>
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index c787f9eb8df..fdf882fa3fe 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -29,7 +29,7 @@
<a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Modified' )); ?></span><span class="sort-indicator"></span></a>
<span class="selectedActions"><a href="" class="delete-selected">
<?php p($l->t('Delete'))?>
- <img class="svg" alt="<?php p($l->t('Delete'))?>"
+ <img class="svg" alt=""
src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
</a></span>
</th>