summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-04 01:55:57 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-04 01:55:57 -0500
commitaaa48576eec42388bc923a60aeb9c92ef2ff9ca4 (patch)
treec5d450d242d59c5e799d80d1a1741da9877a72ff /apps/user_webdavauth/l10n
parentf016a3ead30cd40295f624c7e52bb54fd2ef7479 (diff)
downloadnextcloud-server-aaa48576eec42388bc923a60aeb9c92ef2ff9ca4.tar.gz
nextcloud-server-aaa48576eec42388bc923a60aeb9c92ef2ff9ca4.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/el.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/el.php b/apps/user_webdavauth/l10n/el.php
index 4a9ab3bafcc..e7403f9a8c3 100644
--- a/apps/user_webdavauth/l10n/el.php
+++ b/apps/user_webdavauth/l10n/el.php
@@ -1,6 +1,6 @@
<?php
$TRANSLATIONS = array(
-"WebDAV Authentication" => "Αυθεντικοποίηση μέσω WebDAV ",
+"WebDAV Authentication" => "Πιστοποίηση μέσω WebDAV ",
"Address: " => "Διεύθυνση:",
"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 ως μη έγκυρα διαπιστευτήρια και όλες τις άλλες αποκρίσεις ως έγκυρα διαπιστευτήρια."
);