diff options
Diffstat (limited to 'plugins/userinfo/localization/hu_HU.inc')
-rw-r--r-- | plugins/userinfo/localization/hu_HU.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/userinfo/localization/hu_HU.inc b/plugins/userinfo/localization/hu_HU.inc new file mode 100644 index 000000000..a3497c7dd --- /dev/null +++ b/plugins/userinfo/localization/hu_HU.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/hu_HU/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Droszler Gabor <droszler@datatrans.hu> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['userinfo'] = 'Felhasználói információ'; +$labels['created'] = 'Létrehozva'; +$labels['lastlogin'] = 'Utolsó bejelentkezés'; +$labels['defaultidentity'] = 'Alapértelmezett azonosító'; + |