Files
opensourcepos/application/language/ru/common_lang.php
jekkos 69528baa21 Merge pull request #60
Update common_lang.csv

Spanish translation to CSV files. Spanish translation updated - xepaez 20150424

Added translation labels missing in CSV import forms.
2015-04-27 19:07:28 +02:00

57 lines
3.2 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_address_1"] = "Адрес 1";
$lang["common_address_2"] = "Адрес 2";
$lang["common_city"] = "Город";
$lang["common_comments"] = "Комментарии";
$lang["common_common"] = "общественно";
$lang["common_confirm_search"] = "Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?";
$lang["common_country"] = "Страна";
$lang["common_date"] = "Date";
$lang["common_delete"] = "Удалить";
$lang["common_det"] = "детали";
$lang["common_edit"] = "редактировать";
$lang["common_email"] = "Электронная почта";
$lang["common_email_invalid_format"] = "Это электронная почта не в нужный формат";
$lang["common_fields_required_message"] = "Красные пробела обязательно";
$lang["common_first_name"] = "Имя";
$lang["common_first_name_required"] = "Имя обязательный пробел";
$lang["common_first_page"] = "First";
$lang["common_gender"] = "Gender";
$lang["common_gender_female"] = "V";
$lang["common_gender_male"] = "M";
$lang["common_inv"] = "инв";
$lang["common_last_name"] = "Фамилия";
$lang["common_last_name_required"] = "Фамилия обязательный пробел";
$lang["common_last_page"] = "Last";
$lang["common_learn_about_project"] = ", чтобы узнать самую последнюю информацию о проекте";
$lang["common_list_of"] = "Список";
$lang["common_logout"] = "Выход";
$lang["common_new"] = "New";
$lang["common_no_persons_to_display"] = "Там нет людей, чтобы отобразить";
$lang["common_or"] = "ИЛИ";
$lang["common_phone_number"] = "Номер телефона";
$lang["common_phone_number_required"] = "";
$lang["common_please_visit_my"] = "пожалуйста, посетите";
$lang["common_powered_by"] = "самоходные из";
$lang["common_price"] = "Цена";
$lang["common_remove"] = "Снимать";
$lang["common_return_policy"] = "Возвратний полис";
$lang["common_search"] = "Пойск";
$lang["common_search_options"] = "Search options";
$lang["common_searched_for"] = "Искали за";
$lang["common_state"] = "Штат";
$lang["common_submit"] = "Подавать";
$lang["common_view_recent_sales"] = "Посмотреть Недавние Продажи";
$lang["common_website"] = "веб-сайт";
$lang["common_welcome"] = "Добро пожаловать";
$lang["common_welcome_message"] = "Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!";
$lang["common_you_are_using_ospos"] = "Вы использоваете Open Source Point Of Sale Версия";
$lang["common_zip"] = "Почтовый индекс";
$lang["common_import"] = "Import";
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
$lang["common_import_file_path"] = "file path";
$lang["common_import_excel"] = "Excel Import";
$lang["common_import_full_path"] = "Full path to excel file required";
$lang["common_required"] = "Required";