diff options
Diffstat (limited to 'plugins/55/wrap/lang/uk/lang.php')
-rw-r--r-- | plugins/55/wrap/lang/uk/lang.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/55/wrap/lang/uk/lang.php b/plugins/55/wrap/lang/uk/lang.php new file mode 100644 index 0000000..2e2967a --- /dev/null +++ b/plugins/55/wrap/lang/uk/lang.php @@ -0,0 +1,20 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Oleksiy <alexey.furashev@gmail.com> + */ +$lang['picker'] = 'Плагін Оформлення'; +$lang['column'] = 'колонки'; +$lang['box'] = 'простий блок по центру'; +$lang['info'] = 'інформаційний блок'; +$lang['tip'] = 'блок з порадою'; +$lang['important'] = 'важливий блок'; +$lang['alert'] = 'блок із застереженням'; +$lang['help'] = 'блок допомоги'; +$lang['download'] = 'блок завантаження'; +$lang['todo'] = 'блок завдання'; +$lang['em'] = 'особливо підкреслено'; +$lang['hi'] = 'виокремити'; +$lang['lo'] = 'менш значущий'; |