parent
39eeb7def9
commit
cb61d8a226
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "تأكد شخصية ال WebDAV" |
||||
"WebDAV Authentication" => "تأكد شخصية ال WebDAV", |
||||
"Save" => "حفظ" |
||||
); |
||||
$PLURAL_FORMS = "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,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autenticación per aciu de 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." => "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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV идентификация" |
||||
"WebDAV Authentication" => "WebDAV идентификация", |
||||
"Save" => "Запис" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Spasi" |
||||
); |
||||
$PLURAL_FORMS = "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,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autenticació WebDAV", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Ověření WebDAV", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Cadw" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV-godkendelse", |
||||
"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. Plugin'et registrerer responsen og fortolker HTTP-statuskode 401 og 403 som ugyldige oplysninger, men alle andre besvarelser som gyldige oplysninger." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Authentifikation", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Speichern" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV-Authentifizierung", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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 και 402 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Authentication", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV-aŭtentigo" |
||||
"WebDAV Authentication" => "WebDAV-aŭtentigo", |
||||
"Save" => "Konservi" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV autentimine", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Autentikazioa", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Gorde" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "اعتبار سنجی WebDAV " |
||||
"WebDAV Authentication" => "اعتبار سنجی WebDAV ", |
||||
"Save" => "ذخیره" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Authentification WebDAV", |
||||
"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 tout autre valeur comme une authentification valide." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "הזדהות מול WebDAV" |
||||
"WebDAV Authentication" => "הזדהות מול WebDAV", |
||||
"Save" => "שמירה" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Snimi" |
||||
); |
||||
$PLURAL_FORMS = "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,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV hitelesítés", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Պահպանել" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Salveguardar" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Otentikasi WebDAV", |
||||
"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 menafsirkan kode status HTTP 401 dan 403 sebagai kredensial yang tidak valid, dan semua tanggapan lain akan dianggap sebagai kredensial yang valid." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Auðkenni" |
||||
"WebDAV Authentication" => "WebDAV Auðkenni", |
||||
"Save" => "Vista" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV 認証", |
||||
"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 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" |
||||
"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 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV აუთენთიფიკაცია" |
||||
"WebDAV Authentication" => "WebDAV აუთენთიფიკაცია", |
||||
"Save" => "შენახვა" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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." => "ownCloud에서 이 URL로 사용자 인증 정보를 보냅니다. 이 플러그인은 응답을 확인하여 HTTP 상태 코드 401이나 403이 돌아온 경우에 잘못된 인증 정보로 간주합니다. 다른 모든 상태 코드는 올바른 인증 정보로 간주합니다." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Späicheren" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV autentikacija", |
||||
"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. " |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV autentifikācija" |
||||
"WebDAV Authentication" => "WebDAV autentifikācija", |
||||
"Save" => "Saglabāt" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; |
||||
|
@ -1,5 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Address: " => "Адреса:" |
||||
"Save" => "Сними" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Pengesahan ", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV-autentisering", |
||||
"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." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV authenticatie", |
||||
"Save" => "Bewaren", |
||||
"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." => "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV-autentisering", |
||||
"Save" => "Lagra", |
||||
"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." => "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Enregistra" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Uwierzytelnienie WebDAV", |
||||
"Save" => "Zapisz", |
||||
"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." => "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Wtyczka sprawdza odpowiedź i będzie interpretował status HTTP 401 i 403 jako nieprawidłowe dane uwierzytelniające i wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autenticação 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." => "As credenciais de usuário serão enviadas para este endereço. Este plugin verifica a resposta e interpretará os códigos de status HTTP 401 e 403 como \"credenciais inválidas\", e todas as outras respostas como \"credenciais válidas\"." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autenticação 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." => "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Autentificare WebDAV" |
||||
"WebDAV Authentication" => "Autentificare WebDAV", |
||||
"Save" => "Salvează" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Uložiť" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV overenie", |
||||
"Save" => "Uložiť", |
||||
"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." => "Používateľské prihlasovacie údaje budú odoslané na túto adresu. Tento plugin skontroluje odpoveď servera a interpretuje návratový kód HTTP 401 a 403 ako neplatné prihlasovacie údaje a akýkoľvek iný ako platné prihlasovacie údaje." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Overitev WebDAV", |
||||
"Save" => "Shrani", |
||||
"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." => "Uporabniška poverila bodo poslana na naveden naslov. Vstavek preveri odziv in kodi stanja 401 in 403 obravnava kot neveljavna poverila, vse ostale odzive pa kot veljavna." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Ruaj" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV провера идентитета" |
||||
"WebDAV Authentication" => "WebDAV провера идентитета", |
||||
"Save" => "Сачувај" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "Snimi" |
||||
); |
||||
$PLURAL_FORMS = "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,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Autentisering", |
||||
"Save" => "Spara", |
||||
"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 kommer skicka användaruppgifterna till denna URL. Denna plugin kontrollerar svaret och tolkar HTTP-statuskoderna 401 och 403 som felaktiga uppgifter, och alla andra svar som giltiga uppgifter." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
||||
|
@ -1,6 +1,8 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV Kimlik Doğrulaması", |
||||
"Address:" => "Adres:", |
||||
"Save" => "Kaydet", |
||||
"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." => "Kullanıcı kimlik bilgileri bu adrese gönderilecek. Bu eklenti yanıtı kontrol edecek ve 401 ile 403 HTTP durum kodlarını geçersiz kimlik bilgileri olarak, diğer yanıtları ise doğru kimlik bilgileri olarak algılayacaktır." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |
||||
|
@ -1,5 +1,6 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "WebDAV سالاھىيەت دەلىللەش" |
||||
"WebDAV Authentication" => "WebDAV سالاھىيەت دەلىللەش", |
||||
"Save" => "ساقلا" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"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, як неправильні облікові дані, а всі інші відповіді, вважатимуться правильними." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |
||||
|
@ -0,0 +1,5 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"Save" => "حفظ" |
||||
); |
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
@ -1,6 +1,7 @@ |
||||
<?php |
||||
$TRANSLATIONS = array( |
||||
"WebDAV Authentication" => "Xác thực WebDAV", |
||||
"Save" => "Lưu", |
||||
"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." => "Các thông tin người dùng sẽ được gửi đến địa chỉ này. Plugin này sẽ kiểm tra các phản hồi và các statuscodes HTTP 401 và 403 không hợp lệ, và tất cả những phản h khác như thông tin hợp lệ." |
||||
); |
||||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue