summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-19 00:06:51 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-19 00:06:51 +0100
commit76c4dc62964516852f88f251b49bef5e17153fcb (patch)
treedb812156facce0c0d3d5beae4ae65a92b0ca17a0 /apps/user_webdavauth
parentd9035d4fdc6b5363c1a5b96a8ba8b6f387a0eafb (diff)
downloadnextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.tar.gz
nextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/tr.php1
-rw-r--r--apps/user_webdavauth/l10n/uk.php4
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/tr.php b/apps/user_webdavauth/l10n/tr.php
index 245a5101341..4a2f6d2403b 100644
--- a/apps/user_webdavauth/l10n/tr.php
+++ b/apps/user_webdavauth/l10n/tr.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV Kimlik doğrulaması",
"URL: http://" => "URL: http://"
);
diff --git a/apps/user_webdavauth/l10n/uk.php b/apps/user_webdavauth/l10n/uk.php
index 245a5101341..66887df54b5 100644
--- a/apps/user_webdavauth/l10n/uk.php
+++ b/apps/user_webdavauth/l10n/uk.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL: http://"
+"WebDAV Authentication" => "Аутентифікація WebDAV",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. 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 як повідомлення про недійсні повноваження, а решту відповідей як дійсні облікові дані."
);