From 0f7661724d573af58a6d435fc924fdf67952df31 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 24 Mar 2014 07:35:16 +0100 Subject: [PATCH] Update translations --- .../locale/en/LC_MESSAGES/django.mo | Bin 2871 -> 2871 bytes .../locale/en/LC_MESSAGES/django.po | 91 +++++++------- .../locale/it/LC_MESSAGES/django.mo | Bin 2920 -> 3111 bytes .../locale/it/LC_MESSAGES/django.po | 116 ++++++++++-------- .../locale/ru/LC_MESSAGES/django.mo | Bin 3543 -> 3543 bytes .../locale/ru/LC_MESSAGES/django.po | 90 +++++++------- 6 files changed, 162 insertions(+), 135 deletions(-) diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.mo b/djangocms_blog/locale/en/LC_MESSAGES/django.mo index d40f08ed65c9e53b4f4af668d1387d3d37a7edfe..00e8d8eb41c2eee6328cc5811fa416c1e9d55851 100644 GIT binary patch delta 21 ccmdlkwq0z4BRhwYrGlZEm9gPwPxg1r07c>k9{>OV delta 21 ccmdlkwq0z4BRhwIse++}m4U@(Pxg1r07btB9{>OV diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.po b/djangocms_blog/locale/en/LC_MESSAGES/django.po index d0a0c10..0d202c8 100644 --- a/djangocms_blog/locale/en/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/en/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-05 18:08+0100\n" +"POT-Creation-Date: 2014-03-29 16:31+0100\n" "PO-Revision-Date: 2014-03-05 18:09+0100\n" "Last-Translator: Iacopo Spalletti\n" "Language-Team: Italian \n" @@ -18,7 +18,7 @@ msgstr "" "X-Generator: Lokalize 1.5\n" #: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56 -#: cms_plugins.py:67 cms_toolbar.py:13 +#: cms_plugins.py:67 cms_toolbar.py:17 msgid "Blog" msgstr "Blog" @@ -38,146 +38,155 @@ msgstr "Tags" msgid "Categories" msgstr "Categories" -#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10 +#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12 #: templates/djangocms_blog/plugins/archive.html:4 msgid "Archive" msgstr "Archive" -#: cms_toolbar.py:15 +#: cms_toolbar.py:19 msgid "Post list" msgstr "Post list" -#: cms_toolbar.py:17 +#: cms_toolbar.py:21 msgid "Add post" msgstr "Add post" +#: cms_toolbar.py:25 +msgid "Edit Post" +msgstr "" + #: feeds.py:16 #, python-format msgid "Blog articles on %(site_name)s" msgstr "Blog articles on %(site_name)s" -#: models.py:27 +#: models.py:28 msgid "parent" msgstr "parent" -#: models.py:29 +#: models.py:30 msgid "created at" msgstr "created at" -#: models.py:30 +#: models.py:31 msgid "modified at" msgstr "modified at" -#: models.py:33 +#: models.py:34 msgid "name" msgstr "name" -#: models.py:34 models.py:87 +#: models.py:35 models.py:88 msgid "slug" msgstr "slug" -#: models.py:41 +#: models.py:42 msgid "blog category" msgstr "blog category" -#: models.py:42 +#: models.py:43 msgid "blog categories" msgstr "blog categories" -#: models.py:64 +#: models.py:65 msgid "Author" msgstr "Author" -#: models.py:68 +#: models.py:69 msgid "Published Since" msgstr "Published Since" -#: models.py:70 +#: models.py:71 msgid "Published Until" msgstr "Published Until" -#: models.py:72 +#: models.py:73 msgid "Publish" msgstr "Publish" -#: models.py:73 +#: models.py:74 msgid "category" msgstr "category" -#: models.py:75 +#: models.py:76 msgid "Main image" msgstr "Main image" -#: models.py:77 +#: models.py:78 msgid "Main image thumbnail" msgstr "Main image thumbnail" -#: models.py:81 +#: models.py:82 msgid "Main image full" msgstr "Main image full" -#: models.py:86 +#: models.py:87 msgid "Title" msgstr "Title" -#: models.py:88 +#: models.py:89 msgid "Text" msgstr "Text" -#: models.py:89 +#: models.py:90 msgid "Post meta description" msgstr "Post meta description" -#: models.py:99 +#: models.py:92 +#, fuzzy +msgid "Post meta keywords" +msgstr "Post meta description" + +#: models.py:102 msgid "blog article" msgstr "blog article" -#: models.py:100 +#: models.py:103 msgid "blog articles" msgstr "blog articles" -#: models.py:143 models.py:168 +#: models.py:147 models.py:172 msgid "Articles" msgstr "Articles" -#: models.py:144 +#: models.py:148 msgid "The number of latests articles to be displayed." msgstr "The number of latests articles to be displayed." -#: models.py:146 +#: models.py:150 msgid "Show only the blog articles tagged with chosen tags." msgstr "Show only the blog articles tagged with chosen tags." -#: models.py:148 +#: models.py:152 msgid "Show only the blog articles tagged with chosen categories." msgstr "Show only the blog articles tagged with chosen categories." -#: models.py:165 templates/djangocms_blog/plugins/authors.html:3 +#: models.py:169 templates/djangocms_blog/plugins/authors.html:3 msgid "Authors" msgstr "Authors" -#: models.py:169 +#: models.py:173 msgid "The number of author articles to be displayed." msgstr "The number of author articles to be displayed." -#: templates/djangocms_blog/post_detail.html:14 +#: templates/djangocms_blog/post_detail.html:16 #: templates/djangocms_blog/includes/blog_item.html:10 msgid "by" msgstr "by" -#: templates/djangocms_blog/post_list.html:9 +#: templates/djangocms_blog/post_list.html:11 msgid "Articles by" msgstr "Articles by" -#: templates/djangocms_blog/post_list.html:11 +#: templates/djangocms_blog/post_list.html:13 msgid "Tag" msgstr "Tag" -#: templates/djangocms_blog/post_list.html:12 +#: templates/djangocms_blog/post_list.html:14 msgid "Category" msgstr "Category" -#: templates/djangocms_blog/post_list.html:19 +#: 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 @@ -186,23 +195,23 @@ msgstr "Category" msgid "No article found." msgstr "No article found." -#: templates/djangocms_blog/post_list.html:22 +#: templates/djangocms_blog/post_list.html:24 msgid "Back" msgstr "Back" -#: templates/djangocms_blog/post_list.html:28 +#: templates/djangocms_blog/post_list.html:30 msgid "previous" msgstr "previous" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "Page" msgstr "Page" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "of" msgstr "of" -#: templates/djangocms_blog/post_list.html:34 +#: templates/djangocms_blog/post_list.html:36 msgid "next" msgstr "next" diff --git a/djangocms_blog/locale/it/LC_MESSAGES/django.mo b/djangocms_blog/locale/it/LC_MESSAGES/django.mo index d224e4f6bd6136f8aacb312da2e70085328075cd..629e1c350bb5b9962b552d646f36719f52c4403f 100644 GIT binary patch delta 1415 zcmY+@Pe>GD7{~F~TH94i)5bb3ou=Kv10S-h1TFd}@n9p%)~35q1NMaWVI%F6XyX;6i+P5t@dd8I*Qg0TgzZIKLHj4FV!u%viLe?~ zsstm#n(zc_+!U_E zA)M5WNiNjkGHQaWScB8ZpLrTOkDA~WYNsDj{l4K^{DC^MD66W#D%AMxsQU+zGdIU^ zGmaKgf3D3G|5U>3$fnF~JcJK%A1#(ril8pX!DjEasjoFFQ`g~YhTXuihTQQnKa;=QgjoUl3r zC+#^SR{fbE7){vr*w|QOpblQYd#*9*58I;|f6z?^S$ov}e{ws`QqDR9uI&Z(uH3um zDdzioCt=ORW2^H@yZw~c?+e5}lJHJ_y`1^Z+8|N_WyilhMDI-FV8-XeQzp$Y4G1O zlmxMbnDQBO7`tkDQ2PAFM6e%QaR5Vj7K3=+wl89o_Dx)cw{bmAqQ*@lKQn7B;Z|dc z<^>fcSU|n_D{A7B?Kc5q*3yom`kQeby2uc72*Wst8}K+P;V5ce&RWDI?Yp=S-(W5I z&0i{dQ7y}sA>4y?*nizGmAFzh} zW|0a%^NC0K1W-F#LQVLM*SMBHs25&hkb}2SC-De1@2T|_D&agb#k|Kx{Akv0%$6={s&WmKX`+kYRqTk{09;J2s~TR>gSH#~^T zVa|U)l{lmHy``?Vr{a)K%1T4CFG6))v%4I#3($ zjdK2sHAy-&;fNi06xBbBTF4pHgfwy!<+78fcB9foRR2L5uOw}R7TrPYCNy8Cr3I;I zBd+dWN8Cx+e;l>SZq}4*l}8h3f!ejc@{NRwL$nk6VD)jf64kPuitb%krR&&CR15nk zmwtWWyNK>eyZqE0>%KSr*Qe9iLBxp`qS;INUwZ9<8>MG~X`hz~?hU!UPNFaA_IXo5 zr>D|LB;szubtA`86NT=R`PA4%HdV;wlg>~oog2?NC&p9R>`0-I@qD3}_aoTmPdb@` hcPezcG#3i{ywBk)(SebPbUt%6lN%c;U60K8{sHG2aIpXY diff --git a/djangocms_blog/locale/it/LC_MESSAGES/django.po b/djangocms_blog/locale/it/LC_MESSAGES/django.po index 0b1eeeb..7df681a 100644 --- a/djangocms_blog/locale/it/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/it/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# -# Iacopo Spalletti, 2014. +# +# Translators: +# Iacopo Spalletti, 2014 +# yakky , 2014 msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-05 18:08+0100\n" -"PO-Revision-Date: 2014-03-05 18:11+0100\n" -"Last-Translator: Iacopo Spalletti\n" -"Language-Team: Italian \n" -"Language: it\n" +"POT-Creation-Date: 2014-03-29 16:31+0100\n" +"PO-Revision-Date: 2014-03-29 15:34+0000\n" +"Last-Translator: yakky \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/djangocms-blog/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 1.5\n" #: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56 -#: cms_plugins.py:67 cms_toolbar.py:13 +#: cms_plugins.py:67 cms_toolbar.py:17 msgid "Blog" msgstr "Blog" @@ -38,146 +40,154 @@ msgstr "Tag" msgid "Categories" msgstr "Categorie" -#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10 +#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12 #: templates/djangocms_blog/plugins/archive.html:4 msgid "Archive" msgstr "Archivio" -#: cms_toolbar.py:15 +#: cms_toolbar.py:19 msgid "Post list" msgstr "Lista degli articoli" -#: cms_toolbar.py:17 +#: cms_toolbar.py:21 msgid "Add post" msgstr "Aggiungi articolo" +#: cms_toolbar.py:25 +msgid "Edit Post" +msgstr "Modifica articolo" + #: feeds.py:16 #, python-format msgid "Blog articles on %(site_name)s" msgstr "Articoli del blog su %(site_name)s" -#: models.py:27 +#: models.py:28 msgid "parent" msgstr "superiore" -#: models.py:29 +#: models.py:30 msgid "created at" msgstr "creato il" -#: models.py:30 +#: models.py:31 msgid "modified at" msgstr "modificato il" -#: models.py:33 +#: models.py:34 msgid "name" msgstr "nome" -#: models.py:34 models.py:87 +#: models.py:35 models.py:88 msgid "slug" msgstr "slug" -#: models.py:41 +#: models.py:42 msgid "blog category" msgstr "categoria del blog" -#: models.py:42 +#: models.py:43 msgid "blog categories" msgstr "categorie del blog" -#: models.py:64 +#: models.py:65 msgid "Author" msgstr "Autore" -#: models.py:68 +#: models.py:69 msgid "Published Since" msgstr "Pubblicato il" -#: models.py:70 +#: models.py:71 msgid "Published Until" msgstr "fino al" -#: models.py:72 +#: models.py:73 msgid "Publish" msgstr "Pubblicato" -#: models.py:73 +#: models.py:74 msgid "category" msgstr "categoria" -#: models.py:75 +#: models.py:76 msgid "Main image" msgstr "Immagine" -#: models.py:77 +#: models.py:78 msgid "Main image thumbnail" msgstr "Dimensione miniatura" -#: models.py:81 +#: models.py:82 msgid "Main image full" msgstr "Dimensione piena" -#: models.py:86 +#: models.py:87 msgid "Title" msgstr "Titolo" -#: models.py:88 +#: models.py:89 msgid "Text" msgstr "Testo" -#: models.py:89 +#: models.py:90 msgid "Post meta description" -msgstr "Meta Descrizione dell'articolo" +msgstr "Meta descrizione dell'articolo" -#: models.py:99 +#: models.py:92 +msgid "Post meta keywords" +msgstr "Meta keyword dell'articolo" + +#: models.py:102 msgid "blog article" msgstr "articolo del blog" -#: models.py:100 +#: models.py:103 msgid "blog articles" msgstr "articoli del blog" -#: models.py:143 models.py:168 +#: models.py:147 models.py:172 msgid "Articles" msgstr "Articoli" -#: models.py:144 +#: models.py:148 msgid "The number of latests articles to be displayed." msgstr "Il numero di articoli da mostrare." -#: models.py:146 +#: models.py:150 msgid "Show only the blog articles tagged with chosen tags." msgstr "Mostra solo gli articoli marcati con i tag selezionati." -#: models.py:148 +#: models.py:152 msgid "Show only the blog articles tagged with chosen categories." msgstr "Mostra solo gli articoli marcati con i categorie selezionati." -#: models.py:165 templates/djangocms_blog/plugins/authors.html:3 +#: models.py:169 templates/djangocms_blog/plugins/authors.html:3 msgid "Authors" msgstr "Autori" -#: models.py:169 +#: models.py:173 msgid "The number of author articles to be displayed." msgstr "Numero di elementi per autore da mostrare." -#: templates/djangocms_blog/post_detail.html:14 +#: templates/djangocms_blog/post_detail.html:16 #: templates/djangocms_blog/includes/blog_item.html:10 msgid "by" msgstr "di" -#: templates/djangocms_blog/post_list.html:9 +#: templates/djangocms_blog/post_list.html:11 msgid "Articles by" msgstr "Articoli di" -#: templates/djangocms_blog/post_list.html:11 +#: templates/djangocms_blog/post_list.html:13 msgid "Tag" msgstr "Tag" -#: templates/djangocms_blog/post_list.html:12 +#: templates/djangocms_blog/post_list.html:14 msgid "Category" msgstr "Categoria" -#: templates/djangocms_blog/post_list.html:19 +#: 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 @@ -186,23 +196,23 @@ msgstr "Categoria" msgid "No article found." msgstr "Nessun articolo trovato." -#: templates/djangocms_blog/post_list.html:22 +#: templates/djangocms_blog/post_list.html:24 msgid "Back" msgstr "Indietro" -#: templates/djangocms_blog/post_list.html:28 +#: templates/djangocms_blog/post_list.html:30 msgid "previous" msgstr "precedente" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "Page" msgstr "Pagina" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "of" msgstr "di" -#: templates/djangocms_blog/post_list.html:34 +#: templates/djangocms_blog/post_list.html:36 msgid "next" msgstr "successivo" @@ -228,13 +238,13 @@ msgid "0 articles" msgstr "0 articoli" #~ msgid "blog post" -#~ msgstr "articolo" +#~ msgstr "blog post" #~ msgid "Posts" -#~ msgstr "Articolo" +#~ msgstr "Posts" #~ msgid "Entries by" -#~ msgstr "Articoli di" +#~ msgstr "Entries by" #~ msgid "No entry found." -#~ msgstr "Nessun articolo trovato." +#~ msgstr "No entry found." diff --git a/djangocms_blog/locale/ru/LC_MESSAGES/django.mo b/djangocms_blog/locale/ru/LC_MESSAGES/django.mo index 9cf59862edf6254861305f5b3a4f3aa5ab7d5395..3271c5fed1d60e05e72524bbd98a8f0311b8bca5 100644 GIT binary patch delta 21 ccmcaEeO-EkG&_fprGlZEm9gPwW%ey>07y3l<^TWy delta 21 ccmcaEeO-EkG&_fZse++}m4U@(W%ey>07w)C<^TWy diff --git a/djangocms_blog/locale/ru/LC_MESSAGES/django.po b/djangocms_blog/locale/ru/LC_MESSAGES/django.po index 6178244..cb8a567 100644 --- a/djangocms_blog/locale/ru/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/ru/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-05 18:08+0100\n" +"POT-Creation-Date: 2014-03-29 16:31+0100\n" "PO-Revision-Date: 2014-02-27 16:45+0300\n" "Last-Translator: Max Vyaznikov \n" "Language-Team: \n" @@ -19,7 +19,7 @@ msgstr "" "X-Generator: Poedit 1.5.4\n" #: cms_app.py:8 cms_plugins.py:32 cms_plugins.py:45 cms_plugins.py:56 -#: cms_plugins.py:67 cms_toolbar.py:13 +#: cms_plugins.py:67 cms_toolbar.py:17 msgid "Blog" msgstr "Блог" @@ -39,146 +39,154 @@ msgstr "Тэги" msgid "Categories" msgstr "Categories" -#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:10 +#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12 #: templates/djangocms_blog/plugins/archive.html:4 msgid "Archive" msgstr "Архив" -#: cms_toolbar.py:15 +#: cms_toolbar.py:19 msgid "Post list" msgstr "Список статей" -#: cms_toolbar.py:17 +#: cms_toolbar.py:21 msgid "Add post" msgstr "Добавить статью" +#: cms_toolbar.py:25 +msgid "Edit Post" +msgstr "" + #: feeds.py:16 #, python-format msgid "Blog articles on %(site_name)s" msgstr "Статьи из блог на %(site_name)s" -#: models.py:27 +#: models.py:28 msgid "parent" msgstr "предок" -#: models.py:29 +#: models.py:30 msgid "created at" msgstr "время создания" -#: models.py:30 +#: models.py:31 msgid "modified at" msgstr "время изменения" -#: models.py:33 +#: models.py:34 msgid "name" msgstr "название" -#: models.py:34 models.py:87 +#: models.py:35 models.py:88 msgid "slug" msgstr "URL" -#: models.py:41 +#: models.py:42 msgid "blog category" msgstr "категория блога" -#: models.py:42 +#: models.py:43 msgid "blog categories" msgstr "категории блога" -#: models.py:64 +#: models.py:65 msgid "Author" msgstr "Автор" -#: models.py:68 +#: models.py:69 msgid "Published Since" msgstr "Опубликована с" -#: models.py:70 +#: models.py:71 msgid "Published Until" msgstr "Опубликована до" -#: models.py:72 +#: models.py:73 msgid "Publish" msgstr "Показывать на сайте" -#: models.py:73 +#: models.py:74 msgid "category" msgstr "категория" -#: models.py:75 +#: models.py:76 msgid "Main image" msgstr "Картинка для статьи" -#: models.py:77 +#: models.py:78 msgid "Main image thumbnail" msgstr "Уменьшенная копия" -#: models.py:81 +#: models.py:82 msgid "Main image full" msgstr "Полный размер" -#: models.py:86 +#: models.py:87 msgid "Title" msgstr "Заголовок" -#: models.py:88 +#: models.py:89 msgid "Text" msgstr "Текст" -#: models.py:89 +#: models.py:90 msgid "Post meta description" msgstr "" -#: models.py:99 +#: models.py:92 +msgid "Post meta keywords" +msgstr "" + +#: models.py:102 msgid "blog article" msgstr "статья блога" -#: models.py:100 +#: models.py:103 msgid "blog articles" msgstr "статьи блога" -#: models.py:143 models.py:168 +#: models.py:147 models.py:172 msgid "Articles" msgstr "Статьи" -#: models.py:144 +#: models.py:148 msgid "The number of latests articles to be displayed." msgstr "Количество показываемых последних статей." -#: models.py:146 +#: models.py:150 msgid "Show only the blog articles tagged with chosen tags." msgstr "Показывать только статьи с выбранными тэгами." -#: models.py:148 +#: models.py:152 msgid "Show only the blog articles tagged with chosen categories." msgstr "Показывать только статьи из выбранныех категорий." -#: models.py:165 templates/djangocms_blog/plugins/authors.html:3 +#: models.py:169 templates/djangocms_blog/plugins/authors.html:3 msgid "Authors" msgstr "Авторы" -#: models.py:169 +#: models.py:173 msgid "The number of author articles to be displayed." msgstr "Количество статей автора, которые будут показаны." -#: templates/djangocms_blog/post_detail.html:14 +#: templates/djangocms_blog/post_detail.html:16 #: templates/djangocms_blog/includes/blog_item.html:10 msgid "by" msgstr "создана" -#: templates/djangocms_blog/post_list.html:9 +#: templates/djangocms_blog/post_list.html:11 msgid "Articles by" msgstr "Статьи созданы" -#: templates/djangocms_blog/post_list.html:11 +#: templates/djangocms_blog/post_list.html:13 msgid "Tag" msgstr "Тэг" -#: templates/djangocms_blog/post_list.html:12 +#: templates/djangocms_blog/post_list.html:14 msgid "Category" msgstr "Категория" -#: templates/djangocms_blog/post_list.html:19 +#: 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 @@ -187,23 +195,23 @@ msgstr "Категория" msgid "No article found." msgstr "Не найдено ни одной статьи." -#: templates/djangocms_blog/post_list.html:22 +#: templates/djangocms_blog/post_list.html:24 msgid "Back" msgstr "Назад" -#: templates/djangocms_blog/post_list.html:28 +#: templates/djangocms_blog/post_list.html:30 msgid "previous" msgstr "предыдущая" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "Page" msgstr "Страница" -#: templates/djangocms_blog/post_list.html:31 +#: templates/djangocms_blog/post_list.html:33 msgid "of" msgstr "из" -#: templates/djangocms_blog/post_list.html:34 +#: templates/djangocms_blog/post_list.html:36 msgid "next" msgstr "следующая"