123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-12-28 13:32+0000\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
- #: models.py:9 dashboard/modules.py:138 templates/admin/base.html:281
- msgid "URL"
- msgstr "URL"
- #: models.py:10
- msgid "title"
- msgstr ""
- #: models.py:11 models.py:26 dashboard/models.py:14
- msgid "user"
- msgstr ""
- #: models.py:12 models.py:27
- msgid "date created"
- msgstr ""
- #: models.py:15
- msgid "bookmark"
- msgstr ""
- #: models.py:16 templates/admin/base.html:294
- msgid "bookmarks"
- msgstr "закладки"
- #: models.py:25 dashboard/models.py:13
- msgid "application name"
- msgstr ""
- #: models.py:30
- msgid "pinned application"
- msgstr ""
- #: models.py:31
- msgid "pinned applications"
- msgstr ""
- #: dashboard/dashboard.py:207
- msgid "Quick links"
- msgstr "Быстрые ссылки"
- #: dashboard/dashboard.py:213
- msgid "Return to site"
- msgstr "Вернуться на сайт"
- #: dashboard/dashboard.py:214 templates/admin/base.html:102
- msgid "Change password"
- msgstr ""
- #: dashboard/dashboard.py:216 templates/admin/base.html:106
- msgid "Log out"
- msgstr ""
- #: dashboard/dashboard.py:224 dashboard/modules.py:268
- #: templates/admin/base.html:205 templates/admin/index.html:14
- msgid "Applications"
- msgstr "Приложения"
- #: dashboard/dashboard.py:232
- msgid "Administration"
- msgstr "Администрирование"
- #: dashboard/dashboard.py:240 dashboard/modules.py:413
- #: templates/admin/index.html:68
- msgid "Recent Actions"
- msgstr "Последние действия"
- #: dashboard/dashboard.py:248
- msgid "Latest Django News"
- msgstr "Новости от Django"
- #: dashboard/dashboard.py:257
- msgid "Support"
- msgstr "Поддержка"
- #: dashboard/dashboard.py:260
- msgid "Django documentation"
- msgstr "Документация по Django"
- #: dashboard/dashboard.py:265
- msgid "Django \"django-users\" mailing list"
- msgstr "Гугл-группа \"django-users\""
- #: dashboard/dashboard.py:270
- msgid "Django irc channel"
- msgstr "IRC канал Django"
- #: dashboard/dashboard.py:285
- msgid "Application models"
- msgstr "Модели приложения"
- #: dashboard/models.py:11 dashboard/modules.py:139
- #: templates/admin/base.html:279
- msgid "Title"
- msgstr "Название"
- #: dashboard/models.py:12
- msgid "module"
- msgstr ""
- #: dashboard/models.py:15
- msgid "column"
- msgstr ""
- #: dashboard/models.py:16
- msgid "order"
- msgstr ""
- #: dashboard/models.py:17
- msgid "settings"
- msgstr ""
- #: dashboard/models.py:18
- msgid "children"
- msgstr ""
- #: dashboard/models.py:19
- msgid "collapsed"
- msgstr ""
- #: dashboard/models.py:22
- msgid "user dashboard module"
- msgstr ""
- #: dashboard/models.py:23
- msgid "user dashboard modules"
- msgstr ""
- #: dashboard/modules.py:140
- msgid "External link"
- msgstr "Внешняя ссылка"
- #: dashboard/modules.py:144
- msgid "Layout"
- msgstr "Отображение"
- #: dashboard/modules.py:144
- msgid "Stacked"
- msgstr "Списком"
- #: dashboard/modules.py:144
- msgid "Inline"
- msgstr "В строчку"
- #: dashboard/modules.py:190 dashboard/modules.py:214
- msgid "Links"
- msgstr "Ссылки"
- #: dashboard/modules.py:213
- msgid "Link"
- msgstr "Ссылка"
- #: dashboard/modules.py:340
- msgid "Models"
- msgstr "Модели"
- #: dashboard/modules.py:383 dashboard/modules.py:490
- msgid "Items limit"
- msgstr "Количество элементов"
- #: dashboard/modules.py:491
- msgid "Feed URL"
- msgstr "URL потока"
- #: dashboard/modules.py:522
- msgid "RSS Feed"
- msgstr "RSS поток"
- #: dashboard/modules.py:568
- msgid "You must install the FeedParser python module"
- msgstr "Необходимо установить python модуль FeedParser"
- #: dashboard/modules.py:573
- msgid "You must provide a valid feed URL"
- msgstr "Необходимо указать корректный URL потока"
- #: dashboard/views.py:17
- msgid "Widget was successfully updated"
- msgstr "Виджет успешно изменен"
- #: dashboard/views.py:85 dashboard/templates/jet.dashboard/module.html:19
- #: dashboard/templates/jet.dashboard/modules/app_list.html:24
- #: dashboard/templates/jet.dashboard/modules/model_list.html:14
- #: templates/admin/index.html:40 templates/admin/edit_inline/stacked.html:44
- #: templates/admin/edit_inline/tabular.html:39
- msgid "Change"
- msgstr ""
- #: dashboard/views.py:89 dashboard/views.py:90
- msgid "Items"
- msgstr "Элементы"
- #: dashboard/views.py:152
- msgid "Widget has been successfully added"
- msgstr "Виджет успешно добавлен"
- #: dashboard/dashboard_modules/google_analytics.py:144
- #: dashboard/dashboard_modules/yandex_metrika.py:102
- msgid "Revoke access"
- msgstr "Убрать доступ"
- #: dashboard/dashboard_modules/google_analytics.py:149
- #: dashboard/dashboard_modules/yandex_metrika.py:107
- msgid "Grant access"
- msgstr "Предоставить доступ"
- #: dashboard/dashboard_modules/google_analytics.py:162
- #: dashboard/dashboard_modules/yandex_metrika.py:117
- msgid "Access"
- msgstr "Доступ"
- #: dashboard/dashboard_modules/google_analytics.py:163
- #: dashboard/dashboard_modules/yandex_metrika.py:118
- msgid "Counter"
- msgstr "Счетчик"
- #: dashboard/dashboard_modules/google_analytics.py:164
- #: dashboard/dashboard_modules/yandex_metrika.py:119
- msgid "Statistics period"
- msgstr "Статистика за период"
- #: dashboard/dashboard_modules/google_analytics.py:165
- #: dashboard/dashboard_modules/yandex_metrika.py:120
- msgid "Today"
- msgstr "Сегодня"
- #: dashboard/dashboard_modules/google_analytics.py:166
- #: dashboard/dashboard_modules/yandex_metrika.py:121
- msgid "Last week"
- msgstr "Последняя неделя"
- #: dashboard/dashboard_modules/google_analytics.py:167
- #: dashboard/dashboard_modules/yandex_metrika.py:122
- msgid "Last month"
- msgstr "Последний месяц"
- #: dashboard/dashboard_modules/google_analytics.py:168
- #: dashboard/dashboard_modules/yandex_metrika.py:123
- msgid "Last quarter"
- msgstr "Последний квартал"
- #: dashboard/dashboard_modules/google_analytics.py:169
- #: dashboard/dashboard_modules/yandex_metrika.py:124
- msgid "Last year"
- msgstr "Последний год"
- #: dashboard/dashboard_modules/google_analytics.py:179
- #: dashboard/dashboard_modules/yandex_metrika.py:134
- msgid "none"
- msgstr "не указано"
- #: dashboard/dashboard_modules/google_analytics.py:182
- #: dashboard/dashboard_modules/yandex_metrika.py:137
- msgid "grant access first"
- msgstr "сначала предоставьте доступ"
- #: dashboard/dashboard_modules/google_analytics.py:182
- #: dashboard/dashboard_modules/yandex_metrika.py:137
- msgid "counters loading failed"
- msgstr "не удалось загрузить счетчики"
- #: dashboard/dashboard_modules/google_analytics.py:187
- #: dashboard/dashboard_modules/yandex_metrika.py:142
- msgid "Show"
- msgstr "Показывать"
- #: dashboard/dashboard_modules/google_analytics.py:188
- #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:15
- msgid "Users"
- msgstr "Пользователи"
- #: dashboard/dashboard_modules/google_analytics.py:189
- #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:16
- msgid "Sessions"
- msgstr "Сессии"
- #: dashboard/dashboard_modules/google_analytics.py:190
- #: dashboard/dashboard_modules/yandex_metrika.py:145
- #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:17
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:17
- msgid "Views"
- msgstr "Просмотры"
- #: dashboard/dashboard_modules/google_analytics.py:192
- #: dashboard/dashboard_modules/google_analytics.py:200
- #: dashboard/dashboard_modules/yandex_metrika.py:147
- #: dashboard/dashboard_modules/yandex_metrika.py:155
- msgid "Group"
- msgstr "Группировать"
- #: dashboard/dashboard_modules/google_analytics.py:193
- #: dashboard/dashboard_modules/google_analytics.py:201
- #: dashboard/dashboard_modules/yandex_metrika.py:148
- #: dashboard/dashboard_modules/yandex_metrika.py:156
- msgid "By day"
- msgstr "По дням"
- #: dashboard/dashboard_modules/google_analytics.py:194
- #: dashboard/dashboard_modules/google_analytics.py:202
- #: dashboard/dashboard_modules/yandex_metrika.py:149
- #: dashboard/dashboard_modules/yandex_metrika.py:157
- msgid "By week"
- msgstr "По неделям"
- #: dashboard/dashboard_modules/google_analytics.py:195
- #: dashboard/dashboard_modules/google_analytics.py:203
- #: dashboard/dashboard_modules/yandex_metrika.py:150
- #: dashboard/dashboard_modules/yandex_metrika.py:158
- msgid "By month"
- msgstr "По месяцам"
- #: dashboard/dashboard_modules/google_analytics.py:276
- #, python-format
- msgid ""
- "Please <a href=\"%s\">attach Google account and choose Google Analytics "
- "counter</a> to start using widget"
- msgstr ""
- "Пожалуйста <a href=\"%s\">прикрепите аккаунт Google и выберите счетчик "
- "Google Analytics</a> для виджета"
- #: dashboard/dashboard_modules/google_analytics.py:279
- #, python-format
- msgid ""
- "Please <a href=\"%s\">select Google Analytics counter</a> to start using "
- "widget"
- msgstr ""
- "Пожалуйста <a href=\"%s\">выберите счетчик Google Analytics</a> для виджета"
- #: dashboard/dashboard_modules/google_analytics.py:298
- #: dashboard/dashboard_modules/google_analytics_views.py:42
- #: dashboard/dashboard_modules/yandex_metrika.py:235
- #: dashboard/dashboard_modules/yandex_metrika_views.py:37
- msgid "API request failed."
- msgstr "Ошибка запроса к API."
- #: dashboard/dashboard_modules/google_analytics.py:300
- #: dashboard/dashboard_modules/yandex_metrika.py:237
- #, python-format
- msgid " Try to <a href=\"%s\">revoke and grant access</a> again"
- msgstr " Попробуйте <a href=\"%s\">убрать и предоставить доступ</a> заново"
- #: dashboard/dashboard_modules/google_analytics.py:310
- msgid "Google Analytics visitors totals"
- msgstr "Данные о посещениях Google Analytics"
- #: dashboard/dashboard_modules/google_analytics.py:325
- msgid "users"
- msgstr "пользователи"
- #: dashboard/dashboard_modules/google_analytics.py:326
- msgid "sessions"
- msgstr "сессии"
- #: dashboard/dashboard_modules/google_analytics.py:327
- #: dashboard/dashboard_modules/yandex_metrika.py:266
- msgid "views"
- msgstr "просмотры"
- #: dashboard/dashboard_modules/google_analytics.py:329
- #: dashboard/dashboard_modules/google_analytics.py:387
- #: dashboard/dashboard_modules/google_analytics.py:437
- #: dashboard/dashboard_modules/yandex_metrika.py:268
- #: dashboard/dashboard_modules/yandex_metrika.py:320
- #: dashboard/dashboard_modules/yandex_metrika.py:364
- msgid "Bad server response"
- msgstr "Некорректный ответ сервера"
- #: dashboard/dashboard_modules/google_analytics.py:339
- msgid "Google Analytics visitors chart"
- msgstr "График посещений Google Analytics"
- #: dashboard/dashboard_modules/google_analytics.py:397
- msgid "Google Analytics period visitors"
- msgstr "Посещения Google Analytics за период"
- #: dashboard/dashboard_modules/google_analytics_views.py:26
- #: dashboard/dashboard_modules/google_analytics_views.py:46
- #: dashboard/dashboard_modules/yandex_metrika_views.py:23
- #: dashboard/dashboard_modules/yandex_metrika_views.py:45
- msgid "Module not found"
- msgstr "Модуль не найден"
- #: dashboard/dashboard_modules/google_analytics_views.py:44
- #: dashboard/dashboard_modules/yandex_metrika_views.py:43
- msgid "Bad arguments"
- msgstr "Некорректные аргументы"
- #: dashboard/dashboard_modules/yandex_metrika.py:143
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:15
- msgid "Visitors"
- msgstr "Посетители"
- #: dashboard/dashboard_modules/yandex_metrika.py:144
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:16
- msgid "Visits"
- msgstr "Визиты"
- #: dashboard/dashboard_modules/yandex_metrika.py:218
- #, python-format
- msgid ""
- "Please <a href=\"%s\">attach Yandex account and choose Yandex Metrika "
- "counter</a> to start using widget"
- msgstr ""
- "Пожалуйста <a href=\"%s\">прикрепите аккаунт Яндекс и выберите счетчик "
- "Яндекс Метрики</a> для виджета"
- #: dashboard/dashboard_modules/yandex_metrika.py:221
- #, python-format
- msgid ""
- "Please <a href=\"%s\">select Yandex Metrika counter</a> to start using widget"
- msgstr ""
- "Пожалуйста <a href=\"%s\">выберите счетчик Яндекс Метрики</a> для виджета"
- #: dashboard/dashboard_modules/yandex_metrika.py:249
- msgid "Yandex Metrika visitors totals"
- msgstr "Данные о посещениях Яндекс Метрики"
- #: dashboard/dashboard_modules/yandex_metrika.py:264
- msgid "visitors"
- msgstr "посетители"
- #: dashboard/dashboard_modules/yandex_metrika.py:265
- msgid "visits"
- msgstr "визиты"
- #: dashboard/dashboard_modules/yandex_metrika.py:278
- msgid "Yandex Metrika visitors chart"
- msgstr "График посещений Яндекс Метрики"
- #: dashboard/dashboard_modules/yandex_metrika.py:330
- msgid "Yandex Metrika period visitors"
- msgstr "Посещения Яндекс Метрики за период"
- #: dashboard/templates/admin/app_index.html:32
- #: dashboard/templates/jet.dashboard/update_module.html:14
- #: templates/admin/base.html:117 templates/admin/base.html.py:173
- #: templates/admin/change_form.html:17 templates/admin/change_list.html:33
- #: templates/admin/delete_confirmation.html:8
- #: templates/admin/delete_selected_confirmation.html:8
- #: templates/admin/object_history.html:6
- #: templates/registration/logged_out.html:4
- #: templates/registration/password_change_done.html:6
- #: templates/registration/password_change_form.html:6
- msgid "Home"
- msgstr ""
- #: dashboard/templates/jet.dashboard/dashboard.html:17
- msgid "Delete widget"
- msgstr "Удалить виджет"
- #: dashboard/templates/jet.dashboard/dashboard.html:18
- msgid "Are you sure want to delete this widget?"
- msgstr "Вы точно хотите удалить этот виджет?"
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:7
- msgid "widgets"
- msgstr "виджеты"
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:8
- msgid "available"
- msgstr "доступные"
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:13
- msgid "inititals"
- msgstr "изначальные"
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:18
- #: dashboard/templates/jet.dashboard/modules/app_list.html:18
- #: dashboard/templates/jet.dashboard/modules/model_list.html:8
- #: templates/admin/change_form.html:20 templates/admin/index.html:34
- msgid "Add"
- msgstr ""
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:21
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:27
- msgid "Reset widgets"
- msgstr "Сбросить виджеты"
- #: dashboard/templates/jet.dashboard/dashboard_tools.html:28
- msgid "Are you sure want to reset widgets?"
- msgstr "Вы точно хотите сбросить виджеты?"
- #: dashboard/templates/jet.dashboard/module.html:22
- #: templates/admin/delete_confirmation.html:12
- #: templates/admin/related_widget_wrapper.html:24
- #: templates/admin/submit_line.html:11
- msgid "Delete"
- msgstr ""
- #: dashboard/templates/jet.dashboard/update_module.html:35
- #: templates/admin/change_form.html:62
- msgid "General"
- msgstr "Общее"
- #: dashboard/templates/jet.dashboard/update_module.html:56
- #: templates/admin/change_list.html:61 templates/admin/login.html:27
- #: templates/admin/edit_inline/stacked.html:8
- #: templates/admin/edit_inline/tabular.html:10
- #: templates/admin/includes/fieldset.html:9
- #: templates/registration/password_change_form.html:21
- msgid "Please correct the errors below."
- msgstr ""
- #: dashboard/templates/jet.dashboard/update_module.html:126
- #: templates/admin/base.html:301 templates/admin/base.html.py:308
- #: templates/admin/edit_inline/stacked.html:21
- #: templates/admin/edit_inline/stacked.html:75
- #: templates/admin/edit_inline/tabular.html:100
- msgid "Remove"
- msgstr ""
- #: dashboard/templates/jet.dashboard/update_module.html:127
- #: templates/admin/edit_inline/stacked.html:76
- #: templates/admin/edit_inline/tabular.html:99
- #, python-format
- msgid "Add another %(verbose_name)s"
- msgstr ""
- #: dashboard/templates/jet.dashboard/update_module.html:135
- #: templates/admin/pagination.html:20 templates/admin/submit_line.html:4
- msgid "Save"
- msgstr ""
- #: dashboard/templates/jet.dashboard/modules/app_list.html:7
- #: dashboard/templates/jet.dashboard/modules/app_list.html:10
- #: templates/admin/index.html:23 templates/admin/index.html.py:26
- #, python-format
- msgid "Models in the %(name)s application"
- msgstr ""
- #: dashboard/templates/jet.dashboard/modules/feed.html:13
- #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:34
- #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_chart.html:30
- #: dashboard/templates/jet.dashboard/modules/google_analytics_visitors_totals.html:23
- #: dashboard/templates/jet.dashboard/modules/link_list.html:26
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:34
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_chart.html:30
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_visitors_totals.html:23
- msgid "Nothing to show"
- msgstr "Содержимое отсутствует"
- #: dashboard/templates/jet.dashboard/modules/google_analytics_period_visitors.html:14
- #: dashboard/templates/jet.dashboard/modules/yandex_metrika_period_visitors.html:14
- msgid "Date"
- msgstr ""
- #: dashboard/templates/jet.dashboard/modules/recent_actions.html:6
- #: templates/admin/index.html:75
- msgid "None available"
- msgstr ""
- #: dashboard/templates/jet.dashboard/modules/recent_actions.html:29
- #: templates/admin/index.html:98
- msgid "Unknown content"
- msgstr ""
- #: templates/admin/actions.html:8
- msgid "Run the selected action"
- msgstr ""
- #: templates/admin/actions.html:8
- msgid "Go"
- msgstr ""
- #: templates/admin/actions.html:17
- msgid "Click here to select the objects across all pages"
- msgstr ""
- #: templates/admin/actions.html:17
- #, python-format
- msgid "Select all %(total_count)s %(module_name)s"
- msgstr ""
- #: templates/admin/actions.html:19
- msgid "Clear selection"
- msgstr ""
- #: templates/admin/base.html:80
- msgid "current theme"
- msgstr ""
- #: templates/admin/base.html:159
- msgid "back"
- msgstr "назад"
- #: templates/admin/base.html:180
- msgid "View site"
- msgstr "Открыть сайт"
- #: templates/admin/base.html:188
- msgid "Documentation"
- msgstr ""
- #: templates/admin/base.html:276 templates/admin/base.html.py:293
- msgid "Add bookmark"
- msgstr "Добавить закладку"
- #: templates/admin/base.html:289
- msgid "Delete bookmark"
- msgstr "Удалить закладку"
- #: templates/admin/base.html:290
- msgid "Are you sure want to delete this bookmark?"
- msgstr "Вы точно хотите удалить эту закладку?"
- #: templates/admin/base.html:333
- msgid "Application page"
- msgstr "Страница приложения"
- #: templates/admin/base_site.html:3
- #, fuzzy
- msgid "Django site admin"
- msgstr "IRC канал Django"
- #: templates/admin/change_form.html:35 templates/admin/object_history.html:10
- msgid "History"
- msgstr ""
- #: templates/admin/change_form.html:38
- #: templates/admin/edit_inline/stacked.html:49
- #: templates/admin/edit_inline/tabular.html:45
- msgid "View on site"
- msgstr ""
- #: templates/admin/change_list.html:51
- #, python-format
- msgid "Add %(name)s"
- msgstr ""
- #: templates/admin/change_list.html:61 templates/admin/login.html:27
- #: templates/registration/password_change_form.html:21
- msgid "Please correct the error below."
- msgstr ""
- #: templates/admin/change_list_results.html:17
- #, python-format
- msgid "Sorting priority: %(priority_number)s"
- msgstr ""
- #: templates/admin/change_list_results.html:18
- msgid "Remove from sorting"
- msgstr ""
- #: templates/admin/change_list_results.html:19
- msgid "Toggle sorting"
- msgstr ""
- #: templates/admin/change_list_results.html:35
- msgid "try to reset filters"
- msgstr "попробуйте сбросить фильтры"
- #: templates/admin/delete_confirmation.html:18
- #, python-format
- msgid ""
- "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
- "related objects, but your account doesn't have permission to delete the "
- "following types of objects:"
- msgstr ""
- #: templates/admin/delete_confirmation.html:25
- #, python-format
- msgid ""
- "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
- "following protected related objects:"
- msgstr ""
- #: templates/admin/delete_confirmation.html:32
- #, python-format
- msgid ""
- "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
- "All of the following related items will be deleted:"
- msgstr ""
- #: templates/admin/delete_confirmation.html:41
- #: templates/admin/delete_selected_confirmation.html:43
- msgid "Yes, I'm sure"
- msgstr ""
- #: templates/admin/delete_confirmation.html:42
- #: templates/admin/delete_selected_confirmation.html:44
- msgid "No, take me back"
- msgstr "Нет, отменить и вернуться к выбору"
- #: templates/admin/delete_confirmation.html:56
- #: templates/admin/delete_selected_confirmation.html:59
- msgid "Objects"
- msgstr "Объекты"
- #: templates/admin/delete_selected_confirmation.html:11
- msgid "Delete multiple objects"
- msgstr ""
- #: templates/admin/delete_selected_confirmation.html:17
- #, python-format
- msgid ""
- "Deleting the selected %(objects_name)s would result in deleting related "
- "objects, but your account doesn't have permission to delete the following "
- "types of objects:"
- msgstr ""
- #: templates/admin/delete_selected_confirmation.html:24
- #, python-format
- msgid ""
- "Deleting the selected %(objects_name)s would require deleting the following "
- "protected related objects:"
- msgstr ""
- #: templates/admin/delete_selected_confirmation.html:31
- #, python-format
- msgid ""
- "Are you sure you want to delete the selected %(objects_name)s? All of the "
- "following objects and their related items will be deleted:"
- msgstr ""
- #: templates/admin/filter.html:6
- #, python-format
- msgid "%(filter_title)s"
- msgstr ""
- #: templates/admin/index.html:56
- msgid "You don't have permission to edit anything."
- msgstr ""
- #: templates/admin/login.html:16
- msgid "<span class=\"bright\">Admin</span> Site"
- msgstr "Панель <span class=\"bright\">Администратора</span>"
- #: templates/admin/login.html:21 templates/admin/login.html.py:54
- msgid "Log in"
- msgstr ""
- #: templates/admin/login.html:50
- msgid "Forgotten your password or username?"
- msgstr ""
- #: templates/admin/object_history.html:21
- msgid "Date/time"
- msgstr ""
- #: templates/admin/object_history.html:22
- msgid "User"
- msgstr ""
- #: templates/admin/object_history.html:23
- #, fuzzy
- msgid "Action"
- msgstr "Приложения"
- #: templates/admin/object_history.html:37
- msgid ""
- "This object doesn't have a change history. It probably wasn't added via this "
- "admin site."
- msgstr ""
- #: templates/admin/pagination.html:7 templates/admin/search_form.html:20
- msgid "Show all"
- msgstr ""
- #: templates/admin/related_widget_wrapper.html:8
- #, python-format
- msgid "Change selected %(model)s"
- msgstr "Изменить выбранный объект типа %(model)s"
- #: templates/admin/related_widget_wrapper.html:15
- #, python-format
- msgid "Add another %(model)s"
- msgstr "Добавить ещё один объект типа %(model)s"
- #: templates/admin/related_widget_wrapper.html:22
- #, python-format
- msgid "Delete selected %(model)s"
- msgstr "Удалить выбранный объект типа %(model)s"
- #: templates/admin/search_form.html:6 templates/admin/search_form.html:17
- msgid "Search"
- msgstr ""
- #: templates/admin/search_form.html:20
- #, python-format
- msgid "%(counter)s result"
- msgid_plural "%(counter)s results"
- msgstr[0] ""
- msgstr[1] ""
- msgstr[2] ""
- #: templates/admin/search_form.html:20
- #, python-format
- msgid "%(full_result_count)s total"
- msgstr ""
- #: templates/admin/submit_line.html:5
- msgid "Save as new"
- msgstr ""
- #: templates/admin/submit_line.html:6
- msgid "Save and add another"
- msgstr ""
- #: templates/admin/submit_line.html:7
- msgid "Save and continue editing"
- msgstr ""
- #: templates/admin/edit_inline/tabular.html:25
- msgid "Delete?"
- msgstr ""
- #: templates/admin/includes/object_delete_summary.html:2
- msgid "Summary"
- msgstr ""
- #: templates/registration/logged_out.html:9
- msgid "Thanks for spending some quality time with the Web site today."
- msgstr ""
- #: templates/registration/logged_out.html:10
- msgid "Log in again"
- msgstr ""
- #: templates/registration/password_change_done.html:7
- #: templates/registration/password_change_form.html:7
- msgid "Password change"
- msgstr ""
- #: templates/registration/password_change_done.html:15
- msgid "Your password was changed."
- msgstr ""
- #: templates/registration/password_change_form.html:25
- msgid ""
- "Please enter your old password, for security's sake, and then enter your new "
- "password twice so we can verify you typed it in correctly."
- msgstr ""
- #: templates/registration/password_change_form.html:50
- msgid "Change my password"
- msgstr ""
|