# This file is distributed under the same license as the Django package. # # Translators: # Eugene MechanisM , 2012. # Jannis Leidel , 2011. # Алексей Борискин , 2012. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-10-22 09:28+0200\n" "PO-Revision-Date: 2012-10-22 08:46+0000\n" "Last-Translator: Алексей Борискин \n" "Language-Team: Russian (http://www.transifex.com/projects/p/django/language/" "ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\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" #: views.py:58 views.py:60 views.py:62 msgid "tag:" msgstr "тег:" #: views.py:93 views.py:95 views.py:97 msgid "filter:" msgstr "фильтр:" #: views.py:156 views.py:158 views.py:160 msgid "view:" msgstr "view:" #: views.py:188 #, python-format msgid "App %r not found" msgstr "Приложение %r не найдено" #: views.py:195 #, python-format msgid "Model %(model_name)r not found in app %(app_label)r" msgstr "Модель %(model_name)r не найдена в приложении %(app_label)r" #: views.py:207 #, python-format msgid "the related `%(app_label)s.%(data_type)s` object" msgstr "зависимый `%(app_label)s.%(data_type)s` объект" #: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259 #: views.py:264 msgid "model:" msgstr "модель:" #: views.py:222 views.py:254 #, python-format msgid "related `%(app_label)s.%(object_name)s` objects" msgstr "связанные объекты `%(app_label)s.%(object_name)s`" #: views.py:226 views.py:259 #, python-format msgid "all %s" msgstr "все %s" #: views.py:231 views.py:264 #, python-format msgid "number of %s" msgstr "количество %s" #: views.py:269 #, python-format msgid "Fields on %s objects" msgstr "Поля объектов типа %s" #: views.py:361 #, python-format msgid "%s does not appear to be a urlpattern object" msgstr "%s не похож на объект urlpattern" #: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6 #: templates/admin_doc/missing_docutils.html:6 #: templates/admin_doc/model_detail.html:14 #: templates/admin_doc/model_index.html:8 #: templates/admin_doc/template_detail.html:6 #: templates/admin_doc/template_filter_index.html:7 #: templates/admin_doc/template_tag_index.html:7 #: templates/admin_doc/view_detail.html:6 #: templates/admin_doc/view_index.html:7 msgid "Home" msgstr "Начало" #: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7 #: templates/admin_doc/missing_docutils.html:7 #: templates/admin_doc/model_detail.html:15 #: templates/admin_doc/model_index.html:9 #: templates/admin_doc/template_detail.html:7 #: templates/admin_doc/template_filter_index.html:8 #: templates/admin_doc/template_tag_index.html:8 #: templates/admin_doc/view_detail.html:7 #: templates/admin_doc/view_index.html:8 msgid "Documentation" msgstr "Документация" #: templates/admin_doc/bookmarklets.html:8 msgid "Bookmarklets" msgstr "Закладки" #: templates/admin_doc/bookmarklets.html:11 msgid "Documentation bookmarklets" msgstr "Закладки документации" #: templates/admin_doc/bookmarklets.html:15 msgid "" "\n" "

To install bookmarklets, drag the link to your bookmarks\n" "toolbar, or right-click the link and add it to your bookmarks. Now you can\n" "select the bookmarklet from any page in the site. Note that some of these\n" "bookmarklets require you to be viewing the site from a computer designated\n" "as \"internal\" (talk to your system administrator if you aren't sure if\n" "your computer is \"internal\").

\n" msgstr "" "\n" "

Для установки закладок перетащите ссылку к себе на панель\n" "закладок или щелкните правой кнопкой мыши по ссылке и добавьте ее в\n" "закладки. Теперь у вас есть возможность выбрать закладку с любой страницы\n" "сайта. Обратите внимание: некоторые из этих закладок требуют, чтобы вы\n" "просматривали сайт с компьютера, определенного как \"внутренний\" (уточните\n" "у своего системного администратора, если не уверены, является ли ваш\n" "компьютер \"внутренним\").

\n" #: templates/admin_doc/bookmarklets.html:25 msgid "Documentation for this page" msgstr "Документация для данной страницы" #: templates/admin_doc/bookmarklets.html:26 msgid "" "Jumps you from any page to the documentation for the view that generates " "that page." msgstr "" "Перенаправляет вас с любой страницы к документации для view, который " "генерирует эту страницу." #: templates/admin_doc/bookmarklets.html:28 msgid "Show object ID" msgstr "Показать идентификатор объекта" #: templates/admin_doc/bookmarklets.html:29 msgid "" "Shows the content-type and unique ID for pages that represent a single " "object." msgstr "" "Показывает content-type и уникальный ID для страниц, представляющих один " "объект." #: templates/admin_doc/bookmarklets.html:31 msgid "Edit this object (current window)" msgstr "Редактировать данный объект (в текущем окне)" #: templates/admin_doc/bookmarklets.html:32 msgid "Jumps to the admin page for pages that represent a single object." msgstr "" "Перейдет на административную страницу для страниц, представляющих один " "объект." #: templates/admin_doc/bookmarklets.html:34 msgid "Edit this object (new window)" msgstr "Редактировать данный объект (в новом окне)" #: templates/admin_doc/bookmarklets.html:35 msgid "As above, but opens the admin page in a new window." msgstr "То же, что и выше, но откроет административную страницу в новом окне." #: templates/admin_doc/model_detail.html:16 #: templates/admin_doc/model_index.html:10 msgid "Models" msgstr "Модели" #: templates/admin_doc/template_detail.html:8 msgid "Templates" msgstr "Шаблоны" #: templates/admin_doc/template_filter_index.html:9 msgid "Filters" msgstr "Фильтры" #: templates/admin_doc/template_tag_index.html:9 msgid "Tags" msgstr "Теги" #: templates/admin_doc/view_detail.html:8 #: templates/admin_doc/view_index.html:9 msgid "Views" msgstr "View" #: tests/__init__.py:23 msgid "Boolean (Either True or False)" msgstr "Логическое (True или False)" #: tests/__init__.py:33 #, python-format msgid "Field of type: %(field_type)s" msgstr "Поле типа %(field_type)s"