From 92db62ef90b0a9625c256639c515d449d7b6d344 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Mon, 1 Sep 2014 07:16:48 +0200 Subject: [PATCH] Update locales --- .../locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 574 bytes .../locale/ar/LC_MESSAGES/django.po | 260 ++++++++++++++++++ .../locale/en/LC_MESSAGES/django.mo | Bin 2871 -> 2871 bytes .../locale/en/LC_MESSAGES/django.po | 38 +-- .../locale/it/LC_MESSAGES/django.mo | Bin 3211 -> 3211 bytes 5 files changed, 279 insertions(+), 19 deletions(-) create mode 100644 djangocms_blog/locale/ar/LC_MESSAGES/django.mo create mode 100644 djangocms_blog/locale/ar/LC_MESSAGES/django.po diff --git a/djangocms_blog/locale/ar/LC_MESSAGES/django.mo b/djangocms_blog/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b37d139b6711afa8feded6b61b709a1ddeaab308 GIT binary patch literal 574 zcmY*V!EO^V5Dn1N9y#|g2dF^BvAtsBCH~e1A8s_ z@gXZ2LnFD=-%U6Bfp0|03iw!*)gi+wE>y~-j>;vgvX260s`0_Y=b)_BIU97icB5KN zYOU4+PNG_x23}m}90aA??RJ>Ec5|ighK*m-(1%Mj(1)3*{WpoKNM9E7+5Bu5pAT7a z>Rr|j*ZC1JSJro#2CIylLUXNR(pi3~&&g!x>)yT6k({~4uZ(L2OqM3!Z!AE?VqrH? zS#s{=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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:18 +msgid "Blog" +msgstr "" + +#: cms_plugins.py:20 +msgid "Latest Blog Articles" +msgstr "" + +#: cms_plugins.py:33 +msgid "Author Blog Articles" +msgstr "" + +#: cms_plugins.py:46 templates/djangocms_blog/plugins/tags.html:4 +msgid "Tags" +msgstr "" + +#: cms_plugins.py:57 templates/djangocms_blog/plugins/categories.html:4 +msgid "Categories" +msgstr "" + +#: cms_plugins.py:68 templates/djangocms_blog/post_list.html:12 +#: templates/djangocms_blog/plugins/archive.html:4 +msgid "Archive" +msgstr "" + +#: cms_toolbar.py:20 +msgid "Post list" +msgstr "" + +#: cms_toolbar.py:22 +msgid "Add post" +msgstr "" + +#: cms_toolbar.py:26 +msgid "Edit Post" +msgstr "" + +#: feeds.py:16 +#, python-format +msgid "Blog articles on %(site_name)s" +msgstr "" + +#: models.py:28 +msgid "parent" +msgstr "" + +#: models.py:30 +msgid "created at" +msgstr "" + +#: models.py:31 +msgid "modified at" +msgstr "" + +#: models.py:34 +msgid "name" +msgstr "" + +#: models.py:35 models.py:95 +msgid "slug" +msgstr "" + +#: models.py:42 +msgid "blog category" +msgstr "" + +#: models.py:43 +msgid "blog categories" +msgstr "" + +#: models.py:66 +msgid "Author" +msgstr "" + +#: models.py:71 +msgid "Published Since" +msgstr "" + +#: models.py:73 +msgid "Published Until" +msgstr "" + +#: models.py:75 +msgid "Publish" +msgstr "" + +#: models.py:76 +msgid "category" +msgstr "" + +#: models.py:78 +msgid "Main image" +msgstr "" + +#: models.py:81 +msgid "Main image thumbnail" +msgstr "" + +#: models.py:85 +msgid "Main image full" +msgstr "" + +#: models.py:89 +msgid "Enable comments on post" +msgstr "" + +#: models.py:94 +msgid "Title" +msgstr "" + +#: models.py:96 +msgid "Abstract" +msgstr "" + +#: models.py:97 +msgid "Post meta description" +msgstr "" + +#: models.py:99 +msgid "Post meta keywords" +msgstr "" + +#: models.py:101 +msgid "Text" +msgstr "" + +#: models.py:158 +msgid "blog article" +msgstr "" + +#: models.py:159 +msgid "blog articles" +msgstr "" + +#: models.py:199 models.py:226 +msgid "Articles" +msgstr "" + +#: models.py:200 +msgid "The number of latests articles to be displayed." +msgstr "" + +#: models.py:202 +msgid "Show only the blog articles tagged with chosen tags." +msgstr "" + +#: models.py:204 +msgid "Show only the blog articles tagged with chosen categories." +msgstr "" + +#: models.py:222 templates/djangocms_blog/plugins/authors.html:3 +msgid "Authors" +msgstr "" + +#: models.py:227 +msgid "The number of author articles to be displayed." +msgstr "" + +#: templates/djangocms_blog/post_detail.html:16 +#: templates/djangocms_blog/includes/blog_item.html:10 +msgid "by" +msgstr "" + +#: templates/djangocms_blog/post_list.html:11 +msgid "Articles by" +msgstr "" + +#: templates/djangocms_blog/post_list.html:13 +msgid "Tag" +msgstr "" + +#: templates/djangocms_blog/post_list.html:14 +msgid "Category" +msgstr "" + +#: 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 "" + +#: templates/djangocms_blog/post_list.html:24 +msgid "Back" +msgstr "" + +#: templates/djangocms_blog/post_list.html:30 +msgid "previous" +msgstr "" + +#: templates/djangocms_blog/post_list.html:33 +msgid "Page" +msgstr "" + +#: templates/djangocms_blog/post_list.html:33 +msgid "of" +msgstr "" + +#: templates/djangocms_blog/post_list.html:36 +msgid "next" +msgstr "" + +#: 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] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: 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 "" + +#~ msgid "blog post" +#~ msgstr "blog post" + +#~ msgid "Posts" +#~ msgstr "Posts" + +#~ msgid "Entries by" +#~ msgstr "Entries by" + +#~ msgid "No entry found." +#~ msgstr "No entry found." diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.mo b/djangocms_blog/locale/en/LC_MESSAGES/django.mo index 07df55b1f05b27c3f0799382922d64a97e62a321..16fc5c01b5f06943d543ef50b21e509c2c03a75a 100644 GIT binary patch delta 23 ecmdlkwq0z4Jv*1Bu7RO~fw`5T*=A4ncgz4#b_RX` delta 23 ecmdlkwq0z4Jv*0)u93Ndfr*uo\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:17 +#: cms_plugins.py:67 cms_toolbar.py:18 msgid "Blog" msgstr "Blog" @@ -43,15 +43,15 @@ msgstr "Categories" msgid "Archive" msgstr "Archive" -#: cms_toolbar.py:19 +#: cms_toolbar.py:20 msgid "Post list" msgstr "Post list" -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Add post" msgstr "Add post" -#: cms_toolbar.py:25 +#: cms_toolbar.py:26 msgid "Edit Post" msgstr "" @@ -60,31 +60,31 @@ msgstr "" msgid "Blog articles on %(site_name)s" msgstr "Blog articles on %(site_name)s" -#: models.py:29 +#: models.py:28 msgid "parent" msgstr "parent" -#: models.py:31 +#: models.py:30 msgid "created at" msgstr "created at" -#: models.py:32 +#: models.py:31 msgid "modified at" msgstr "modified at" -#: models.py:35 +#: models.py:34 msgid "name" msgstr "name" -#: models.py:36 models.py:95 +#: models.py:35 models.py:95 msgid "slug" msgstr "slug" -#: models.py:43 +#: models.py:42 msgid "blog category" msgstr "blog category" -#: models.py:44 +#: models.py:43 msgid "blog categories" msgstr "blog categories" @@ -145,31 +145,31 @@ msgstr "Post meta description" msgid "Text" msgstr "Text" -#: models.py:156 +#: models.py:158 msgid "blog article" msgstr "blog article" -#: models.py:157 +#: models.py:159 msgid "blog articles" msgstr "blog articles" -#: models.py:201 models.py:226 +#: models.py:199 models.py:226 msgid "Articles" msgstr "Articles" -#: models.py:202 +#: models.py:200 msgid "The number of latests articles to be displayed." msgstr "The number of latests articles to be displayed." -#: models.py:204 +#: models.py:202 msgid "Show only the blog articles tagged with chosen tags." msgstr "Show only the blog articles tagged with chosen tags." -#: models.py:206 +#: models.py:204 msgid "Show only the blog articles tagged with chosen categories." msgstr "Show only the blog articles tagged with chosen categories." -#: models.py:223 templates/djangocms_blog/plugins/authors.html:3 +#: models.py:222 templates/djangocms_blog/plugins/authors.html:3 msgid "Authors" msgstr "Authors" diff --git a/djangocms_blog/locale/it/LC_MESSAGES/django.mo b/djangocms_blog/locale/it/LC_MESSAGES/django.mo index 4585fc8a020c533f28e27ce590d5255293261b44..8e8faefd9530101e355abcce721902c3972b6135 100644 GIT binary patch delta 44 zcmeB{?3Ubco1M!{*U(VG(Adh*aPm|3?L0n-dFiEz>8Vx ALI3~& delta 41 xcmeB{?3Ubco1M!<*T`JKz{JYPa`IF5?UPq>L~;2f=B1Y=rl(pdY~t)@1^^iR4SfIr