Move WebDAVAuth to User_External
This commit is contained in:
parent
283216e9a0
commit
b1f05ef1f3
156 changed files with 0 additions and 1279 deletions
|
@ -1,39 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* @author Felix Moeller <mail@felixmoeller.de>
|
||||
* @author Frank Karlitschek <frank@owncloud.org>
|
||||
* @author j-ed <juergen@eisfair.org>
|
||||
* @author Morris Jobke <hey@morrisjobke.de>
|
||||
* @author Roeland Jago Douma <roeland@famdouma.nl>
|
||||
*
|
||||
* @copyright Copyright (c) 2015, ownCloud, Inc.
|
||||
* @license AGPL-3.0
|
||||
*
|
||||
* This code is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License, version 3,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License, version 3,
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*
|
||||
*/
|
||||
|
||||
require_once OC_App::getAppPath('user_webdavauth').'/user_webdavauth.php';
|
||||
|
||||
OC_APP::registerAdmin('user_webdavauth', 'settings');
|
||||
|
||||
OC_User::registerBackend("WEBDAVAUTH");
|
||||
OC_User::useBackend( "WEBDAVAUTH" );
|
||||
|
||||
// add settings page to navigation
|
||||
$entry = array(
|
||||
'id' => "user_webdavauth_settings",
|
||||
'order'=>1,
|
||||
'href' => \OCP\Util::linkTo( "user_webdavauth", "settings.php" ),
|
||||
'name' => 'WEBDAVAUTH'
|
||||
);
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>user_webdavauth</id>
|
||||
<name>User backend using remote HTTP servers</name>
|
||||
<description>Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
|
||||
|
||||
Attention: This app is not compatible with the LDAP user and group backend. This app is not the WebDAV interface of ownCloud, if you don't understand what it does then do not enable it.</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Frank Karlitschek</author>
|
||||
<requiremin>4.93</requiremin>
|
||||
<shipped>true</shipped>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
</info>
|
|
@ -1 +0,0 @@
|
|||
1.1.0.2
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/>
|
||||
<path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" fill="#fff" d="m8.4036 1c-1.7312 0-3.1998 1.2661-3.1998 2.9 0.012287 0.51643 0.058473 1.1532 0.36664 2.5v0.033333l0.033328 0.033333c0.098928 0.28338 0.24289 0.44549 0.4333 0.66666s0.41742 0.48149 0.63328 0.69999c0.025397 0.025708 0.041676 0.041633 0.066656 0.066677 0.04281 0.18631 0.094672 0.38681 0.13332 0.56666 0.10284 0.47851 0.092296 0.81737 0.066668 0.93332-0.74389 0.26121-1.6694 0.57228-2.4998 0.93332-0.46622 0.2027-0.8881 0.3837-1.2332 0.59999-0.34513 0.2163-0.68837 0.37971-0.79994 0.86666-0.16004 0.63293-0.19866 0.7539-0.39997 1.5333-0.027212 0.20914 0.083011 0.42961 0.26665 0.53333 1.5078 0.81451 3.824 1.1423 6.1329 1.1333s4.6066-0.35609 6.0662-1.1333c0.11739-0.07353 0.14304-0.10869 0.13332-0.2333-0.04365-0.68908-0.08154-1.3669-0.13332-1.7666-0.01807-0.09908-0.06492-0.19275-0.13332-0.26666-0.46366-0.5537-1.1564-0.89218-1.9665-1.2333-0.7396-0.31144-1.6067-0.63486-2.4665-0.99999-0.048123-0.10721-0.095926-0.41912 0-0.89999 0.025759-0.12912 0.066096-0.26742 0.099994-0.4 0.0808-0.090507 0.14378-0.16447 0.23332-0.26666 0.19096-0.21796 0.39614-0.44661 0.56662-0.66666s0.30996-0.40882 0.39997-0.66666l0.03333-0.033333c0.34839-1.4062 0.34857-1.9929 0.36664-2.5v-0.033333c0-1.6339-1.4686-2.9-3.1998-2.9z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.7 KiB |
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "تأكد شخصية ال WebDAV",
|
||||
"Address:" : "العنوان:",
|
||||
"Save" : "حفظ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "سيتم إرسال معلومات المستخدم إلى هذا العنوان. يقوم هذا البرنامج بالتحقق من البيانات ويقوم بإعتبار رودود حالة HTTP برقم 401 و403 كمعلومات غير صحيحة, أما غيرها فسيعتبر صحيح."
|
||||
},
|
||||
"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;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "تأكد شخصية ال WebDAV",
|
||||
"Address:" : "العنوان:",
|
||||
"Save" : "حفظ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "سيتم إرسال معلومات المستخدم إلى هذا العنوان. يقوم هذا البرنامج بالتحقق من البيانات ويقوم بإعتبار رودود حالة HTTP برقم 401 و403 كمعلومات غير صحيحة, أما غيرها فسيعتبر صحيح."
|
||||
},"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;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticación per aciu de WevDAV",
|
||||
"Address:" : "Direición:",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticación per aciu de WevDAV",
|
||||
"Address:" : "Direición:",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV qeydiyyatı",
|
||||
"Address:" : "Ünvan: ",
|
||||
"Save" : "Saxla",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV qeydiyyatı",
|
||||
"Address:" : "Ünvan: ",
|
||||
"Save" : "Saxla",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "İstifadəçi verilənləri bu ünvana göndəriləcək. Bu əlavə imkan cavabı yoxlayır və HTTP status code-lari 401,403-ü yalnış verilənlər kimi interpretasiya edir. Bütün digər cavablar isə dügün verilənlərdir."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV Идентификация",
|
||||
"Address:" : "Адрес:",
|
||||
"Save" : "Запиши",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV Идентификация",
|
||||
"Address:" : "Адрес:",
|
||||
"Save" : "Запиши",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Потребителското име и парола ще да бъдат изптатени до този адрес. Добавката ще провери отговора и ще интрепретира HTTP кодове 401 и 403 като невалидни, а всички останали като потвърдена идентификация."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV অনুমোদন",
|
||||
"Address:" : "ঠিকানা",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। "
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV অনুমোদন",
|
||||
"Address:" : "ঠিকানা",
|
||||
"Save" : "সংরক্ষণ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর তথ্যাদি এই ঠিকানায় পাঠানো হবে। এই প্লাগইন প্রত্যুত্তর পরীক্ষা করে দেখবে এবং HTTP statuscodes 401 and 403 কে অবৈধ তথ্যাদিরূপে অনুবাদ করে অন্য সকল প্রত্যুত্তরকে বৈধতা দেবে। "
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV প্রমাণীকরণ",
|
||||
"Address:" : "ঠিকানা",
|
||||
"Save" : "সেভ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর শংসাপত্র এই ঠিকানায় পাঠানো হবে।এই প্লাগিন প্রতিক্রিয়া পরীক্ষা করে এবং HTTP-statuscodes 401 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV প্রমাণীকরণ",
|
||||
"Address:" : "ঠিকানা",
|
||||
"Save" : "সেভ",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ব্যবহারকারীর শংসাপত্র এই ঠিকানায় পাঠানো হবে।এই প্লাগিন প্রতিক্রিয়া পরীক্ষা করে এবং HTTP-statuscodes 401 এবং 403 কে অবৈধ প্রমাণপত্রাদি হিসাবে ব্যাখা করে,এবং সমস্ত অন্যান্য প্রত্যুত্তর বৈধ প্রমাণপত্রাদি হিসেবে ব্যাখ্যা করে।"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV autentifikacija",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Spasi",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Korisnikovi akreditivi biti će poslani na ovu adresu. Ovaj plugin proverava odgovor i tumači status HTTP kodova 401 i 403 kao nevažeće akreditive, i sve druge odgovore kao validne akreditive."
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV autentifikacija",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Spasi",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Korisnikovi akreditivi biti će poslani na ovu adresu. Ovaj plugin proverava odgovor i tumači status HTTP kodova 401 i 403 kao nevažeće akreditive, i sve druge odgovore kao validne akreditive."
|
||||
},"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);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticació WebDAV",
|
||||
"Address:" : "Adreça:",
|
||||
"Save" : "Desa",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticació WebDAV",
|
||||
"Address:" : "Adreça:",
|
||||
"Save" : "Desa",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Ověření WebDAV",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Uložit",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje."
|
||||
},
|
||||
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Ověření WebDAV",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Uložit",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje."
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "Cadw"
|
||||
},
|
||||
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "Cadw"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-godkendelse",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Gem",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Bruger oplysningerne vil blive sendt til denne adresse. Udvidelsen registrerer svaret og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV-godkendelse",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Gem",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Bruger oplysningerne vil blive sendt til denne adresse. Udvidelsen registrerer svaret og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-Authentifizierung",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Speichern",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV-Authentifizierung",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Speichern",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "Speichern"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "Speichern"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-Authentifizierung",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Speichern",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV-Authentifizierung",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Speichern",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Πιστοποίηση μέσω WebDAV ",
|
||||
"Address:" : "Διεύθυνση:",
|
||||
"Save" : "Αποθήκευση",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Τα διαπιστευτήρια του χρήστη θα σταλούν σε αυτή την διεύθυνση. Αυτό το πρόσθετο ελέγχει την απόκριση και θα ερμηνεύσει τους κωδικούς κατάστασης HTTP 401 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Πιστοποίηση μέσω WebDAV ",
|
||||
"Address:" : "Διεύθυνση:",
|
||||
"Save" : "Αποθήκευση",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Τα διαπιστευτήρια του χρήστη θα σταλούν σε αυτή την διεύθυνση. Αυτό το πρόσθετο ελέγχει την απόκριση και θα ερμηνεύσει τους κωδικούς κατάστασης HTTP 401 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV Authentication",
|
||||
"Address:" : "Address:",
|
||||
"Save" : "Save",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV Authentication",
|
||||
"Address:" : "Address:",
|
||||
"Save" : "Save",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-aŭtentigo",
|
||||
"Save" : "Konservi"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,5 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV-aŭtentigo",
|
||||
"Save" : "Konservi"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticación mediante WevDAV",
|
||||
"Address:" : "Dirección:",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticación mediante WevDAV",
|
||||
"Address:" : "Dirección:",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticación de WebDAV",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,6 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticación de WebDAV",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales del usuario serán enviadas a esta dirección. Este plug-in verificará la respuesta e interpretará los códigos de estado HTTP 401 y 403 como credenciales inválidas y cualquier otra respuesta como válida."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticación mediante WevDAV",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,6 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticación mediante WevDAV",
|
||||
"Save" : "Guardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las credenciales de usuario se enviarán a esta dirección. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV autentimine",
|
||||
"Address:" : "Aadress:",
|
||||
"Save" : "Salvesta",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV autentimine",
|
||||
"Address:" : "Aadress:",
|
||||
"Save" : "Salvesta",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud saadab kasutajatunnused sellel aadressil. See vidin kontrollib vastust ning tuvastab ning tõlgendab HTTP olekukoodid 401 ja 403 valedeks andmeteks ning kõik teised vastused korrektseteks andmeteks."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV Autentikazioa",
|
||||
"Address:" : "Helbidea:",
|
||||
"Save" : "Gorde",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Erabiltzailearen kredentzialak helbide honetara bidaliko dira. Plugin honek erantzuna aztertu eta HTTP 401 eta 403 egoera-kodeak kredentzial ez-egokitzat hartuko ditu, eta beste edozein erantzun, aldiz, kredentzial egokitzat."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV Autentikazioa",
|
||||
"Address:" : "Helbidea:",
|
||||
"Save" : "Gorde",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Erabiltzailearen kredentzialak helbide honetara bidaliko dira. Plugin honek erantzuna aztertu eta HTTP 401 eta 403 egoera-kodeak kredentzial ez-egokitzat hartuko ditu, eta beste edozein erantzun, aldiz, kredentzial egokitzat."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "اعتبار سنجی WebDAV ",
|
||||
"Address:" : "آدرس:",
|
||||
"Save" : "ذخیره",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "اعتبار سنجی WebDAV ",
|
||||
"Address:" : "آدرس:",
|
||||
"Save" : "ذخیره",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "جزئیات کاربر به این آدرس ارسال خواهد شد. این پلاگین پاسخ را بررسی خواهد کرد و کدهای حالت HTTP شماره 401 و 403 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-todennus",
|
||||
"Address:" : "Osoite:",
|
||||
"Save" : "Tallenna",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Käyttäjätiedot lähetetään tähän osoitteeseen. Liitännäinen tarkistaa vastauksen, ja tulkitsee HTTP-tilakoodit 401 ja 403 vääriksi käyttäjätiedoiksi. Kaikki muut vastaukset tulkitaan kelvollisiksi käyttäjätiedoiksi."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV-todennus",
|
||||
"Address:" : "Osoite:",
|
||||
"Save" : "Tallenna",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Käyttäjätiedot lähetetään tähän osoitteeseen. Liitännäinen tarkistaa vastauksen, ja tulkitsee HTTP-tilakoodit 401 ja 403 vääriksi käyttäjätiedoiksi. Kaikki muut vastaukset tulkitaan kelvollisiksi käyttäjätiedoiksi."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Authentification WebDAV",
|
||||
"Address:" : "Adresse :",
|
||||
"Save" : "Sauvegarder",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et toute autre valeur comme une authentification valide."
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Authentification WebDAV",
|
||||
"Address:" : "Adresse :",
|
||||
"Save" : "Sauvegarder",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Les informations de connexion de l'utilisateur seront envoyées à cette adresse. Ce module analyse le code de la réponse HTTP et considère les codes 401 et 403 comme une authentification invalide et toute autre valeur comme une authentification valide."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticación WebDAV",
|
||||
"Address:" : "Enderezo:",
|
||||
"Save" : "Gardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do usuario serán enviadas a este enderezo. Este engadido comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais incorrectas, e todas as outras respostas como credenciais correctas."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticación WebDAV",
|
||||
"Address:" : "Enderezo:",
|
||||
"Save" : "Gardar",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "As credenciais do usuario serán enviadas a este enderezo. Este engadido comproba a resposta e interpretará os códigos de estado 401 e 403 como credenciais incorrectas, e todas as outras respostas como credenciais correctas."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "הזדהות מול WebDAV",
|
||||
"Save" : "שמירה"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,5 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "הזדהות מול WebDAV",
|
||||
"Save" : "שמירה"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "सहेजें"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "सहेजें"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV autentifikacija",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Spremi",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Korisnički podaci će biti poslani na tu adresu. Ovaj dodatak provjerava odgovor i interpretira HTTP status 401 i 403 kao neuspječnu prijavu, svi ostali statusi znače da je prijava uspješna i da su korisnički podaci točni."
|
||||
},
|
||||
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV autentifikacija",
|
||||
"Address:" : "Adresa:",
|
||||
"Save" : "Spremi",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Korisnički podaci će biti poslani na tu adresu. Ovaj dodatak provjerava odgovor i interpretira HTTP status 401 i 403 kao neuspječnu prijavu, svi ostali statusi znače da je prijava uspješna i da su korisnički podaci točni."
|
||||
},"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;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV hitelesítés",
|
||||
"Address:" : "Cím:",
|
||||
"Save" : "Mentés",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV hitelesítés",
|
||||
"Address:" : "Cím:",
|
||||
"Save" : "Mentés",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV նույնականացում",
|
||||
"Address:" : "Հասցե՝",
|
||||
"Save" : "Պահպանել"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,6 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV նույնականացում",
|
||||
"Address:" : "Հասցե՝",
|
||||
"Save" : "Պահպանել"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "Salveguardar"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "Salveguardar"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Otentikasi WebDAV",
|
||||
"Address:" : "Alamat:",
|
||||
"Save" : "Simpan",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan mengartikan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Otentikasi WebDAV",
|
||||
"Address:" : "Alamat:",
|
||||
"Save" : "Simpan",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Kredensial pengguna akan dikirim ke alamat ini. Pengaya ini memeriksa respon dan akan mengartikan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV Auðkenni",
|
||||
"Address:" : "Netfang:",
|
||||
"Save" : "Vista",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Notanda auðkenni verður sent á þetta netfang. Þessi viðbót fer yfir viðbrögð og túlkar HTTP statuscodes 401 og 403 sem ógilda auðkenni, og öll önnur svör sem gilt auðkenni."
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV Auðkenni",
|
||||
"Address:" : "Netfang:",
|
||||
"Save" : "Vista",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Notanda auðkenni verður sent á þetta netfang. Þessi viðbót fer yfir viðbrögð og túlkar HTTP statuscodes 401 og 403 sem ógilda auðkenni, og öll önnur svör sem gilt auðkenni."
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Autenticazione WebDAV",
|
||||
"Address:" : "Indirizzo:",
|
||||
"Save" : "Salva",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Autenticazione WebDAV",
|
||||
"Address:" : "Indirizzo:",
|
||||
"Save" : "Salva",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Le credenziali dell'utente saranno inviate a questo indirizzo. Questa estensione controlla la risposta e interpreterà i codici di stato HTTP 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV認証",
|
||||
"Address:" : "アドレス:",
|
||||
"Save" : "保存",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTPステータスコードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV認証",
|
||||
"Address:" : "アドレス:",
|
||||
"Save" : "保存",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ユーザー資格情報をこのアドレスに送信します。このプラグインは応答をチェックし、HTTPステータスコードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV აუთენთიფიკაცია",
|
||||
"Save" : "შენახვა"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,5 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV აუთენთიფიკაცია",
|
||||
"Save" : "შენახვა"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "ការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ WebDAV",
|
||||
"Save" : "រក្សាទុក",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "អត្តសញ្ញាណអ្នកប្រើនឹងត្រូវផ្ញើទៅអាសយដ្ឋាននេះ។ កម្មវិធីបន្ថែមនេះពិនិត្យចម្លើយតប ហើយនឹងបកស្រាយកូដស្ថានភាព HTTP ដូចជា 401 និង 403 ថាជាអត្តសញ្ញាណមិនត្រឹមត្រូវ ហើយនិងចម្លើយតបផ្សេងៗថាត្រឹមត្រូវ។"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,6 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "ការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ WebDAV",
|
||||
"Save" : "រក្សាទុក",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "អត្តសញ្ញាណអ្នកប្រើនឹងត្រូវផ្ញើទៅអាសយដ្ឋាននេះ។ កម្មវិធីបន្ថែមនេះពិនិត្យចម្លើយតប ហើយនឹងបកស្រាយកូដស្ថានភាព HTTP ដូចជា 401 និង 403 ថាជាអត្តសញ្ញាណមិនត្រឹមត្រូវ ហើយនិងចម្លើយតបផ្សេងៗថាត្រឹមត្រូវ។"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "ಉಳಿಸಿ"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "ಉಳಿಸಿ"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV 인증",
|
||||
"Address:" : "주소:",
|
||||
"Save" : "저장",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV 인증",
|
||||
"Address:" : "주소:",
|
||||
"Save" : "저장",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "پاشکهوتکردن"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "پاشکهوتکردن"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "Späicheren"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "Späicheren"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV autentikacija",
|
||||
"Address:" : "Adresas:",
|
||||
"Save" : "Išsaugoti",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. "
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV autentikacija",
|
||||
"Address:" : "Adresas:",
|
||||
"Save" : "Išsaugoti",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Naudotojo duomenys bus nusiųsti šiuo adresu. Šis įskiepis patikrins gautą atsakymą ir interpretuos HTTP būsenos kodą 401 ir 403 kaip negaliojančius duomenis, ir visus kitus gautus atsakymus kaip galiojančius duomenis. "
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV autentifikācija",
|
||||
"Save" : "Saglabāt"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
|
|
@ -1,5 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV autentifikācija",
|
||||
"Save" : "Saglabāt"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"Save" : "Сними"
|
||||
},
|
||||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|
|
@ -1,4 +0,0 @@
|
|||
{ "translations": {
|
||||
"Save" : "Сними"
|
||||
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV Нотолгоо",
|
||||
"Address:" : "Хаяг:",
|
||||
"Save" : "Хадгалах"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -1,6 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "WebDAV Нотолгоо",
|
||||
"Address:" : "Хаяг:",
|
||||
"Save" : "Хадгалах"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "Pengesahan WebDAV",
|
||||
"Address:" : "Alamat:",
|
||||
"Save" : "Simpan",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Butiran pengguna akan dihantar ke alamat ini. Plugin ini memeriksa maklum balas dan akan mentafsir kod status HTTP 401 dan 403 sebagai butiran tidak sah, dan semua maklum balas lain sebagai butiran yang sah."
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
|
@ -1,7 +0,0 @@
|
|||
{ "translations": {
|
||||
"WebDAV Authentication" : "Pengesahan WebDAV",
|
||||
"Address:" : "Alamat:",
|
||||
"Save" : "Simpan",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Butiran pengguna akan dihantar ke alamat ini. Plugin ini memeriksa maklum balas dan akan mentafsir kod status HTTP 401 dan 403 sebagai butiran tidak sah, dan semua maklum balas lain sebagai butiran yang sah."
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
OC.L10N.register(
|
||||
"user_webdavauth",
|
||||
{
|
||||
"WebDAV Authentication" : "WebDAV-autentisering",
|
||||
"Address:" : "Adresse:",
|
||||
"Save" : "Lagre",
|
||||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue