diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-17 01:56:22 -0400 |
commit | b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (patch) | |
tree | 914e2020c7de5e79ef2cd1fd3fc352f904fc96a6 /apps/user_webdavauth | |
parent | 283b99a42ddf6da72998ef4b01ee00af451cd884 (diff) | |
download | nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.tar.gz nextcloud-server-b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/az.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/az.php b/apps/user_webdavauth/l10n/az.php new file mode 100644 index 00000000000..4d6530245e2 --- /dev/null +++ b/apps/user_webdavauth/l10n/az.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"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." +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |