Merge pull request #2 from siterra/master
Russian translation + small translations fix
This commit is contained in:
commit
157c3cfe41
5 changed files with 220 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -43,3 +43,5 @@ docs/build
|
|||
|
||||
*.lokalize
|
||||
lokalize*
|
||||
|
||||
.idea
|
||||
|
|
|
@ -112,10 +112,14 @@ msgstr "Articles"
|
|||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "The number of latests articles to be displayed."
|
||||
|
||||
#: models.py:141 models.py:143
|
||||
#: models.py:141
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Show only the blog articles tagged with chosen tags."
|
||||
|
||||
#: models.py:143
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Show only the blog articles tagged with chosen categories."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Authors"
|
||||
|
|
|
@ -112,10 +112,14 @@ msgstr "Articoli"
|
|||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "Il numero di articoli da mostrare."
|
||||
|
||||
#: models.py:141 models.py:143
|
||||
#: models.py:141
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Mostra solo gli articoli marcati con i tag selezionati."
|
||||
|
||||
#: models.py:143
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Autori"
|
||||
|
|
207
djangocms_blog/locale/ru/LC_MESSAGES/django.po
Normal file
207
djangocms_blog/locale/ru/LC_MESSAGES/django.po
Normal file
|
@ -0,0 +1,207 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Iacopo Spalletti, 2014.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-27 15:00+0100\n"
|
||||
"PO-Revision-Date: 2014-02-27 15:08+0100\n"
|
||||
"Last-Translator: Max Vyaznikov <maxvyaznikov@gmail.com>\n"
|
||||
"Language: ru\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"
|
||||
|
||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
||||
msgid "Blog"
|
||||
msgstr "Блог"
|
||||
|
||||
#: cms_plugins.py:19
|
||||
msgid "Latest Blog Articles"
|
||||
msgstr "Последние статьи блога"
|
||||
|
||||
#: cms_plugins.py:31
|
||||
msgid "Author Blog Articles"
|
||||
msgstr "Автор"
|
||||
|
||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
||||
msgid "Tags"
|
||||
msgstr "Тэги"
|
||||
|
||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
||||
msgid "Categories"
|
||||
msgstr "Categories"
|
||||
|
||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
||||
#: templates/djangocms_blog/plugins/archive.html:4
|
||||
msgid "Archive"
|
||||
msgstr "Архив"
|
||||
|
||||
#: cms_toolbar.py:15
|
||||
msgid "Post list"
|
||||
msgstr "Список статей"
|
||||
|
||||
#: cms_toolbar.py:17
|
||||
msgid "Add post"
|
||||
msgstr "Добавить статью"
|
||||
|
||||
#: feeds.py:16
|
||||
#, python-format
|
||||
msgid "Blog articles on %(site_name)s"
|
||||
msgstr "Статьи из блог на %(site_name)s"
|
||||
|
||||
#: models.py:26
|
||||
msgid "parent"
|
||||
msgstr "предок"
|
||||
|
||||
#: models.py:28
|
||||
msgid "created at"
|
||||
msgstr "время создания"
|
||||
|
||||
#: models.py:29
|
||||
msgid "modified at"
|
||||
msgstr "время изменения"
|
||||
|
||||
#: models.py:32
|
||||
msgid "name"
|
||||
msgstr "название"
|
||||
|
||||
#: models.py:33 models.py:84
|
||||
msgid "slug"
|
||||
msgstr "URL"
|
||||
|
||||
#: models.py:40
|
||||
msgid "blog category"
|
||||
msgstr "категория блога"
|
||||
|
||||
#: models.py:41
|
||||
msgid "blog categories"
|
||||
msgstr "категории блога"
|
||||
|
||||
#: models.py:67
|
||||
msgid "Published Since"
|
||||
msgstr "Опубликована с"
|
||||
|
||||
#: models.py:69
|
||||
msgid "Published Until"
|
||||
msgstr "Опубликована до"
|
||||
|
||||
#: models.py:72
|
||||
msgid "category"
|
||||
msgstr "категория"
|
||||
|
||||
#: models.py:94
|
||||
msgid "blog article"
|
||||
msgstr "статья блога"
|
||||
|
||||
#: models.py:95
|
||||
msgid "blog articles"
|
||||
msgstr "статьи блога"
|
||||
|
||||
#: models.py:138 models.py:163
|
||||
msgid "Articles"
|
||||
msgstr "Статьи"
|
||||
|
||||
#: models.py:139
|
||||
msgid "The number of latests articles to be displayed."
|
||||
msgstr "Количество показываемых последних статей."
|
||||
|
||||
#: models.py:141
|
||||
msgid "Show only the blog articles tagged with chosen tags."
|
||||
msgstr "Показывать только статьи с выбранными тэгами."
|
||||
|
||||
#: models.py:143
|
||||
msgid "Show only the blog articles tagged with chosen categories."
|
||||
msgstr "Показывать только статьи из выбранныех категорий."
|
||||
|
||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
||||
msgid "Authors"
|
||||
msgstr "Авторы"
|
||||
|
||||
#: models.py:164
|
||||
msgid "The number of author articles to be displayed."
|
||||
msgstr "Количество статей автора, которые будут показаны."
|
||||
|
||||
#: templates/djangocms_blog/post_detail.html:12
|
||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||
msgid "by"
|
||||
msgstr "создана"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:9
|
||||
msgid "Articles by"
|
||||
msgstr "Статьи созданы"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:11
|
||||
msgid "Tag"
|
||||
msgstr "Тэг"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:12
|
||||
msgid "Category"
|
||||
msgstr "Категория"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:19
|
||||
#: 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 "Не найдено ни одной статьи."
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:22
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:28
|
||||
msgid "previous"
|
||||
msgstr "предыдущая"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:31
|
||||
msgid "Page"
|
||||
msgstr "Страница"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:31
|
||||
msgid "of"
|
||||
msgstr "из"
|
||||
|
||||
#: templates/djangocms_blog/post_list.html:34
|
||||
msgid "next"
|
||||
msgstr "следующая"
|
||||
|
||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
||||
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] "1 статья"
|
||||
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 статей"
|
||||
|
||||
#~ msgid "blog post"
|
||||
#~ msgstr "blog post"
|
||||
|
||||
#~ msgid "Posts"
|
||||
#~ msgstr "Posts"
|
||||
|
||||
#~ msgid "Entries by"
|
||||
#~ msgstr "Entries by"
|
||||
|
||||
#~ msgid "No entry found."
|
||||
#~ msgstr "No entry found."
|
|
@ -141,7 +141,7 @@ class LatestPostsPlugin(CMSPlugin):
|
|||
tags = models.ManyToManyField('taggit.Tag', blank=True,
|
||||
help_text=_('Show only the blog articles tagged with chosen tags.'))
|
||||
categories = models.ManyToManyField('BlogCategory', blank=True,
|
||||
help_text=_('Show only the blog articles tagged with chosen tags.'))
|
||||
help_text=_('Show only the blog articles tagged with chosen categories.'))
|
||||
|
||||
def __unicode__(self):
|
||||
return u"%s latest articles by tag" % self.latest_posts
|
||||
|
|
Loading…
Reference in a new issue