Files
opensourcepos/application/language/ru/messages_lang.php
Oleg 80cdd2f2d1 Translated using Weblate (Russian)
Currently translated at 100.0% (12 of 12 strings)

Translation: opensourcepos/messages
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/messages/ru/
2023-05-23 11:31:44 +02:00

14 lines
1.0 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["messages_first_name"] = "Имя";
$lang["messages_last_name"] = "Фамилия";
$lang["messages_message"] = "Сообщение";
$lang["messages_message_placeholder"] = "Введите сообщение...";
$lang["messages_message_required"] = "Сообщенние - обязательно для заполнения";
$lang["messages_multiple_phones"] = "(В случае нескольких получателей укажите номера мобильных телефонов через запятую)";
$lang["messages_phone"] = "Номер телефона";
$lang["messages_phone_number_required"] = "Номер телефона обязателен для заполнения";
$lang["messages_phone_placeholder"] = "Введите номер мобильного телефона...";
$lang["messages_sms_send"] = "Отправить SMS";
$lang["messages_successfully_sent"] = "Сообщение успешно отправлено: ";
$lang["messages_unsuccessfully_sent"] = "Сообщение не отправлено: ";