diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-11 01:54:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-11 01:54:32 -0400 |
commit | 411f6c7704dbf24c45dee9edde4c7ef4a8cd9464 (patch) | |
tree | 91fded616d052e515bd81bc502db4368f85bc827 /apps/user_webdavauth | |
parent | c920ca32e8798d609adb4251374844e59d1cb3d8 (diff) | |
download | nextcloud-server-411f6c7704dbf24c45dee9edde4c7ef4a8cd9464.tar.gz nextcloud-server-411f6c7704dbf24c45dee9edde4c7ef4a8cd9464.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/fa.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/fa.php b/apps/user_webdavauth/l10n/fa.php index 0bf8b6f6733..cfaf8ce1a07 100644 --- a/apps/user_webdavauth/l10n/fa.php +++ b/apps/user_webdavauth/l10n/fa.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "اعتبار سنجی WebDAV ", -"Save" => "ذخیره" +"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 را به عنوان اعتبارات غیر معتبر ترجمه می کند، و باقی موارد را به عنوان موارد معتبر تشخیص می دهد." ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |