diff options
Diffstat (limited to 'plugins/55/wrap/lang/hu/lang.php')
-rw-r--r-- | plugins/55/wrap/lang/hu/lang.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/hu/lang.php b/plugins/55/wrap/lang/hu/lang.php new file mode 100644 index 0000000..4dbfc99 --- /dev/null +++ b/plugins/55/wrap/lang/hu/lang.php @@ -0,0 +1,21 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Marina Vladi <deldadam@gmail.com> + */ +$lang['picker'] = 'Wrap-csatoló'; +$lang['column'] = 'oszlopok'; +$lang['box'] = 'egyszerű, középre igazított doboz'; +$lang['info'] = 'információs doboz'; +$lang['tip'] = 'tippdoboz'; +$lang['important'] = 'fontos doboz'; +$lang['alert'] = 'figyelmeztető doboz'; +$lang['help'] = 'súgódoboz'; +$lang['download'] = 'letöltéshez doboz'; +$lang['todo'] = 'teendőhöz doboz'; +$lang['clear'] = 'float tiltása'; +$lang['em'] = 'különösen hangsúlyos'; +$lang['hi'] = 'kiemelt'; +$lang['lo'] = 'kevésbé fontos'; |