# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Dmitry Novikov nerosketch@gmail.com, 2017. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-09 14:59+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Dmitry Novikov nerosketch@gmail.com\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" "%100>=11 && n%100<=14)? 2 : 3);\n" #: models.py:9 models.py:44 msgid "No answer" msgstr "Не отвечен" #: models.py:10 models.py:46 models.py:101 msgid "Failed" msgstr "С ошибкой" #: models.py:11 models.py:48 msgid "Busy" msgstr "Занято" #: models.py:12 models.py:50 msgid "Answered" msgstr "Отвечен" #: models.py:13 models.py:52 msgid "Unknown" msgstr "Не определён" #: models.py:84 models.py:108 msgid "Can view sms" msgstr "Может просматривать смс" #: models.py:86 models.py:87 msgid "SMS" msgstr "СМС" #: models.py:95 msgid "When" msgstr "Когда" #: models.py:96 templates/index.html:25 msgid "Telephone" msgstr "Телефон" #: models.py:97 msgid "Text" msgstr "Текст" #: models.py:99 msgid "New" msgstr "Новое" #: models.py:100 msgid "Sent" msgstr "Отправленное" #: models.py:103 msgid "Status" msgstr "Статус" #: models.py:109 msgid "Can send sms" msgstr "Может отправлять смс" #: models.py:111 models.py:112 msgid "Out SMS" msgstr "Исходящие СМС" #: templates/ext.html:8 templates/ext.html:25 views.py:45 msgid "Last calls" msgstr "Последние звонки" #: templates/ext.html:32 views.py:74 msgid "Voice mail request" msgstr "Заявки на подключение" #: templates/ext.html:39 views.py:83 msgid "Voice mail report" msgstr "Заявки на поломки" #: templates/ext.html:46 templates/inbox_sms.html:7 msgid "Inbox sms" msgstr "Входящие смс" #: templates/inbox_sms.html:23 msgid "Message history is empty" msgstr "История сообщений пуста" #: templates/inbox_sms.html:31 templates/modal_send_sms.html:5 msgid "Send sms" msgstr "Отправить смс" #: templates/index.html:9 templates/vmail.html:10 msgid "Play" msgstr "Слушать" #: templates/index.html:10 templates/index.html:36 templates/vmail.html:11 msgid "calldate" msgstr "дата звонка" #: templates/index.html:11 templates/vmail.html:12 msgid "src" msgstr "кто" #: templates/index.html:12 msgid "dst" msgstr "куда" #: templates/index.html:13 templates/vmail.html:13 msgid "duration" msgstr "продолжительность" #: templates/index.html:14 templates/vmail.html:14 msgid "start" msgstr "начало" #: templates/index.html:15 templates/vmail.html:15 msgid "answer" msgstr "ответ" #: templates/index.html:16 templates/vmail.html:16 msgid "end" msgstr "конец" #: templates/index.html:17 templates/vmail.html:17 msgid "disposition" msgstr "состояние" #: templates/index.html:23 views.py:94 msgid "Find dials" msgstr "Найти звонки" #: templates/index.html:34 msgid "Find by dates" msgstr "Найти по дате" #: templates/index.html:64 msgid "Download" msgstr "Скачать" #: templates/index.html:80 templates/vmail.html:42 msgid "Calls was not found" msgstr "Звонки не найдены" #: templates/modal_send_sms.html:19 msgid "Send" msgstr "Отправить" #: views.py:55 msgid "Multiple users with the telephone number" msgstr "Несколько абонентов с указанным номером телефона" #: views.py:57 msgid "User with the telephone number not found" msgstr "Абонент с таким номером телефона не найден" #: views.py:114 msgid "Make sure that your date format is correct" msgstr "Убедитесь что формат времени корректен" #: views.py:138 msgid "Message was enqueued for sending" msgstr "Сообщение было поставлено в очередь для отправки" #: views.py:151 msgid "fix form errors" msgstr "Некоторые поля заполнены не правильно, проверте ещё раз"