Files
opensourcepos/application/language/ru/common_lang.php
jekkos-t520 ee89f1971b Deleted sales can be shown again under items
Language folders renamed + fix for loading them
Added smoe translations to the nl-BE language
Autoload settings adapted
2014-02-27 23:43:37 +01:00

41 lines
2.6 KiB
PHP
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
$lang['common_common'] = 'общественно';
$lang['common_submit'] = 'Подавать';
$lang['common_or'] = 'ИЛИ';
$lang['common_powered_by'] = 'самоходные из';
$lang['common_welcome'] = 'Добро пожаловать';
$lang['common_logout'] = 'Выход';
$lang['common_list_of'] = 'Список';
$lang['common_first_name'] = 'Имя';
$lang['common_last_name'] = 'Фамилия';
$lang['common_email'] = 'Электронная почта';
$lang['common_phone_number'] = 'Номер телефона';
$lang['common_address_1'] = 'Адрес 1';
$lang['common_address_2'] = 'Адрес 2';
$lang['common_city'] = 'Город';
$lang['common_state'] = 'Штат';
$lang['common_zip'] = 'Почтовый индекс';
$lang['common_country'] = 'Страна';
$lang['common_comments'] = 'Комментарии';
$lang['common_edit'] = 'редактировать';
$lang['common_search'] = 'Пойск';
$lang['common_delete'] = 'Удалить';
$lang['common_remove'] = 'Снимать';
$lang['common_view_recent_sales'] = 'Посмотреть Недавние Продажи';
$lang['common_you_are_using_ospos'] = 'Вы использоваете Open Source Point Of Sale Версия';
$lang['common_please_visit_my'] = 'пожалуйста, посетите';
$lang['common_website'] = 'веб-сайт';
$lang['common_fields_required_message'] = 'Красные пробела обязательно';
$lang['common_learn_about_project'] = ', чтобы узнать самую последнюю информацию о проекте';
$lang['common_searched_for'] = 'Искали за';
$lang['common_first_name_required'] = 'Имя обязательный пробел';
$lang['common_last_name_required'] = 'Фамилия обязательный пробел';
$lang['common_email_invalid_format'] = 'Это электронная почта не в нужный формат';
$lang['common_confirm_search'] = 'Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?';
$lang['common_no_persons_to_display'] = 'Там нет людей, чтобы отобразить';
$lang['common_return_policy'] = 'Возвратний полис';
$lang['common_price'] = 'Цена';
$lang['common_welcome_message']= 'Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!';
$lang['common_inv'] = 'инв';
$lang['common_det'] = 'детали';
?>