summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-30 10:19:22 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-30 10:19:22 -0400
commita711399e62d5a9f14d4b748efe4354ee37e61f13 (patch)
tree95d4688d36c4b23bfeb4cb2e75070eca7874d430 /apps/user_webdavauth
parentd4fed61871a6dc2a3f74a0cccc8e8072b267290d (diff)
downloadnextcloud-server-a711399e62d5a9f14d4b748efe4354ee37e61f13.tar.gz
nextcloud-server-a711399e62d5a9f14d4b748efe4354ee37e61f13.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/hu_HU.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/hu_HU.php b/apps/user_webdavauth/l10n/hu_HU.php
index 63fc084ff4c..0b946e25e70 100644
--- a/apps/user_webdavauth/l10n/hu_HU.php
+++ b/apps/user_webdavauth/l10n/hu_HU.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV hitelesítés"
+"WebDAV Authentication" => "WebDAV hitelesítés",
+"Address: " => "Címek:",
+"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." => "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";