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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-08-02 03:12:54 +0300
committerNextcloud bot <bot@nextcloud.com>2018-08-02 03:12:54 +0300
commit859c613515c0796c671fd7ec281bbc8e7107252f (patch)
tree9098fd76675ca8ab6b605097bae9fc0f352adaa0 /lib
parent51412d718508f6fda2b3eb45ed3c56a1c1d9175b (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/de.js1
-rw-r--r--lib/l10n/de.json1
-rw-r--r--lib/l10n/de_DE.js1
-rw-r--r--lib/l10n/de_DE.json1
-rw-r--r--lib/l10n/es.js1
-rw-r--r--lib/l10n/es.json1
-rw-r--r--lib/l10n/fr.js1
-rw-r--r--lib/l10n/fr.json1
-rw-r--r--lib/l10n/it.js1
-rw-r--r--lib/l10n/it.json1
-rw-r--r--lib/l10n/pt_BR.js2
-rw-r--r--lib/l10n/pt_BR.json2
-rw-r--r--lib/l10n/ru.js1
-rw-r--r--lib/l10n/ru.json1
-rw-r--r--lib/l10n/sr.js1
-rw-r--r--lib/l10n/sr.json1
-rw-r--r--lib/l10n/tr.js1
-rw-r--r--lib/l10n/tr.json1
18 files changed, 2 insertions, 18 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 1da63941bbe..93dd264716b 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud-Federation-Provider mit ID: \"%s\" ist nicht vorhanden.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index a219dee7cc3..075a2747d70 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud-Federation-Provider mit ID: \"%s\" ist nicht vorhanden.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index a3b55284797..f577aef709c 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet.",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud-Federation-Provider mit ID: \"%s\" ist nicht vorhanden.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index d88fb1d2af8..90d4c3b4423 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Aktion \"%s\" wird nicht unterstützt oder ist nicht implementiert.",
"Authentication failed, wrong token or provider ID given" : "Authentifizierung ist fehlgeschlagen. Falsches Token oder Provider-ID wurde übertragen.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Es fehlen Parameter um die Anfrage zu bearbeiten. Fehlende Parameter: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" wird bereits von Cloud-Federation-Provider \"%s\" verwendet.",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloud-Federation-Provider mit ID: \"%s\" ist nicht vorhanden.",
"Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.",
"Storage unauthorized. %s" : "Speicher nicht authorisiert. %s",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index d760c07dd87..eac85f47f53 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "La acción \"%s\" no está soportada o implementada.",
"Authentication failed, wrong token or provider ID given" : "La autenticación ha fallado. Se ha dado un token o una ID de proveedor erróneos.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Faltan parámetros para completar la petición. Parámetros que faltan: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "La Id \"%s\" ya es usada por el proveedor de nube federada \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "El proveedor de nube federada con ID \"%s\" no existe.",
"Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".",
"Storage unauthorized. %s" : "Almacenamiento no autorizado. %s",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 829187ecb76..9772fdf88d0 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "La acción \"%s\" no está soportada o implementada.",
"Authentication failed, wrong token or provider ID given" : "La autenticación ha fallado. Se ha dado un token o una ID de proveedor erróneos.",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Faltan parámetros para completar la petición. Parámetros que faltan: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "La Id \"%s\" ya es usada por el proveedor de nube federada \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "El proveedor de nube federada con ID \"%s\" no existe.",
"Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".",
"Storage unauthorized. %s" : "Almacenamiento no autorizado. %s",
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 601b6e991a0..0c43c7869cd 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Paramètres manquants pour compléter la requête. Paramètres manquants : \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "L'identifiant \"%s\" est déjà utilisé par le fournisseur du cloud \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Le fournisseur de cloud avec l'identifiant \"%s\" n'existe pas.",
"Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".",
"Storage unauthorized. %s" : "Espace de stockage non autorisé. %s",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index cbd4f4e0dcb..15b95ba1e8a 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Action \"%s\" non supportée ou implémentée.",
"Authentication failed, wrong token or provider ID given" : "Échec de l'authentification, jeton erroné ou identification du fournisseur donnée",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Paramètres manquants pour compléter la requête. Paramètres manquants : \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "L'identifiant \"%s\" est déjà utilisé par le fournisseur du cloud \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Le fournisseur de cloud avec l'identifiant \"%s\" n'existe pas.",
"Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".",
"Storage unauthorized. %s" : "Espace de stockage non autorisé. %s",
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 7388e36176f..a6f6dc69c45 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Azione \"%s\" non supportata o implementata.",
"Authentication failed, wrong token or provider ID given" : "Autenticazione non riuscita, token o ID fornitore errato ",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parametri mancanti per completare la richiesta. Parametri mancanti: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" già utilizzato dal fornitore della federazione cloud \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Il fornitore della federazione cloud con ID: \"%s\" non esiste.",
"Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\".",
"Storage unauthorized. %s" : "Archiviazione non autorizzata. %s",
diff --git a/lib/l10n/it.json b/lib/l10n/it.json
index 12fcd004b0a..53807eeedc0 100644
--- a/lib/l10n/it.json
+++ b/lib/l10n/it.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Azione \"%s\" non supportata o implementata.",
"Authentication failed, wrong token or provider ID given" : "Autenticazione non riuscita, token o ID fornitore errato ",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parametri mancanti per completare la richiesta. Parametri mancanti: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" già utilizzato dal fornitore della federazione cloud \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Il fornitore della federazione cloud con ID: \"%s\" non esiste.",
"Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\".",
"Storage unauthorized. %s" : "Archiviazione non autorizzata. %s",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index 35a04bf718d..2012882d1b3 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -235,7 +235,7 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Ação \"%s\" não suportada ou implementada.",
"Authentication failed, wrong token or provider ID given" : "Falha na autenticação, token ou ID do provedor errados",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parâmetros ausentes para concluir a solicitação: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Id \"%s\" já usada pelo provedor de federação na nuvem \"%s\"",
+ "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" já é usada pelo provedor de nuvem federada \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Provedor da Federação de Nuvem com ID: \"%s\" não existe.",
"Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".",
"Storage unauthorized. %s" : "Armazenamento não autorizado. %s",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 88ae875e435..f2b36799e6d 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -233,7 +233,7 @@
"Action \"%s\" not supported or implemented." : "Ação \"%s\" não suportada ou implementada.",
"Authentication failed, wrong token or provider ID given" : "Falha na autenticação, token ou ID do provedor errados",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Parâmetros ausentes para concluir a solicitação: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Id \"%s\" já usada pelo provedor de federação na nuvem \"%s\"",
+ "ID \"%s\" already used by cloud federation provider \"%s\"" : "ID \"%s\" já é usada pelo provedor de nuvem federada \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Provedor da Federação de Nuvem com ID: \"%s\" não existe.",
"Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".",
"Storage unauthorized. %s" : "Armazenamento não autorizado. %s",
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js
index a7572b9ffed..c25cbc81d69 100644
--- a/lib/l10n/ru.js
+++ b/lib/l10n/ru.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Действие \"%s\" не поддерживается или не реализовано.",
"Authentication failed, wrong token or provider ID given" : "Ошибка аутентификации, неверный токен или идентификатор провайдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Отсутствуют параметры для завершения запроса. Отсутствующие параметры: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Идентификатор \"%s\" уже используется провайдером облачной федерации \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Провайдер облачной федерации с идентификатором: \"%s\" не существует.",
"Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»",
"Storage unauthorized. %s" : "Хранилище неавторизовано. %s",
diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json
index af7ad060884..ceca5bb109a 100644
--- a/lib/l10n/ru.json
+++ b/lib/l10n/ru.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Действие \"%s\" не поддерживается или не реализовано.",
"Authentication failed, wrong token or provider ID given" : "Ошибка аутентификации, неверный токен или идентификатор провайдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Отсутствуют параметры для завершения запроса. Отсутствующие параметры: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Идентификатор \"%s\" уже используется провайдером облачной федерации \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Провайдер облачной федерации с идентификатором: \"%s\" не существует.",
"Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»",
"Storage unauthorized. %s" : "Хранилище неавторизовано. %s",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index 8c89ff11398..a5eccca6d57 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "Радња \"%s\" није подржана или имплементирана.",
"Authentication failed, wrong token or provider ID given" : "Неуспела провера идентитета, добијен погрешан токен или ID провајдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Недостају параметри да би се довршио захтев. Недостајући параметри: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Id \"%s\" већ користи провајдер клауд здруживања \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Провајдер клауд здруживања са ID-ом \"%s\" не постоји",
"Could not obtain lock type %d on \"%s\"." : "Не могу да остварим закључаност %d за „%s“.",
"Storage unauthorized. %s" : "Складиште није овлашћено. %s",
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index 52d241e77b4..a03eb21858c 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "Радња \"%s\" није подржана или имплементирана.",
"Authentication failed, wrong token or provider ID given" : "Неуспела провера идентитета, добијен погрешан токен или ID провајдера",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Недостају параметри да би се довршио захтев. Недостајући параметри: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "Id \"%s\" већ користи провајдер клауд здруживања \"%s\"",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Провајдер клауд здруживања са ID-ом \"%s\" не постоји",
"Could not obtain lock type %d on \"%s\"." : "Не могу да остварим закључаност %d за „%s“.",
"Storage unauthorized. %s" : "Складиште није овлашћено. %s",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index 670cbc43fc6..519138371be 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -235,7 +235,6 @@ OC.L10N.register(
"Action \"%s\" not supported or implemented." : "\"%s\" işlemi desteklenmiyor ya da henüz kullanılamıyor.",
"Authentication failed, wrong token or provider ID given" : "Kimlik doğrulanamadı. Belirtilen kod ya da hizmet sağlayıcı kodu hatalı",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "İsteğin tamamlanması için gerekli parametreler eksik: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "\"%s\" kodu zaten \"%s\" birleşmiş hizmet sağlayıcısı tarafından kullanılıyor",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "\"%s\" kodlu Birleşmiş Bulut Hizmeti Sağlayıcısı bulunamadı.",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.",
"Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index c7e7e661941..8a92113e9f5 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -233,7 +233,6 @@
"Action \"%s\" not supported or implemented." : "\"%s\" işlemi desteklenmiyor ya da henüz kullanılamıyor.",
"Authentication failed, wrong token or provider ID given" : "Kimlik doğrulanamadı. Belirtilen kod ya da hizmet sağlayıcı kodu hatalı",
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "İsteğin tamamlanması için gerekli parametreler eksik: \"%s\"",
- "Id \"%s\" already used by cloud federation provider \"%s\"" : "\"%s\" kodu zaten \"%s\" birleşmiş hizmet sağlayıcısı tarafından kullanılıyor",
"Cloud Federation Provider with ID: \"%s\" does not exist." : "\"%s\" kodlu Birleşmiş Bulut Hizmeti Sağlayıcısı bulunamadı.",
"Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.",
"Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s",