djangocms_blog/djangocms_blog/locale/ru/LC_MESSAGES/django.po

254 lines
6.1 KiB
Plaintext
Raw Normal View History

# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
2014-04-19 17:28:21 +00:00
#
# Translators:
# Iacopo Spalletti, 2014
msgid ""
msgstr ""
2014-04-19 17:28:21 +00:00
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
2014-04-19 17:28:21 +00:00
"POT-Creation-Date: 2014-04-19 19:27+0200\n"
"PO-Revision-Date: 2014-04-19 17:27+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/djangocms-blog/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2014-04-19 17:28:21 +00:00
"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"
"X-Generator: Lokalize 1.5\n"
2014-03-05 17:12:03 +00:00
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
2014-03-24 06:35:16 +00:00
#: cms_plugins.py:67 cms_toolbar.py:17
msgid "Blog"
msgstr "Блог"
2014-03-05 17:12:03 +00:00
#: cms_plugins.py:20
msgid "Latest Blog Articles"
msgstr "Последние статьи блога"
2014-03-05 17:12:03 +00:00
#: cms_plugins.py:33
msgid "Author Blog Articles"
msgstr "Автор"
2014-03-05 17:12:03 +00:00
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
msgid "Tags"
msgstr "Тэги"
2014-03-05 17:12:03 +00:00
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
msgid "Categories"
msgstr "Categories"
2014-03-24 06:35:16 +00:00
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:4
msgid "Archive"
msgstr "Архив"
2014-03-24 06:35:16 +00:00
#: cms_toolbar.py:19
msgid "Post list"
msgstr "Список статей"
2014-03-24 06:35:16 +00:00
#: cms_toolbar.py:21
msgid "Add post"
msgstr "Добавить статью"
2014-03-24 06:35:16 +00:00
#: cms_toolbar.py:25
msgid "Edit Post"
msgstr ""
#: feeds.py:16
#, python-format
msgid "Blog articles on %(site_name)s"
msgstr "Статьи из блог на %(site_name)s"
2014-04-19 17:28:21 +00:00
#: models.py:27
msgid "parent"
msgstr "предок"
2014-04-19 17:28:21 +00:00
#: models.py:29
msgid "created at"
msgstr "время создания"
2014-04-19 17:28:21 +00:00
#: models.py:30
msgid "modified at"
msgstr "время изменения"
2014-04-19 17:28:21 +00:00
#: models.py:33
msgid "name"
msgstr "название"
2014-04-19 17:28:21 +00:00
#: models.py:34 models.py:89
msgid "slug"
msgstr "URL"
2014-04-19 17:28:21 +00:00
#: models.py:41
msgid "blog category"
msgstr "категория блога"
2014-04-19 17:28:21 +00:00
#: models.py:42
msgid "blog categories"
msgstr "категории блога"
2014-04-19 17:28:21 +00:00
#: models.py:64
msgid "Author"
msgstr "Автор"
2014-03-24 06:35:16 +00:00
#: models.py:69
msgid "Published Since"
msgstr "Опубликована с"
2014-03-24 06:35:16 +00:00
#: models.py:71
msgid "Published Until"
msgstr "Опубликована до"
2014-03-24 06:35:16 +00:00
#: models.py:73
msgid "Publish"
msgstr "Показывать на сайте"
2014-03-24 06:35:16 +00:00
#: models.py:74
msgid "category"
msgstr "категория"
2014-03-24 06:35:16 +00:00
#: models.py:76
2014-03-05 17:12:03 +00:00
msgid "Main image"
msgstr "Картинка для статьи"
2014-04-19 17:28:21 +00:00
#: models.py:79
2014-03-05 17:12:03 +00:00
msgid "Main image thumbnail"
msgstr "Уменьшенная копия"
2014-04-19 17:28:21 +00:00
#: models.py:83
2014-03-05 17:12:03 +00:00
msgid "Main image full"
msgstr "Полный размер"
2014-04-19 17:28:21 +00:00
#: models.py:88
2014-03-05 17:12:03 +00:00
msgid "Title"
msgstr "Заголовок"
2014-03-24 06:35:16 +00:00
#: models.py:90
2014-04-19 17:28:21 +00:00
msgid "Abstract"
msgstr ""
#: models.py:91
2014-03-05 17:12:03 +00:00
msgid "Post meta description"
msgstr ""
2014-04-19 17:28:21 +00:00
#: models.py:93
2014-03-24 06:35:16 +00:00
msgid "Post meta keywords"
msgstr ""
2014-04-19 17:28:21 +00:00
#: models.py:148
msgid "blog article"
msgstr "статья блога"
2014-04-19 17:28:21 +00:00
#: models.py:149
msgid "blog articles"
msgstr "статьи блога"
2014-04-19 17:28:21 +00:00
#: models.py:186 models.py:211
msgid "Articles"
msgstr "Статьи"
2014-04-19 17:28:21 +00:00
#: models.py:187
msgid "The number of latests articles to be displayed."
msgstr "Количество показываемых последних статей."
2014-04-19 17:28:21 +00:00
#: models.py:189
msgid "Show only the blog articles tagged with chosen tags."
msgstr "Показывать только статьи с выбранными тэгами."
2014-04-19 17:28:21 +00:00
#: models.py:191
msgid "Show only the blog articles tagged with chosen categories."
msgstr "Показывать только статьи из выбранныех категорий."
2014-04-19 17:28:21 +00:00
#: models.py:208 templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Авторы"
2014-04-19 17:28:21 +00:00
#: models.py:212
msgid "The number of author articles to be displayed."
msgstr "Количество статей автора, которые будут показаны."
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_detail.html:16
#: templates/djangocms_blog/includes/blog_item.html:10
msgid "by"
msgstr "создана"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Статьи созданы"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Тэг"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:14
msgid "Category"
msgstr "Категория"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:21
#: templates/djangocms_blog/plugins/archive.html:27
#: templates/djangocms_blog/plugins/authors.html:15
#: templates/djangocms_blog/plugins/categories.html:16
#: templates/djangocms_blog/plugins/latest_entries.html:7
#: templates/djangocms_blog/plugins/tags.html:16
msgid "No article found."
msgstr "Не найдено ни одной статьи."
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Назад"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:30
msgid "previous"
msgstr "предыдущая"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:33
msgid "Page"
msgstr "Страница"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:33
msgid "of"
msgstr "из"
2014-03-24 06:35:16 +00:00
#: templates/djangocms_blog/post_list.html:36
msgid "next"
msgstr "следующая"
2014-03-05 17:12:03 +00:00
#: templates/djangocms_blog/includes/blog_item.html:44
msgid "read more"
msgstr "продолжение"
#: templates/djangocms_blog/plugins/archive.html:18
#: templates/djangocms_blog/plugins/authors.html:10
#: templates/djangocms_blog/plugins/categories.html:11
#: templates/djangocms_blog/plugins/tags.html:11
#, python-format
msgid "1 article"
msgid_plural "%(articles)s articles"
msgstr[0] "%(articles)s статья"
msgstr[1] "%(articles)s статьи"
msgstr[2] "%(articles)s статей"
#: templates/djangocms_blog/plugins/archive.html:19
#: templates/djangocms_blog/plugins/authors.html:11
#: templates/djangocms_blog/plugins/categories.html:12
#: templates/djangocms_blog/plugins/tags.html:12
msgid "0 articles"
msgstr "0 статей"
2014-04-19 17:28:21 +00:00
#~ msgid "Text"
#~ msgstr "Text"
#~ msgid "blog post"
#~ msgstr "blog post"
#~ msgid "Posts"
#~ msgstr "Posts"
#~ msgid "Entries by"
#~ msgstr "Entries by"
#~ msgid "No entry found."
#~ msgstr "No entry found."