summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-13 02:15:54 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-04-13 02:15:54 +0200
commit19afc216cfb76e0896b3e9292561eb9992327443 (patch)
treeda72ec520d1c1bb911f574b46a03c589f4b1722d /apps/user_webdavauth
parentf9e7d4ce2525cc4a101e36ae4aec41aabd69a902 (diff)
downloadnextcloud-server-19afc216cfb76e0896b3e9292561eb9992327443.tar.gz
nextcloud-server-19afc216cfb76e0896b3e9292561eb9992327443.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/ka_GE.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ka_GE.php b/apps/user_webdavauth/l10n/ka_GE.php
new file mode 100644
index 00000000000..f475ea0b737
--- /dev/null
+++ b/apps/user_webdavauth/l10n/ka_GE.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"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 დაუშვებელი მონაცემებისთვის, ხოლო სხვა დანარჩენს დაშვებადი მონაცემებისთვის."
+);