Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-03 05:13:51 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-03 05:13:51 +0300
commit21e2c2d79c9468fd030050a0ac8164d3ac1b0684 (patch)
tree57d7601767141d099b90429dc42fdad51ce91328 /apps/files
parentaf901a8509a01977229d477b1a451bbc0e20a2f7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/ca.js1
-rw-r--r--apps/files/l10n/ca.json1
-rw-r--r--apps/files/l10n/de.js1
-rw-r--r--apps/files/l10n/de.json1
-rw-r--r--apps/files/l10n/de_DE.js1
-rw-r--r--apps/files/l10n/de_DE.json1
-rw-r--r--apps/files/l10n/fr.js1
-rw-r--r--apps/files/l10n/fr.json1
-rw-r--r--apps/files/l10n/gl.js1
-rw-r--r--apps/files/l10n/gl.json1
-rw-r--r--apps/files/l10n/it.js1
-rw-r--r--apps/files/l10n/it.json1
-rw-r--r--apps/files/l10n/pt_BR.js1
-rw-r--r--apps/files/l10n/pt_BR.json1
-rw-r--r--apps/files/l10n/sv.js1
-rw-r--r--apps/files/l10n/sv.json1
-rw-r--r--apps/files/l10n/tr.js3
-rw-r--r--apps/files/l10n/tr.json3
18 files changed, 20 insertions, 2 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index 4e574fddea4..5b82c262189 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Càrrega (màx. %s)",
"File Management" : "Gestió de fitxers",
"%s used" : "%s utilitzat",
+ "%s%% of %s used" : "Usat%s%% de %s ",
"%1$s of %2$s used" : "%1$s de %2$s utilitzat",
"Settings" : "Paràmetres",
"Show hidden files" : "Mostra els fitxers ocults",
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json
index a6d726c80b0..c213100c31a 100644
--- a/apps/files/l10n/ca.json
+++ b/apps/files/l10n/ca.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Càrrega (màx. %s)",
"File Management" : "Gestió de fitxers",
"%s used" : "%s utilitzat",
+ "%s%% of %s used" : "Usat%s%% de %s ",
"%1$s of %2$s used" : "%1$s de %2$s utilitzat",
"Settings" : "Paràmetres",
"Show hidden files" : "Mostra els fitxers ocults",
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 67dc1c2a386..145e734dc45 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Hochladen (max. %s)",
"File Management" : "Dateiverwaltung",
"%s used" : "%s verwendet",
+ "%s%% of %s used" : "%s%% von %s verwendet",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index efbd961e6d9..da586f60f40 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Hochladen (max. %s)",
"File Management" : "Dateiverwaltung",
"%s used" : "%s verwendet",
+ "%s%% of %s used" : "%s%% von %s verwendet",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index c03cb6eace3..5e4d83e53dd 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Hochladen (max. %s)",
"File Management" : "Dateiverwaltung",
"%s used" : " %s verwendet",
+ "%s%% of %s used" : "%s%% von %s verwendet",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index a782d928e9b..e4d0387f6ab 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Hochladen (max. %s)",
"File Management" : "Dateiverwaltung",
"%s used" : " %s verwendet",
+ "%s%% of %s used" : "%s%% von %s verwendet",
"%1$s of %2$s used" : "%1$s von %2$s verwendet",
"Settings" : "Einstellungen",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 3fd2c78f74b..bf6af158785 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Envoi (max. %s)",
"File Management" : "Gestion de fichier",
"%s used" : "%s utilisé",
+ "%s%% of %s used" : "%s%% de %s utilisé",
"%1$s of %2$s used" : "%1$s utilisés sur %2$s",
"Settings" : "Paramètres",
"Show hidden files" : "Afficher les fichiers masqués",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index c8a47eda721..e4ee889d5f4 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Envoi (max. %s)",
"File Management" : "Gestion de fichier",
"%s used" : "%s utilisé",
+ "%s%% of %s used" : "%s%% de %s utilisé",
"%1$s of %2$s used" : "%1$s utilisés sur %2$s",
"Settings" : "Paramètres",
"Show hidden files" : "Afficher les fichiers masqués",
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index b9f67a53da7..016bc477b9a 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Envío (máx. %s)",
"File Management" : "Administración de ficheiros",
"%s used" : "%s utilizado",
+ "%s%% of %s used" : "%s%% de %s utilizado",
"%1$s of %2$s used" : "%s de %s utilizado",
"Settings" : "Axustes",
"Show hidden files" : "Amosar os ficheiros agochados",
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index e4378b42409..8ef4b617dfb 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Envío (máx. %s)",
"File Management" : "Administración de ficheiros",
"%s used" : "%s utilizado",
+ "%s%% of %s used" : "%s%% de %s utilizado",
"%1$s of %2$s used" : "%s de %s utilizado",
"Settings" : "Axustes",
"Show hidden files" : "Amosar os ficheiros agochados",
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 6b02edbb159..11da5591c6a 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Carica (massimo %s)",
"File Management" : "Gestione dei file",
"%s used" : "%s utilizzato",
+ "%s%% of %s used" : "%s%% di %s utilizzati",
"%1$s of %2$s used" : "%1$s di %2$s utilizzati",
"Settings" : "Impostazioni",
"Show hidden files" : "Mostra i file nascosti",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 39b755ceadd..33c591b414c 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Carica (massimo %s)",
"File Management" : "Gestione dei file",
"%s used" : "%s utilizzato",
+ "%s%% of %s used" : "%s%% di %s utilizzati",
"%1$s of %2$s used" : "%1$s di %2$s utilizzati",
"Settings" : "Impostazioni",
"Show hidden files" : "Mostra i file nascosti",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 452747ec6a1..f4a3c51bb6c 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Envio (max. %s)",
"File Management" : "Gerenciamento de Arquivos",
"%s used" : "%s usado",
+ "%s%% of %s used" : "%s%% usados de %s",
"%1$s of %2$s used" : "%1$s usado de %2$s",
"Settings" : "Configurações",
"Show hidden files" : "Exibir arquivos ocultos",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 4bd375a2faa..59b770312be 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Envio (max. %s)",
"File Management" : "Gerenciamento de Arquivos",
"%s used" : "%s usado",
+ "%s%% of %s used" : "%s%% usados de %s",
"%1$s of %2$s used" : "%1$s usado de %2$s",
"Settings" : "Configurações",
"Show hidden files" : "Exibir arquivos ocultos",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 4ce1f9c5b72..7037a0fdcfe 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Ladda upp (högst %s)",
"File Management" : "Filhantering",
"%s used" : "%s använt",
+ "%s%% of %s used" : "%s%% av %s använt",
"%1$s of %2$s used" : "%1$s av %2$s använt",
"Settings" : "Inställningar",
"Show hidden files" : "Visa dolda filer",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index aa2d7906cb9..2ba1f9064f2 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Ladda upp (högst %s)",
"File Management" : "Filhantering",
"%s used" : "%s använt",
+ "%s%% of %s used" : "%s%% av %s använt",
"%1$s of %2$s used" : "%1$s av %2$s använt",
"Settings" : "Inställningar",
"Show hidden files" : "Visa dolda filer",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 2c5b2512e0b..b1699a84bfa 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -124,7 +124,7 @@ OC.L10N.register(
"{user} restored {file}" : "{user}, {file} dosyasını geri yükledi",
"You renamed {oldfile} to {newfile}" : "{oldfile} dosyasının adını {newfile} olarak değiştirdiniz",
"{user} renamed {oldfile} to {newfile}" : "{user}, {oldfile} dosyasının adını {newfile} olarak değiştirdi",
- "You moved {oldfile} to {newfile}" : "{oldfile} dosyası nı{newfile} dosyasına taşıdınız",
+ "You moved {oldfile} to {newfile}" : "{oldfile} dosyasını {newfile} klasörüne taşıdınız",
"{user} moved {oldfile} to {newfile}" : "{user}, {oldfile} dosyasının {newfile} dosyasına taşıdı",
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Sık kullandıklarınıza</strong> bir dosya eklendi ya da silindi",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Bir dosya ya da klasör <strong>değiştirildi</strong> ya da <strong>yeniden adlandırıldı</strong>",
@@ -136,6 +136,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"File Management" : "Dosya Yönetimi",
"%s used" : "%s kullanılıyor",
+ "%s%% of %s used" : "%s%%/%s kullanılmış",
"%1$s of %2$s used" : "%1$s / %2$s kullanıldı",
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index e7401ecdd5e..9330dc1a782 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -122,7 +122,7 @@
"{user} restored {file}" : "{user}, {file} dosyasını geri yükledi",
"You renamed {oldfile} to {newfile}" : "{oldfile} dosyasının adını {newfile} olarak değiştirdiniz",
"{user} renamed {oldfile} to {newfile}" : "{user}, {oldfile} dosyasının adını {newfile} olarak değiştirdi",
- "You moved {oldfile} to {newfile}" : "{oldfile} dosyası nı{newfile} dosyasına taşıdınız",
+ "You moved {oldfile} to {newfile}" : "{oldfile} dosyasını {newfile} klasörüne taşıdınız",
"{user} moved {oldfile} to {newfile}" : "{user}, {oldfile} dosyasının {newfile} dosyasına taşıdı",
"A file has been added to or removed from your <strong>favorites</strong>" : "<strong>Sık kullandıklarınıza</strong> bir dosya eklendi ya da silindi",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Bir dosya ya da klasör <strong>değiştirildi</strong> ya da <strong>yeniden adlandırıldı</strong>",
@@ -134,6 +134,7 @@
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"File Management" : "Dosya Yönetimi",
"%s used" : "%s kullanılıyor",
+ "%s%% of %s used" : "%s%%/%s kullanılmış",
"%1$s of %2$s used" : "%1$s / %2$s kullanıldı",
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle",