diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js index 9c790c0df2c..22daddc437d 100644 --- a/apps/files/l10n/mk.js +++ b/apps/files/l10n/mk.js @@ -116,6 +116,7 @@ OC.L10N.register( "General" : "Општо", "Sort favorites first" : "Прво омилените", "Sort folders before files" : "Подреди ги папките пред датотеките", + "Enable folder tree view" : "Овозможи поглед на дрво", "Default view" : "Стандарден поглед", "All files" : "Сите датотеки", "Personal files" : "Лични датотеки", @@ -139,7 +140,9 @@ OC.L10N.register( "Show those shortcuts" : "Покажи ги овие кратенки", "Warnings" : "Предупредувања", "Warn before changing a file extension" : "Предупреди пред промена на наставката на датотека", + "Warn before deleting a file" : "Предупреди пред бришење датотека", "WebDAV URL" : "WebDAV адреса", + "Create an app password" : "Креирај лозинка за апликација", "How to access files using WebDAV" : "Како да пристапиш до датотеките преку WebDAV", "Total rows summary" : "Резиме на вкупно редови", "Toggle selection for all files and folders" : "Префрли избор за сите датотеки и папки", diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json index cdc547da433..550923597c5 100644 --- a/apps/files/l10n/mk.json +++ b/apps/files/l10n/mk.json @@ -114,6 +114,7 @@ "General" : "Општо", "Sort favorites first" : "Прво омилените", "Sort folders before files" : "Подреди ги папките пред датотеките", + "Enable folder tree view" : "Овозможи поглед на дрво", "Default view" : "Стандарден поглед", "All files" : "Сите датотеки", "Personal files" : "Лични датотеки", @@ -137,7 +138,9 @@ "Show those shortcuts" : "Покажи ги овие кратенки", "Warnings" : "Предупредувања", "Warn before changing a file extension" : "Предупреди пред промена на наставката на датотека", + "Warn before deleting a file" : "Предупреди пред бришење датотека", "WebDAV URL" : "WebDAV адреса", + "Create an app password" : "Креирај лозинка за апликација", "How to access files using WebDAV" : "Како да пристапиш до датотеките преку WebDAV", "Total rows summary" : "Резиме на вкупно редови", "Toggle selection for all files and folders" : "Префрли избор за сите датотеки и папки", diff --git a/apps/oauth2/l10n/ar.js b/apps/oauth2/l10n/ar.js index 0ccccefa3b1..84e2f08eeb3 100644 --- a/apps/oauth2/l10n/ar.js +++ b/apps/oauth2/l10n/ar.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "يسمح بالتحقّق من الهويّة عن طريق تطبيقات وب أخرى متوافقة مع OAuth2.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "التطبيق OAuth2 يسمح لمسؤولي النظام بتهيئة الإجراء الأساسي للتحقّق من الهويّةبحيث يسمح بالتحقّق من الهويّة عن طريق تطبيقات ويب أخرى متوافقة مع OAuth2.", + "Secret key" : "المفتاح السّرّي", + "Delete" : "حذف", "OAuth 2.0 clients" : "عملاء OAuth2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "يسمح OAuth2.0 لخدمات خارجية بطلب الوصول إلى {instanceName}", "Name" : "الاسم", "Redirection URI" : "رابط إعادة التوجيه", - "Client Identifier" : "مُعرِّف العميل", - "Secret key" : "المفتاح السّرّي", "Delete client" : "حذف عميل ", "Make sure you store the secret key, it cannot be recovered." : "تأكد من تخزين المفتاح السري، إذ أنه لا يمكن استعادته.", "Add client" : "إضافة عميل", "Add" : "إضافة", + "Client Identifier" : "مُعرِّف العميل", "Show client secret" : "عرض كلمة سر العميل", - "Hide client secret" : "إخْفِ سِرَّ العميل", - "Delete" : "حذف" + "Hide client secret" : "إخْفِ سِرَّ العميل" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/oauth2/l10n/ar.json b/apps/oauth2/l10n/ar.json index a7ea13b979f..e464a451a85 100644 --- a/apps/oauth2/l10n/ar.json +++ b/apps/oauth2/l10n/ar.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "يسمح بالتحقّق من الهويّة عن طريق تطبيقات وب أخرى متوافقة مع OAuth2.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "التطبيق OAuth2 يسمح لمسؤولي النظام بتهيئة الإجراء الأساسي للتحقّق من الهويّةبحيث يسمح بالتحقّق من الهويّة عن طريق تطبيقات ويب أخرى متوافقة مع OAuth2.", + "Secret key" : "المفتاح السّرّي", + "Delete" : "حذف", "OAuth 2.0 clients" : "عملاء OAuth2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "يسمح OAuth2.0 لخدمات خارجية بطلب الوصول إلى {instanceName}", "Name" : "الاسم", "Redirection URI" : "رابط إعادة التوجيه", - "Client Identifier" : "مُعرِّف العميل", - "Secret key" : "المفتاح السّرّي", "Delete client" : "حذف عميل ", "Make sure you store the secret key, it cannot be recovered." : "تأكد من تخزين المفتاح السري، إذ أنه لا يمكن استعادته.", "Add client" : "إضافة عميل", "Add" : "إضافة", + "Client Identifier" : "مُعرِّف العميل", "Show client secret" : "عرض كلمة سر العميل", - "Hide client secret" : "إخْفِ سِرَّ العميل", - "Delete" : "حذف" + "Hide client secret" : "إخْفِ سِرَّ العميل" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ast.js b/apps/oauth2/l10n/ast.js index 5a71f29b226..d7c9ef737bb 100644 --- a/apps/oauth2/l10n/ast.js +++ b/apps/oauth2/l10n/ast.js @@ -6,17 +6,17 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite l'autenticación compatible con OAuth2 dende otres aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicación OAuth2 permite a l'alministración configurar el fluxu de trabayu d'autenticación integráu pa que tamién permita l'autenticación compatible con OAuth2 dende otres aplicaciones web.", + "Secret key" : "Clave del secretu", + "Delete" : "Desaniciar", "OAuth 2.0 clients" : "Veceros d'OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios esternos soliciten l'accesu a «{instanceName}».", "Name" : "Nome", "Redirection URI" : "URI de redireición", - "Client Identifier" : "Identificador del veceru", - "Secret key" : "Clave del secretu", "Delete client" : "Desaniciar el veceru", "Add client" : "Amestar el veceru", "Add" : "Amestar", + "Client Identifier" : "Identificador del veceru", "Show client secret" : "Amosar el secretu del veceru", - "Hide client secret" : "Anubrir el secretu del veceru", - "Delete" : "Desaniciar" + "Hide client secret" : "Anubrir el secretu del veceru" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/ast.json b/apps/oauth2/l10n/ast.json index 07995fc9268..58f253d821a 100644 --- a/apps/oauth2/l10n/ast.json +++ b/apps/oauth2/l10n/ast.json @@ -4,17 +4,17 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite l'autenticación compatible con OAuth2 dende otres aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicación OAuth2 permite a l'alministración configurar el fluxu de trabayu d'autenticación integráu pa que tamién permita l'autenticación compatible con OAuth2 dende otres aplicaciones web.", + "Secret key" : "Clave del secretu", + "Delete" : "Desaniciar", "OAuth 2.0 clients" : "Veceros d'OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios esternos soliciten l'accesu a «{instanceName}».", "Name" : "Nome", "Redirection URI" : "URI de redireición", - "Client Identifier" : "Identificador del veceru", - "Secret key" : "Clave del secretu", "Delete client" : "Desaniciar el veceru", "Add client" : "Amestar el veceru", "Add" : "Amestar", + "Client Identifier" : "Identificador del veceru", "Show client secret" : "Amosar el secretu del veceru", - "Hide client secret" : "Anubrir el secretu del veceru", - "Delete" : "Desaniciar" + "Hide client secret" : "Anubrir el secretu del veceru" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/be.js b/apps/oauth2/l10n/be.js index 519bb89c806..a41e0bf1d0d 100644 --- a/apps/oauth2/l10n/be.js +++ b/apps/oauth2/l10n/be.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дазваляе аўтэнтыфікацыю, сумяшчальную з OAuth2, з іншых вэб-праграм.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Праграма OAuth2 дазваляе адміністратарам наладзіць убудаваны працоўны працэс аўтэнтыфікацыі, каб таксама дазволіць аўтэнтыфікацыю, сумяшчальную з OAuth2, з іншых вэб-праграм.", + "Secret key" : "Сакрэтны ключ", + "Delete" : "Выдаліць", "OAuth 2.0 clients" : "Кліенты OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 дазваляе знешнім службам запытваць доступ да {instanceName}.", "Name" : "Назва", "Redirection URI" : "URI перанакіравання", - "Client Identifier" : "Ідэнтыфікатар кліента", - "Secret key" : "Сакрэтны ключ", "Delete client" : "Выдаліць кліента", "Make sure you store the secret key, it cannot be recovered." : "Абавязкова захавайце сакрэтны ключ, яго нельга будзе аднавіць.", "Add client" : "Дадаць кліента", "Add" : "Дадаць", + "Client Identifier" : "Ідэнтыфікатар кліента", "Show client secret" : "Паказаць сакрэтны ключ кліента", - "Hide client secret" : "Схаваць сакрэтны ключ кліента", - "Delete" : "Выдаліць" + "Hide client secret" : "Схаваць сакрэтны ключ кліента" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/oauth2/l10n/be.json b/apps/oauth2/l10n/be.json index 5994887cda4..0aae7a39bc8 100644 --- a/apps/oauth2/l10n/be.json +++ b/apps/oauth2/l10n/be.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дазваляе аўтэнтыфікацыю, сумяшчальную з OAuth2, з іншых вэб-праграм.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Праграма OAuth2 дазваляе адміністратарам наладзіць убудаваны працоўны працэс аўтэнтыфікацыі, каб таксама дазволіць аўтэнтыфікацыю, сумяшчальную з OAuth2, з іншых вэб-праграм.", + "Secret key" : "Сакрэтны ключ", + "Delete" : "Выдаліць", "OAuth 2.0 clients" : "Кліенты OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 дазваляе знешнім службам запытваць доступ да {instanceName}.", "Name" : "Назва", "Redirection URI" : "URI перанакіравання", - "Client Identifier" : "Ідэнтыфікатар кліента", - "Secret key" : "Сакрэтны ключ", "Delete client" : "Выдаліць кліента", "Make sure you store the secret key, it cannot be recovered." : "Абавязкова захавайце сакрэтны ключ, яго нельга будзе аднавіць.", "Add client" : "Дадаць кліента", "Add" : "Дадаць", + "Client Identifier" : "Ідэнтыфікатар кліента", "Show client secret" : "Паказаць сакрэтны ключ кліента", - "Hide client secret" : "Схаваць сакрэтны ключ кліента", - "Delete" : "Выдаліць" + "Hide client secret" : "Схаваць сакрэтны ключ кліента" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/bg.js b/apps/oauth2/l10n/bg.js index c5bdfa109f5..cd556e22de3 100644 --- a/apps/oauth2/l10n/bg.js +++ b/apps/oauth2/l10n/bg.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Позволява удостоверяване от други уеб приложения, съвместими с OAuth2 .", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложението OAuth2 позволява на администраторите да конфигурират вградения работен поток за удостоверяване, за да позволят и удостоверяване от други уеб приложения, съвместими с OAuth2 .", + "Secret key" : "Секретен ключ", + "Delete" : "Изтриване", "OAuth 2.0 clients" : "OAuth 2.0 клиенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволява на външни услуги да изискват достъп до {instanceName}.", "Name" : "Име", "Redirection URI" : "URI за пренасочване", - "Client Identifier" : "Идентификатор на клиента", - "Secret key" : "Секретен ключ", "Add client" : "Добавяне на клиент", "Add" : "Добавяне", - "Show client secret" : "Покажете тайната на клиента", - "Delete" : "Изтриване" + "Client Identifier" : "Идентификатор на клиента", + "Show client secret" : "Покажете тайната на клиента" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/bg.json b/apps/oauth2/l10n/bg.json index 5a11b54b85b..89b16696241 100644 --- a/apps/oauth2/l10n/bg.json +++ b/apps/oauth2/l10n/bg.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Позволява удостоверяване от други уеб приложения, съвместими с OAuth2 .", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложението OAuth2 позволява на администраторите да конфигурират вградения работен поток за удостоверяване, за да позволят и удостоверяване от други уеб приложения, съвместими с OAuth2 .", + "Secret key" : "Секретен ключ", + "Delete" : "Изтриване", "OAuth 2.0 clients" : "OAuth 2.0 клиенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволява на външни услуги да изискват достъп до {instanceName}.", "Name" : "Име", "Redirection URI" : "URI за пренасочване", - "Client Identifier" : "Идентификатор на клиента", - "Secret key" : "Секретен ключ", "Add client" : "Добавяне на клиент", "Add" : "Добавяне", - "Show client secret" : "Покажете тайната на клиента", - "Delete" : "Изтриване" + "Client Identifier" : "Идентификатор на клиента", + "Show client secret" : "Покажете тайната на клиента" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/br.js b/apps/oauth2/l10n/br.js index d04244a3353..cb890e59bd0 100644 --- a/apps/oauth2/l10n/br.js +++ b/apps/oauth2/l10n/br.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Oatreit an dilesa a glot gant OAuth 2.0 diouzh ho meziant web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aotreant a raio ar meziant OAuth 2.0 ar merour da arventennoù evit an dilesa red-labour e-barzh evit aotreañ an dilesa a glot gant OAuth 2.0 eus meziantoù web all.", + "Secret key" : "Alc'hwez sekred", + "Delete" : "Dilemel", "OAuth 2.0 clients" : "Kliant OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Aotreañ a ra OAuth 2.0 ar servijourienn diavaez da goulenn tizhout {instanceName}.", "Name" : "Anv", "Redirection URI" : "Adhent URL", - "Client Identifier" : "Anavezer Kliant", - "Secret key" : "Alc'hwez sekred", "Add client" : "Ouzhoennañ kliant", "Add" : "Ouzhpennañ", - "Show client secret" : "Diskouez sekret ar kliant", - "Delete" : "Dilemel" + "Client Identifier" : "Anavezer Kliant", + "Show client secret" : "Diskouez sekret ar kliant" }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/apps/oauth2/l10n/br.json b/apps/oauth2/l10n/br.json index f55e5b3f1ac..f321c59d630 100644 --- a/apps/oauth2/l10n/br.json +++ b/apps/oauth2/l10n/br.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Oatreit an dilesa a glot gant OAuth 2.0 diouzh ho meziant web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aotreant a raio ar meziant OAuth 2.0 ar merour da arventennoù evit an dilesa red-labour e-barzh evit aotreañ an dilesa a glot gant OAuth 2.0 eus meziantoù web all.", + "Secret key" : "Alc'hwez sekred", + "Delete" : "Dilemel", "OAuth 2.0 clients" : "Kliant OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Aotreañ a ra OAuth 2.0 ar servijourienn diavaez da goulenn tizhout {instanceName}.", "Name" : "Anv", "Redirection URI" : "Adhent URL", - "Client Identifier" : "Anavezer Kliant", - "Secret key" : "Alc'hwez sekred", "Add client" : "Ouzhoennañ kliant", "Add" : "Ouzhpennañ", - "Show client secret" : "Diskouez sekret ar kliant", - "Delete" : "Dilemel" + "Client Identifier" : "Anavezer Kliant", + "Show client secret" : "Diskouez sekret ar kliant" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ca.js b/apps/oauth2/l10n/ca.js index cb74993c9fd..e19e2438746 100644 --- a/apps/oauth2/l10n/ca.js +++ b/apps/oauth2/l10n/ca.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permet l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrat perquè també permeti l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "Secret key" : "Clau secreta", + "Delete" : "Suprimeix", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet que serveis externs sol·licitin accés a {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirecció", - "Client Identifier" : "Identificador del client", - "Secret key" : "Clau secreta", "Delete client" : "Suprimeix el client", "Make sure you store the secret key, it cannot be recovered." : "Assegureu-vos d'emmagatzemar la clau secreta, no es pot recuperar.", "Add client" : "Afegeix un client", "Add" : "Afegeix", + "Client Identifier" : "Identificador del client", "Show client secret" : "Mostra el secret del client", - "Hide client secret" : "Amaga el secret del client", - "Delete" : "Suprimeix" + "Hide client secret" : "Amaga el secret del client" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/ca.json b/apps/oauth2/l10n/ca.json index 3a064e3639e..1f84be586d9 100644 --- a/apps/oauth2/l10n/ca.json +++ b/apps/oauth2/l10n/ca.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permet l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrat perquè també permeti l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "Secret key" : "Clau secreta", + "Delete" : "Suprimeix", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet que serveis externs sol·licitin accés a {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirecció", - "Client Identifier" : "Identificador del client", - "Secret key" : "Clau secreta", "Delete client" : "Suprimeix el client", "Make sure you store the secret key, it cannot be recovered." : "Assegureu-vos d'emmagatzemar la clau secreta, no es pot recuperar.", "Add client" : "Afegeix un client", "Add" : "Afegeix", + "Client Identifier" : "Identificador del client", "Show client secret" : "Mostra el secret del client", - "Hide client secret" : "Amaga el secret del client", - "Delete" : "Suprimeix" + "Hide client secret" : "Amaga el secret del client" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js index 008e1627780..7c328ead499 100644 --- a/apps/oauth2/l10n/cs.js +++ b/apps/oauth2/l10n/cs.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.", + "Secret key" : "Tajný klíč", + "Delete" : "Smazat", + "An unknown error occurred." : "Nastala neznámá chyba.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.", "Name" : "Název", "Redirection URI" : "URL pro přesměrování", - "Client Identifier" : "Identifikátor klienta", - "Secret key" : "Tajný klíč", "Delete client" : "Smazat klienta", "Make sure you store the secret key, it cannot be recovered." : "Nezapomeňte si uložit tajný klíč – není možné ho obnovit.", "Add client" : "Přidat klienta", "Add" : "Přidat", + "Client Identifier" : "Identifikátor klienta", "Show client secret" : "Zobrazit klientské tajemství", - "Hide client secret" : "Skrýt tajemství klienta", - "Delete" : "Smazat" + "Hide client secret" : "Skrýt tajemství klienta" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json index 75f5586ca80..68e2378cdbc 100644 --- a/apps/oauth2/l10n/cs.json +++ b/apps/oauth2/l10n/cs.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.", + "Secret key" : "Tajný klíč", + "Delete" : "Smazat", + "An unknown error occurred." : "Nastala neznámá chyba.", "OAuth 2.0 clients" : "OAuth 2.0 klienti", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.", "Name" : "Název", "Redirection URI" : "URL pro přesměrování", - "Client Identifier" : "Identifikátor klienta", - "Secret key" : "Tajný klíč", "Delete client" : "Smazat klienta", "Make sure you store the secret key, it cannot be recovered." : "Nezapomeňte si uložit tajný klíč – není možné ho obnovit.", "Add client" : "Přidat klienta", "Add" : "Přidat", + "Client Identifier" : "Identifikátor klienta", "Show client secret" : "Zobrazit klientské tajemství", - "Hide client secret" : "Skrýt tajemství klienta", - "Delete" : "Smazat" + "Hide client secret" : "Skrýt tajemství klienta" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/da.js b/apps/oauth2/l10n/da.js index 981fd99ab1c..30f7a0032be 100644 --- a/apps/oauth2/l10n/da.js +++ b/apps/oauth2/l10n/da.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.", + "Secret key" : "Hemmelig nøgle", + "Delete" : "Slet", + "An unknown error occurred." : "En ukendt fejl opstod.", "OAuth 2.0 clients" : "OAuth 2.0 klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.", "Name" : "Navn", "Redirection URI" : "Viderestilling URI", - "Client Identifier" : "Klient ID", - "Secret key" : "Hemmelig nøgle", "Delete client" : "Slet klient", "Make sure you store the secret key, it cannot be recovered." : "Sørg for at gemme den hemmelige nøgle, den kan ikke gendannes.", "Add client" : "Tilføj klient", "Add" : "Tilføj", + "Client Identifier" : "Klient ID", "Show client secret" : "Vis klient hemmelighed", - "Hide client secret" : "Skjul klient hemmelighed", - "Delete" : "Slet" + "Hide client secret" : "Skjul klient hemmelighed" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/da.json b/apps/oauth2/l10n/da.json index 289737290fe..cf7f10db579 100644 --- a/apps/oauth2/l10n/da.json +++ b/apps/oauth2/l10n/da.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.", + "Secret key" : "Hemmelig nøgle", + "Delete" : "Slet", + "An unknown error occurred." : "En ukendt fejl opstod.", "OAuth 2.0 clients" : "OAuth 2.0 klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.", "Name" : "Navn", "Redirection URI" : "Viderestilling URI", - "Client Identifier" : "Klient ID", - "Secret key" : "Hemmelig nøgle", "Delete client" : "Slet klient", "Make sure you store the secret key, it cannot be recovered." : "Sørg for at gemme den hemmelige nøgle, den kan ikke gendannes.", "Add client" : "Tilføj klient", "Add" : "Tilføj", + "Client Identifier" : "Klient ID", "Show client secret" : "Vis klient hemmelighed", - "Hide client secret" : "Skjul klient hemmelighed", - "Delete" : "Slet" + "Hide client secret" : "Skjul klient hemmelighed" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js index be071aedec5..9efa4988cee 100644 --- a/apps/oauth2/l10n/de.js +++ b/apps/oauth2/l10n/de.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 kompatible Authentifizierung durch andere Web-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es der Administration den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist. ", + "Secret key" : "Geheimer Schlüssel", + "Delete" : "Löschen", + "An unknown error occurred." : "Es ist ein unbekannter Fehler aufgetreten.", "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", - "Client Identifier" : "Client-Identifikationsmerkmal", - "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahre den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "Client Identifier" : "Client-Identifikationsmerkmal", "Show client secret" : "Client-Geheimnis des Clients anzeigen", - "Hide client secret" : "Client-Geheimnis des Clients ausblenden", - "Delete" : "Löschen" + "Hide client secret" : "Client-Geheimnis des Clients ausblenden" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json index bfabcc5f79c..ba447296314 100644 --- a/apps/oauth2/l10n/de.json +++ b/apps/oauth2/l10n/de.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 kompatible Authentifizierung durch andere Web-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es der Administration den eingebauten Authenztifizierungsablauf dahingehend zu konfigurieren, das auch ein OAuth2 komplatible Authentifizierung von anderen Web-Anwendungen aus möglich ist. ", + "Secret key" : "Geheimer Schlüssel", + "Delete" : "Löschen", + "An unknown error occurred." : "Es ist ein unbekannter Fehler aufgetreten.", "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", - "Client Identifier" : "Client-Identifikationsmerkmal", - "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahre den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "Client Identifier" : "Client-Identifikationsmerkmal", "Show client secret" : "Client-Geheimnis des Clients anzeigen", - "Hide client secret" : "Client-Geheimnis des Clients ausblenden", - "Delete" : "Löschen" + "Hide client secret" : "Client-Geheimnis des Clients ausblenden" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js index 941b430bcb4..ba641b9fd05 100644 --- a/apps/oauth2/l10n/de_DE.js +++ b/apps/oauth2/l10n/de_DE.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2-kompatible Authentifizierung durch andere Web-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren, den eingebauten Authentifizierungsablauf dahingehend zu konfigurieren, dass auch eine OAuth2-kompatible Authentifizierung durch andere Web-Anwendungen möglich ist. ", + "Secret key" : "Geheimer Schlüssel", + "Delete" : "Löschen", + "An unknown error occurred." : "Es ist ein unbekannter Fehler aufgetreten.", "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", - "Client Identifier" : "Client-Identifikationsmerkmal", - "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "Client Identifier" : "Client-Identifikationsmerkmal", "Show client secret" : "Geheime Zeichenkette des Clients anzeigen", - "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden", - "Delete" : "Löschen" + "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json index b2be0a4dfb4..1543f0cec62 100644 --- a/apps/oauth2/l10n/de_DE.json +++ b/apps/oauth2/l10n/de_DE.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2-kompatible Authentifizierung durch andere Web-Anwendungen.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Die OAuth2-App ermöglicht es Administratoren, den eingebauten Authentifizierungsablauf dahingehend zu konfigurieren, dass auch eine OAuth2-kompatible Authentifizierung durch andere Web-Anwendungen möglich ist. ", + "Secret key" : "Geheimer Schlüssel", + "Delete" : "Löschen", + "An unknown error occurred." : "Es ist ein unbekannter Fehler aufgetreten.", "OAuth 2.0 clients" : "OAuth 2.0-Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 ermöglicht es externen Diensten, Zugriff auf {instanceName} anzufordern.", "Name" : "Name", "Redirection URI" : "Weiterleitungs-URI", - "Client Identifier" : "Client-Identifikationsmerkmal", - "Secret key" : "Geheimer Schlüssel", "Delete client" : "Client löschen", "Make sure you store the secret key, it cannot be recovered." : "Bewahren Sie den geheimen Schlüssel unbedingt auf, er kann nicht wiederhergestellt werden.", "Add client" : "Client hinzufügen", "Add" : "Hinzufügen", + "Client Identifier" : "Client-Identifikationsmerkmal", "Show client secret" : "Geheime Zeichenkette des Clients anzeigen", - "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden", - "Delete" : "Löschen" + "Hide client secret" : "Geheime Zeichenkette des Clients ausblenden" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/el.js b/apps/oauth2/l10n/el.js index 3bfd323ab59..4497b339bc8 100644 --- a/apps/oauth2/l10n/el.js +++ b/apps/oauth2/l10n/el.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Επιτρέπει τον συμβατό έλεγχο ταυτότητας OAuth2 από άλλες εφαρμογές ιστού.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Η εφαρμογή OAuth2 επιτρέπει στους διαχειριστές να ρυθμίζουν τις παραμέτρους της ενσωματωμένης ροής εργασιών ελέγχου ταυτότητας για να επιτρέπουν επίσης τον έλεγχο ταυτότητας OAuth2 από άλλες εφαρμογές ιστού.", + "Secret key" : "Μυστικό κλειδί", + "Delete" : "Διαγραφή", + "An unknown error occurred." : "Προέκυψε άγνωστο σφάλμα.", "OAuth 2.0 clients" : "Πελάτες OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Το OAuth 2.0 επιτρέπει στις εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο {instanceName}.", "Name" : "Όνομα", "Redirection URI" : "URI ανακατεύθυνσης", - "Client Identifier" : "Αναγνωριστικό πελάτη", - "Secret key" : "Μυστικό κλειδί", "Delete client" : "Διαγραφή πελάτη", "Make sure you store the secret key, it cannot be recovered." : "Βεβαιωθείτε ότι αποθηκεύετε το μυστικό κλειδί, δεν μπορεί να ανακτηθεί.", "Add client" : "Προσθήκη πελάτη", "Add" : "Προσθήκη", + "Client Identifier" : "Αναγνωριστικό πελάτη", "Show client secret" : "Εμφάνιση μυστικού εφαρμογής υπολογιστή", - "Hide client secret" : "Απόκρυψη μυστικού εφαρμογής υπολογιστή", - "Delete" : "Διαγραφή" + "Hide client secret" : "Απόκρυψη μυστικού εφαρμογής υπολογιστή" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/el.json b/apps/oauth2/l10n/el.json index 867ed5638b9..3e8797e682c 100644 --- a/apps/oauth2/l10n/el.json +++ b/apps/oauth2/l10n/el.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Επιτρέπει τον συμβατό έλεγχο ταυτότητας OAuth2 από άλλες εφαρμογές ιστού.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Η εφαρμογή OAuth2 επιτρέπει στους διαχειριστές να ρυθμίζουν τις παραμέτρους της ενσωματωμένης ροής εργασιών ελέγχου ταυτότητας για να επιτρέπουν επίσης τον έλεγχο ταυτότητας OAuth2 από άλλες εφαρμογές ιστού.", + "Secret key" : "Μυστικό κλειδί", + "Delete" : "Διαγραφή", + "An unknown error occurred." : "Προέκυψε άγνωστο σφάλμα.", "OAuth 2.0 clients" : "Πελάτες OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Το OAuth 2.0 επιτρέπει στις εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο {instanceName}.", "Name" : "Όνομα", "Redirection URI" : "URI ανακατεύθυνσης", - "Client Identifier" : "Αναγνωριστικό πελάτη", - "Secret key" : "Μυστικό κλειδί", "Delete client" : "Διαγραφή πελάτη", "Make sure you store the secret key, it cannot be recovered." : "Βεβαιωθείτε ότι αποθηκεύετε το μυστικό κλειδί, δεν μπορεί να ανακτηθεί.", "Add client" : "Προσθήκη πελάτη", "Add" : "Προσθήκη", + "Client Identifier" : "Αναγνωριστικό πελάτη", "Show client secret" : "Εμφάνιση μυστικού εφαρμογής υπολογιστή", - "Hide client secret" : "Απόκρυψη μυστικού εφαρμογής υπολογιστή", - "Delete" : "Διαγραφή" + "Hide client secret" : "Απόκρυψη μυστικού εφαρμογής υπολογιστή" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/en_GB.js b/apps/oauth2/l10n/en_GB.js index fb42df933ca..b4342b102f9 100644 --- a/apps/oauth2/l10n/en_GB.js +++ b/apps/oauth2/l10n/en_GB.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "Delete", + "An unknown error occurred." : "An unknown error occurred.", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "Add", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "Delete" + "Hide client secret" : "Hide client secret" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json index 85029055a07..dc8c41bb0a6 100644 --- a/apps/oauth2/l10n/en_GB.json +++ b/apps/oauth2/l10n/en_GB.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "Delete", + "An unknown error occurred." : "An unknown error occurred.", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "Add", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "Delete" + "Hide client secret" : "Hide client secret" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index 2c7e76a2cbb..cecf0a5545a 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Clave secreta", + "Delete" : "Eliminar", + "An unknown error occurred." : "Ocurrió un error desconocido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", "Name" : "Nombre", "Redirection URI" : "URI de redirección", - "Client Identifier" : "Identificador de cliente", - "Secret key" : "Clave secreta", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de guardar la clave secreta, ya que no podrá ser recuperada.", "Add client" : "Añadir cliente", "Add" : "Añadir", + "Client Identifier" : "Identificador de cliente", "Show client secret" : "Mostrar secreto del cliente", - "Hide client secret" : "Ocultar secreto del cliente", - "Delete" : "Eliminar" + "Hide client secret" : "Ocultar secreto del cliente" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json index 9854ba3aa83..90c7daaefe2 100644 --- a/apps/oauth2/l10n/es.json +++ b/apps/oauth2/l10n/es.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Clave secreta", + "Delete" : "Eliminar", + "An unknown error occurred." : "Ocurrió un error desconocido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}", "Name" : "Nombre", "Redirection URI" : "URI de redirección", - "Client Identifier" : "Identificador de cliente", - "Secret key" : "Clave secreta", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de guardar la clave secreta, ya que no podrá ser recuperada.", "Add client" : "Añadir cliente", "Add" : "Añadir", + "Client Identifier" : "Identificador de cliente", "Show client secret" : "Mostrar secreto del cliente", - "Hide client secret" : "Ocultar secreto del cliente", - "Delete" : "Eliminar" + "Hide client secret" : "Ocultar secreto del cliente" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/es_AR.js b/apps/oauth2/l10n/es_AR.js deleted file mode 100644 index ec54aae2bea..00000000000 --- a/apps/oauth2/l10n/es_AR.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI de redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Eliminar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_AR.json b/apps/oauth2/l10n/es_AR.json deleted file mode 100644 index 31ae3db82be..00000000000 --- a/apps/oauth2/l10n/es_AR.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI de redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Eliminar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/es_CL.js b/apps/oauth2/l10n/es_CL.js deleted file mode 100644 index 079b21192fd..00000000000 --- a/apps/oauth2/l10n/es_CL.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_CL.json b/apps/oauth2/l10n/es_CL.json deleted file mode 100644 index 40b679cc951..00000000000 --- a/apps/oauth2/l10n/es_CL.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/es_CO.js b/apps/oauth2/l10n/es_CO.js deleted file mode 100644 index 079b21192fd..00000000000 --- a/apps/oauth2/l10n/es_CO.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_CO.json b/apps/oauth2/l10n/es_CO.json deleted file mode 100644 index 40b679cc951..00000000000 --- a/apps/oauth2/l10n/es_CO.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/es_CR.js b/apps/oauth2/l10n/es_CR.js deleted file mode 100644 index 079b21192fd..00000000000 --- a/apps/oauth2/l10n/es_CR.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_CR.json b/apps/oauth2/l10n/es_CR.json deleted file mode 100644 index 40b679cc951..00000000000 --- a/apps/oauth2/l10n/es_CR.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/es_DO.js b/apps/oauth2/l10n/es_DO.js deleted file mode 100644 index 079b21192fd..00000000000 --- a/apps/oauth2/l10n/es_DO.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_DO.json b/apps/oauth2/l10n/es_DO.json deleted file mode 100644 index 40b679cc951..00000000000 --- a/apps/oauth2/l10n/es_DO.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/es_EC.js b/apps/oauth2/l10n/es_EC.js index 38fab4a83a6..4ce74fcb997 100644 --- a/apps/oauth2/l10n/es_EC.js +++ b/apps/oauth2/l10n/es_EC.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite la autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 permite a los administradores configurar el flujo de autenticación integrado para permitir la autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Add client" : "Agregar cliente", "Add" : "Agregar", - "Show client secret" : "Mostrar el secreto del cliente", - "Delete" : "Borrar" + "Client Identifier" : "Identificador del cliente", + "Show client secret" : "Mostrar el secreto del cliente" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_EC.json b/apps/oauth2/l10n/es_EC.json index 3dd48dcdcd2..10dd140db69 100644 --- a/apps/oauth2/l10n/es_EC.json +++ b/apps/oauth2/l10n/es_EC.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite la autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 permite a los administradores configurar el flujo de autenticación integrado para permitir la autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Add client" : "Agregar cliente", "Add" : "Agregar", - "Show client secret" : "Mostrar el secreto del cliente", - "Delete" : "Borrar" + "Client Identifier" : "Identificador del cliente", + "Show client secret" : "Mostrar el secreto del cliente" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/es_GT.js b/apps/oauth2/l10n/es_GT.js index 38f9a9c8eff..0aac6cbf08d 100644 --- a/apps/oauth2/l10n/es_GT.js +++ b/apps/oauth2/l10n/es_GT.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite la autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también la autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios externos soliciten acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Add client" : "Agregar cliente", "Add" : "Agregar", - "Show client secret" : "Mostrar secreto del cliente", - "Delete" : "Borrar" + "Client Identifier" : "Identificador del cliente", + "Show client secret" : "Mostrar secreto del cliente" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_GT.json b/apps/oauth2/l10n/es_GT.json index fea09081d1d..64d4f19318d 100644 --- a/apps/oauth2/l10n/es_GT.json +++ b/apps/oauth2/l10n/es_GT.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite la autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también la autenticación compatible con OAuth2 desde otras aplicaciones web.", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios externos soliciten acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Add client" : "Agregar cliente", "Add" : "Agregar", - "Show client secret" : "Mostrar secreto del cliente", - "Delete" : "Borrar" + "Client Identifier" : "Identificador del cliente", + "Show client secret" : "Mostrar secreto del cliente" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/es_MX.js b/apps/oauth2/l10n/es_MX.js index ac9270bc6af..769d4e3ddd0 100644 --- a/apps/oauth2/l10n/es_MX.js +++ b/apps/oauth2/l10n/es_MX.js @@ -6,17 +6,17 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que servicios externos soliciten acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Delete client" : "Eliminar cliente", "Add client" : "Agregar cliente", "Add" : "Agregar", + "Client Identifier" : "Identificador del cliente", "Show client secret" : "Mostrar el secreto del cliente", - "Hide client secret" : "Ocultar el secreto del cliente", - "Delete" : "Borrar" + "Hide client secret" : "Ocultar el secreto del cliente" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_MX.json b/apps/oauth2/l10n/es_MX.json index 6f0d19e414a..c5a930a94f7 100644 --- a/apps/oauth2/l10n/es_MX.json +++ b/apps/oauth2/l10n/es_MX.json @@ -4,17 +4,17 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", + "Secret key" : "Llave secreta", + "Delete" : "Borrar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que servicios externos soliciten acceso a {instanceName}.", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", "Delete client" : "Eliminar cliente", "Add client" : "Agregar cliente", "Add" : "Agregar", + "Client Identifier" : "Identificador del cliente", "Show client secret" : "Mostrar el secreto del cliente", - "Hide client secret" : "Ocultar el secreto del cliente", - "Delete" : "Borrar" + "Hide client secret" : "Ocultar el secreto del cliente" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js deleted file mode 100644 index 079b21192fd..00000000000 --- a/apps/oauth2/l10n/es_SV.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -}, -"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es_SV.json b/apps/oauth2/l10n/es_SV.json deleted file mode 100644 index 40b679cc951..00000000000 --- a/apps/oauth2/l10n/es_SV.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "OAuth 2.0", - "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Name" : "Nombre", - "Redirection URI" : "URI para redirección", - "Client Identifier" : "Identificador del cliente", - "Secret key" : "Llave secreta", - "Add client" : "Agregar cliente", - "Add" : "Agregar", - "Delete" : "Borrar" -},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/et_EE.js b/apps/oauth2/l10n/et_EE.js index 93a7c7e97bf..7c26515ebd5 100644 --- a/apps/oauth2/l10n/et_EE.js +++ b/apps/oauth2/l10n/et_EE.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Võimaldab OAuth2-ga ühilduvat autentimist teistest veebirakendustest.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Rakendus OAuth2 võimaldab administraatoritel konfigureerida sisseehitatud autentimise töövoogu, et võimaldada ka OAuth2-ga ühilduvat autentimist teistest veebirakendustest.", + "Secret key" : "Salavõti", + "Delete" : "Kustuta", + "An unknown error occurred." : "Tekkis tundmatu viga.", "OAuth 2.0 clients" : "OAuth 2.0 kliendid", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 võimaldab välisteenustel taotleda juurdepääsu {instanceName}ile", "Name" : "Nimi", "Redirection URI" : "Suunamise URI", - "Client Identifier" : "Kliendi identifikaator", - "Secret key" : "Salavõti", "Delete client" : "Kustuta klient", "Make sure you store the secret key, it cannot be recovered." : "Salvesta salajane võti, seda ei saa taastada.", "Add client" : "Lisa klient", "Add" : "Lisa", + "Client Identifier" : "Kliendi identifikaator", "Show client secret" : "Näita kliendi salakoodi", - "Hide client secret" : "Peida kliendi salakood", - "Delete" : "Kustuta" + "Hide client secret" : "Peida kliendi salakood" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/et_EE.json b/apps/oauth2/l10n/et_EE.json index 0ddc97bea45..6b25d379fca 100644 --- a/apps/oauth2/l10n/et_EE.json +++ b/apps/oauth2/l10n/et_EE.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Võimaldab OAuth2-ga ühilduvat autentimist teistest veebirakendustest.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Rakendus OAuth2 võimaldab administraatoritel konfigureerida sisseehitatud autentimise töövoogu, et võimaldada ka OAuth2-ga ühilduvat autentimist teistest veebirakendustest.", + "Secret key" : "Salavõti", + "Delete" : "Kustuta", + "An unknown error occurred." : "Tekkis tundmatu viga.", "OAuth 2.0 clients" : "OAuth 2.0 kliendid", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 võimaldab välisteenustel taotleda juurdepääsu {instanceName}ile", "Name" : "Nimi", "Redirection URI" : "Suunamise URI", - "Client Identifier" : "Kliendi identifikaator", - "Secret key" : "Salavõti", "Delete client" : "Kustuta klient", "Make sure you store the secret key, it cannot be recovered." : "Salvesta salajane võti, seda ei saa taastada.", "Add client" : "Lisa klient", "Add" : "Lisa", + "Client Identifier" : "Kliendi identifikaator", "Show client secret" : "Näita kliendi salakoodi", - "Hide client secret" : "Peida kliendi salakood", - "Delete" : "Kustuta" + "Hide client secret" : "Peida kliendi salakood" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/eu.js b/apps/oauth2/l10n/eu.js index e195a1ef3ac..292cc739afa 100644 --- a/apps/oauth2/l10n/eu.js +++ b/apps/oauth2/l10n/eu.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Beste web aplikazio batzuen bidez egindako OAuth2 erako autentikazioa egitea baimentzen du", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 aplikazioak, zerbitzu hori eskaintzen duten beste web aplikazio batzuen bidez autentikazioa egiten konfiguratzeko aukera eskaintzen die sistemaren kudeatzaileei.", + "Secret key" : "Gako sekretua", + "Delete" : "Ezabatu", "OAuth 2.0 clients" : "OAuth 2.0 bezeroak", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0k kanpo zerbitzuei {instanceName} instantziara sartzeko baimena eskatzea baimentzen die.", "Name" : "Izena", "Redirection URI" : "Birbideraketaren URI", - "Client Identifier" : "Bezeroaren Identifikadorea", - "Secret key" : "Gako sekretua", "Delete client" : "Ezabatu bezeroa", "Make sure you store the secret key, it cannot be recovered." : "Ziurtatu gako sekretua gordetzen duzula, ezin da berreskuratu.", "Add client" : "Gehitu bezeroa", "Add" : "Gehitu", + "Client Identifier" : "Bezeroaren Identifikadorea", "Show client secret" : "Erakutsi bezeroaren sekretua", - "Hide client secret" : "Ezkutatu bezeroaren sekretua", - "Delete" : "Ezabatu" + "Hide client secret" : "Ezkutatu bezeroaren sekretua" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/eu.json b/apps/oauth2/l10n/eu.json index ddfcd437650..22751a24bf9 100644 --- a/apps/oauth2/l10n/eu.json +++ b/apps/oauth2/l10n/eu.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Beste web aplikazio batzuen bidez egindako OAuth2 erako autentikazioa egitea baimentzen du", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 aplikazioak, zerbitzu hori eskaintzen duten beste web aplikazio batzuen bidez autentikazioa egiten konfiguratzeko aukera eskaintzen die sistemaren kudeatzaileei.", + "Secret key" : "Gako sekretua", + "Delete" : "Ezabatu", "OAuth 2.0 clients" : "OAuth 2.0 bezeroak", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0k kanpo zerbitzuei {instanceName} instantziara sartzeko baimena eskatzea baimentzen die.", "Name" : "Izena", "Redirection URI" : "Birbideraketaren URI", - "Client Identifier" : "Bezeroaren Identifikadorea", - "Secret key" : "Gako sekretua", "Delete client" : "Ezabatu bezeroa", "Make sure you store the secret key, it cannot be recovered." : "Ziurtatu gako sekretua gordetzen duzula, ezin da berreskuratu.", "Add client" : "Gehitu bezeroa", "Add" : "Gehitu", + "Client Identifier" : "Bezeroaren Identifikadorea", "Show client secret" : "Erakutsi bezeroaren sekretua", - "Hide client secret" : "Ezkutatu bezeroaren sekretua", - "Delete" : "Ezabatu" + "Hide client secret" : "Ezkutatu bezeroaren sekretua" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/fa.js b/apps/oauth2/l10n/fa.js index 4f21d887051..36187af998a 100644 --- a/apps/oauth2/l10n/fa.js +++ b/apps/oauth2/l10n/fa.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "اجازه احراز هویت سازگار OAuth2 را از دیگر برنامه های وب می دهد.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "برنامه OAuth2 به مدیران اجازه می دهد تا گردش کار داخلی تأیید اعتبار را پیکربندی کنند ، همچنین اجازه تأیید هویت سازگار OAuth2 را از دیگر برنامه های وب فراهم می کند.", + "Secret key" : "کلید مخفی", + "Delete" : "حذف", "OAuth 2.0 clients" : "مشتری OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth تأیید 2.0 اجازه می دهد تا خدمات خارجی به درخواست دسترسی به {} instanceName.", "Name" : "نام", "Redirection URI" : "تغییر مسیر URI", - "Client Identifier" : "شناسه مشتری", - "Secret key" : "کلید مخفی", "Add client" : "افزودن مشتری", "Add" : "افزودن", - "Show client secret" : "راز مشتری را نشان دهید", - "Delete" : "حذف" + "Client Identifier" : "شناسه مشتری", + "Show client secret" : "راز مشتری را نشان دهید" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/fa.json b/apps/oauth2/l10n/fa.json index f7091f5c83e..60a02c7c089 100644 --- a/apps/oauth2/l10n/fa.json +++ b/apps/oauth2/l10n/fa.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "اجازه احراز هویت سازگار OAuth2 را از دیگر برنامه های وب می دهد.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "برنامه OAuth2 به مدیران اجازه می دهد تا گردش کار داخلی تأیید اعتبار را پیکربندی کنند ، همچنین اجازه تأیید هویت سازگار OAuth2 را از دیگر برنامه های وب فراهم می کند.", + "Secret key" : "کلید مخفی", + "Delete" : "حذف", "OAuth 2.0 clients" : "مشتری OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth تأیید 2.0 اجازه می دهد تا خدمات خارجی به درخواست دسترسی به {} instanceName.", "Name" : "نام", "Redirection URI" : "تغییر مسیر URI", - "Client Identifier" : "شناسه مشتری", - "Secret key" : "کلید مخفی", "Add client" : "افزودن مشتری", "Add" : "افزودن", - "Show client secret" : "راز مشتری را نشان دهید", - "Delete" : "حذف" + "Client Identifier" : "شناسه مشتری", + "Show client secret" : "راز مشتری را نشان دهید" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js index c7ad237bc72..ddbfc9378cc 100644 --- a/apps/oauth2/l10n/fi.js +++ b/apps/oauth2/l10n/fi.js @@ -5,16 +5,17 @@ OC.L10N.register( "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Uudelleenohjauksen URL-osoitteen on oltava täydellinen URL-osoite, esimerkiksi: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.", + "Secret key" : "Salainen avain", + "Delete" : "Poista", + "An unknown error occurred." : "Tapahtui tuntematon virhe.", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", - "Client Identifier" : "Asiakkaan tunniste", - "Secret key" : "Salainen avain", "Delete client" : "Poista asiakas", "Add client" : "Lisää asiakas", "Add" : "Lisää", + "Client Identifier" : "Asiakkaan tunniste", "Show client secret" : "Näytä asiakkaan salaisuus", - "Hide client secret" : "Piilota asiakkaan salaisuus", - "Delete" : "Poista" + "Hide client secret" : "Piilota asiakkaan salaisuus" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json index c74e11bef5e..40779579f4e 100644 --- a/apps/oauth2/l10n/fi.json +++ b/apps/oauth2/l10n/fi.json @@ -3,16 +3,17 @@ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Uudelleenohjauksen URL-osoitteen on oltava täydellinen URL-osoite, esimerkiksi: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.", + "Secret key" : "Salainen avain", + "Delete" : "Poista", + "An unknown error occurred." : "Tapahtui tuntematon virhe.", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", - "Client Identifier" : "Asiakkaan tunniste", - "Secret key" : "Salainen avain", "Delete client" : "Poista asiakas", "Add client" : "Lisää asiakas", "Add" : "Lisää", + "Client Identifier" : "Asiakkaan tunniste", "Show client secret" : "Näytä asiakkaan salaisuus", - "Hide client secret" : "Piilota asiakkaan salaisuus", - "Delete" : "Poista" + "Hide client secret" : "Piilota asiakkaan salaisuus" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js index a60dc05f74c..bf8e3d68e7a 100644 --- a/apps/oauth2/l10n/fr.js +++ b/apps/oauth2/l10n/fr.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégré afin d'autoriser une authentification compatible OAuth2 depuis d'autres applications web.", + "Secret key" : "Clé secrète", + "Delete" : "Supprimer", + "An unknown error occurred." : "Une erreur inconnue est survenue.", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirection", - "Client Identifier" : "Identifiant du client", - "Secret key" : "Clé secrète", "Delete client" : "Supprimer le client", "Make sure you store the secret key, it cannot be recovered." : "Assurez-vous de stocker la clé secrète, elle ne peut pas être re récupérée.", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Client Identifier" : "Identifiant du client", "Show client secret" : "Afficher le code secret du client", - "Hide client secret" : "Masquer le secret du client", - "Delete" : "Supprimer" + "Hide client secret" : "Masquer le secret du client" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json index 9be9ea0d408..215358876a4 100644 --- a/apps/oauth2/l10n/fr.json +++ b/apps/oauth2/l10n/fr.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Autoriser l'authentification compatible OAuth2 depuis d'autres applications web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'application OAuth2 permet aux administrateurs de configurer le processus d'authentification intégré afin d'autoriser une authentification compatible OAuth2 depuis d'autres applications web.", + "Secret key" : "Clé secrète", + "Delete" : "Supprimer", + "An unknown error occurred." : "Une erreur inconnue est survenue.", "OAuth 2.0 clients" : "Clients OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.", "Name" : "Nom", "Redirection URI" : "URI de redirection", - "Client Identifier" : "Identifiant du client", - "Secret key" : "Clé secrète", "Delete client" : "Supprimer le client", "Make sure you store the secret key, it cannot be recovered." : "Assurez-vous de stocker la clé secrète, elle ne peut pas être re récupérée.", "Add client" : "Ajouter un client", "Add" : "Ajouter", + "Client Identifier" : "Identifiant du client", "Show client secret" : "Afficher le code secret du client", - "Hide client secret" : "Masquer le secret du client", - "Delete" : "Supprimer" + "Hide client secret" : "Masquer le secret du client" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ga.js b/apps/oauth2/l10n/ga.js index 45199e91f97..99f6daf6156 100644 --- a/apps/oauth2/l10n/ga.js +++ b/apps/oauth2/l10n/ga.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ceadaíonn sé fíordheimhniú comhoiriúnach OAuth2 ó fheidhmchláir ghréasáin eile.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ligeann an aip OAuth2 do riarthóirí an sreabhadh oibre fíordheimhnithe ionsuite a chumrú chun fíordheimhniú comhoiriúnach OAuth2 a cheadú ó fheidhmchláir ghréasáin eile.", + "Secret key" : "Eochair rúnda", + "Delete" : "Scrios", + "An unknown error occurred." : "Tharla earráid anaithnid.", "OAuth 2.0 clients" : "Cliant OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Ligeann OAuth 2.0 do sheirbhísí seachtracha rochtain a iarraidh ar {instanceName}.", "Name" : "Ainm", "Redirection URI" : "Atreo URI", - "Client Identifier" : "Aitheantóir Cliant", - "Secret key" : "Eochair rúnda", "Delete client" : "Scrios cliant", "Make sure you store the secret key, it cannot be recovered." : "Déan cinnte go stórálann tú an eochair rúnda, ní féidir í a aisghabháil.", "Add client" : "Cuir cliant leis", "Add" : "Cuir", + "Client Identifier" : "Aitheantóir Cliant", "Show client secret" : "Taispeáin rún an chliaint", - "Hide client secret" : "Folaigh rún an chliaint", - "Delete" : "Scrios" + "Hide client secret" : "Folaigh rún an chliaint" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/oauth2/l10n/ga.json b/apps/oauth2/l10n/ga.json index a85a372dc24..33e817db677 100644 --- a/apps/oauth2/l10n/ga.json +++ b/apps/oauth2/l10n/ga.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ceadaíonn sé fíordheimhniú comhoiriúnach OAuth2 ó fheidhmchláir ghréasáin eile.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ligeann an aip OAuth2 do riarthóirí an sreabhadh oibre fíordheimhnithe ionsuite a chumrú chun fíordheimhniú comhoiriúnach OAuth2 a cheadú ó fheidhmchláir ghréasáin eile.", + "Secret key" : "Eochair rúnda", + "Delete" : "Scrios", + "An unknown error occurred." : "Tharla earráid anaithnid.", "OAuth 2.0 clients" : "Cliant OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Ligeann OAuth 2.0 do sheirbhísí seachtracha rochtain a iarraidh ar {instanceName}.", "Name" : "Ainm", "Redirection URI" : "Atreo URI", - "Client Identifier" : "Aitheantóir Cliant", - "Secret key" : "Eochair rúnda", "Delete client" : "Scrios cliant", "Make sure you store the secret key, it cannot be recovered." : "Déan cinnte go stórálann tú an eochair rúnda, ní féidir í a aisghabháil.", "Add client" : "Cuir cliant leis", "Add" : "Cuir", + "Client Identifier" : "Aitheantóir Cliant", "Show client secret" : "Taispeáin rún an chliaint", - "Hide client secret" : "Folaigh rún an chliaint", - "Delete" : "Scrios" + "Hide client secret" : "Folaigh rún an chliaint" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/gl.js b/apps/oauth2/l10n/gl.js index 3aaa35e0b00..b5e0875921b 100644 --- a/apps/oauth2/l10n/gl.js +++ b/apps/oauth2/l10n/gl.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticación compatíbel con OAuth2 desde outras aplicacións web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A aplicación OAuth2 permítelle aos administradores configurar o fluxo de traballo de autenticación integrado para permitir tamén autenticación compatíbel con OAuth2 desde outras aplicacións web.", + "Secret key" : "Chave secreta", + "Delete" : "Eliminar", + "An unknown error occurred." : "Produciuse un erro descoñecido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", - "Client Identifier" : "Identificador do cliente", - "Secret key" : "Chave secreta", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", "Add" : "Engadir", + "Client Identifier" : "Identificador do cliente", "Show client secret" : "Amosar o segredo do cliente", - "Hide client secret" : "Agochar o segredo do cliente", - "Delete" : "Eliminar" + "Hide client secret" : "Agochar o segredo do cliente" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/gl.json b/apps/oauth2/l10n/gl.json index 3401883d361..e379fcc3af8 100644 --- a/apps/oauth2/l10n/gl.json +++ b/apps/oauth2/l10n/gl.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticación compatíbel con OAuth2 desde outras aplicacións web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A aplicación OAuth2 permítelle aos administradores configurar o fluxo de traballo de autenticación integrado para permitir tamén autenticación compatíbel con OAuth2 desde outras aplicacións web.", + "Secret key" : "Chave secreta", + "Delete" : "Eliminar", + "An unknown error occurred." : "Produciuse un erro descoñecido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redireccionamento", - "Client Identifier" : "Identificador do cliente", - "Secret key" : "Chave secreta", "Delete client" : "Eliminar cliente", "Make sure you store the secret key, it cannot be recovered." : "Asegúrese de gardar a chave secreta, non é posíbel recuperala.", "Add client" : "Engadir cliente", "Add" : "Engadir", + "Client Identifier" : "Identificador do cliente", "Show client secret" : "Amosar o segredo do cliente", - "Hide client secret" : "Agochar o segredo do cliente", - "Delete" : "Eliminar" + "Hide client secret" : "Agochar o segredo do cliente" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/he.js b/apps/oauth2/l10n/he.js index 2d32792f86e..68257f3d302 100644 --- a/apps/oauth2/l10n/he.js +++ b/apps/oauth2/l10n/he.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", + "Secret key" : "מפתח סודי", + "Delete" : "מחיקה", "OAuth 2.0 clients" : "לקוחות OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל {instanceName}.", "Name" : "שם", "Redirection URI" : "כתובת הפנייה", - "Client Identifier" : "זיהוי לקו", - "Secret key" : "מפתח סודי", "Add client" : "הוספת לקוחי", "Add" : "הוספה", - "Show client secret" : "הצגת סוד לקוח", - "Delete" : "מחיקה" + "Client Identifier" : "זיהוי לקו", + "Show client secret" : "הצגת סוד לקוח" }, "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/apps/oauth2/l10n/he.json b/apps/oauth2/l10n/he.json index d46ae0195f4..66bb2e2793e 100644 --- a/apps/oauth2/l10n/he.json +++ b/apps/oauth2/l10n/he.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", + "Secret key" : "מפתח סודי", + "Delete" : "מחיקה", "OAuth 2.0 clients" : "לקוחות OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 מאפשר לשירותים חיצוניים לבקש גישה אל {instanceName}.", "Name" : "שם", "Redirection URI" : "כתובת הפנייה", - "Client Identifier" : "זיהוי לקו", - "Secret key" : "מפתח סודי", "Add client" : "הוספת לקוחי", "Add" : "הוספה", - "Show client secret" : "הצגת סוד לקוח", - "Delete" : "מחיקה" + "Client Identifier" : "זיהוי לקו", + "Show client secret" : "הצגת סוד לקוח" },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/hr.js b/apps/oauth2/l10n/hr.js index 396209ee36b..84c7118bb24 100644 --- a/apps/oauth2/l10n/hr.js +++ b/apps/oauth2/l10n/hr.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Omogućuje autentifikaciju kompatibilnu s OAuth2 iz drugih web aplikacija.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikacija OAuth2 omogućuje administratorima da konfiguriraju ugrađeni tijek autentifikacije kako bi također omogućili autentifikaciju kompatibilnu s OAuth2 iz drugih web aplikacija.", + "Secret key" : "Tajni ključ", + "Delete" : "Izbriši", "OAuth 2.0 clients" : "OAuth 2.0 klijenti", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 omogućuje vanjskim servisima da zahtijevaju pristup {instanceName}.", "Name" : "Naziv", "Redirection URI" : "URL za preusmjeravanje", - "Client Identifier" : "Identifikator klijenta", - "Secret key" : "Tajni ključ", "Add client" : "Dodaj klijenta", "Add" : "Dodaj", - "Show client secret" : "Prikaži tajni ključ klijenta", - "Delete" : "Izbriši" + "Client Identifier" : "Identifikator klijenta", + "Show client secret" : "Prikaži tajni ključ klijenta" }, "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/oauth2/l10n/hr.json b/apps/oauth2/l10n/hr.json index 79303555b6b..03a55ce8d89 100644 --- a/apps/oauth2/l10n/hr.json +++ b/apps/oauth2/l10n/hr.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Omogućuje autentifikaciju kompatibilnu s OAuth2 iz drugih web aplikacija.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikacija OAuth2 omogućuje administratorima da konfiguriraju ugrađeni tijek autentifikacije kako bi također omogućili autentifikaciju kompatibilnu s OAuth2 iz drugih web aplikacija.", + "Secret key" : "Tajni ključ", + "Delete" : "Izbriši", "OAuth 2.0 clients" : "OAuth 2.0 klijenti", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 omogućuje vanjskim servisima da zahtijevaju pristup {instanceName}.", "Name" : "Naziv", "Redirection URI" : "URL za preusmjeravanje", - "Client Identifier" : "Identifikator klijenta", - "Secret key" : "Tajni ključ", "Add client" : "Dodaj klijenta", "Add" : "Dodaj", - "Show client secret" : "Prikaži tajni ključ klijenta", - "Delete" : "Izbriši" + "Client Identifier" : "Identifikator klijenta", + "Show client secret" : "Prikaži tajni ključ klijenta" },"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/oauth2/l10n/hu.js b/apps/oauth2/l10n/hu.js index eddb2928651..59574ef40ea 100644 --- a/apps/oauth2/l10n/hu.js +++ b/apps/oauth2/l10n/hu.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Lehetővé teszi az OAuth2 kompatibilis hitelesítést más webalkalmazásokból.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Az OAuth2 alkalmazás lehetővé teszi a rendszergazdák számára, hogy beállíthassák a beépített azonosítási munkafolyamat számára az OAuth2 kompatibilis hitelesítést más webalkalmazásokból.", + "Secret key" : "Titkos kulcs", + "Delete" : "Törlés", "OAuth 2.0 clients" : "OAuth 2.0 kliensek", "OAuth 2.0 allows external services to request access to {instanceName}." : "Az OAuth 2.0 engedélyezi, hogy külső szolgáltatások hozzáférést kérjenek a következőhöz: {instanceName}.", "Name" : "Név", "Redirection URI" : "Átirányítási URI", - "Client Identifier" : "Ügyfélazonosító", - "Secret key" : "Titkos kulcs", "Delete client" : "Kliens törlése", "Make sure you store the secret key, it cannot be recovered." : "Győződjön meg róla tárolja a titkos kulcsot, mert nem nyerhető vissza.", "Add client" : "Kliens hozzáadása", "Add" : "Hozzáadás", + "Client Identifier" : "Ügyfélazonosító", "Show client secret" : "Klienstitok megjelenítése", - "Hide client secret" : "Klienstitok elrejtése", - "Delete" : "Törlés" + "Hide client secret" : "Klienstitok elrejtése" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/hu.json b/apps/oauth2/l10n/hu.json index 2e0a9c4de02..98403ef30cc 100644 --- a/apps/oauth2/l10n/hu.json +++ b/apps/oauth2/l10n/hu.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Lehetővé teszi az OAuth2 kompatibilis hitelesítést más webalkalmazásokból.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Az OAuth2 alkalmazás lehetővé teszi a rendszergazdák számára, hogy beállíthassák a beépített azonosítási munkafolyamat számára az OAuth2 kompatibilis hitelesítést más webalkalmazásokból.", + "Secret key" : "Titkos kulcs", + "Delete" : "Törlés", "OAuth 2.0 clients" : "OAuth 2.0 kliensek", "OAuth 2.0 allows external services to request access to {instanceName}." : "Az OAuth 2.0 engedélyezi, hogy külső szolgáltatások hozzáférést kérjenek a következőhöz: {instanceName}.", "Name" : "Név", "Redirection URI" : "Átirányítási URI", - "Client Identifier" : "Ügyfélazonosító", - "Secret key" : "Titkos kulcs", "Delete client" : "Kliens törlése", "Make sure you store the secret key, it cannot be recovered." : "Győződjön meg róla tárolja a titkos kulcsot, mert nem nyerhető vissza.", "Add client" : "Kliens hozzáadása", "Add" : "Hozzáadás", + "Client Identifier" : "Ügyfélazonosító", "Show client secret" : "Klienstitok megjelenítése", - "Hide client secret" : "Klienstitok elrejtése", - "Delete" : "Törlés" + "Hide client secret" : "Klienstitok elrejtése" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/is.js b/apps/oauth2/l10n/is.js index e786a1e409d..b0d9dc2053f 100644 --- a/apps/oauth2/l10n/is.js +++ b/apps/oauth2/l10n/is.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Gerir kleift að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-forritið gerir kerfisstjórum kleift að stilla innbyggða auðkenningarferlið þannig að einnig sé hægt að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", + "Secret key" : "Leynilykill", + "Delete" : "Eyða", "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að {instanceName}.", "Name" : "Nafn", "Redirection URI" : "Endurbeiningarslóð", - "Client Identifier" : "Biðlaraauðkenni", - "Secret key" : "Leynilykill", "Delete client" : "Eyða biðlara", "Make sure you store the secret key, it cannot be recovered." : "Vertu viss um að geyma leynilykilinn á góðum stað, henn er ekki hægt að endurheimta.", "Add client" : "Bæta við biðlara", "Add" : "Bæta við", + "Client Identifier" : "Biðlaraauðkenni", "Show client secret" : "Sýna leynilykil biðlara", - "Hide client secret" : "Fela leynilykil biðlara", - "Delete" : "Eyða" + "Hide client secret" : "Fela leynilykil biðlara" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/oauth2/l10n/is.json b/apps/oauth2/l10n/is.json index 573b3a496a4..52e9b01dcd8 100644 --- a/apps/oauth2/l10n/is.json +++ b/apps/oauth2/l10n/is.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Gerir kleift að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-forritið gerir kerfisstjórum kleift að stilla innbyggða auðkenningarferlið þannig að einnig sé hægt að nota OAuth2-samhæfða auðkenningu frá öðrum vefforritum.", + "Secret key" : "Leynilykill", + "Delete" : "Eyða", "OAuth 2.0 clients" : "OAuth 2.0 biðlarar", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að {instanceName}.", "Name" : "Nafn", "Redirection URI" : "Endurbeiningarslóð", - "Client Identifier" : "Biðlaraauðkenni", - "Secret key" : "Leynilykill", "Delete client" : "Eyða biðlara", "Make sure you store the secret key, it cannot be recovered." : "Vertu viss um að geyma leynilykilinn á góðum stað, henn er ekki hægt að endurheimta.", "Add client" : "Bæta við biðlara", "Add" : "Bæta við", + "Client Identifier" : "Biðlaraauðkenni", "Show client secret" : "Sýna leynilykil biðlara", - "Hide client secret" : "Fela leynilykil biðlara", - "Delete" : "Eyða" + "Hide client secret" : "Fela leynilykil biðlara" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index f6365b013d0..f0ccf59f824 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione integrata per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", + "Secret key" : "Chiave segreta", + "Delete" : "Elimina", "OAuth 2.0 clients" : "Client OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI di redirezione", - "Client Identifier" : "Identificatore client", - "Secret key" : "Chiave segreta", "Delete client" : "Elimina client", "Make sure you store the secret key, it cannot be recovered." : "Assicurati di salvare la chiave segreta, non può essere recuperata.", "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "Client Identifier" : "Identificatore client", "Show client secret" : "Mostra segreto del client", - "Hide client secret" : "Nascondi segreto del client", - "Delete" : "Elimina" + "Hide client secret" : "Nascondi segreto del client" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index d7db0bbe00d..2f7129aedf0 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione integrata per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", + "Secret key" : "Chiave segreta", + "Delete" : "Elimina", "OAuth 2.0 clients" : "Client OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI di redirezione", - "Client Identifier" : "Identificatore client", - "Secret key" : "Chiave segreta", "Delete client" : "Elimina client", "Make sure you store the secret key, it cannot be recovered." : "Assicurati di salvare la chiave segreta, non può essere recuperata.", "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "Client Identifier" : "Identificatore client", "Show client secret" : "Mostra segreto del client", - "Hide client secret" : "Nascondi segreto del client", - "Delete" : "Elimina" + "Hide client secret" : "Nascondi segreto del client" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index c1418fb2021..f9252583cf4 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換認証を許可します。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2アプリは、他のWebサービスからOAuth2互換の認証に接続し、管理者が認証の流れを設定できるようにするものです。", + "Secret key" : "シークレットキー", + "Delete" : "削除", "OAuth 2.0 clients" : "OAuth 2.0クライアント", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0により {instanceName} へのアクセス要求を外部サービスに許可します。", "Name" : "名前", "Redirection URI" : "リダイレクトURI", - "Client Identifier" : "クライアントID", - "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", + "Client Identifier" : "クライアントID", "Show client secret" : "クライアントシークレットキーを表示", - "Hide client secret" : "クライアントのシークレットキーを隠す", - "Delete" : "削除" + "Hide client secret" : "クライアントのシークレットキーを隠す" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json index 09357aca90f..04417245019 100644 --- a/apps/oauth2/l10n/ja.json +++ b/apps/oauth2/l10n/ja.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換認証を許可します。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2アプリは、他のWebサービスからOAuth2互換の認証に接続し、管理者が認証の流れを設定できるようにするものです。", + "Secret key" : "シークレットキー", + "Delete" : "削除", "OAuth 2.0 clients" : "OAuth 2.0クライアント", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0により {instanceName} へのアクセス要求を外部サービスに許可します。", "Name" : "名前", "Redirection URI" : "リダイレクトURI", - "Client Identifier" : "クライアントID", - "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", + "Client Identifier" : "クライアントID", "Show client secret" : "クライアントシークレットキーを表示", - "Hide client secret" : "クライアントのシークレットキーを隠す", - "Delete" : "削除" + "Hide client secret" : "クライアントのシークレットキーを隠す" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ka.js b/apps/oauth2/l10n/ka.js index c3a7a9385ba..d43fcdbf181 100644 --- a/apps/oauth2/l10n/ka.js +++ b/apps/oauth2/l10n/ka.js @@ -6,17 +6,17 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "Delete", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Add client" : "Add client", "Add" : "Add", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "Delete" + "Hide client secret" : "Hide client secret" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/oauth2/l10n/ka.json b/apps/oauth2/l10n/ka.json index 9d634320a17..7c5fb51e9fc 100644 --- a/apps/oauth2/l10n/ka.json +++ b/apps/oauth2/l10n/ka.json @@ -4,17 +4,17 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "Delete", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "Name", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Add client" : "Add client", "Add" : "Add", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "Delete" + "Hide client secret" : "Hide client secret" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ka_GE.js b/apps/oauth2/l10n/ka_GE.js index a94015e4803..e664904c442 100644 --- a/apps/oauth2/l10n/ka_GE.js +++ b/apps/oauth2/l10n/ka_GE.js @@ -2,14 +2,14 @@ OC.L10N.register( "oauth2", { "OAuth 2.0" : "OAuth 2.0", + "Secret key" : "საიდუმლო გასაღები", + "Delete" : "წაშლა", "OAuth 2.0 clients" : "OAuth 2.0 კლიენტები", "Name" : "სახელი", "Redirection URI" : "გადამისამართების URI", - "Client Identifier" : "კლიენტის იდენტიფიკატორი", - "Secret key" : "საიდუმლო გასაღები", "Add client" : "კლიენტის დამატება", "Add" : "დამატება", - "Show client secret" : "გამოაჩინე კლიენტის საიდუმლო", - "Delete" : "წაშლა" + "Client Identifier" : "კლიენტის იდენტიფიკატორი", + "Show client secret" : "გამოაჩინე კლიენტის საიდუმლო" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/oauth2/l10n/ka_GE.json b/apps/oauth2/l10n/ka_GE.json index 186b5570c7f..087ea6bc146 100644 --- a/apps/oauth2/l10n/ka_GE.json +++ b/apps/oauth2/l10n/ka_GE.json @@ -1,13 +1,13 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", + "Secret key" : "საიდუმლო გასაღები", + "Delete" : "წაშლა", "OAuth 2.0 clients" : "OAuth 2.0 კლიენტები", "Name" : "სახელი", "Redirection URI" : "გადამისამართების URI", - "Client Identifier" : "კლიენტის იდენტიფიკატორი", - "Secret key" : "საიდუმლო გასაღები", "Add client" : "კლიენტის დამატება", "Add" : "დამატება", - "Show client secret" : "გამოაჩინე კლიენტის საიდუმლო", - "Delete" : "წაშლა" + "Client Identifier" : "კლიენტის იდენტიფიკატორი", + "Show client secret" : "გამოაჩინე კლიენტის საიდუმლო" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ko.js b/apps/oauth2/l10n/ko.js index 8a9da68e958..1d270766793 100644 --- a/apps/oauth2/l10n/ko.js +++ b/apps/oauth2/l10n/ko.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "다른 웹 애플리케이션에서 OAuth2 호환 인증을 허용합니다.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 앱을 사용하면 관리자가 기본 인증 작업 과정을 통해서 다른 웹 애플리케이션에서 OAuth2 호환 인증을 허용합니다.", + "Secret key" : "비밀 키", + "Delete" : "삭제", "OAuth 2.0 clients" : "OAuth 2.0 클라이언트", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0을 사용하여 외부 서비스에서 {instanceName}에 접근할 수 있습니다.", "Name" : "이름", "Redirection URI" : "전환될 URI", - "Client Identifier" : "클라이언트 식별자", - "Secret key" : "비밀 키", "Add client" : "클라이언트 추가", "Add" : "추가", - "Show client secret" : "클라이언트 비밀 값 표시", - "Delete" : "삭제" + "Client Identifier" : "클라이언트 식별자", + "Show client secret" : "클라이언트 비밀 값 표시" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/ko.json b/apps/oauth2/l10n/ko.json index fd689b591f7..b6ed0f91465 100644 --- a/apps/oauth2/l10n/ko.json +++ b/apps/oauth2/l10n/ko.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "다른 웹 애플리케이션에서 OAuth2 호환 인증을 허용합니다.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 앱을 사용하면 관리자가 기본 인증 작업 과정을 통해서 다른 웹 애플리케이션에서 OAuth2 호환 인증을 허용합니다.", + "Secret key" : "비밀 키", + "Delete" : "삭제", "OAuth 2.0 clients" : "OAuth 2.0 클라이언트", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0을 사용하여 외부 서비스에서 {instanceName}에 접근할 수 있습니다.", "Name" : "이름", "Redirection URI" : "전환될 URI", - "Client Identifier" : "클라이언트 식별자", - "Secret key" : "비밀 키", "Add client" : "클라이언트 추가", "Add" : "추가", - "Show client secret" : "클라이언트 비밀 값 표시", - "Delete" : "삭제" + "Client Identifier" : "클라이언트 식별자", + "Show client secret" : "클라이언트 비밀 값 표시" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/lo.js b/apps/oauth2/l10n/lo.js index 31abcefae1f..e5015c31d44 100644 --- a/apps/oauth2/l10n/lo.js +++ b/apps/oauth2/l10n/lo.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "ລຶບ", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "ຊື່", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "ເພີ່ມ", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "ລຶບ" + "Hide client secret" : "Hide client secret" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/lo.json b/apps/oauth2/l10n/lo.json index 49accb68b0d..17c2df4d3b2 100644 --- a/apps/oauth2/l10n/lo.json +++ b/apps/oauth2/l10n/lo.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Allows OAuth2 compatible authentication from other web applications.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.", + "Secret key" : "Secret key", + "Delete" : "ລຶບ", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 allows external services to request access to {instanceName}.", "Name" : "ຊື່", "Redirection URI" : "Redirection URI", - "Client Identifier" : "Client Identifier", - "Secret key" : "Secret key", "Delete client" : "Delete client", "Make sure you store the secret key, it cannot be recovered." : "Make sure you store the secret key, it cannot be recovered.", "Add client" : "Add client", "Add" : "ເພີ່ມ", + "Client Identifier" : "Client Identifier", "Show client secret" : "Show client secret", - "Hide client secret" : "Hide client secret", - "Delete" : "ລຶບ" + "Hide client secret" : "Hide client secret" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js index d6ba78db8e1..a22ab5a409e 100644 --- a/apps/oauth2/l10n/lt_LT.js +++ b/apps/oauth2/l10n/lt_LT.js @@ -4,14 +4,14 @@ OC.L10N.register( "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path", "OAuth 2.0" : "OAuth 2.0", + "Secret key" : "Slaptasis raktas", + "Delete" : "Ištrinti", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", "Name" : "Pavadinimas", "Redirection URI" : "Peradresavimo URI", - "Client Identifier" : "Kliento identifikatorius", - "Secret key" : "Slaptasis raktas", "Add client" : "Pridėti klientą", "Add" : "Pridėti", - "Delete" : "Ištrinti" + "Client Identifier" : "Kliento identifikatorius" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json index fed347c6a89..fb267f5c2a2 100644 --- a/apps/oauth2/l10n/lt_LT.json +++ b/apps/oauth2/l10n/lt_LT.json @@ -2,14 +2,14 @@ "Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.", "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path", "OAuth 2.0" : "OAuth 2.0", + "Secret key" : "Slaptasis raktas", + "Delete" : "Ištrinti", "OAuth 2.0 clients" : "OAuth 2.0 klientai", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.", "Name" : "Pavadinimas", "Redirection URI" : "Peradresavimo URI", - "Client Identifier" : "Kliento identifikatorius", - "Secret key" : "Slaptasis raktas", "Add client" : "Pridėti klientą", "Add" : "Pridėti", - "Delete" : "Ištrinti" + "Client Identifier" : "Kliento identifikatorius" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/lv.js b/apps/oauth2/l10n/lv.js index a6df308f198..ec6cc04b57c 100644 --- a/apps/oauth2/l10n/lv.js +++ b/apps/oauth2/l10n/lv.js @@ -5,13 +5,13 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj pārvaldītājiem konfigurēt iebūvēto autentificēšanās darbplūsmu un ļauj ar OAuth2 saderīgu autentificēšanos no citām tīmekļa lietotnēm.", + "Secret key" : "Slepenā atslēga", + "Delete" : "Izdzēst", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Redirection URI" : "Pārvirzāmais URI", - "Client Identifier" : "Klienta identifikators", - "Secret key" : "Slepenā atslēga", "Add client" : "Pievienot klientu", "Add" : "Pievienot", - "Delete" : "Izdzēst" + "Client Identifier" : "Klienta identifikators" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/oauth2/l10n/lv.json b/apps/oauth2/l10n/lv.json index 3fddb2506ac..8d604e7bb7b 100644 --- a/apps/oauth2/l10n/lv.json +++ b/apps/oauth2/l10n/lv.json @@ -3,13 +3,13 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj pārvaldītājiem konfigurēt iebūvēto autentificēšanās darbplūsmu un ļauj ar OAuth2 saderīgu autentificēšanos no citām tīmekļa lietotnēm.", + "Secret key" : "Slepenā atslēga", + "Delete" : "Izdzēst", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Redirection URI" : "Pārvirzāmais URI", - "Client Identifier" : "Klienta identifikators", - "Secret key" : "Slepenā atslēga", "Add client" : "Pievienot klientu", "Add" : "Pievienot", - "Delete" : "Izdzēst" + "Client Identifier" : "Klienta identifikators" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/mk.js b/apps/oauth2/l10n/mk.js index 3ef703ea529..4bbac0258df 100644 --- a/apps/oauth2/l10n/mk.js +++ b/apps/oauth2/l10n/mk.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозволи OAuth2 компатибилна автентификација од други веб апликации.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликацијата им овозможува на администраторите да конфигурираат вграден проток за автентификација, истотака дозволува OAuth2 компатибилна автентификација од други веб апликации.", + "Secret key" : "Таен клуч", + "Delete" : "Избриши", "OAuth 2.0 clients" : "OAuth 2.0 клиенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 овозможува на надворешни сервиси да побараат пристап на {instanceName}.", "Name" : "Име", "Redirection URI" : "Пренасочено URI", - "Client Identifier" : "Идентификатор на клиент", - "Secret key" : "Таен клуч", "Add client" : "Додади клиент", "Add" : "Додади", - "Show client secret" : "Прикажи тајна на клиент", - "Delete" : "Избриши" + "Client Identifier" : "Идентификатор на клиент", + "Show client secret" : "Прикажи тајна на клиент" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/oauth2/l10n/mk.json b/apps/oauth2/l10n/mk.json index 993f4112fb1..17b8282edd6 100644 --- a/apps/oauth2/l10n/mk.json +++ b/apps/oauth2/l10n/mk.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозволи OAuth2 компатибилна автентификација од други веб апликации.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликацијата им овозможува на администраторите да конфигурираат вграден проток за автентификација, истотака дозволува OAuth2 компатибилна автентификација од други веб апликации.", + "Secret key" : "Таен клуч", + "Delete" : "Избриши", "OAuth 2.0 clients" : "OAuth 2.0 клиенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 овозможува на надворешни сервиси да побараат пристап на {instanceName}.", "Name" : "Име", "Redirection URI" : "Пренасочено URI", - "Client Identifier" : "Идентификатор на клиент", - "Secret key" : "Таен клуч", "Add client" : "Додади клиент", "Add" : "Додади", - "Show client secret" : "Прикажи тајна на клиент", - "Delete" : "Избриши" + "Client Identifier" : "Идентификатор на клиент", + "Show client secret" : "Прикажи тајна на клиент" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index 9cf61c0eed0..8f29eb76aa3 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillater OAuth2-kompatibel autentisering fra andre nettapplikasjoner.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen gir administratorer mulighet til å konfigurere den innebygde arbeidsflyten for autentisering til å også tillate OAuth2-kompatibel autentisering fra andre nett-applikasjoner.", + "Secret key" : "Hemmelig nøkkel", + "Delete" : "Slett", "OAuth 2.0 clients" : "OAuth 2.0-klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 gir eksterne tjenester tillatelse til å be om tilgang til {instanceName}.", "Name" : "Navn", "Redirection URI" : "Videresendings-URI", - "Client Identifier" : "Klient-identifikator", - "Secret key" : "Hemmelig nøkkel", "Delete client" : "Slett klient", "Make sure you store the secret key, it cannot be recovered." : "Pass på at du oppbevarer den hemmelige nøkkelen, den kan ikke gjenopprettes.", "Add client" : "Legg til klient", "Add" : "Legg til", + "Client Identifier" : "Klient-identifikator", "Show client secret" : "Vis klients hemmelighet", - "Hide client secret" : "Skjul klienthemmelighet", - "Delete" : "Slett" + "Hide client secret" : "Skjul klienthemmelighet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json index 70154349c8b..b28ed6633f9 100644 --- a/apps/oauth2/l10n/nb.json +++ b/apps/oauth2/l10n/nb.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillater OAuth2-kompatibel autentisering fra andre nettapplikasjoner.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen gir administratorer mulighet til å konfigurere den innebygde arbeidsflyten for autentisering til å også tillate OAuth2-kompatibel autentisering fra andre nett-applikasjoner.", + "Secret key" : "Hemmelig nøkkel", + "Delete" : "Slett", "OAuth 2.0 clients" : "OAuth 2.0-klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 gir eksterne tjenester tillatelse til å be om tilgang til {instanceName}.", "Name" : "Navn", "Redirection URI" : "Videresendings-URI", - "Client Identifier" : "Klient-identifikator", - "Secret key" : "Hemmelig nøkkel", "Delete client" : "Slett klient", "Make sure you store the secret key, it cannot be recovered." : "Pass på at du oppbevarer den hemmelige nøkkelen, den kan ikke gjenopprettes.", "Add client" : "Legg til klient", "Add" : "Legg til", + "Client Identifier" : "Klient-identifikator", "Show client secret" : "Vis klients hemmelighet", - "Hide client secret" : "Skjul klienthemmelighet", - "Delete" : "Slett" + "Hide client secret" : "Skjul klienthemmelighet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/nl.js b/apps/oauth2/l10n/nl.js index f27d2a062d8..bb69c6fc510 100644 --- a/apps/oauth2/l10n/nl.js +++ b/apps/oauth2/l10n/nl.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "De OAuth2 app laat beheerders de ingebouwde inlog-workflow configureren om ook OAuth2 compatible authenticatie vanaf andere web applicaties mogelijk te maken.", + "Secret key" : "Geheime sleutel", + "Delete" : "verwijderen", "OAuth 2.0 clients" : "OAuth 2.0 Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 staat externe services toe om toegang te vragen bij {instanceName}.", "Name" : "Naam", "Redirection URI" : "Omeiding URI", - "Client Identifier" : "Client identificatie", - "Secret key" : "Geheime sleutel", "Delete client" : "Client verwijderen", "Make sure you store the secret key, it cannot be recovered." : "Zorg ervoor dat je de geheime sleutel opslaat, deze kan niet worden hersteld.", "Add client" : "Voeg client toe", "Add" : "Toevoegen", + "Client Identifier" : "Client identificatie", "Show client secret" : "Geheime sleutel van cliënt weergeven", - "Hide client secret" : "Geheime sleutel van cliënt verbergen", - "Delete" : "verwijderen" + "Hide client secret" : "Geheime sleutel van cliënt verbergen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nl.json b/apps/oauth2/l10n/nl.json index c66631b5750..f3d450000b8 100644 --- a/apps/oauth2/l10n/nl.json +++ b/apps/oauth2/l10n/nl.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "De OAuth2 app laat beheerders de ingebouwde inlog-workflow configureren om ook OAuth2 compatible authenticatie vanaf andere web applicaties mogelijk te maken.", + "Secret key" : "Geheime sleutel", + "Delete" : "verwijderen", "OAuth 2.0 clients" : "OAuth 2.0 Clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 staat externe services toe om toegang te vragen bij {instanceName}.", "Name" : "Naam", "Redirection URI" : "Omeiding URI", - "Client Identifier" : "Client identificatie", - "Secret key" : "Geheime sleutel", "Delete client" : "Client verwijderen", "Make sure you store the secret key, it cannot be recovered." : "Zorg ervoor dat je de geheime sleutel opslaat, deze kan niet worden hersteld.", "Add client" : "Voeg client toe", "Add" : "Toevoegen", + "Client Identifier" : "Client identificatie", "Show client secret" : "Geheime sleutel van cliënt weergeven", - "Hide client secret" : "Geheime sleutel van cliënt verbergen", - "Delete" : "verwijderen" + "Hide client secret" : "Geheime sleutel van cliënt verbergen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/oc.js b/apps/oauth2/l10n/oc.js index 8b114800cd1..bfe3bcf10fd 100644 --- a/apps/oauth2/l10n/oc.js +++ b/apps/oauth2/l10n/oc.js @@ -5,13 +5,13 @@ OC.L10N.register( "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple : https://vostredomeni.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permet l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "Delete" : "Suprimir", "OAuth 2.0 clients" : "clients OAuth 2.0", "Name" : "Nom", "Redirection URI" : "URI de redireccion", - "Client Identifier" : "Identificador client", "Add client" : "Apondre un client", "Add" : "Apondre", - "Show client secret" : "Afichar lo secret del client", - "Delete" : "Suprimir" + "Client Identifier" : "Identificador client", + "Show client secret" : "Afichar lo secret del client" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/oc.json b/apps/oauth2/l10n/oc.json index cee27e15d72..af908302d05 100644 --- a/apps/oauth2/l10n/oc.json +++ b/apps/oauth2/l10n/oc.json @@ -3,13 +3,13 @@ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple : https://vostredomeni.com/path", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permet l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "Delete" : "Suprimir", "OAuth 2.0 clients" : "clients OAuth 2.0", "Name" : "Nom", "Redirection URI" : "URI de redireccion", - "Client Identifier" : "Identificador client", "Add client" : "Apondre un client", "Add" : "Apondre", - "Show client secret" : "Afichar lo secret del client", - "Delete" : "Suprimir" + "Client Identifier" : "Identificador client", + "Show client secret" : "Afichar lo secret del client" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js index 50a5f361808..7d8fbd0f362 100644 --- a/apps/oauth2/l10n/pl.js +++ b/apps/oauth2/l10n/pl.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Umożliwia uwierzytelnianie zgodne z OAuth2 innych aplikacji internetowych.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikacja OAuth2 umożliwia administratorom modyfikację wbudowanego uwierzytelnienia, pozwalając na korzystanie z OAuth2 innych aplikacji internetowych.", + "Secret key" : "Tajny klucz", + "Delete" : "Usuń", "OAuth 2.0 clients" : "Klienci OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 pozwala zewnętrznym serwisom na korzystanie z dostępu do {instanceName}.", "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", - "Client Identifier" : "Identyfikator Klienta", - "Secret key" : "Tajny klucz", "Delete client" : "Usuń klienta", "Make sure you store the secret key, it cannot be recovered." : "Upewnij się, że przechowujesz klucz tajny, gdyż nie będzie można go odzyskać.", "Add client" : "Dodaj klienta", "Add" : "Dodaj", + "Client Identifier" : "Identyfikator Klienta", "Show client secret" : "Pokaż tajny klucz klienta", - "Hide client secret" : "Ukryj tajny klucz klienta", - "Delete" : "Usuń" + "Hide client secret" : "Ukryj tajny klucz klienta" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index 09ac52e38c7..8f332b7aed0 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Umożliwia uwierzytelnianie zgodne z OAuth2 innych aplikacji internetowych.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikacja OAuth2 umożliwia administratorom modyfikację wbudowanego uwierzytelnienia, pozwalając na korzystanie z OAuth2 innych aplikacji internetowych.", + "Secret key" : "Tajny klucz", + "Delete" : "Usuń", "OAuth 2.0 clients" : "Klienci OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 pozwala zewnętrznym serwisom na korzystanie z dostępu do {instanceName}.", "Name" : "Nazwa", "Redirection URI" : "URI przekierowania", - "Client Identifier" : "Identyfikator Klienta", - "Secret key" : "Tajny klucz", "Delete client" : "Usuń klienta", "Make sure you store the secret key, it cannot be recovered." : "Upewnij się, że przechowujesz klucz tajny, gdyż nie będzie można go odzyskać.", "Add client" : "Dodaj klienta", "Add" : "Dodaj", + "Client Identifier" : "Identyfikator Klienta", "Show client secret" : "Pokaż tajny klucz klienta", - "Hide client secret" : "Ukryj tajny klucz klienta", - "Delete" : "Usuń" + "Hide client secret" : "Ukryj tajny klucz klienta" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/pt_BR.js b/apps/oauth2/l10n/pt_BR.js index 4d390ef783e..0e11a2c1bd4 100644 --- a/apps/oauth2/l10n/pt_BR.js +++ b/apps/oauth2/l10n/pt_BR.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "O aplicativo OAuth2 permite que os administradores configurem o fluxo de trabalho de autenticação integrado para permitir também a autenticação compatível com OAuth2 de outros aplicativos da Web.", + "Secret key" : "Chave secreta", + "Delete" : "Excluir", + "An unknown error occurred." : "Ocorreu um erro desconhecido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que serviços externos solicitem acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "Redirecionamento URI", - "Client Identifier" : "Identificador do Cliente", - "Secret key" : "Chave secreta", "Delete client" : "Excluir cliente", "Make sure you store the secret key, it cannot be recovered." : "Certifique-se de armazenar a chave secreta, ela não pode ser recuperada.", "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "Client Identifier" : "Identificador do Cliente", "Show client secret" : "Mostra senha do cliente", - "Hide client secret" : "Ocultar segredo do cliente", - "Delete" : "Excluir" + "Hide client secret" : "Ocultar segredo do cliente" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json index 4407ca4c591..fae507cf7e9 100644 --- a/apps/oauth2/l10n/pt_BR.json +++ b/apps/oauth2/l10n/pt_BR.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "O aplicativo OAuth2 permite que os administradores configurem o fluxo de trabalho de autenticação integrado para permitir também a autenticação compatível com OAuth2 de outros aplicativos da Web.", + "Secret key" : "Chave secreta", + "Delete" : "Excluir", + "An unknown error occurred." : "Ocorreu um erro desconhecido.", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que serviços externos solicitem acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "Redirecionamento URI", - "Client Identifier" : "Identificador do Cliente", - "Secret key" : "Chave secreta", "Delete client" : "Excluir cliente", "Make sure you store the secret key, it cannot be recovered." : "Certifique-se de armazenar a chave secreta, ela não pode ser recuperada.", "Add client" : "Adicionar cliente", "Add" : "Adicionar", + "Client Identifier" : "Identificador do Cliente", "Show client secret" : "Mostra senha do cliente", - "Hide client secret" : "Ocultar segredo do cliente", - "Delete" : "Excluir" + "Hide client secret" : "Ocultar segredo do cliente" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/pt_PT.js b/apps/oauth2/l10n/pt_PT.js index 09f9f952d30..ed74a290e10 100644 --- a/apps/oauth2/l10n/pt_PT.js +++ b/apps/oauth2/l10n/pt_PT.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticação OAuth2 compatível com outras aplicações web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A app OAuth2 permite que os administradores configurem o fluxo de autenticação para também permitir autenticação compatível com OAuth2 de outras aplicações web.", + "Secret key" : "Código secreto", + "Delete" : "Apagar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redirecionamento", - "Client Identifier" : "Identificador de Cliente", - "Secret key" : "Código secreto", "Add client" : "Adicionar cliente", "Add" : "Adicionar", - "Show client secret" : "Mostrar segredo do cliente", - "Delete" : "Apagar" + "Client Identifier" : "Identificador de Cliente", + "Show client secret" : "Mostrar segredo do cliente" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/pt_PT.json b/apps/oauth2/l10n/pt_PT.json index 37b9ea94e98..2548ffbd1ae 100644 --- a/apps/oauth2/l10n/pt_PT.json +++ b/apps/oauth2/l10n/pt_PT.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticação OAuth2 compatível com outras aplicações web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A app OAuth2 permite que os administradores configurem o fluxo de autenticação para também permitir autenticação compatível com OAuth2 de outras aplicações web.", + "Secret key" : "Código secreto", + "Delete" : "Apagar", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth2.0 permite que dispositivos externos peçam acesso a {instanceName}.", "Name" : "Nome", "Redirection URI" : "URI de redirecionamento", - "Client Identifier" : "Identificador de Cliente", - "Secret key" : "Código secreto", "Add client" : "Adicionar cliente", "Add" : "Adicionar", - "Show client secret" : "Mostrar segredo do cliente", - "Delete" : "Apagar" + "Client Identifier" : "Identificador de Cliente", + "Show client secret" : "Mostrar segredo do cliente" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ru.js b/apps/oauth2/l10n/ru.js index 0566016ee23..1bf37e3dea5 100644 --- a/apps/oauth2/l10n/ru.js +++ b/apps/oauth2/l10n/ru.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Разрешает аутентификацию, совместимую с OAuth2, из других веб-приложений.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложение OAuth2 позволяет администраторам настроить встроенный процесс проверки подлинности, чтобы также обеспечить совместимость OAuth2 с другими веб-приложениями.", + "Secret key" : "Секретный ключ", + "Delete" : "Удалить", "OAuth 2.0 clients" : "Клиенты OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к {instanceName}.", "Name" : "Имя", "Redirection URI" : "URI перенаправления", - "Client Identifier" : "Идентификатор клиента", - "Secret key" : "Секретный ключ", "Delete client" : "Удалить клиент", "Make sure you store the secret key, it cannot be recovered." : "Убедитесь, что вы сохранили секретный ключ, он не может быть восстановлен.", "Add client" : "Добавить клиент", "Add" : "Добавить", + "Client Identifier" : "Идентификатор клиента", "Show client secret" : "Показать секретный ключ клиента", - "Hide client secret" : "Скрыть секрет клиента", - "Delete" : "Удалить" + "Hide client secret" : "Скрыть секрет клиента" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/oauth2/l10n/ru.json b/apps/oauth2/l10n/ru.json index 0e34793a1a1..b870bd2766e 100644 --- a/apps/oauth2/l10n/ru.json +++ b/apps/oauth2/l10n/ru.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Разрешает аутентификацию, совместимую с OAuth2, из других веб-приложений.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Приложение OAuth2 позволяет администраторам настроить встроенный процесс проверки подлинности, чтобы также обеспечить совместимость OAuth2 с другими веб-приложениями.", + "Secret key" : "Секретный ключ", + "Delete" : "Удалить", "OAuth 2.0 clients" : "Клиенты OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к {instanceName}.", "Name" : "Имя", "Redirection URI" : "URI перенаправления", - "Client Identifier" : "Идентификатор клиента", - "Secret key" : "Секретный ключ", "Delete client" : "Удалить клиент", "Make sure you store the secret key, it cannot be recovered." : "Убедитесь, что вы сохранили секретный ключ, он не может быть восстановлен.", "Add client" : "Добавить клиент", "Add" : "Добавить", + "Client Identifier" : "Идентификатор клиента", "Show client secret" : "Показать секретный ключ клиента", - "Hide client secret" : "Скрыть секрет клиента", - "Delete" : "Удалить" + "Hide client secret" : "Скрыть секрет клиента" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/sc.js b/apps/oauth2/l10n/sc.js index 833214ed6d7..72237354942 100644 --- a/apps/oauth2/l10n/sc.js +++ b/apps/oauth2/l10n/sc.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Cunsenti s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "S'aplicatzione OAuth2 cunsentit a is amministradores de cunfigurare sa protzedura de autenticatzione integrada pro cunsentire fintzas s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.", + "Secret key" : "Crae segreta", + "Delete" : "Cantzella", "OAuth 2.0 clients" : "Clientes de OAuth 2.0 ", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cunsentit a is zservìtzios de foras de pedire s'atzessu a {instanceName}.", "Name" : "Nùmene", "Redirection URI" : "URI de torrada a deretare", - "Client Identifier" : "Identificadore cliente", - "Secret key" : "Crae segreta", "Add client" : "Agiunghe cliente", "Add" : "Agiunghe", - "Show client secret" : "Mustra su segretu de su cliente", - "Delete" : "Cantzella" + "Client Identifier" : "Identificadore cliente", + "Show client secret" : "Mustra su segretu de su cliente" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/sc.json b/apps/oauth2/l10n/sc.json index 61e866c2a39..92d4e8c189e 100644 --- a/apps/oauth2/l10n/sc.json +++ b/apps/oauth2/l10n/sc.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Cunsenti s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "S'aplicatzione OAuth2 cunsentit a is amministradores de cunfigurare sa protzedura de autenticatzione integrada pro cunsentire fintzas s'autenticatzione cumpatìbile cun OAuth2 dae àteras aplicatziones in sa rete.", + "Secret key" : "Crae segreta", + "Delete" : "Cantzella", "OAuth 2.0 clients" : "Clientes de OAuth 2.0 ", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cunsentit a is zservìtzios de foras de pedire s'atzessu a {instanceName}.", "Name" : "Nùmene", "Redirection URI" : "URI de torrada a deretare", - "Client Identifier" : "Identificadore cliente", - "Secret key" : "Crae segreta", "Add client" : "Agiunghe cliente", "Add" : "Agiunghe", - "Show client secret" : "Mustra su segretu de su cliente", - "Delete" : "Cantzella" + "Client Identifier" : "Identificadore cliente", + "Show client secret" : "Mustra su segretu de su cliente" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/si.js b/apps/oauth2/l10n/si.js index 6dc3386f6ae..88f1b144210 100644 --- a/apps/oauth2/l10n/si.js +++ b/apps/oauth2/l10n/si.js @@ -5,13 +5,13 @@ OC.L10N.register( "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ඔබ සම්පූර්ණ ආපසු හරවා යැවීමේ ඒ.ස.නි.(URL) ක් භාවිතා කළ යුතුය උදා: https://yourdomain.lk/maga", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "වෙනත් වියමන යෙදුම් වලින් OAuth2 අනුකූල සත්‍යාපනය සඳහා ඉඩ ලබා දේ.", + "Secret key" : "රහස්‍ය යතුර", "OAuth 2.0 clients" : "OAuth 2.0 අනුග්‍රාහකයින්", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 බාහිර සේවාවන්ට {instanceName} වෙත ප්‍රවේශය ඉල්ලීමට ඉඩ දෙයි.", "Name" : "නම", - "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය", - "Secret key" : "රහස්‍ය යතුර", "Add client" : "අනුග්‍රාහකයක් එකතු කරන්න", "Add" : "එකතු කරන්න", + "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය", "Show client secret" : "අනුග්‍රාහකයේ රහස්‍යතාව පෙන්වන්න" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/si.json b/apps/oauth2/l10n/si.json index 335d13c7a0c..e459e5b5110 100644 --- a/apps/oauth2/l10n/si.json +++ b/apps/oauth2/l10n/si.json @@ -3,13 +3,13 @@ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "ඔබ සම්පූර්ණ ආපසු හරවා යැවීමේ ඒ.ස.නි.(URL) ක් භාවිතා කළ යුතුය උදා: https://yourdomain.lk/maga", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "වෙනත් වියමන යෙදුම් වලින් OAuth2 අනුකූල සත්‍යාපනය සඳහා ඉඩ ලබා දේ.", + "Secret key" : "රහස්‍ය යතුර", "OAuth 2.0 clients" : "OAuth 2.0 අනුග්‍රාහකයින්", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 බාහිර සේවාවන්ට {instanceName} වෙත ප්‍රවේශය ඉල්ලීමට ඉඩ දෙයි.", "Name" : "නම", - "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය", - "Secret key" : "රහස්‍ය යතුර", "Add client" : "අනුග්‍රාහකයක් එකතු කරන්න", "Add" : "එකතු කරන්න", + "Client Identifier" : "අනුග්‍රාහක හඳුන්වනය", "Show client secret" : "අනුග්‍රාහකයේ රහස්‍යතාව පෙන්වන්න" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js index 5bd63fde0ff..fa07651de4b 100644 --- a/apps/oauth2/l10n/sk.js +++ b/apps/oauth2/l10n/sk.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikácia OAuth2 umožňuje správcom nakonfigurovať vstavaný postup overovania tak, aby povolil autentifikáciu kompatibilnú s protokolom OAuth2 aj z iných webových aplikácií.", + "Secret key" : "Tajný kľúč", + "Delete" : "Zmazať", "OAuth 2.0 clients" : "Klienti OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externým službám požiadať o prístup k {instanceName}.", "Name" : "Názov", "Redirection URI" : "URI presmerovania", - "Client Identifier" : "Identifikátor klienta", - "Secret key" : "Tajný kľúč", "Delete client" : "Odstrániť klienta", "Make sure you store the secret key, it cannot be recovered." : "Uistite sa, že ste uložili tajný kľúč. Nedá sa obnoviť.", "Add client" : "Pridať klienta", "Add" : "Pridať", + "Client Identifier" : "Identifikátor klienta", "Show client secret" : "Zobraziť tajomstvo klienta", - "Hide client secret" : "Skryť klienta", - "Delete" : "Zmazať" + "Hide client secret" : "Skryť klienta" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json index f7f9ac19229..76b005e0e05 100644 --- a/apps/oauth2/l10n/sk.json +++ b/apps/oauth2/l10n/sk.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikácia OAuth2 umožňuje správcom nakonfigurovať vstavaný postup overovania tak, aby povolil autentifikáciu kompatibilnú s protokolom OAuth2 aj z iných webových aplikácií.", + "Secret key" : "Tajný kľúč", + "Delete" : "Zmazať", "OAuth 2.0 clients" : "Klienti OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externým službám požiadať o prístup k {instanceName}.", "Name" : "Názov", "Redirection URI" : "URI presmerovania", - "Client Identifier" : "Identifikátor klienta", - "Secret key" : "Tajný kľúč", "Delete client" : "Odstrániť klienta", "Make sure you store the secret key, it cannot be recovered." : "Uistite sa, že ste uložili tajný kľúč. Nedá sa obnoviť.", "Add client" : "Pridať klienta", "Add" : "Pridať", + "Client Identifier" : "Identifikátor klienta", "Show client secret" : "Zobraziť tajomstvo klienta", - "Hide client secret" : "Skryť klienta", - "Delete" : "Zmazať" + "Hide client secret" : "Skryť klienta" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/sl.js b/apps/oauth2/l10n/sl.js index 5786c7d8b36..fd2a3b172a7 100644 --- a/apps/oauth2/l10n/sl.js +++ b/apps/oauth2/l10n/sl.js @@ -6,15 +6,15 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Dovoli skladno overitev OAuth2 prek drugih spletnih programov.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Program OAuth2 omogoča skrbnikom nastavitev vgrajenega sistema overitve za skladnost z drugimi spletnimi programi.", + "Secret key" : "Skrivni ključ", + "Delete" : "Izbriši", "OAuth 2.0 clients" : "Odjemalci OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Program OAuth 2.0 omogoča zunanjim storitvam odobritev dostopa do {instanceName}.", "Name" : "Ime", "Redirection URI" : "Preusmeritveni naslov URI", - "Client Identifier" : "ID odjemalca", - "Secret key" : "Skrivni ključ", "Add client" : "Dodaj odjemalca", "Add" : "Dodaj", - "Show client secret" : "Pokaži skrivno kodo odjemalca", - "Delete" : "Izbriši" + "Client Identifier" : "ID odjemalca", + "Show client secret" : "Pokaži skrivno kodo odjemalca" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/oauth2/l10n/sl.json b/apps/oauth2/l10n/sl.json index a419d4c3263..466dc66eac5 100644 --- a/apps/oauth2/l10n/sl.json +++ b/apps/oauth2/l10n/sl.json @@ -4,15 +4,15 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Dovoli skladno overitev OAuth2 prek drugih spletnih programov.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Program OAuth2 omogoča skrbnikom nastavitev vgrajenega sistema overitve za skladnost z drugimi spletnimi programi.", + "Secret key" : "Skrivni ključ", + "Delete" : "Izbriši", "OAuth 2.0 clients" : "Odjemalci OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "Program OAuth 2.0 omogoča zunanjim storitvam odobritev dostopa do {instanceName}.", "Name" : "Ime", "Redirection URI" : "Preusmeritveni naslov URI", - "Client Identifier" : "ID odjemalca", - "Secret key" : "Skrivni ključ", "Add client" : "Dodaj odjemalca", "Add" : "Dodaj", - "Show client secret" : "Pokaži skrivno kodo odjemalca", - "Delete" : "Izbriši" + "Client Identifier" : "ID odjemalca", + "Show client secret" : "Pokaži skrivno kodo odjemalca" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/sq.js b/apps/oauth2/l10n/sq.js deleted file mode 100644 index fe81fb5069d..00000000000 --- a/apps/oauth2/l10n/sq.js +++ /dev/null @@ -1,14 +0,0 @@ -OC.L10N.register( - "oauth2", - { - "OAuth 2.0" : "O.Auth 2.0", - "OAuth 2.0 clients" : "Klientë OAuth 2.0", - "Name" : "Emri", - "Redirection URI" : "URI Ridrejtimi", - "Client Identifier" : "Identifikues Klienti", - "Secret key" : "Kyç i fshehtë", - "Add client" : "Shto klient", - "Add" : "Shto ", - "Delete" : "Delete" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/sq.json b/apps/oauth2/l10n/sq.json deleted file mode 100644 index c6623df185a..00000000000 --- a/apps/oauth2/l10n/sq.json +++ /dev/null @@ -1,12 +0,0 @@ -{ "translations": { - "OAuth 2.0" : "O.Auth 2.0", - "OAuth 2.0 clients" : "Klientë OAuth 2.0", - "Name" : "Emri", - "Redirection URI" : "URI Ridrejtimi", - "Client Identifier" : "Identifikues Klienti", - "Secret key" : "Kyç i fshehtë", - "Add client" : "Shto klient", - "Add" : "Shto ", - "Delete" : "Delete" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js index 9ec881c1a2a..21bb407488d 100644 --- a/apps/oauth2/l10n/sr.js +++ b/apps/oauth2/l10n/sr.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозвољава OAuth2 компатибилну идентификацију са других веб апликација,", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликација дозвољава администраторима да подесе уграђени след индетификације тако да дозвољава и OAuth2 компатибилну идентификацију са других веб апликација.", + "Secret key" : "Тајни кључ ", + "Delete" : "Обриши", + "An unknown error occurred." : "Дошло је до непознате грешке.", "OAuth 2.0 clients" : "OAuth 2.0 клијенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 омогућава спољним сервисима да захтевају приступ инстанци {instanceName}.", "Name" : "Име", "Redirection URI" : "Адреса за преусмеравање", - "Client Identifier" : "Идентификација клијента", - "Secret key" : "Тајни кључ ", "Delete client" : "Обриши клијента", "Make sure you store the secret key, it cannot be recovered." : "Сачувајте тајни кључ, нећете моћи поново да му приступите.", "Add client" : "Додај клијента", "Add" : "Додај", + "Client Identifier" : "Идентификација клијента", "Show client secret" : "Прикажи клијентску лозинку", - "Hide client secret" : "Сакриј клијентску тајну", - "Delete" : "Обриши" + "Hide client secret" : "Сакриј клијентску тајну" }, "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/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json index 815e73ada5a..add52244939 100644 --- a/apps/oauth2/l10n/sr.json +++ b/apps/oauth2/l10n/sr.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозвољава OAuth2 компатибилну идентификацију са других веб апликација,", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликација дозвољава администраторима да подесе уграђени след индетификације тако да дозвољава и OAuth2 компатибилну идентификацију са других веб апликација.", + "Secret key" : "Тајни кључ ", + "Delete" : "Обриши", + "An unknown error occurred." : "Дошло је до непознате грешке.", "OAuth 2.0 clients" : "OAuth 2.0 клијенти", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 омогућава спољним сервисима да захтевају приступ инстанци {instanceName}.", "Name" : "Име", "Redirection URI" : "Адреса за преусмеравање", - "Client Identifier" : "Идентификација клијента", - "Secret key" : "Тајни кључ ", "Delete client" : "Обриши клијента", "Make sure you store the secret key, it cannot be recovered." : "Сачувајте тајни кључ, нећете моћи поново да му приступите.", "Add client" : "Додај клијента", "Add" : "Додај", + "Client Identifier" : "Идентификација клијента", "Show client secret" : "Прикажи клијентску лозинку", - "Hide client secret" : "Сакриј клијентску тајну", - "Delete" : "Обриши" + "Hide client secret" : "Сакриј клијентску тајну" },"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/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js index 4d55cf91c3a..36ccee27051 100644 --- a/apps/oauth2/l10n/sv.js +++ b/apps/oauth2/l10n/sv.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.", + "Secret key" : "Hemlig nyckel", + "Delete" : "Ta bort", "OAuth 2.0 clients" : "OAuth 2.0 klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära åtkomst till {instanceName}.", "Name" : "Namn", "Redirection URI" : "Omdirigerings-URI", - "Client Identifier" : "Klientidentifierare", - "Secret key" : "Hemlig nyckel", "Delete client" : "Ta bort klient", "Make sure you store the secret key, it cannot be recovered." : "Se till att du lagrar den hemliga nyckeln, den kan inte återställas.", "Add client" : "Lägg till klient", "Add" : "Lägg till", + "Client Identifier" : "Klientidentifierare", "Show client secret" : "Visa klienthemlighet", - "Hide client secret" : "Dölj klienthemlighet", - "Delete" : "Ta bort" + "Hide client secret" : "Dölj klienthemlighet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json index 064e6923f96..8b4b6c58fe1 100644 --- a/apps/oauth2/l10n/sv.json +++ b/apps/oauth2/l10n/sv.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.", + "Secret key" : "Hemlig nyckel", + "Delete" : "Ta bort", "OAuth 2.0 clients" : "OAuth 2.0 klienter", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära åtkomst till {instanceName}.", "Name" : "Namn", "Redirection URI" : "Omdirigerings-URI", - "Client Identifier" : "Klientidentifierare", - "Secret key" : "Hemlig nyckel", "Delete client" : "Ta bort klient", "Make sure you store the secret key, it cannot be recovered." : "Se till att du lagrar den hemliga nyckeln, den kan inte återställas.", "Add client" : "Lägg till klient", "Add" : "Lägg till", + "Client Identifier" : "Klientidentifierare", "Show client secret" : "Visa klienthemlighet", - "Hide client secret" : "Dölj klienthemlighet", - "Delete" : "Ta bort" + "Hide client secret" : "Dölj klienthemlighet" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/sw.js b/apps/oauth2/l10n/sw.js index 44e346ffa4f..cad4dbc3fff 100644 --- a/apps/oauth2/l10n/sw.js +++ b/apps/oauth2/l10n/sw.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Huruhusu uthibitishaji tangamanifu wa OAuth2 kutoka kwa programu zingine za wavuti.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Programu ya OAuth2 huruhusu wasimamizi kusanidi utendakazi wa uthibitishaji uliojengewa ndani ili kuruhusu pia uthibitishaji unaooana na OAuth2 kutoka kwa programu zingine za wavuti.", + "Secret key" : "Ufunguo wa siri", + "Delete" : "Futa", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 inaruhusu huduma za nje kuomba ufikiaji {instanceName}.", "Name" : "Jina", "Redirection URI" : "URI ya kuelekeza kwingine", - "Client Identifier" : "Kitambulisho cha Mteja", - "Secret key" : "Ufunguo wa siri", "Delete client" : "Futa mteja", "Make sure you store the secret key, it cannot be recovered." : "Hakikisha umehifadhi ufunguo wa siri, hauwezi kurejeshwa.", "Add client" : "Ongeza mteja", "Add" : "Ongeza", + "Client Identifier" : "Kitambulisho cha Mteja", "Show client secret" : "Onyesha siri ya mteja", - "Hide client secret" : "Ficha siri ya mteja", - "Delete" : "Futa" + "Hide client secret" : "Ficha siri ya mteja" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/sw.json b/apps/oauth2/l10n/sw.json index 0bdbdd3a440..f05e061a1ae 100644 --- a/apps/oauth2/l10n/sw.json +++ b/apps/oauth2/l10n/sw.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Huruhusu uthibitishaji tangamanifu wa OAuth2 kutoka kwa programu zingine za wavuti.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Programu ya OAuth2 huruhusu wasimamizi kusanidi utendakazi wa uthibitishaji uliojengewa ndani ili kuruhusu pia uthibitishaji unaooana na OAuth2 kutoka kwa programu zingine za wavuti.", + "Secret key" : "Ufunguo wa siri", + "Delete" : "Futa", "OAuth 2.0 clients" : "OAuth 2.0 clients", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 inaruhusu huduma za nje kuomba ufikiaji {instanceName}.", "Name" : "Jina", "Redirection URI" : "URI ya kuelekeza kwingine", - "Client Identifier" : "Kitambulisho cha Mteja", - "Secret key" : "Ufunguo wa siri", "Delete client" : "Futa mteja", "Make sure you store the secret key, it cannot be recovered." : "Hakikisha umehifadhi ufunguo wa siri, hauwezi kurejeshwa.", "Add client" : "Ongeza mteja", "Add" : "Ongeza", + "Client Identifier" : "Kitambulisho cha Mteja", "Show client secret" : "Onyesha siri ya mteja", - "Hide client secret" : "Ficha siri ya mteja", - "Delete" : "Futa" + "Hide client secret" : "Ficha siri ya mteja" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js index eb672477de8..f642d08123d 100644 --- a/apps/oauth2/l10n/tr.js +++ b/apps/oauth2/l10n/tr.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Diğer site uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, BT yöneticilerinin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer site uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", + "Secret key" : "Gizli anahtar", + "Delete" : "Sil", + "An unknown error occurred." : "Bilinmeyen bir sorun çıktı.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme adresi", - "Client Identifier" : "İstemci belirteci", - "Secret key" : "Gizli anahtar", "Delete client" : "İstemciyi sil", "Make sure you store the secret key, it cannot be recovered." : "Yeniden öğrenilemeyeceği için gizli anahtarı kaydettiğinizden emin olun.", "Add client" : "İstemci ekle", "Add" : "Ekle", + "Client Identifier" : "İstemci belirteci", "Show client secret" : "İstemci parolasını görüntüle", - "Hide client secret" : "İstemci parolasını gizle", - "Delete" : "Sil" + "Hide client secret" : "İstemci parolasını gizle" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json index ec9e8fc1e83..7b99d2d6869 100644 --- a/apps/oauth2/l10n/tr.json +++ b/apps/oauth2/l10n/tr.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Diğer site uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 uygulaması, BT yöneticilerinin iç kimlik doğrulama iş akışını yapılandırabilmesini ve diğer site uygulamaları için OAuth2 uyumlu kimlik doğrulaması kullanılabilmesini sağlar.", + "Secret key" : "Gizli anahtar", + "Delete" : "Sil", + "An unknown error occurred." : "Bilinmeyen bir sorun çıktı.", "OAuth 2.0 clients" : "OAuth 2.0 istemcileri", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 dış hizmetlerin {instanceName} için erişim isteğinde bulunmasını sağlar.", "Name" : "Ad", "Redirection URI" : "Yönlendirme adresi", - "Client Identifier" : "İstemci belirteci", - "Secret key" : "Gizli anahtar", "Delete client" : "İstemciyi sil", "Make sure you store the secret key, it cannot be recovered." : "Yeniden öğrenilemeyeceği için gizli anahtarı kaydettiğinizden emin olun.", "Add client" : "İstemci ekle", "Add" : "Ekle", + "Client Identifier" : "İstemci belirteci", "Show client secret" : "İstemci parolasını görüntüle", - "Hide client secret" : "İstemci parolasını gizle", - "Delete" : "Sil" + "Hide client secret" : "İstemci parolasını gizle" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/ug.js b/apps/oauth2/l10n/ug.js index cff56f955d2..96dfff7da27 100644 --- a/apps/oauth2/l10n/ug.js +++ b/apps/oauth2/l10n/ug.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "باشقا تور پروگراممىلىرىدىن OAuth2 ماسلاشتۇرۇلغان دەلىللەشكە يول قويىدۇ.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 دېتالى باشقۇرغۇچىنىڭ ئىچىگە دەلىللەش خىزمەت ئېقىمىنى سەپلەپ ، باشقا تور قوللىنىشچان پروگراممىلىرىنىڭ OAuth2 ماسلاشتۇرۇلغان دەلىللىشىگە يول قويىدۇ.", + "Secret key" : "مەخپىي ئاچقۇچ", + "Delete" : "ئۆچۈر", "OAuth 2.0 clients" : "OAuth 2.0 خېرىدارى", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 سىرتقى مۇلازىمەتلەرنىڭ {instanceName} نى زىيارەت قىلىشىنى تەلەپ قىلىدۇ.", "Name" : "ئاتى", "Redirection URI" : "قايتا نىشانلاش URI", - "Client Identifier" : "خېرىدار تونۇغۇچ", - "Secret key" : "مەخپىي ئاچقۇچ", "Delete client" : "خېرىدارنى ئۆچۈرۈڭ", "Make sure you store the secret key, it cannot be recovered." : "مەخپىي ئاچقۇچنى ساقلىغانلىقىڭىزنى جەزملەشتۈرۈڭ ، ئەسلىگە كەلتۈرگىلى بولمايدۇ.", "Add client" : "خېرىدار قوشۇڭ", "Add" : "قوش", + "Client Identifier" : "خېرىدار تونۇغۇچ", "Show client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى كۆرسىتىڭ", - "Hide client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى يوشۇرۇش", - "Delete" : "ئۆچۈر" + "Hide client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى يوشۇرۇش" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/ug.json b/apps/oauth2/l10n/ug.json index 75a77a6bccd..ad87fed284b 100644 --- a/apps/oauth2/l10n/ug.json +++ b/apps/oauth2/l10n/ug.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "باشقا تور پروگراممىلىرىدىن OAuth2 ماسلاشتۇرۇلغان دەلىللەشكە يول قويىدۇ.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 دېتالى باشقۇرغۇچىنىڭ ئىچىگە دەلىللەش خىزمەت ئېقىمىنى سەپلەپ ، باشقا تور قوللىنىشچان پروگراممىلىرىنىڭ OAuth2 ماسلاشتۇرۇلغان دەلىللىشىگە يول قويىدۇ.", + "Secret key" : "مەخپىي ئاچقۇچ", + "Delete" : "ئۆچۈر", "OAuth 2.0 clients" : "OAuth 2.0 خېرىدارى", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 سىرتقى مۇلازىمەتلەرنىڭ {instanceName} نى زىيارەت قىلىشىنى تەلەپ قىلىدۇ.", "Name" : "ئاتى", "Redirection URI" : "قايتا نىشانلاش URI", - "Client Identifier" : "خېرىدار تونۇغۇچ", - "Secret key" : "مەخپىي ئاچقۇچ", "Delete client" : "خېرىدارنى ئۆچۈرۈڭ", "Make sure you store the secret key, it cannot be recovered." : "مەخپىي ئاچقۇچنى ساقلىغانلىقىڭىزنى جەزملەشتۈرۈڭ ، ئەسلىگە كەلتۈرگىلى بولمايدۇ.", "Add client" : "خېرىدار قوشۇڭ", "Add" : "قوش", + "Client Identifier" : "خېرىدار تونۇغۇچ", "Show client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى كۆرسىتىڭ", - "Hide client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى يوشۇرۇش", - "Delete" : "ئۆچۈر" + "Hide client secret" : "خېرىدارلارنىڭ مەخپىيىتىنى يوشۇرۇش" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/uk.js b/apps/oauth2/l10n/uk.js index 8c3b6433b20..c46769b8628 100644 --- a/apps/oauth2/l10n/uk.js +++ b/apps/oauth2/l10n/uk.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозволяє авторизацію OAuth2, яка підтримується іншими вебзастосунками.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Застосунок OAuth2 дозволяє адміністраторам налаштувати вбудований процес авторизації, який дозволить використовувати сумісний з OAuth2 метод авторизації для сторонніз вебзастосунків.", + "Secret key" : "Пароль", + "Delete" : "Вилучити", + "An unknown error occurred." : "Виникла невідома помилка.", "OAuth 2.0 clients" : "Клієнти OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 дозволяє зовнішнім службам запитувати доступ до {instanceName}.", "Name" : "Ім'я", "Redirection URI" : "URI перенаправлення", - "Client Identifier" : "Ідентифікатор клієнта", - "Secret key" : "Пароль", "Delete client" : "Вилучити клієнта", "Make sure you store the secret key, it cannot be recovered." : "Обов'язково збережіть секретний ключ, його неможливо відновити.", "Add client" : "Додати клієнта", "Add" : "Додати", + "Client Identifier" : "Ідентифікатор клієнта", "Show client secret" : "Показати ключ клієнта", - "Hide client secret" : "Приховати ключ клієнта", - "Delete" : "Вилучити" + "Hide client secret" : "Приховати ключ клієнта" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/oauth2/l10n/uk.json b/apps/oauth2/l10n/uk.json index ad7906e1795..6a230414467 100644 --- a/apps/oauth2/l10n/uk.json +++ b/apps/oauth2/l10n/uk.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Дозволяє авторизацію OAuth2, яка підтримується іншими вебзастосунками.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Застосунок OAuth2 дозволяє адміністраторам налаштувати вбудований процес авторизації, який дозволить використовувати сумісний з OAuth2 метод авторизації для сторонніз вебзастосунків.", + "Secret key" : "Пароль", + "Delete" : "Вилучити", + "An unknown error occurred." : "Виникла невідома помилка.", "OAuth 2.0 clients" : "Клієнти OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 дозволяє зовнішнім службам запитувати доступ до {instanceName}.", "Name" : "Ім'я", "Redirection URI" : "URI перенаправлення", - "Client Identifier" : "Ідентифікатор клієнта", - "Secret key" : "Пароль", "Delete client" : "Вилучити клієнта", "Make sure you store the secret key, it cannot be recovered." : "Обов'язково збережіть секретний ключ, його неможливо відновити.", "Add client" : "Додати клієнта", "Add" : "Додати", + "Client Identifier" : "Ідентифікатор клієнта", "Show client secret" : "Показати ключ клієнта", - "Hide client secret" : "Приховати ключ клієнта", - "Delete" : "Вилучити" + "Hide client secret" : "Приховати ключ клієнта" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/oauth2/l10n/vi.js b/apps/oauth2/l10n/vi.js index 3800d4efd5f..ef78b3ae822 100644 --- a/apps/oauth2/l10n/vi.js +++ b/apps/oauth2/l10n/vi.js @@ -6,14 +6,14 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ứng dụng OAuth2 cho phép các quản trị viên thiết lập dòng chảy công việc xác thực để cũng cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.", + "Delete" : "Xóa", "OAuth 2.0 clients" : "kết nối OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cho phép các dịch vụ ở ngoài yêu cầu quyền truy cập vào {instanceName}.", "Name" : "Tên", "Redirection URI" : "Liên kết chuyển tiếp", - "Client Identifier" : "Mã định danh ứng dụng khách", "Add client" : "Thêm kết nối", "Add" : "Thêm", - "Show client secret" : "Hiện bí mật ứng dụng khách", - "Delete" : "Xóa" + "Client Identifier" : "Mã định danh ứng dụng khách", + "Show client secret" : "Hiện bí mật ứng dụng khách" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/vi.json b/apps/oauth2/l10n/vi.json index c845ec0e30d..dda5937c72d 100644 --- a/apps/oauth2/l10n/vi.json +++ b/apps/oauth2/l10n/vi.json @@ -4,14 +4,14 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ứng dụng OAuth2 cho phép các quản trị viên thiết lập dòng chảy công việc xác thực để cũng cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.", + "Delete" : "Xóa", "OAuth 2.0 clients" : "kết nối OAuth 2.0", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cho phép các dịch vụ ở ngoài yêu cầu quyền truy cập vào {instanceName}.", "Name" : "Tên", "Redirection URI" : "Liên kết chuyển tiếp", - "Client Identifier" : "Mã định danh ứng dụng khách", "Add client" : "Thêm kết nối", "Add" : "Thêm", - "Show client secret" : "Hiện bí mật ứng dụng khách", - "Delete" : "Xóa" + "Client Identifier" : "Mã định danh ứng dụng khách", + "Show client secret" : "Hiện bí mật ứng dụng khách" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js index 5f2ee894089..d072eddc99c 100644 --- a/apps/oauth2/l10n/zh_CN.js +++ b/apps/oauth2/l10n/zh_CN.js @@ -6,18 +6,18 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允许其它网站应用的 OAuth2 兼容验证。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 应用允许管理员配置内置的验证工作流,同时允许其它网站应用的OAuth2 兼容验证。", + "Secret key" : "密钥", + "Delete" : "删除", "OAuth 2.0 clients" : "OAuth 2.0 客户端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允许外部服务请求访问 {instanceName}。", "Name" : "名称", "Redirection URI" : "跳转URI", - "Client Identifier" : "客户端标识", - "Secret key" : "密钥", "Delete client" : "删除客户端", "Make sure you store the secret key, it cannot be recovered." : "请确保您存储了密钥,它无法恢复。", "Add client" : "添加客户端", "Add" : "添加", + "Client Identifier" : "客户端标识", "Show client secret" : "显示客户端密钥", - "Hide client secret" : "隐藏客户端密钥", - "Delete" : "删除" + "Hide client secret" : "隐藏客户端密钥" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json index 4b1c4270e48..2b789c5d5d3 100644 --- a/apps/oauth2/l10n/zh_CN.json +++ b/apps/oauth2/l10n/zh_CN.json @@ -4,18 +4,18 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允许其它网站应用的 OAuth2 兼容验证。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 应用允许管理员配置内置的验证工作流,同时允许其它网站应用的OAuth2 兼容验证。", + "Secret key" : "密钥", + "Delete" : "删除", "OAuth 2.0 clients" : "OAuth 2.0 客户端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允许外部服务请求访问 {instanceName}。", "Name" : "名称", "Redirection URI" : "跳转URI", - "Client Identifier" : "客户端标识", - "Secret key" : "密钥", "Delete client" : "删除客户端", "Make sure you store the secret key, it cannot be recovered." : "请确保您存储了密钥,它无法恢复。", "Add client" : "添加客户端", "Add" : "添加", + "Client Identifier" : "客户端标识", "Show client secret" : "显示客户端密钥", - "Hide client secret" : "隐藏客户端密钥", - "Delete" : "删除" + "Hide client secret" : "隐藏客户端密钥" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/zh_HK.js b/apps/oauth2/l10n/zh_HK.js index 727019e492c..e4a61bd9ad6 100644 --- a/apps/oauth2/l10n/zh_HK.js +++ b/apps/oauth2/l10n/zh_HK.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPs允許管理員為其他支援OAuth2的網頁應用程式啟用原生的驗證流程。", + "Secret key" : "私密密鑰", + "Delete" : "刪除", + "An unknown error occurred." : "發生未知錯誤。", "OAuth 2.0 clients" : "OAuth 2.0 客戶端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允許外部服務要求存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重導向 URI", - "Client Identifier" : "用戶識別", - "Secret key" : "私密密鑰", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", "Add" : "新增", + "Client Identifier" : "用戶識別", "Show client secret" : "顯示客戶端密碼", - "Hide client secret" : "隱藏客戶端密碼", - "Delete" : "刪除" + "Hide client secret" : "隱藏客戶端密碼" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/zh_HK.json b/apps/oauth2/l10n/zh_HK.json index 1773d8ec559..dbc3715959b 100644 --- a/apps/oauth2/l10n/zh_HK.json +++ b/apps/oauth2/l10n/zh_HK.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPs允許管理員為其他支援OAuth2的網頁應用程式啟用原生的驗證流程。", + "Secret key" : "私密密鑰", + "Delete" : "刪除", + "An unknown error occurred." : "發生未知錯誤。", "OAuth 2.0 clients" : "OAuth 2.0 客戶端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允許外部服務要求存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重導向 URI", - "Client Identifier" : "用戶識別", - "Secret key" : "私密密鑰", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確保妥善保存密鑰,因為它無法復得。", "Add client" : "新增第三方應用程式", "Add" : "新增", + "Client Identifier" : "用戶識別", "Show client secret" : "顯示客戶端密碼", - "Hide client secret" : "隱藏客戶端密碼", - "Delete" : "刪除" + "Hide client secret" : "隱藏客戶端密碼" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js index e61fe31d36b..29e879bf7a6 100644 --- a/apps/oauth2/l10n/zh_TW.js +++ b/apps/oauth2/l10n/zh_TW.js @@ -6,18 +6,19 @@ OC.L10N.register( "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許來自其他網路應用程式的 OAuth2 相容身份認證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 應用程式讓管理員可以設定內建的身份認證工作流程,以讓其他網路應用程式可以進行相容於 OAuth2 的身份認證。", + "Secret key" : "私密金鑰", + "Delete" : "刪除", + "An unknown error occurred." : "發生未知錯誤。", "OAuth 2.0 clients" : "OAuth 2.0 客戶端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 讓外部服務請求能存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重新導向 URI", - "Client Identifier" : "客戶端識別", - "Secret key" : "私密金鑰", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確定您儲存了私鑰,其無法還原。", "Add client" : "新增客戶端", "Add" : "新增", + "Client Identifier" : "客戶端識別", "Show client secret" : "顯示客戶端密碼", - "Hide client secret" : "隱藏客戶端密碼", - "Delete" : "刪除" + "Hide client secret" : "隱藏客戶端密碼" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json index ba0a879f152..19564513f11 100644 --- a/apps/oauth2/l10n/zh_TW.json +++ b/apps/oauth2/l10n/zh_TW.json @@ -4,18 +4,19 @@ "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "允許來自其他網路應用程式的 OAuth2 相容身份認證。", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 應用程式讓管理員可以設定內建的身份認證工作流程,以讓其他網路應用程式可以進行相容於 OAuth2 的身份認證。", + "Secret key" : "私密金鑰", + "Delete" : "刪除", + "An unknown error occurred." : "發生未知錯誤。", "OAuth 2.0 clients" : "OAuth 2.0 客戶端", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 讓外部服務請求能存取 {instanceName}。", "Name" : "名稱", "Redirection URI" : "重新導向 URI", - "Client Identifier" : "客戶端識別", - "Secret key" : "私密金鑰", "Delete client" : "刪除客戶端", "Make sure you store the secret key, it cannot be recovered." : "請確定您儲存了私鑰,其無法還原。", "Add client" : "新增客戶端", "Add" : "新增", + "Client Identifier" : "客戶端識別", "Show client secret" : "顯示客戶端密碼", - "Hide client secret" : "隱藏客戶端密碼", - "Delete" : "刪除" + "Hide client secret" : "隱藏客戶端密碼" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index a08ee74e205..1c2b3e28f91 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -395,6 +395,9 @@ OC.L10N.register( "Privacy settings for sharing" : "Paramètres de confidentialité pour le partage", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom de compte dans la boîte de dialogue de partage et permettre l'accès au carnet d'adresses système", "Restrict account name autocompletion and system address book access to users within the same groups" : "Restreindre l'autocomplétion du nom du compte et l'accès au carnet d'adresses système aux utilisateurs appartenant aux mêmes groupes.", + "Allow autocompletion to full match when entering the full name (ignoring restrictions like group membership or missing phonebook match)" : "Autoriser l'autocomplétion pour une correspondance complète lors de la saisie du nom complet (en ignorant les restrictions telles que l'appartenance à un groupe ou l'absence de correspondance dans le répertoire téléphonique).", + "Also allow autocompletion on full match of the user ID" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.", + "Also allow autocompletion on full match of the user email" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec l'e-mail de l'utilisateur.", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "Disclaimer text" : "Texte de non-responsabilité", "This text will be shown on the public link upload page when the file list is hidden." : "Ce texte sera affiché sur la page publique de téléversement lorsque la liste des fichiers est masquée.", @@ -938,6 +941,7 @@ OC.L10N.register( "_No scheduled tasks in the last %n hour._::_No scheduled tasks in the last %n hours._" : ["Aucune tâche planifiée au cours de la dernière heure.","Aucune tâche planifiée au cours des %n dernières heures.","Aucune tâche planifiée au cours des %n dernières heures."], "_The task pickup speed has been ok in the last %n hour._::_The task pickup speed has been ok in the last %n hours._" : ["La vitesse de récupération des tâches a été correcte au cours de la dernière %n heure.","La vitesse de récupération des tâches a été correcte au cours des dernières %n heures.","La vitesse de récupération des tâches a été correcte au cours des dernières %n heures."], "_The task pickup speed has been slow in the last %n hour. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n hours. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["La vitesse de récupération des tâches a été lente cette dernière %n heure. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan.","La vitesse de récupération des tâches a été lente ces dernières %n heures. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan.","La vitesse de récupération des tâches a été lente ces dernières %n heures. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan."], + "Also allow autocompletion on full match of the user id" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", "Loading accounts …" : "Chargement des comptes …", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index bf8c0dae4da..d9deb516d47 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -393,6 +393,9 @@ "Privacy settings for sharing" : "Paramètres de confidentialité pour le partage", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom de compte dans la boîte de dialogue de partage et permettre l'accès au carnet d'adresses système", "Restrict account name autocompletion and system address book access to users within the same groups" : "Restreindre l'autocomplétion du nom du compte et l'accès au carnet d'adresses système aux utilisateurs appartenant aux mêmes groupes.", + "Allow autocompletion to full match when entering the full name (ignoring restrictions like group membership or missing phonebook match)" : "Autoriser l'autocomplétion pour une correspondance complète lors de la saisie du nom complet (en ignorant les restrictions telles que l'appartenance à un groupe ou l'absence de correspondance dans le répertoire téléphonique).", + "Also allow autocompletion on full match of the user ID" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.", + "Also allow autocompletion on full match of the user email" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec l'e-mail de l'utilisateur.", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "Disclaimer text" : "Texte de non-responsabilité", "This text will be shown on the public link upload page when the file list is hidden." : "Ce texte sera affiché sur la page publique de téléversement lorsque la liste des fichiers est masquée.", @@ -936,6 +939,7 @@ "_No scheduled tasks in the last %n hour._::_No scheduled tasks in the last %n hours._" : ["Aucune tâche planifiée au cours de la dernière heure.","Aucune tâche planifiée au cours des %n dernières heures.","Aucune tâche planifiée au cours des %n dernières heures."], "_The task pickup speed has been ok in the last %n hour._::_The task pickup speed has been ok in the last %n hours._" : ["La vitesse de récupération des tâches a été correcte au cours de la dernière %n heure.","La vitesse de récupération des tâches a été correcte au cours des dernières %n heures.","La vitesse de récupération des tâches a été correcte au cours des dernières %n heures."], "_The task pickup speed has been slow in the last %n hour. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n hours. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["La vitesse de récupération des tâches a été lente cette dernière %n heure. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan.","La vitesse de récupération des tâches a été lente ces dernières %n heures. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan.","La vitesse de récupération des tâches a été lente ces dernières %n heures. De nombreuses tâches ont mis plus de 4 minutes à être récupérées. Envisagez de configurer un worker pour traiter les tâches en arrière-plan."], + "Also allow autocompletion on full match of the user id" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", "Loading accounts …" : "Chargement des comptes …", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 83aa0e6d7cd..96c0d55e7b7 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -33,7 +33,7 @@ OC.L10N.register( "You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz", "You renamed app password \"{token}\" to \"{newToken}\"" : "\"{token}\" olan uygulama parolasını \"{newToken}\" olarak yeniden adlandırdınız", "You granted filesystem access to app password \"{token}\"" : "\"{token}\" uygulama parolasına dosya sistemi erişim izni verdiniz", - "You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini kaldırdınız", + "You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini geçersiz kıldınız", "Security" : "Güvenlik", "You successfully logged in using two-factor authentication (%1$s)" : "İki adımlı doğrulama ile oturum açtınız (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "İki adımlı doğrulama ile oturum açma girişimi reddedildi (%1$s)", @@ -550,7 +550,7 @@ OC.L10N.register( "Device settings" : "Aygıt ayarları", "Allow filesystem access" : "Dosya sistemine erişilebilsin", "Rename" : "Yeniden adlandır", - "Revoke" : "Geri çek", + "Revoke" : "Geçersiz kıl", "Wipe device" : "Aygıtı sil", "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Silme işlemi henüz başlamamış ise bu kodun geri çekilmesi aygıtınızın silinmesini engelleyebilir.", "Device" : "Aygıt", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 9bafa1a85a2..0208526ab7e 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -31,7 +31,7 @@ "You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz", "You renamed app password \"{token}\" to \"{newToken}\"" : "\"{token}\" olan uygulama parolasını \"{newToken}\" olarak yeniden adlandırdınız", "You granted filesystem access to app password \"{token}\"" : "\"{token}\" uygulama parolasına dosya sistemi erişim izni verdiniz", - "You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini kaldırdınız", + "You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini geçersiz kıldınız", "Security" : "Güvenlik", "You successfully logged in using two-factor authentication (%1$s)" : "İki adımlı doğrulama ile oturum açtınız (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "İki adımlı doğrulama ile oturum açma girişimi reddedildi (%1$s)", @@ -548,7 +548,7 @@ "Device settings" : "Aygıt ayarları", "Allow filesystem access" : "Dosya sistemine erişilebilsin", "Rename" : "Yeniden adlandır", - "Revoke" : "Geri çek", + "Revoke" : "Geçersiz kıl", "Wipe device" : "Aygıtı sil", "Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Silme işlemi henüz başlamamış ise bu kodun geri çekilmesi aygıtınızın silinmesini engelleyebilir.", "Device" : "Aygıt", diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 93ca61f7df5..e1b11dfd0d7 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -82,7 +82,7 @@ OC.L10N.register( "Misc accessibility options" : "Verschiedene Barrierefreiheitsoptionen", "Enable blur background filter (may increase GPU load)" : "Filter für unscharfes Hintergrundbild aktivieren (kann die GPU-Auslastung erhöhen)", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von deiner Administration deaktiviert", - "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Barrierefreiheitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index db84ce8fca5..9c40f7086c0 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -80,7 +80,7 @@ "Misc accessibility options" : "Verschiedene Barrierefreiheitsoptionen", "Enable blur background filter (may increase GPU load)" : "Filter für unscharfes Hintergrundbild aktivieren (kann die GPU-Auslastung erhöhen)", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von deiner Administration deaktiviert", - "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Barrierefreiheitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 4c4258f54bb..b4ca15a6fd3 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -82,7 +82,7 @@ OC.L10N.register( "Misc accessibility options" : "Verschiedene Barrierefreiheitsoptionen", "Enable blur background filter (may increase GPU load)" : "Filter für unscharfes Hintergrundbild aktivieren (kann die GPU-Auslastung erhöhen)", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", - "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Barrierefreiheitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index 252db90954e..53c0417a0c3 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -80,7 +80,7 @@ "Misc accessibility options" : "Verschiedene Barrierefreiheitsoptionen", "Enable blur background filter (may increase GPU load)" : "Filter für unscharfes Hintergrundbild aktivieren (kann die GPU-Auslastung erhöhen)", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", - "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Barrierefreiheitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", diff --git a/core/l10n/ga.js b/core/l10n/ga.js index 2e2b74bf13b..adbc69ef86d 100644 --- a/core/l10n/ga.js +++ b/core/l10n/ga.js @@ -248,6 +248,7 @@ OC.L10N.register( "Results" : "Torthaí", "Load more results" : "Íoslódáil níos mó torthaí", "Search in" : "Cuardaigh isteach", + "Partial matches" : "Cluichí páirteacha", "Log in" : "Logáil isteach", "Logging in …" : "Ag logáil isteach …", "Log in to {productName}" : "Logáil isteach ar {productName}", diff --git a/core/l10n/ga.json b/core/l10n/ga.json index 89985c8f92e..1f3adaa3479 100644 --- a/core/l10n/ga.json +++ b/core/l10n/ga.json @@ -246,6 +246,7 @@ "Results" : "Torthaí", "Load more results" : "Íoslódáil níos mó torthaí", "Search in" : "Cuardaigh isteach", + "Partial matches" : "Cluichí páirteacha", "Log in" : "Logáil isteach", "Logging in …" : "Ag logáil isteach …", "Log in to {productName}" : "Logáil isteach ar {productName}", diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js index 05a9390373f..2550779859c 100644 --- a/lib/l10n/ga.js +++ b/lib/l10n/ga.js @@ -160,6 +160,7 @@ OC.L10N.register( "Oracle connection could not be established" : "Níorbh fhéidir nasc Oracle a bhunú", "Oracle Login and/or password not valid" : "Níl logáil isteach Oracle agus/nó pasfhocal bailí", "PostgreSQL Login and/or password not valid" : "Níl logáil isteach agus/nó pasfhocal PostgreSQL bailí", + "macOS is not supported and %s will not work properly on this platform." : "Ní thacaítear le macOS agus ní oibreoidh %s i gceart ar an ardán seo.", "For the best results, please consider using a GNU/Linux server instead." : "Chun na torthaí is fearr a fháil, smaoinigh le do thoil ar fhreastalaí GNU/Linux a úsáid ina ionad.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Is cosúil go bhfuil an cás %s seo ag rith ar thimpeallacht PHP 32-giotán agus tá an open_basedir cumraithe i php.ini. Beidh fadhbanna le comhaid os cionn 4 GB mar thoradh air seo agus tá sé an-díspreagadh.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Bain an socrú open_basedir laistigh de do php.ini nó aistrigh go PHP 64-giotán le do thoil.", @@ -379,6 +380,11 @@ OC.L10N.register( "Generated emoji" : "Emoji ginte", "The generated emoji based on the input text" : "An emoji ginte bunaithe ar an téacs ionchuir", "Optical character recognition" : "Aitheantas optúil carachtar", + "Extract text from files like images or PDFs" : "Bain téacs as comhaid cosúil le híomhánna nó PDFanna", + "Input files" : "Comhaid ionchuir", + "The files to extract text from" : "Na comhaid le téacs a bhaint astu", + "Output texts" : "Téacsanna aschuir", + "The texts that were extracted from the files" : "Na téacsanna a baineadh as na comhaid", "Generate image" : "Gin íomhá", "Generate an image from a text prompt" : "Gin íomhá ó leid téacs", "Prompt" : "Leid", diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json index 7b2d0664866..95a77bd85f4 100644 --- a/lib/l10n/ga.json +++ b/lib/l10n/ga.json @@ -158,6 +158,7 @@ "Oracle connection could not be established" : "Níorbh fhéidir nasc Oracle a bhunú", "Oracle Login and/or password not valid" : "Níl logáil isteach Oracle agus/nó pasfhocal bailí", "PostgreSQL Login and/or password not valid" : "Níl logáil isteach agus/nó pasfhocal PostgreSQL bailí", + "macOS is not supported and %s will not work properly on this platform." : "Ní thacaítear le macOS agus ní oibreoidh %s i gceart ar an ardán seo.", "For the best results, please consider using a GNU/Linux server instead." : "Chun na torthaí is fearr a fháil, smaoinigh le do thoil ar fhreastalaí GNU/Linux a úsáid ina ionad.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Is cosúil go bhfuil an cás %s seo ag rith ar thimpeallacht PHP 32-giotán agus tá an open_basedir cumraithe i php.ini. Beidh fadhbanna le comhaid os cionn 4 GB mar thoradh air seo agus tá sé an-díspreagadh.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Bain an socrú open_basedir laistigh de do php.ini nó aistrigh go PHP 64-giotán le do thoil.", @@ -377,6 +378,11 @@ "Generated emoji" : "Emoji ginte", "The generated emoji based on the input text" : "An emoji ginte bunaithe ar an téacs ionchuir", "Optical character recognition" : "Aitheantas optúil carachtar", + "Extract text from files like images or PDFs" : "Bain téacs as comhaid cosúil le híomhánna nó PDFanna", + "Input files" : "Comhaid ionchuir", + "The files to extract text from" : "Na comhaid le téacs a bhaint astu", + "Output texts" : "Téacsanna aschuir", + "The texts that were extracted from the files" : "Na téacsanna a baineadh as na comhaid", "Generate image" : "Gin íomhá", "Generate an image from a text prompt" : "Gin íomhá ó leid téacs", "Prompt" : "Leid",