diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-31 00:05:31 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-12-31 00:05:31 +0100 |
commit | 329bddab481129b480ca187b694e507eff7fb125 (patch) | |
tree | e7ea44264ee5b974fbb3a47e905c90c9062fd935 /apps/user_webdavauth/l10n/hu_HU.php | |
parent | f70f9f3bc4ae85610891086e6652290db6b6c667 (diff) | |
download | nextcloud-server-329bddab481129b480ca187b694e507eff7fb125.tar.gz nextcloud-server-329bddab481129b480ca187b694e507eff7fb125.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/hu_HU.php')
-rw-r--r-- | apps/user_webdavauth/l10n/hu_HU.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/hu_HU.php b/apps/user_webdavauth/l10n/hu_HU.php new file mode 100644 index 00000000000..75a23ed7be4 --- /dev/null +++ b/apps/user_webdavauth/l10n/hu_HU.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"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." => "Az ownCloud rendszer erre a címre fogja elküldeni a felhasználók bejelentkezési adatait. Ha 401-es vagy 403-as http kódot kap vissza, azt sikertelen azonosításként fogja értelmezni, minden más kódot sikeresnek fog tekinteni." +); |