diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-16 14:28:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-16 14:28:47 +0000 |
| commit | 05d4629d7aaeb0cccb4aac1942ddb565e7505f79 (patch) | |
| tree | bafc41e45bcf1aa0ebbd4c6c04fbcdc782ad74bc /roundcubemail/plugins/password/localization | |
| parent | 4e67974713aed9b86a1ff4163d28d3957ccba2ef (diff) | |
- set pagetitle in php not js, hu_HU locale
git-svn-id: https://svn.roundcube.net/trunk@2492 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/localization')
| -rw-r--r-- | roundcubemail/plugins/password/localization/hu_HU.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/localization/hu_HU.inc b/roundcubemail/plugins/password/localization/hu_HU.inc new file mode 100644 index 000000000..8a4e5d678 --- /dev/null +++ b/roundcubemail/plugins/password/localization/hu_HU.inc @@ -0,0 +1,18 @@ +<?php + +$labels = array(); +$labels['changepasswd'] = 'Jelszóváltá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 két új jelszó nem egyezik.'; +$messages['nocryptfunction'] = 'Hiba történt a kérés feldolgozása során.'; +$messages['internalerror'] = 'Hiba történt a kérés feldolgozása során.'; +$messages['errorsaving'] = 'Hiba történt a kérés feldolgozása során.'; + +?> |
