Files
translate/admin/language/ukrainian/localisation/weight_class.php
2014-12-07 08:59:25 +02:00

35 lines
1.6 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Класи Ваги';
// Text
$_['text_success'] = 'Ви успішно змінили класи ваги!';
$_['text_list'] = 'Список класів ваги';
$_['text_add'] = 'Додати клас ваги';
$_['text_edit'] = 'Змінити клас ваги';
// Column
$_['column_title'] = 'Назва ваги';
$_['column_unit'] = 'Одиниця ваги';
$_['column_value'] = 'Значення';
$_['column_action'] = 'Дія';
// Entry
$_['entry_title'] = 'Назва ваги';
$_['entry_unit'] = 'Одиниця ваги';
$_['entry_value'] = 'Значення';
// Help
$_['help_value'] = 'Встановіть значення 1.00000 для ваги за замовчуванням.';
// Error
$_['error_permission'] = 'У Вас немає доступу до зміни класів ваги!';
$_['error_title'] = 'Назва ваги повинна містити від 3 до 32 символів!';
$_['error_unit'] = 'Одиниця ваги повинна містити від 1 до 4 символів!';
$_['error_default'] = 'Цей клас ваги неможливо видалити оскільки він використовується як клас ваги за замовчуванням!';
$_['error_product'] = 'Цей клас ваги неможливо видалити оскільки він використовується в %s товарах!';