diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-10 16:01:22 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-10 16:01:22 +0100 |
commit | aed581b6c4c5950a1fb9b514f133ecdf3d1c827f (patch) | |
tree | f9743b818216153bf75b9797cf4ecaa117e6b682 /plugins/password/localization/hu_HU.inc | |
parent | 8e50ae9a6f8d969c5569bcf2ce0040d76dc39011 (diff) |
Import all translations from Transifex
Diffstat (limited to 'plugins/password/localization/hu_HU.inc')
-rw-r--r-- | plugins/password/localization/hu_HU.inc | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/plugins/password/localization/hu_HU.inc b/plugins/password/localization/hu_HU.inc index 3fb9a93d6..6b6077115 100644 --- a/plugins/password/localization/hu_HU.inc +++ b/plugins/password/localization/hu_HU.inc @@ -2,30 +2,36 @@ /* +-----------------------------------------------------------------------+ - | localization/hu_HU/labels.inc | + | plugins/password/localization/<lang>.inc | | | - | Language file of the Roundcube Webmail client | - | Copyright (C) 2012, The Roundcube Dev Team | - | Licensed under the GNU General Public License | + | Localization file of the Roundcube Webmail Password plugin | + | Copyright (C) 2012-2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+ - | Author: bela | - +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ $labels = array(); -$labels['changepasswd'] = 'Jelszó módosítás'; -$labels['curpasswd'] = 'Jelenlegi jelszó:'; -$labels['newpasswd'] = 'Új jelszó:'; -$labels['confpasswd'] = 'Új jelszó mégegyszer:'; -$labels['nopassword'] = 'Kérjük adja meg az új jelszót.'; -$labels['nocurpassword'] = 'Kérjük adja meg a jelenlegi jelszót.'; -$labels['passwordincorrect'] = 'Érvénytelen a jelenlegi jelszó.'; -$labels['passwordinconsistency'] = 'A beírt jelszavak nem azonosak. Próbálja újra.'; -$labels['crypterror'] = 'Hiba történt a kérés feldolgozása során.'; -$labels['connecterror'] = 'Az új jelszó mentése nem sikerült. Hiba a kapcsolatban'; -$labels['internalerror'] = 'Hiba történt a kérés feldolgozása során.'; -$labels['passwordshort'] = 'A jelszónak legalább $length karakter hosszunak kell lennie.'; -$labels['passwordweak'] = 'A jelszónak mindenképpen kell tartalmaznia egy számot és egy írásjelet.'; -$labels['passwordforbidden'] = 'A jelszó tiltott karaktert is tartalmaz.'; +$labels['changepasswd'] = 'Jelszó módosítás'; +$labels['curpasswd'] = 'Jelenlegi jelszó:'; +$labels['newpasswd'] = 'Új jelszó:'; +$labels['confpasswd'] = 'Új jelszó mégegyszer:'; + +$messages = array(); +$messages['nopassword'] = 'Kérjük adja meg az új jelszót.'; +$messages['nocurpassword'] = 'Kérjük adja meg a jelenlegi jelszót.'; +$messages['passwordincorrect'] = 'Érvénytelen a jelenlegi jelszó.'; +$messages['passwordinconsistency'] = 'A beírt jelszavak nem azonosak. Próbálja újra.'; +$messages['crypterror'] = 'Hiba történt a kérés feldolgozása során.'; +$messages['connecterror'] = 'Az új jelszó mentése nem sikerült. Hiba a kapcsolatban'; +$messages['internalerror'] = 'Hiba történt a kérés feldolgozása során.'; +$messages['passwordshort'] = 'A jelszónak legalább $length karakter hosszunak kell lennie.'; +$messages['passwordweak'] = 'A jelszónak mindenképpen kell tartalmaznia egy számot és egy írásjelet.'; +$messages['passwordforbidden'] = 'A jelszó tiltott karaktert is tartalmaz.'; +?> |