Update translation sources
This commit is contained in:
parent
c79668c46c
commit
3c21e7e3ca
3 changed files with 180 additions and 112 deletions
|
@ -6,8 +6,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-01-10 15:00+0100\n"
|
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||||
"PO-Revision-Date: 2014-01-10 15:08+0100\n"
|
"PO-Revision-Date: 2014-03-05 18:09+0100\n"
|
||||||
"Last-Translator: Iacopo Spalletti\n"
|
"Last-Translator: Iacopo Spalletti\n"
|
||||||
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
|
@ -17,28 +17,28 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||||
msgid "Blog"
|
msgid "Blog"
|
||||||
msgstr "Blog"
|
msgstr "Blog"
|
||||||
|
|
||||||
#: cms_plugins.py:19
|
#: cms_plugins.py:20
|
||||||
msgid "Latest Blog Articles"
|
msgid "Latest Blog Articles"
|
||||||
msgstr "Latest Blog Articles"
|
msgstr "Latest Blog Articles"
|
||||||
|
|
||||||
#: cms_plugins.py:31
|
#: cms_plugins.py:33
|
||||||
msgid "Author Blog Articles"
|
msgid "Author Blog Articles"
|
||||||
msgstr "Author Blog Articles"
|
msgstr "Author Blog Articles"
|
||||||
|
|
||||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tags"
|
msgstr "Tags"
|
||||||
|
|
||||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
msgstr "Categories"
|
msgstr "Categories"
|
||||||
|
|
||||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||||
#: templates/djangocms_blog/plugins/archive.html:4
|
#: templates/djangocms_blog/plugins/archive.html:4
|
||||||
msgid "Archive"
|
msgid "Archive"
|
||||||
msgstr "Archive"
|
msgstr "Archive"
|
||||||
|
@ -56,79 +56,111 @@ msgstr "Add post"
|
||||||
msgid "Blog articles on %(site_name)s"
|
msgid "Blog articles on %(site_name)s"
|
||||||
msgstr "Blog articles on %(site_name)s"
|
msgstr "Blog articles on %(site_name)s"
|
||||||
|
|
||||||
#: models.py:26
|
#: models.py:27
|
||||||
msgid "parent"
|
msgid "parent"
|
||||||
msgstr "parent"
|
msgstr "parent"
|
||||||
|
|
||||||
#: models.py:28
|
#: models.py:29
|
||||||
msgid "created at"
|
msgid "created at"
|
||||||
msgstr "created at"
|
msgstr "created at"
|
||||||
|
|
||||||
#: models.py:29
|
#: models.py:30
|
||||||
msgid "modified at"
|
msgid "modified at"
|
||||||
msgstr "modified at"
|
msgstr "modified at"
|
||||||
|
|
||||||
#: models.py:32
|
#: models.py:33
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "name"
|
msgstr "name"
|
||||||
|
|
||||||
#: models.py:33 models.py:84
|
#: models.py:34 models.py:87
|
||||||
msgid "slug"
|
msgid "slug"
|
||||||
msgstr "slug"
|
msgstr "slug"
|
||||||
|
|
||||||
#: models.py:40
|
#: models.py:41
|
||||||
msgid "blog category"
|
msgid "blog category"
|
||||||
msgstr "blog category"
|
msgstr "blog category"
|
||||||
|
|
||||||
#: models.py:41
|
#: models.py:42
|
||||||
msgid "blog categories"
|
msgid "blog categories"
|
||||||
msgstr "blog categories"
|
msgstr "blog categories"
|
||||||
|
|
||||||
#: models.py:67
|
#: models.py:64
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Author"
|
||||||
|
|
||||||
|
#: models.py:68
|
||||||
msgid "Published Since"
|
msgid "Published Since"
|
||||||
msgstr "Published Since"
|
msgstr "Published Since"
|
||||||
|
|
||||||
#: models.py:69
|
#: models.py:70
|
||||||
msgid "Published Until"
|
msgid "Published Until"
|
||||||
msgstr "Published Until"
|
msgstr "Published Until"
|
||||||
|
|
||||||
#: models.py:72
|
#: models.py:72
|
||||||
|
msgid "Publish"
|
||||||
|
msgstr "Publish"
|
||||||
|
|
||||||
|
#: models.py:73
|
||||||
msgid "category"
|
msgid "category"
|
||||||
msgstr "category"
|
msgstr "category"
|
||||||
|
|
||||||
#: models.py:94
|
#: models.py:75
|
||||||
|
msgid "Main image"
|
||||||
|
msgstr "Main image"
|
||||||
|
|
||||||
|
#: models.py:77
|
||||||
|
msgid "Main image thumbnail"
|
||||||
|
msgstr "Main image thumbnail"
|
||||||
|
|
||||||
|
#: models.py:81
|
||||||
|
msgid "Main image full"
|
||||||
|
msgstr "Main image full"
|
||||||
|
|
||||||
|
#: models.py:86
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Title"
|
||||||
|
|
||||||
|
#: models.py:88
|
||||||
|
msgid "Text"
|
||||||
|
msgstr "Text"
|
||||||
|
|
||||||
|
#: models.py:89
|
||||||
|
msgid "Post meta description"
|
||||||
|
msgstr "Post meta description"
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
msgid "blog article"
|
msgid "blog article"
|
||||||
msgstr "blog article"
|
msgstr "blog article"
|
||||||
|
|
||||||
#: models.py:95
|
#: models.py:100
|
||||||
msgid "blog articles"
|
msgid "blog articles"
|
||||||
msgstr "blog articles"
|
msgstr "blog articles"
|
||||||
|
|
||||||
#: models.py:138 models.py:163
|
#: models.py:143 models.py:168
|
||||||
msgid "Articles"
|
msgid "Articles"
|
||||||
msgstr "Articles"
|
msgstr "Articles"
|
||||||
|
|
||||||
#: models.py:139
|
#: models.py:144
|
||||||
msgid "The number of latests articles to be displayed."
|
msgid "The number of latests articles to be displayed."
|
||||||
msgstr "The number of latests articles to be displayed."
|
msgstr "The number of latests articles to be displayed."
|
||||||
|
|
||||||
#: models.py:141
|
#: models.py:146
|
||||||
msgid "Show only the blog articles tagged with chosen tags."
|
msgid "Show only the blog articles tagged with chosen tags."
|
||||||
msgstr "Show only the blog articles tagged with chosen tags."
|
msgstr "Show only the blog articles tagged with chosen tags."
|
||||||
|
|
||||||
#: models.py:143
|
#: models.py:148
|
||||||
msgid "Show only the blog articles tagged with chosen categories."
|
msgid "Show only the blog articles tagged with chosen categories."
|
||||||
msgstr "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
|
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Authors"
|
msgstr "Authors"
|
||||||
|
|
||||||
#: models.py:164
|
#: models.py:169
|
||||||
msgid "The number of author articles to be displayed."
|
msgid "The number of author articles to be displayed."
|
||||||
msgstr "The number of author articles to be displayed."
|
msgstr "The number of author articles to be displayed."
|
||||||
|
|
||||||
#: templates/djangocms_blog/post_detail.html:12
|
#: templates/djangocms_blog/post_detail.html:14
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr "by"
|
msgstr "by"
|
||||||
|
@ -174,7 +206,7 @@ msgstr "of"
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "next"
|
msgstr "next"
|
||||||
|
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||||
msgid "read more"
|
msgid "read more"
|
||||||
msgstr "read more"
|
msgstr "read more"
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-01-10 15:00+0100\n"
|
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||||
"PO-Revision-Date: 2014-01-10 15:02+0100\n"
|
"PO-Revision-Date: 2014-03-05 18:11+0100\n"
|
||||||
"Last-Translator: Iacopo Spalletti\n"
|
"Last-Translator: Iacopo Spalletti\n"
|
||||||
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
"Language-Team: Italian <i.spalletti@nephila.it>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
|
@ -17,28 +17,28 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Lokalize 1.5\n"
|
"X-Generator: Lokalize 1.5\n"
|
||||||
|
|
||||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||||
msgid "Blog"
|
msgid "Blog"
|
||||||
msgstr "Blog"
|
msgstr "Blog"
|
||||||
|
|
||||||
#: cms_plugins.py:19
|
#: cms_plugins.py:20
|
||||||
msgid "Latest Blog Articles"
|
msgid "Latest Blog Articles"
|
||||||
msgstr "Ultimi articoli"
|
msgstr "Ultimi articoli"
|
||||||
|
|
||||||
#: cms_plugins.py:31
|
#: cms_plugins.py:33
|
||||||
msgid "Author Blog Articles"
|
msgid "Author Blog Articles"
|
||||||
msgstr "Articoli per autore"
|
msgstr "Articoli per autore"
|
||||||
|
|
||||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Tag"
|
msgstr "Tag"
|
||||||
|
|
||||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
msgstr "Categorie"
|
msgstr "Categorie"
|
||||||
|
|
||||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||||
#: templates/djangocms_blog/plugins/archive.html:4
|
#: templates/djangocms_blog/plugins/archive.html:4
|
||||||
msgid "Archive"
|
msgid "Archive"
|
||||||
msgstr "Archivio"
|
msgstr "Archivio"
|
||||||
|
@ -56,79 +56,111 @@ msgstr "Aggiungi articolo"
|
||||||
msgid "Blog articles on %(site_name)s"
|
msgid "Blog articles on %(site_name)s"
|
||||||
msgstr "Articoli del blog su %(site_name)s"
|
msgstr "Articoli del blog su %(site_name)s"
|
||||||
|
|
||||||
#: models.py:26
|
#: models.py:27
|
||||||
msgid "parent"
|
msgid "parent"
|
||||||
msgstr "superiore"
|
msgstr "superiore"
|
||||||
|
|
||||||
#: models.py:28
|
#: models.py:29
|
||||||
msgid "created at"
|
msgid "created at"
|
||||||
msgstr "creato il"
|
msgstr "creato il"
|
||||||
|
|
||||||
#: models.py:29
|
#: models.py:30
|
||||||
msgid "modified at"
|
msgid "modified at"
|
||||||
msgstr "modificato il"
|
msgstr "modificato il"
|
||||||
|
|
||||||
#: models.py:32
|
#: models.py:33
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "nome"
|
msgstr "nome"
|
||||||
|
|
||||||
#: models.py:33 models.py:84
|
#: models.py:34 models.py:87
|
||||||
msgid "slug"
|
msgid "slug"
|
||||||
msgstr "slug"
|
msgstr "slug"
|
||||||
|
|
||||||
#: models.py:40
|
#: models.py:41
|
||||||
msgid "blog category"
|
msgid "blog category"
|
||||||
msgstr "categoria del blog"
|
msgstr "categoria del blog"
|
||||||
|
|
||||||
#: models.py:41
|
#: models.py:42
|
||||||
msgid "blog categories"
|
msgid "blog categories"
|
||||||
msgstr "categorie el blog"
|
msgstr "categorie el blog"
|
||||||
|
|
||||||
#: models.py:67
|
#: models.py:64
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Autore"
|
||||||
|
|
||||||
|
#: models.py:68
|
||||||
msgid "Published Since"
|
msgid "Published Since"
|
||||||
msgstr "Pubblicato il"
|
msgstr "Pubblicato il"
|
||||||
|
|
||||||
#: models.py:69
|
#: models.py:70
|
||||||
msgid "Published Until"
|
msgid "Published Until"
|
||||||
msgstr "fino al"
|
msgstr "fino al"
|
||||||
|
|
||||||
#: models.py:72
|
#: models.py:72
|
||||||
|
msgid "Publish"
|
||||||
|
msgstr "Pubblicato"
|
||||||
|
|
||||||
|
#: models.py:73
|
||||||
msgid "category"
|
msgid "category"
|
||||||
msgstr "categoria"
|
msgstr "categoria"
|
||||||
|
|
||||||
#: models.py:94
|
#: models.py:75
|
||||||
|
msgid "Main image"
|
||||||
|
msgstr "Immagine"
|
||||||
|
|
||||||
|
#: models.py:77
|
||||||
|
msgid "Main image thumbnail"
|
||||||
|
msgstr "Dimensione miniatura"
|
||||||
|
|
||||||
|
#: models.py:81
|
||||||
|
msgid "Main image full"
|
||||||
|
msgstr "Dimensione piena"
|
||||||
|
|
||||||
|
#: models.py:86
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titolo"
|
||||||
|
|
||||||
|
#: models.py:88
|
||||||
|
msgid "Text"
|
||||||
|
msgstr "Testo"
|
||||||
|
|
||||||
|
#: models.py:89
|
||||||
|
msgid "Post meta description"
|
||||||
|
msgstr "Meta Descrizione dell'articolo"
|
||||||
|
|
||||||
|
#: models.py:99
|
||||||
msgid "blog article"
|
msgid "blog article"
|
||||||
msgstr "articolo del blog"
|
msgstr "articolo del blog"
|
||||||
|
|
||||||
#: models.py:95
|
#: models.py:100
|
||||||
msgid "blog articles"
|
msgid "blog articles"
|
||||||
msgstr "articoli del blog"
|
msgstr "articoli del blog"
|
||||||
|
|
||||||
#: models.py:138 models.py:163
|
#: models.py:143 models.py:168
|
||||||
msgid "Articles"
|
msgid "Articles"
|
||||||
msgstr "Articoli"
|
msgstr "Articoli"
|
||||||
|
|
||||||
#: models.py:139
|
#: models.py:144
|
||||||
msgid "The number of latests articles to be displayed."
|
msgid "The number of latests articles to be displayed."
|
||||||
msgstr "Il numero di articoli da mostrare."
|
msgstr "Il numero di articoli da mostrare."
|
||||||
|
|
||||||
#: models.py:141
|
#: models.py:146
|
||||||
msgid "Show only the blog articles tagged with chosen tags."
|
msgid "Show only the blog articles tagged with chosen tags."
|
||||||
msgstr "Mostra solo gli articoli marcati con i tag selezionati."
|
msgstr "Mostra solo gli articoli marcati con i tag selezionati."
|
||||||
|
|
||||||
#: models.py:143
|
#: models.py:148
|
||||||
msgid "Show only the blog articles tagged with chosen categories."
|
msgid "Show only the blog articles tagged with chosen categories."
|
||||||
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."
|
msgstr "Mostra solo gli articoli marcati con i categorie selezionati."
|
||||||
|
|
||||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Autori"
|
msgstr "Autori"
|
||||||
|
|
||||||
#: models.py:164
|
#: models.py:169
|
||||||
msgid "The number of author articles to be displayed."
|
msgid "The number of author articles to be displayed."
|
||||||
msgstr "Numero di elementi per autore da mostrare."
|
msgstr "Numero di elementi per autore da mostrare."
|
||||||
|
|
||||||
#: templates/djangocms_blog/post_detail.html:12
|
#: templates/djangocms_blog/post_detail.html:14
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr "di"
|
msgstr "di"
|
||||||
|
@ -174,7 +206,7 @@ msgstr "di"
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "successivo"
|
msgstr "successivo"
|
||||||
|
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||||
msgid "read more"
|
msgid "read more"
|
||||||
msgstr "leggi"
|
msgstr "leggi"
|
||||||
|
|
||||||
|
|
|
@ -6,40 +6,40 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-02-27 15:00+0100\n"
|
"POT-Creation-Date: 2014-03-05 18:08+0100\n"
|
||||||
"PO-Revision-Date: 2014-02-27 16:45+0300\n"
|
"PO-Revision-Date: 2014-02-27 16:45+0300\n"
|
||||||
"Last-Translator: Max Vyaznikov <maxvyaznikov@gmail.com>\n"
|
"Last-Translator: Max Vyaznikov <maxvyaznikov@gmail.com>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n%10)"
|
"Plural-Forms: nplurals=3; plural=((((n%10)==1)&&((n%100)!=11))?(0):(((((n"
|
||||||
">=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"
|
"%10)>=2)&&((n%10)<=4))&&(((n%100)<10)||((n%100)>=20)))?(1):2));\n"
|
||||||
"Language-Team: \n"
|
|
||||||
"X-Generator: Poedit 1.5.4\n"
|
"X-Generator: Poedit 1.5.4\n"
|
||||||
|
|
||||||
#: cms_app.py:8 cms_plugins.py:30 cms_plugins.py:43 cms_plugins.py:54
|
#: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56
|
||||||
#: cms_plugins.py:65 cms_toolbar.py:13
|
#: cms_plugins.py:67 cms_toolbar.py:13
|
||||||
msgid "Blog"
|
msgid "Blog"
|
||||||
msgstr "Блог"
|
msgstr "Блог"
|
||||||
|
|
||||||
#: cms_plugins.py:19
|
#: cms_plugins.py:20
|
||||||
msgid "Latest Blog Articles"
|
msgid "Latest Blog Articles"
|
||||||
msgstr "Последние статьи блога"
|
msgstr "Последние статьи блога"
|
||||||
|
|
||||||
#: cms_plugins.py:31
|
#: cms_plugins.py:33
|
||||||
msgid "Author Blog Articles"
|
msgid "Author Blog Articles"
|
||||||
msgstr "Автор"
|
msgstr "Автор"
|
||||||
|
|
||||||
#: cms_plugins.py:44 templates/djangocms_blog/plugins/tags.html:4
|
#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4
|
||||||
msgid "Tags"
|
msgid "Tags"
|
||||||
msgstr "Тэги"
|
msgstr "Тэги"
|
||||||
|
|
||||||
#: cms_plugins.py:55 templates/djangocms_blog/plugins/categories.html:4
|
#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4
|
||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
msgstr "Categories"
|
msgstr "Categories"
|
||||||
|
|
||||||
#: cms_plugins.py:66 templates/djangocms_blog/post_list.html:10
|
#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10
|
||||||
#: templates/djangocms_blog/plugins/archive.html:4
|
#: templates/djangocms_blog/plugins/archive.html:4
|
||||||
msgid "Archive"
|
msgid "Archive"
|
||||||
msgstr "Архив"
|
msgstr "Архив"
|
||||||
|
@ -57,22 +57,54 @@ msgstr "Добавить статью"
|
||||||
msgid "Blog articles on %(site_name)s"
|
msgid "Blog articles on %(site_name)s"
|
||||||
msgstr "Статьи из блог на %(site_name)s"
|
msgstr "Статьи из блог на %(site_name)s"
|
||||||
|
|
||||||
#: models.py:26
|
#: models.py:27
|
||||||
msgid "parent"
|
msgid "parent"
|
||||||
msgstr "предок"
|
msgstr "предок"
|
||||||
|
|
||||||
#: models.py:28
|
#: models.py:29
|
||||||
msgid "created at"
|
msgid "created at"
|
||||||
msgstr "время создания"
|
msgstr "время создания"
|
||||||
|
|
||||||
#: models.py:29
|
#: models.py:30
|
||||||
msgid "modified at"
|
msgid "modified at"
|
||||||
msgstr "время изменения"
|
msgstr "время изменения"
|
||||||
|
|
||||||
#: models.py:32
|
#: models.py:33
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "название"
|
msgstr "название"
|
||||||
|
|
||||||
|
#: models.py:34 models.py:87
|
||||||
|
msgid "slug"
|
||||||
|
msgstr "URL"
|
||||||
|
|
||||||
|
#: models.py:41
|
||||||
|
msgid "blog category"
|
||||||
|
msgstr "категория блога"
|
||||||
|
|
||||||
|
#: models.py:42
|
||||||
|
msgid "blog categories"
|
||||||
|
msgstr "категории блога"
|
||||||
|
|
||||||
|
#: models.py:64
|
||||||
|
msgid "Author"
|
||||||
|
msgstr "Автор"
|
||||||
|
|
||||||
|
#: models.py:68
|
||||||
|
msgid "Published Since"
|
||||||
|
msgstr "Опубликована с"
|
||||||
|
|
||||||
|
#: models.py:70
|
||||||
|
msgid "Published Until"
|
||||||
|
msgstr "Опубликована до"
|
||||||
|
|
||||||
|
#: models.py:72
|
||||||
|
msgid "Publish"
|
||||||
|
msgstr "Показывать на сайте"
|
||||||
|
|
||||||
|
#: models.py:73
|
||||||
|
msgid "category"
|
||||||
|
msgstr "категория"
|
||||||
|
|
||||||
#: models.py:75
|
#: models.py:75
|
||||||
msgid "Main image"
|
msgid "Main image"
|
||||||
msgstr "Картинка для статьи"
|
msgstr "Картинка для статьи"
|
||||||
|
@ -89,75 +121,47 @@ msgstr "Полный размер"
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Заголовок"
|
msgstr "Заголовок"
|
||||||
|
|
||||||
#: models.py:33 models.py:87
|
|
||||||
msgid "slug"
|
|
||||||
msgstr "URL"
|
|
||||||
|
|
||||||
#: models.py:88
|
#: models.py:88
|
||||||
msgid "Text"
|
msgid "Text"
|
||||||
msgstr "Текст"
|
msgstr "Текст"
|
||||||
|
|
||||||
#: models.py:40
|
#: models.py:89
|
||||||
msgid "blog category"
|
msgid "Post meta description"
|
||||||
msgstr "категория блога"
|
msgstr ""
|
||||||
|
|
||||||
#: models.py:41
|
#: models.py:99
|
||||||
msgid "blog categories"
|
|
||||||
msgstr "категории блога"
|
|
||||||
|
|
||||||
#: models.py:64
|
|
||||||
msgid "Author"
|
|
||||||
msgstr "Автор"
|
|
||||||
|
|
||||||
#: models.py:67
|
|
||||||
msgid "Published Since"
|
|
||||||
msgstr "Опубликована с"
|
|
||||||
|
|
||||||
#: models.py:69
|
|
||||||
msgid "Published Until"
|
|
||||||
msgstr "Опубликована до"
|
|
||||||
|
|
||||||
#: models.py:72
|
|
||||||
msgid "Publish"
|
|
||||||
msgstr "Показывать на сайте"
|
|
||||||
|
|
||||||
#: models.py:72
|
|
||||||
msgid "category"
|
|
||||||
msgstr "категория"
|
|
||||||
|
|
||||||
#: models.py:94
|
|
||||||
msgid "blog article"
|
msgid "blog article"
|
||||||
msgstr "статья блога"
|
msgstr "статья блога"
|
||||||
|
|
||||||
#: models.py:95
|
#: models.py:100
|
||||||
msgid "blog articles"
|
msgid "blog articles"
|
||||||
msgstr "статьи блога"
|
msgstr "статьи блога"
|
||||||
|
|
||||||
#: models.py:138 models.py:163
|
#: models.py:143 models.py:168
|
||||||
msgid "Articles"
|
msgid "Articles"
|
||||||
msgstr "Статьи"
|
msgstr "Статьи"
|
||||||
|
|
||||||
#: models.py:139
|
#: models.py:144
|
||||||
msgid "The number of latests articles to be displayed."
|
msgid "The number of latests articles to be displayed."
|
||||||
msgstr "Количество показываемых последних статей."
|
msgstr "Количество показываемых последних статей."
|
||||||
|
|
||||||
#: models.py:141
|
#: models.py:146
|
||||||
msgid "Show only the blog articles tagged with chosen tags."
|
msgid "Show only the blog articles tagged with chosen tags."
|
||||||
msgstr "Показывать только статьи с выбранными тэгами."
|
msgstr "Показывать только статьи с выбранными тэгами."
|
||||||
|
|
||||||
#: models.py:143
|
#: models.py:148
|
||||||
msgid "Show only the blog articles tagged with chosen categories."
|
msgid "Show only the blog articles tagged with chosen categories."
|
||||||
msgstr "Показывать только статьи из выбранныех категорий."
|
msgstr "Показывать только статьи из выбранныех категорий."
|
||||||
|
|
||||||
#: models.py:162 templates/djangocms_blog/plugins/authors.html:3
|
#: models.py:165 templates/djangocms_blog/plugins/authors.html:3
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr "Авторы"
|
msgstr "Авторы"
|
||||||
|
|
||||||
#: models.py:164
|
#: models.py:169
|
||||||
msgid "The number of author articles to be displayed."
|
msgid "The number of author articles to be displayed."
|
||||||
msgstr "Количество статей автора, которые будут показаны."
|
msgstr "Количество статей автора, которые будут показаны."
|
||||||
|
|
||||||
#: templates/djangocms_blog/post_detail.html:12
|
#: templates/djangocms_blog/post_detail.html:14
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:10
|
#: templates/djangocms_blog/includes/blog_item.html:10
|
||||||
msgid "by"
|
msgid "by"
|
||||||
msgstr "создана"
|
msgstr "создана"
|
||||||
|
@ -203,7 +207,7 @@ msgstr "из"
|
||||||
msgid "next"
|
msgid "next"
|
||||||
msgstr "следующая"
|
msgstr "следующая"
|
||||||
|
|
||||||
#: templates/djangocms_blog/includes/blog_item.html:38
|
#: templates/djangocms_blog/includes/blog_item.html:44
|
||||||
msgid "read more"
|
msgid "read more"
|
||||||
msgstr "продолжение"
|
msgstr "продолжение"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue