nextcloud/apps/user_webdavauth/l10n/el.php

5 lines
527 B
PHP
Raw Normal View History

2012-11-10 03:02:29 +04:00
<?php $TRANSLATIONS = array(
2012-12-28 03:20:34 +04:00
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL is interpret http 401 and http 403 as credentials wrong and all other codes as credentials correct." => "Το ownCloud θα στείλει τα συνθηματικά χρήστη σε αυτό το URL, μεταφράζοντας τα http 401 και http 403 ως λανθασμένα συνθηματικά και όλους τους άλλους κωδικούς ως σωστά συνθηματικά."
2012-11-10 03:02:29 +04:00
);