From 999f0bc117241499fdbab34f77e86ce3710a76ed Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Tue, 20 Sep 2016 20:56:50 +0200 Subject: [PATCH] Update i18n sources [ci skip] --- .../locale/en/LC_MESSAGES/django.po | 317 ++++++++++++------ 1 file changed, 208 insertions(+), 109 deletions(-) diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.po b/djangocms_blog/locale/en/LC_MESSAGES/django.po index 148842f..02f7905 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: 2015-12-20 17:14+0100\n" +"POT-Creation-Date: 2016-09-20 17:21+0200\n" "PO-Revision-Date: 2014-03-05 18:09+0100\n" "Last-Translator: Iacopo Spalletti\n" "Language-Team: Italian \n" @@ -17,7 +17,11 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 1.5\n" -#: admin.py:169 admin.py:177 admin.py:185 +#: admin.py:34 +msgid "site" +msgstr "" + +#: admin.py:341 admin.py:349 admin.py:357 msgid "You can provide plain strings, Post model attribute or method names" msgstr "" @@ -25,10 +29,6 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 -msgid "Blog" -msgstr "Blog" - #: cms_appconfig.py:20 msgid "application title" msgstr "" @@ -104,375 +104,474 @@ msgid "Structure of the django CMS menu" msgstr "" #: cms_appconfig.py:70 +msgid "Show empty categories in menu" +msgstr "" + +#: cms_appconfig.py:72 +msgid "Show categories with no post attached in the menu" +msgstr "" + +#: cms_appconfig.py:75 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:73 +#: cms_appconfig.py:78 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:76 +#: cms_appconfig.py:81 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:78 +#: cms_appconfig.py:83 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:86 msgid "Object type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:90 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:94 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:98 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:102 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:106 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:110 #, fuzzy msgid "Facebook author" msgstr "Author" -#: cms_appconfig.py:109 +#: cms_appconfig.py:114 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:118 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:122 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:126 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:125 +#: cms_appconfig.py:130 msgid "Google+ author name" msgstr "" -#: cms_toolbar.py:22 -msgid "Post list" -msgstr "Post list" - -#: cms_toolbar.py:24 -msgid "Add post" -msgstr "Add post" - -#: cms_toolbar.py:28 -msgid "Edit configuration" +#: cms_appconfig.py:135 +msgid "Send notifications on post publish" msgstr "" -#: cms_toolbar.py:32 -msgid "Edit Post" +#: cms_appconfig.py:136 +msgid "Emits a desktop notification -if enabled- when publishing a new post" msgstr "" -#: cms_wizards.py:47 -#, python-brace-format -msgid "New {0}" +#: cms_appconfig.py:139 +msgid "Send notifications on post update" msgstr "" -#: cms_wizards.py:51 -#, python-brace-format -msgid "Create a new {0} in {1}" +#: cms_appconfig.py:140 +msgid "Emits a desktop notification -if enabled- when editing a published post" msgstr "" -#: feeds.py:24 -#, python-format -msgid "Blog articles on %(site_name)s" -msgstr "Blog articles on %(site_name)s" +#: cms_apps.py:15 cms_toolbars.py:20 settings.py:115 +msgid "Blog" +msgstr "Blog" -#: menu.py:16 +#: cms_menus.py:24 #, fuzzy msgid "Blog menu" msgstr "blog category" -#: models.py:34 +#: cms_toolbars.py:23 +msgid "Post list" +msgstr "Post list" + +#: cms_toolbars.py:25 +msgid "Add post" +msgstr "Add post" + +#: cms_toolbars.py:29 +msgid "Edit configuration" +msgstr "" + +#: cms_toolbars.py:33 +msgid "Edit Post" +msgstr "" + +#: cms_toolbars.py:47 +#, python-brace-format +msgid "Publish {0} now" +msgstr "" + +#: cms_wizards.py:58 +#, python-brace-format +msgid "New {0}" +msgstr "" + +#: cms_wizards.py:62 +#, python-brace-format +msgid "Create a new {0} in {1}" +msgstr "" + +#: feeds.py:49 +#, python-format +msgid "Blog articles on %(site_name)s" +msgstr "Blog articles on %(site_name)s" + +#: liveblog/apps.py:10 +msgid "Liveblog" +msgstr "" + +#: liveblog/cms_plugins.py:15 +msgid "Liveblog item" +msgstr "" + +#: liveblog/models.py:28 +msgid "publish liveblog entry" +msgstr "" + +#: liveblog/models.py:29 +#, fuzzy +msgid "post date" +msgstr "Post meta description" + +#: liveblog/models.py:32 liveblog/models.py:101 +msgid "liveblog entry" +msgstr "" + +#: liveblog/models.py:33 liveblog/models.py:102 +#, fuzzy +#| msgid "blog categories" +msgid "liveblog entries" +msgstr "blog categories" + +#: liveblog/models.py:90 models.py:172 +#, fuzzy +msgid "title" +msgstr "Title" + +#: liveblog/models.py:92 +#, fuzzy +msgid "image" +msgstr "Main image" + +#: liveblog/models.py:96 +msgid "thumbnail size" +msgstr "" + +#: models.py:64 msgid "parent" msgstr "parent" -#: models.py:35 +#: models.py:66 msgid "created at" msgstr "created at" -#: models.py:36 +#: models.py:67 msgid "modified at" msgstr "modified at" -#: models.py:38 models.py:123 models.py:275 +#: models.py:69 models.py:168 models.py:387 msgid "app. config" msgstr "" -#: models.py:42 +#: models.py:73 msgid "name" msgstr "name" -#: models.py:43 models.py:128 +#: models.py:74 models.py:173 msgid "slug" msgstr "slug" -#: models.py:50 +#: models.py:81 msgid "blog category" msgstr "blog category" -#: models.py:51 +#: models.py:82 msgid "blog categories" msgstr "blog categories" -#: models.py:91 +#: models.py:138 #, fuzzy msgid "author" msgstr "Author" -#: models.py:94 +#: models.py:141 #, fuzzy msgid "created" msgstr "created at" -#: models.py:95 +#: models.py:142 #, fuzzy msgid "last modified" msgstr "modified at" -#: models.py:96 +#: models.py:143 #, fuzzy msgid "published since" msgstr "Published Since" -#: models.py:98 +#: models.py:144 #, fuzzy msgid "published until" msgstr "Published Until" -#: models.py:100 +#: models.py:145 #, fuzzy msgid "publish" msgstr "Publish" -#: models.py:101 +#: models.py:146 msgid "category" msgstr "category" -#: models.py:103 +#: models.py:148 #, fuzzy msgid "main image" msgstr "Main image" -#: models.py:107 +#: models.py:152 #, fuzzy msgid "main image thumbnail" msgstr "Main image thumbnail" -#: models.py:112 +#: models.py:157 #, fuzzy msgid "main image full" msgstr "Main image full" -#: models.py:116 +#: models.py:161 msgid "enable comments on post" msgstr "" -#: models.py:118 +#: models.py:163 msgid "Site(s)" msgstr "" -#: models.py:119 +#: models.py:164 msgid "" "Select sites in which to show the post. If none is set it will be visible in " "all the configured sites." msgstr "" -#: models.py:127 -#, fuzzy -msgid "title" -msgstr "Title" - -#: models.py:129 +#: models.py:174 msgid "abstract" msgstr "" -#: models.py:130 +#: models.py:175 #, fuzzy msgid "post meta description" msgstr "Post meta description" -#: models.py:132 +#: models.py:177 #, fuzzy msgid "post meta keywords" msgstr "Post meta description" -#: models.py:134 +#: models.py:179 #, fuzzy msgid "post meta title" msgstr "Post meta description" -#: models.py:135 +#: models.py:180 msgid "used in title tag and social sharing" msgstr "" -#: models.py:138 +#: models.py:183 msgid "text" msgstr "" -#: models.py:175 +#: models.py:188 +msgid "enable liveblog on post" +msgstr "" + +#: models.py:222 msgid "blog article" msgstr "blog article" -#: models.py:176 +#: models.py:223 msgid "blog articles" msgstr "blog articles" -#: models.py:294 models.py:328 +#: models.py:390 +msgid "current site" +msgstr "" + +#: models.py:390 +msgid "Select items from the current site only" +msgstr "" + +#: models.py:394 +msgid "Plugin template" +msgstr "" + +#: models.py:395 +msgid "Select plugin template to load for this instance" +msgstr "" + +#: models.py:429 models.py:465 #, fuzzy msgid "articles" msgstr "0 articles" -#: models.py:295 +#: models.py:430 msgid "The number of latests articles to be displayed." msgstr "The number of latests articles to be displayed." -#: models.py:297 +#: models.py:432 msgid "filter by tag" msgstr "" -#: models.py:298 +#: models.py:433 msgid "Show only the blog articles tagged with chosen tags." msgstr "Show only the blog articles tagged with chosen tags." -#: models.py:301 +#: models.py:436 #, fuzzy msgid "filter by category" msgstr "blog category" -#: models.py:302 +#: models.py:437 msgid "Show only the blog articles tagged with chosen categories." msgstr "Show only the blog articles tagged with chosen categories." -#: models.py:306 +#: models.py:441 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:324 +#: models.py:461 #, fuzzy msgid "authors" msgstr "Authors" -#: models.py:329 +#: models.py:466 msgid "The number of author articles to be displayed." msgstr "The number of author articles to be displayed." -#: models.py:333 +#: models.py:470 #, python-format msgid "%s latest articles by author" msgstr "" -#: models.py:362 +#: models.py:503 msgid "generic blog plugin" msgstr "" -#: settings.py:16 +#: settings.py:17 msgid "Full date" msgstr "" -#: settings.py:17 +#: settings.py:18 msgid "Year / Month" msgstr "" -#: settings.py:18 templates/djangocms_blog/post_list.html:14 +#: settings.py:19 templates/djangocms_blog/post_list.html:14 msgid "Category" msgstr "Category" -#: settings.py:19 +#: settings.py:20 #, fuzzy msgid "Just slug" msgstr "slug" -#: settings.py:28 +#: settings.py:29 #, fuzzy msgid "Categories and posts" msgstr "Categories" -#: settings.py:29 +#: settings.py:30 #, fuzzy msgid "Categories only" msgstr "Categories" -#: settings.py:30 +#: settings.py:31 #, fuzzy msgid "Posts only" msgstr "Posts" -#: settings.py:31 +#: settings.py:32 msgid "None" msgstr "" -#: settings.py:34 +#: settings.py:35 msgid "always" msgstr "" -#: settings.py:35 +#: settings.py:36 msgid "hourly" msgstr "" -#: settings.py:36 +#: settings.py:37 msgid "daily" msgstr "" -#: settings.py:37 +#: settings.py:38 msgid "weekly" msgstr "" -#: settings.py:38 +#: settings.py:39 msgid "monthly" msgstr "" -#: settings.py:39 +#: settings.py:40 msgid "yearly" msgstr "" -#: settings.py:40 +#: settings.py:41 msgid "never" msgstr "" -#: settings.py:113 +#: settings.py:117 msgid "Latest Blog Articles" msgstr "Latest Blog Articles" -#: settings.py:115 +#: settings.py:119 +#, fuzzy +#| msgid "Latest Blog Articles" +msgid "Latest Blog Articles - Cache" +msgstr "Latest Blog Articles" + +#: settings.py:121 msgid "Author Blog Articles" msgstr "Author Blog Articles" -#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +#: settings.py:123 templates/djangocms_blog/plugins/tags.html:3 msgid "Tags" msgstr "Tags" -#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +#: settings.py:125 templates/djangocms_blog/plugins/categories.html:3 msgid "Categories" msgstr "Categories" -#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: settings.py:127 templates/djangocms_blog/plugins/archive.html:3 #: templates/djangocms_blog/post_list.html:12 msgid "Archive" msgstr "Archive" +#: settings.py:140 +msgid "Default template" +msgstr "" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "read more"