# 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: 2017-05-22 11: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" #: dialing_app/models.py:8 msgid "No answer" msgstr "Не отвечен" #: dialing_app/models.py:9 msgid "Failed" msgstr "С ошибкой" #: dialing_app/models.py:10 msgid "Busy" msgstr "Занято" #: dialing_app/models.py:11 msgid "Answered" msgstr "Отвечен" #: dialing_app/models.py:12 msgid "Unknown" msgstr "Не определён" #: dialing_app/templates/index.html:8 msgid "Dialing" msgstr "Звонки" #: dialing_app/templates/index.html:11 msgid "Last calls" msgstr "Последние звонки" #: dialing_app/templates/index.html:19 msgid "calldate" msgstr "дата звонка" #: dialing_app/templates/index.html:20 msgid "src" msgstr "кто" #: dialing_app/templates/index.html:21 msgid "dst" msgstr "куда" #: dialing_app/templates/index.html:26 msgid "duration" msgstr "продолжительность" #: dialing_app/templates/index.html:28 msgid "start" msgstr "начало" #: dialing_app/templates/index.html:29 msgid "answer" msgstr "ответ" #: dialing_app/templates/index.html:30 msgid "end" msgstr "конец" #: dialing_app/templates/index.html:31 msgid "disposition" msgstr "состояние" #: dialing_app/templates/index.html:57 msgid "Calls was not found" msgstr "Звонки не найдены" msgid "Play" msgstr "Слушать" msgid "User with the telephone number not found" msgstr "Абонент с таким номером телефона не найден" msgid "Multiple users with the telephone number" msgstr "Несколько абонентов с указанным номером телефона"