# 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-11-03 00:12+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:7 msgid "Map point title" msgstr "Название точки" #: models.py:8 msgid "Latitude" msgstr "Широта" #: models.py:9 templates/maps/options.html.py:18 msgid "Longitude" msgstr "Долгота" #: models.py:10 templates/maps/dot.html.py:63 msgid "Devices" msgstr "Устройства" #: models.py:11 msgid "Attachment" msgstr "Приложение" #: models.py:15 msgid "Map point" msgstr "Геоточка" #: models.py:16 msgid "Map points" msgstr "Геоточки" #: models.py:18 msgid "Can view" msgstr "Может просматривать" #: templates/maps/add_device.html:8 templates/maps/dot.html.py:8 #: templates/maps/options.html:7 msgid "Map settings" msgstr "Настройки карты" #: templates/maps/add_device.html:10 msgid "Add devices" msgstr "Добавить устройства" #: templates/maps/add_device.html:24 msgid "Pick the group" msgstr "Выбрать группу" #: templates/maps/add_device.html:55 msgid "Select the devices" msgstr "Выбрать устройства" #: templates/maps/add_device.html:62 templates/maps/dot.html.py:49 #: templates/maps/modal_add_device.html:15 templates/maps/modal_add_dot.html:25 msgid "Save" msgstr "Сохранить" #: templates/maps/dot.html:13 msgid "Add new point" msgstr "Добавить новую точку" #: templates/maps/dot.html:52 msgid "Reset" msgstr "Сбросить" #: templates/maps/dot.html:83 msgid "User group has no attached" msgstr "Группа абонентов не привязана" #: templates/maps/dot.html:89 msgid "Devices not found" msgstr "Устройства не найдены" #: templates/maps/dot.html:94 msgid "Add" msgstr "Добавить" #: templates/maps/map_tooltip.html:15 msgid "Pinned devices not found" msgstr "Привязанные устройства не найдены" #: templates/maps/modal_add_device.html:5 msgid "Add device" msgstr "Добавить устройство" #: templates/maps/modal_add_device.html:17 msgid "Close" msgstr "Закрыть" #: templates/maps/modal_add_dot.html:6 msgid "Add point" msgstr "Добавить точку" #: templates/maps/modal_add_dot.html:9 #, python-format msgid "Coords: %(coords)s" msgstr "Координаты %(coords)s" #: templates/maps/options.html:17 msgid "Title" msgstr "Название" #: templates/maps/options.html:32 msgid "Edit" msgstr "Изменить" #: templates/maps/options.html:39 msgid "Delete" msgstr "Удалить" #: templates/maps/options.html:49 msgid "You have not created map points yet" msgstr "Вы ещё не создали ни одной геоточки" #: templates/maps/options.html:49 msgid "Create" msgstr "Создать" #: templates/maps/preload_devices_tmpl.html:7 msgid "no devices found" msgstr "нет усройств" #: templates/maps/ya_index.html:11 msgid "Loading.." msgstr "Загрузка.." #: templates/maps/ya_index.html:144 msgid "Layers" msgstr "Слои" #: templates/maps/ya_index.html:153 msgid "Show all" msgstr "Показать всё" #: views.py:53 msgid "Map point has been saved" msgstr "Геоточка сохранена" #: views.py:56 views.py:111 msgid "fix form errors" msgstr "исправте ошибки формы" #: views.py:66 views.py:79 msgid "Map point does not exist" msgstr "Геоточка не найдена" #: views.py:77 #, python-format msgid "Map point '%(title)s' has been deleted" msgstr "Геоточка '%(title)s' была удалена"