diff --git a/djangocms_blog/cms_appconfig.py b/djangocms_blog/cms_appconfig.py index 996a8bd..3260d71 100644 --- a/djangocms_blog/cms_appconfig.py +++ b/djangocms_blog/cms_appconfig.py @@ -23,6 +23,10 @@ class BlogConfig(TranslatableModel, AppHookConfig): ), ) + class Meta: + verbose_name = _('blog config') + verbose_name_plural = _('blog configs') + def get_app_title(self): return getattr(self, 'app_title', _('untitled')) diff --git a/djangocms_blog/locale/ar/LC_MESSAGES/django.mo b/djangocms_blog/locale/ar/LC_MESSAGES/django.mo index ff9da4c..5fe4051 100644 Binary files a/djangocms_blog/locale/ar/LC_MESSAGES/django.mo and b/djangocms_blog/locale/ar/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/ar/LC_MESSAGES/django.po b/djangocms_blog/locale/ar/LC_MESSAGES/django.po index d20ca59..0f88469 100644 --- a/djangocms_blog/locale/ar/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/ar/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Arabic (http://www.transifex.com/nephila/djangocms-blog/language/ar/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "المدونة" @@ -40,155 +39,144 @@ msgid "object name" msgstr "" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "آخر مواضيع المدونة" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "ناشر مواضيع المدونة" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "علامات" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "الأقسام" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "الأرشيف" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "قائمة المواضيع" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "إضافة موضوع" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "التعديل على موضوع" @@ -223,7 +211,7 @@ msgstr "" msgid "modified at" msgstr "" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -333,52 +321,52 @@ msgstr "" msgid "blog articles" msgstr "" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "" -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "" -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "" -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "" -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -439,6 +427,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "آخر مواضيع المدونة" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "ناشر مواضيع المدونة" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "علامات" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "الأقسام" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "الأرشيف" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "" diff --git a/djangocms_blog/locale/de/LC_MESSAGES/django.mo b/djangocms_blog/locale/de/LC_MESSAGES/django.mo index c1e7519..b19d3ac 100644 Binary files a/djangocms_blog/locale/de/LC_MESSAGES/django.mo and b/djangocms_blog/locale/de/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/de/LC_MESSAGES/django.po b/djangocms_blog/locale/de/LC_MESSAGES/django.po index 33fc995..a2439fe 100644 --- a/djangocms_blog/locale/de/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/de/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: German (http://www.transifex.com/nephila/djangocms-blog/language/de/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Blog" @@ -40,155 +39,144 @@ msgid "object name" msgstr "" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Letzte Blog-Einträge" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Autoren Blog-Artikel" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Tags" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Kategorien" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Archiv" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Post Liste" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Post hinzufügen" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Post bearbeiten" @@ -223,7 +211,7 @@ msgstr "erstellt am" msgid "modified at" msgstr "bearbeitet am" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -333,52 +321,52 @@ msgstr "Blog-Artikel" msgid "blog articles" msgstr "Blog-Artikel" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "Anzahl der anzuzeigenden letzten Artikel" -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Nur die Blog-Einträge mit dem ausgewählten Tag anzeigen" -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Nur die Blog-Einträge der ausgewählten Kategorie anzeigen" -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "Die Anzahl der anzuzeigenden Autoren-Artikel" -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -439,6 +427,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Letzte Blog-Einträge" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Autoren Blog-Artikel" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Tags" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Kategorien" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Archiv" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "weiterlesen" diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.mo b/djangocms_blog/locale/en/LC_MESSAGES/django.mo index 088464b..032c5f2 100644 Binary files a/djangocms_blog/locale/en/LC_MESSAGES/django.mo and b/djangocms_blog/locale/en/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/en/LC_MESSAGES/django.po b/djangocms_blog/locale/en/LC_MESSAGES/django.po index 4d513a4..148842f 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-10-31 13:23+0100\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" "PO-Revision-Date: 2014-03-05 18:09+0100\n" "Last-Translator: Iacopo Spalletti\n" "Language-Team: Italian \n" @@ -25,8 +25,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Blog" @@ -40,157 +39,148 @@ msgstr "" #: cms_appconfig.py:27 #, fuzzy +#| msgid "blog categories" +msgid "blog config" +msgstr "blog categories" + +#: cms_appconfig.py:28 +#, fuzzy +#| msgid "blog categories" +msgid "blog configs" +msgstr "blog categories" + +#: cms_appconfig.py:31 +#, fuzzy msgid "untitled" msgstr "Title" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 #, fuzzy msgid "Set author" msgstr "Author" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 #, fuzzy msgid "Facebook author" msgstr "Author" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Latest Blog Articles" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Author Blog Articles" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Tags" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Categories" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Archive" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Post list" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Add post" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "" @@ -226,7 +216,7 @@ msgstr "created at" msgid "modified at" msgstr "modified at" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -349,55 +339,55 @@ msgstr "blog article" msgid "blog articles" msgstr "blog articles" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 #, fuzzy msgid "articles" msgstr "0 articles" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "The number of latests articles to be displayed." -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Show only the blog articles tagged with chosen tags." -#: models.py:304 +#: models.py:301 #, fuzzy msgid "filter by category" msgstr "blog category" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Show only the blog articles tagged with chosen categories." -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 #, fuzzy msgid "authors" msgstr "Authors" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "The number of author articles to be displayed." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -462,6 +452,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Latest Blog Articles" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Author Blog Articles" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Tags" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Categories" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Archive" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "read more" diff --git a/djangocms_blog/locale/es/LC_MESSAGES/django.mo b/djangocms_blog/locale/es/LC_MESSAGES/django.mo index 96ec7ec..dc35261 100644 Binary files a/djangocms_blog/locale/es/LC_MESSAGES/django.mo and b/djangocms_blog/locale/es/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/es/LC_MESSAGES/django.po b/djangocms_blog/locale/es/LC_MESSAGES/django.po index d66697a..b31449b 100644 --- a/djangocms_blog/locale/es/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/es/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Spanish (http://www.transifex.com/nephila/djangocms-blog/language/es/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Blog" @@ -40,155 +39,144 @@ msgid "object name" msgstr "" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Últimos artículos del blog" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Artículos del blog por author" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Etiquetas" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Categorías" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Archivo" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Lista de entradas" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Añadir entradas" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Editar entrada" @@ -223,7 +211,7 @@ msgstr "Creado en" msgid "modified at" msgstr "Actualizado en" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -333,52 +321,52 @@ msgstr "artículo del blog" msgid "blog articles" msgstr "artículos del blog" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "El número de últimos artículos a mostrar." -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Mostrar solo los artículos del blog etiquetados con las etiquetas elegidas." -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Mostrar solo los artículos del blog etiquetados con las categorías elegidas." -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "El número de autores de artículo a mostrar." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -439,6 +427,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Últimos artículos del blog" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Artículos del blog por author" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Etiquetas" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Categorías" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Archivo" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "leer más" diff --git a/djangocms_blog/locale/it/LC_MESSAGES/django.mo b/djangocms_blog/locale/it/LC_MESSAGES/django.mo index bc88be3..2217f62 100644 Binary files a/djangocms_blog/locale/it/LC_MESSAGES/django.mo and b/djangocms_blog/locale/it/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/it/LC_MESSAGES/django.po b/djangocms_blog/locale/it/LC_MESSAGES/django.po index 391538d..24e2c25 100644 --- a/djangocms_blog/locale/it/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/it/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:24+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:19+0000\n" "Last-Translator: yakky \n" "Language-Team: Italian (http://www.transifex.com/nephila/djangocms-blog/language/it/)\n" "MIME-Version: 1.0\n" @@ -27,8 +27,7 @@ msgstr "Puoi inserire stringhe, attributi o metodi del model Post" msgid "django CMS Blog" msgstr "django CMS Blog" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Blog" @@ -41,155 +40,144 @@ msgid "object name" msgstr "Nome oggetto" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "Configurazione del blog" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "Configurazioni del blog" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "Senza titolo" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "Articoli pubblicati di default" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "Struttura permalink" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "Usa placeholder e plugin per il contenuto" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "Usa campo abstract" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "Imposta autore" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "Imposta autore di default" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "Dimensione paginazione" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "Se la lista è paginata, quanti articoli visualizzati per pagina?" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "Prefisso template" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "Directory alternativa da cui caricare i template" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "Struttura del menu" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "Struttura del menu django CMS" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "Frequenza aggiornamento Sitemap" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "Attributo Changefreq per gli oggetti della sitemap" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "Priorità sitemap" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "Attributo priorità per gli oggetti nella sitemap" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "Tipo oggetto" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "Tipo oggetto Facebook" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "ID Applicazione Facebook" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "ID Profilo Facebook" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "URL Pagina Facebook" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "URL Autore Facebook" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "Autore Facebook" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "Tipo oggetto Twitter" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "Nome Twitter del sito" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "Nome Twitter autore" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "Tipo oggetto Google+" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "Nome Google+ autore" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Ultimi articoli" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Articoli per autore" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Tag" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Categorie" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Archivio" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Lista degli articoli" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Aggiungi articolo" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "Modifica configurazione" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Modifica articolo" @@ -224,7 +212,7 @@ msgstr "creato il" msgid "modified at" msgstr "modificato il" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "config. app." @@ -334,52 +322,52 @@ msgstr "articolo del blog" msgid "blog articles" msgstr "articoli del blog" -#: models.py:293 -msgid "generic blog plugin" -msgstr "plugin blog" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "articoli" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "Il numero di articoli da mostrare." -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "filtra per tag" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Mostra solo gli articoli marcati con i tag selezionati." -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "filtra per categoria" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Mostra solo gli articoli marcati con i categorie selezionati." -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "ultimi %s articoli per tag" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "autori" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "Numero di elementi per autore da mostrare." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "ultimi %s articoli per autore" +#: models.py:362 +msgid "generic blog plugin" +msgstr "plugin blog" + #: settings.py:16 msgid "Full date" msgstr "Data completa" @@ -440,6 +428,27 @@ msgstr "ogni anno" msgid "never" msgstr "mai" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Ultimi articoli" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Articoli per autore" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Tag" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Categorie" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Archivio" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "leggi" diff --git a/djangocms_blog/locale/lt/LC_MESSAGES/django.mo b/djangocms_blog/locale/lt/LC_MESSAGES/django.mo index 96f67b3..4a7b164 100644 Binary files a/djangocms_blog/locale/lt/LC_MESSAGES/django.mo and b/djangocms_blog/locale/lt/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/lt/LC_MESSAGES/django.po b/djangocms_blog/locale/lt/LC_MESSAGES/django.po index 15300de..c6658df 100644 --- a/djangocms_blog/locale/lt/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/lt/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Lithuanian (http://www.transifex.com/nephila/djangocms-blog/language/lt/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,7 @@ msgstr "Galite pateikti paprasto teksto eilutes, įrašo modelio atributą arba msgid "django CMS Blog" msgstr "django CMS Tinklaraštis" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Tinklaraštis" @@ -37,170 +36,159 @@ msgstr "aplikacijos pavadinimas" #: cms_appconfig.py:22 msgid "object name" -msgstr "" +msgstr "objekto pavadinimas" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "be pavadinimo" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "Pagal numatymą įrašas publikuojamas" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "Nuolatinės nuorodos struktūra" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "Straipsnio tekstui naudokite rezervuotą vietą ir įskiepiuis" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "Naudoti santraukos lauką" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "Nustatyti autorių" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "Pagal numatymą nustatyti autorių" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "Puslapiavimo dydis" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "Kai puslapiuojamas sąrašas, kiek straipsnių atvaizduoti puslapyje?" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "Šablono priešdėlis" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "Alternatyvus katalogas iš kurio būtų užkraunami šablonai" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "Meniu struktūra" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "Django CMS meniu struktūra" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" -msgstr "" +msgstr "Tinklalapio medžio keitimo dažnumas" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" -msgstr "" +msgstr "Keitimo dažnumo atributas tinklalapio medžio objektams" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" -msgstr "" +msgstr "Tinklalapio medžio prioritetas" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" -msgstr "" +msgstr "Prioriteto atributas tinklalapio medžio objektams" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "Objekto tipas" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "Facebook tipas" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "Facebook aplikacijos ID" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "Facebook profilio ID" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "Facebook puslapio URL" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "Facebook autoriaus URL" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "Facebook autorius" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "Twitter tipas" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "Twitter tinklalapio vardas" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "Twitter autoriaus vardas" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "Google+ tipas" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "Goggle+ autoriaus vardas" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Naujausi tinklaraščio straipsniai" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Tinklaraščio straipsnių autorius" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Žymenos" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Kategorijos" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Archyvas" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Straipsnių sąrašas" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Pridėti straipsnį" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "Redaguoti nustatymus" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Redaguoti straipsnį" #: cms_wizards.py:47 #, python-brace-format msgid "New {0}" -msgstr "" +msgstr "Naujas {0}" #: cms_wizards.py:51 #, python-brace-format msgid "Create a new {0} in {1}" -msgstr "" +msgstr "Kurti naują {0} viduje {1}" #: feeds.py:24 #, python-format @@ -223,7 +211,7 @@ msgstr "sukurta" msgid "modified at" msgstr "redaguota" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "aplikacijos nustatymai" @@ -333,52 +321,52 @@ msgstr "tinklaraščio straipsnis" msgid "blog articles" msgstr "tinklaraščio straipsniai" -#: models.py:293 -msgid "generic blog plugin" -msgstr "bendras tinklaraščio įskiepis" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "straipsniai" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "Atvaizduojamas naujausių straipsnių kiekis." -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "filtruoti pagal žymeną" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Atvaizduoti straipsnius su pasirinktomis žymenomis." -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "filtruoti pagal kategoriją" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Atvaizduoti straipsnius su pasirinktomis kategorijomis." -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "%s paskutiniai straipsniai pagal žymeną" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "autoriai" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "Atvaizduojamas autoriaus straipsnių kiekis." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "%s paskutiniai straipsniai pagal autorių" +#: models.py:362 +msgid "generic blog plugin" +msgstr "bendras tinklaraščio įskiepis" + #: settings.py:16 msgid "Full date" msgstr "Pilna data" @@ -413,31 +401,52 @@ msgstr "Niekas" #: settings.py:34 msgid "always" -msgstr "" +msgstr "visada" #: settings.py:35 msgid "hourly" -msgstr "" +msgstr "kas valandą" #: settings.py:36 msgid "daily" -msgstr "" +msgstr "kas dieną" #: settings.py:37 msgid "weekly" -msgstr "" +msgstr "kas savaitę" #: settings.py:38 msgid "monthly" -msgstr "" +msgstr "kas mėnesį" #: settings.py:39 msgid "yearly" -msgstr "" +msgstr "kas metus" #: settings.py:40 msgid "never" -msgstr "" +msgstr "niekada" + +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Naujausi tinklaraščio straipsniai" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Tinklaraščio straipsnių autorius" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Žymenos" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Kategorijos" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Archyvas" #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" diff --git a/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.mo b/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.mo index 06f4956..f2864ba 100644 Binary files a/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.mo and b/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.po b/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.po index 7048e60..bc6e694 100644 --- a/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/pt_BR/LC_MESSAGES/django.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/nephila/djangocms-blog/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,8 +25,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "" @@ -39,155 +38,144 @@ msgid "object name" msgstr "" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "" @@ -222,7 +210,7 @@ msgstr "" msgid "modified at" msgstr "" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -332,52 +320,52 @@ msgstr "" msgid "blog articles" msgstr "" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "" -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "" -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "" -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "" -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -438,6 +426,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "" diff --git a/djangocms_blog/locale/ru/LC_MESSAGES/django.mo b/djangocms_blog/locale/ru/LC_MESSAGES/django.mo index cdee03e..2efd23d 100644 Binary files a/djangocms_blog/locale/ru/LC_MESSAGES/django.mo and b/djangocms_blog/locale/ru/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/ru/LC_MESSAGES/django.po b/djangocms_blog/locale/ru/LC_MESSAGES/django.po index 3877851..14591f9 100644 --- a/djangocms_blog/locale/ru/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/ru/LC_MESSAGES/django.po @@ -3,13 +3,14 @@ # # Translators: # Iacopo Spalletti, 2014 -# Rüstem Mirzaoğlu, 2015 +# Rustam Mirzaev , 2015 +# Rustam Mirzaev , 2015 msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Russian (http://www.transifex.com/nephila/djangocms-blog/language/ru/)\n" "MIME-Version: 1.0\n" @@ -21,187 +22,175 @@ msgstr "" #: admin.py:169 admin.py:177 admin.py:185 msgid "You can provide plain strings, Post model attribute or method names" -msgstr "" +msgstr "Вы можете использовать простую строку, атрибут модели статьи или имена методов" #: apps.py:15 msgid "django CMS Blog" -msgstr "" +msgstr "django CMS Блог" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Блог" #: cms_appconfig.py:20 msgid "application title" -msgstr "" +msgstr "название приложения" #: cms_appconfig.py:22 msgid "object name" -msgstr "" +msgstr "название объекта" #: cms_appconfig.py:27 -msgid "untitled" +#| msgid "blog categories" +msgid "blog config" msgstr "" -#: cms_appconfig.py:32 -msgid "Post published by default" +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" msgstr "" +#: cms_appconfig.py:31 +msgid "untitled" +msgstr "безымянный" + #: cms_appconfig.py:36 -msgid "Permalink structure" -msgstr "" +msgid "Post published by default" +msgstr "Статья опубликованная по умолчанию" -#: cms_appconfig.py:41 -msgid "Use placeholder and plugins for article body" -msgstr "" +#: cms_appconfig.py:40 +msgid "Permalink structure" +msgstr "Строение постоянной ссылки" #: cms_appconfig.py:45 +msgid "Use placeholder and plugins for article body" +msgstr "Используйте местозаполнитель и плагины для тела статьи" + +#: cms_appconfig.py:49 msgid "Use abstract field" -msgstr "" - -#: cms_appconfig.py:49 -msgid "Set author" -msgstr "" - -#: cms_appconfig.py:49 -msgid "Set author by default" -msgstr "" +msgstr "Используйте поле краткого описания" #: cms_appconfig.py:53 -msgid "Paginate size" -msgstr "" +msgid "Set author" +msgstr "Указать автора" -#: cms_appconfig.py:54 -msgid "When paginating list views, how many articles per page?" -msgstr "" +#: cms_appconfig.py:53 +msgid "Set author by default" +msgstr "Указать автора по умолчанию" #: cms_appconfig.py:57 -msgid "Template prefix" -msgstr "" +msgid "Paginate size" +msgstr "Разбить на части" #: cms_appconfig.py:58 -msgid "Alternative directory to load the blog templates from" -msgstr "" +msgid "When paginating list views, how many articles per page?" +msgstr "Сколько статей на страницу вы бы хотели использовать при разбиении её на части." #: cms_appconfig.py:61 +msgid "Template prefix" +msgstr "Префикс шаблона" + +#: cms_appconfig.py:62 +msgid "Alternative directory to load the blog templates from" +msgstr "Альтернативная директория загрузки шаблонов блога" + +#: cms_appconfig.py:65 msgid "Menu structure" -msgstr "" +msgstr "Структура меню" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" -msgstr "" +msgstr "Структура меню django CMS " -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" -msgstr "" +msgstr "Частота обновления карты сайта" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" -msgstr "" +msgstr "Атрибут частоты изменения объектов карты сайта" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" -msgstr "" +msgstr "Приоритет" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" -msgstr "" - -#: cms_appconfig.py:77 -msgid "Object type" -msgstr "" +msgstr "Приоритет атребута для объектов карты сайта" #: cms_appconfig.py:81 -msgid "Facebook type" -msgstr "" +msgid "Object type" +msgstr "Тип объекта" #: cms_appconfig.py:85 -msgid "Facebook application ID" -msgstr "" +msgid "Facebook type" +msgstr "тип в Facebook" #: cms_appconfig.py:89 -msgid "Facebook profile ID" -msgstr "" +msgid "Facebook application ID" +msgstr "ID приложения на Facebook" #: cms_appconfig.py:93 -msgid "Facebook page URL" -msgstr "" +msgid "Facebook profile ID" +msgstr "ID профиля на Facebook" #: cms_appconfig.py:97 -msgid "Facebook author URL" -msgstr "" +msgid "Facebook page URL" +msgstr "URL страницы на Facebook" #: cms_appconfig.py:101 -msgid "Facebook author" -msgstr "" +msgid "Facebook author URL" +msgstr "URL автора на Facebook " #: cms_appconfig.py:105 -msgid "Twitter type" -msgstr "" +msgid "Facebook author" +msgstr "автор на Facebook " #: cms_appconfig.py:109 -msgid "Twitter site handle" -msgstr "" +msgid "Twitter type" +msgstr "тип на Twitter" #: cms_appconfig.py:113 -msgid "Twitter author handle" -msgstr "" +msgid "Twitter site handle" +msgstr "дескриптор сайта на Twitter" #: cms_appconfig.py:117 -msgid "Google+ type" -msgstr "" +msgid "Twitter author handle" +msgstr "дескриптор автора на Twitter" #: cms_appconfig.py:121 +msgid "Google+ type" +msgstr "тип на Google+" + +#: cms_appconfig.py:125 msgid "Google+ author name" -msgstr "" +msgstr "имя автора на Google+" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Последние статьи блога" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Автор статей блога" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Метки" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Категории" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Архив" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Список статей" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Добавить статью" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" -msgstr "" +msgstr "Редактировать настройки" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Редактировать статью" #: cms_wizards.py:47 #, python-brace-format msgid "New {0}" -msgstr "" +msgstr "Новых {0}" #: cms_wizards.py:51 #, python-brace-format msgid "Create a new {0} in {1}" -msgstr "" +msgstr "Создать новых {0} из {1}" #: feeds.py:24 #, python-format @@ -210,7 +199,7 @@ msgstr "Статьи блога с сайта: %(site_name)s" #: menu.py:16 msgid "Blog menu" -msgstr "" +msgstr "Меню блога" #: models.py:34 msgid "parent" @@ -224,9 +213,9 @@ msgstr "время создания" msgid "modified at" msgstr "время изменения" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" -msgstr "" +msgstr "настройки приложения" #: models.py:42 msgid "name" @@ -246,27 +235,27 @@ msgstr "категории блога" #: models.py:91 msgid "author" -msgstr "" +msgstr "автор" #: models.py:94 msgid "created" -msgstr "" +msgstr "создан(о)" #: models.py:95 msgid "last modified" -msgstr "" +msgstr "последние изменения" #: models.py:96 msgid "published since" -msgstr "" +msgstr "опубликовано" #: models.py:98 msgid "published until" -msgstr "" +msgstr "опубликовано до" #: models.py:100 msgid "publish" -msgstr "" +msgstr "опубликовать" #: models.py:101 msgid "category" @@ -274,19 +263,19 @@ msgstr "категория" #: models.py:103 msgid "main image" -msgstr "" +msgstr "главная страница" #: models.py:107 msgid "main image thumbnail" -msgstr "" +msgstr "уменьшенная копия главного изображения" #: models.py:112 msgid "main image full" -msgstr "" +msgstr "Полноразмерное изображение" #: models.py:116 msgid "enable comments on post" -msgstr "" +msgstr "Разрешить комментарии к статье" #: models.py:118 msgid "Site(s)" @@ -300,23 +289,23 @@ msgstr "Выберите сайты на которых будет опубли #: models.py:127 msgid "title" -msgstr "" +msgstr "Заголовок" #: models.py:129 msgid "abstract" -msgstr "" +msgstr "Краткое описание" #: models.py:130 msgid "post meta description" -msgstr "" +msgstr "мета-описание статьи" #: models.py:132 msgid "post meta keywords" -msgstr "" +msgstr "ключевые слова к статье" #: models.py:134 msgid "post meta title" -msgstr "" +msgstr "мета-заголовок к статье" #: models.py:135 msgid "used in title tag and social sharing" @@ -324,7 +313,7 @@ msgstr "используется в метках и обмене в социал #: models.py:138 msgid "text" -msgstr "" +msgstr "текст" #: models.py:175 msgid "blog article" @@ -334,59 +323,59 @@ msgstr "статья блога" msgid "blog articles" msgstr "статьи блога" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" -msgstr "" +msgstr "статьи" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "Количество последних статей, которые будут показаны." -#: models.py:300 +#: models.py:297 msgid "filter by tag" -msgstr "" +msgstr "фильтровать по тегам" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Показывать статьи только с выбранными метками." -#: models.py:304 +#: models.py:301 msgid "filter by category" -msgstr "" +msgstr "фильтровать по категориям" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Показывать статьи только из выбранных категорий." -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" -msgstr "" +msgstr "%s последних статей по тегам" -#: models.py:326 +#: models.py:324 msgid "authors" -msgstr "" +msgstr "авторы" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "Количество статей автора, которые будут показаны." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" -msgstr "" +msgstr "%s последних статей по авторам" + +#: models.py:362 +msgid "generic blog plugin" +msgstr "генерируемый плагин блога" #: settings.py:16 msgid "Full date" -msgstr "" +msgstr "Полная дата" #: settings.py:17 msgid "Year / Month" -msgstr "" +msgstr "Год / Месяц" #: settings.py:18 templates/djangocms_blog/post_list.html:14 msgid "Category" @@ -394,51 +383,72 @@ msgstr "Категория" #: settings.py:19 msgid "Just slug" -msgstr "" +msgstr "ЧПУ" #: settings.py:28 msgid "Categories and posts" -msgstr "" +msgstr "Категории и статьи" #: settings.py:29 msgid "Categories only" -msgstr "" +msgstr "Только категории" #: settings.py:30 msgid "Posts only" -msgstr "" +msgstr "Только статьи" #: settings.py:31 msgid "None" -msgstr "" +msgstr "Ничего" #: settings.py:34 msgid "always" -msgstr "" +msgstr "всегда" #: settings.py:35 msgid "hourly" -msgstr "" +msgstr "ежечасно" #: settings.py:36 msgid "daily" -msgstr "" +msgstr "ежедневно" #: settings.py:37 msgid "weekly" -msgstr "" +msgstr "еженедельно" #: settings.py:38 msgid "monthly" -msgstr "" +msgstr "ежемесячно" #: settings.py:39 msgid "yearly" -msgstr "" +msgstr "ежегодно" #: settings.py:40 msgid "never" -msgstr "" +msgstr "никогда" + +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Последние статьи блога" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Автор статей блога" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Метки" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Категории" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Архив" #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" @@ -481,7 +491,7 @@ msgstr "Авторы" #: templates/djangocms_blog/plugins/categories.html:15 msgid "No categories found." -msgstr "" +msgstr "Не найдено ни одной категории." #: templates/djangocms_blog/post_list.html:11 msgid "Articles by" diff --git a/djangocms_blog/locale/sl/LC_MESSAGES/django.mo b/djangocms_blog/locale/sl/LC_MESSAGES/django.mo new file mode 100644 index 0000000..ea67213 Binary files /dev/null and b/djangocms_blog/locale/sl/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/sl/LC_MESSAGES/django.po b/djangocms_blog/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000..2b6851c --- /dev/null +++ b/djangocms_blog/locale/sl/LC_MESSAGES/django.po @@ -0,0 +1,535 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Iacopo Spalletti, 2014 +msgid "" +msgstr "" +"Project-Id-Version: djangocms-blog\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" +"Last-Translator: yakky \n" +"Language-Team: Slovenian (http://www.transifex.com/nephila/djangocms-blog/language/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"X-Generator: Lokalize 1.5\n" + +#: admin.py:169 admin.py:177 admin.py:185 +msgid "You can provide plain strings, Post model attribute or method names" +msgstr "" + +#: apps.py:15 +msgid "django CMS Blog" +msgstr "django CMS Blog" + +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 +msgid "Blog" +msgstr "Blog" + +#: cms_appconfig.py:20 +msgid "application title" +msgstr "naziv aplikacije" + +#: cms_appconfig.py:22 +msgid "object name" +msgstr "ime objekta" + +#: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 +msgid "untitled" +msgstr "nepoimenovano" + +#: cms_appconfig.py:36 +msgid "Post published by default" +msgstr "Objava naj bo samodejno objavljena" + +#: cms_appconfig.py:40 +msgid "Permalink structure" +msgstr "Struktura povezav" + +#: cms_appconfig.py:45 +msgid "Use placeholder and plugins for article body" +msgstr "Za objavo naj bodo uporabljeni vtičniki in označbe mest" + +#: cms_appconfig.py:49 +msgid "Use abstract field" +msgstr "Uporaba abstraktnih polj" + +#: cms_appconfig.py:53 +msgid "Set author" +msgstr "Nastavi avtorja" + +#: cms_appconfig.py:53 +msgid "Set author by default" +msgstr "Avtor naj bo nastavljen samodejno" + +#: cms_appconfig.py:57 +msgid "Paginate size" +msgstr "Število objav na stran" + +#: cms_appconfig.py:58 +msgid "When paginating list views, how many articles per page?" +msgstr "Koliko objav naj bo na eni strani?" + +#: cms_appconfig.py:61 +msgid "Template prefix" +msgstr "Predpona predlog" + +#: cms_appconfig.py:62 +msgid "Alternative directory to load the blog templates from" +msgstr "Alternativni direktorij za nalaganje predlog bloga" + +#: cms_appconfig.py:65 +msgid "Menu structure" +msgstr "Struktura menija" + +#: cms_appconfig.py:67 +msgid "Structure of the django CMS menu" +msgstr "Struktura django CMS menija" + +#: cms_appconfig.py:70 +msgid "Sitemap changefreq" +msgstr "" + +#: cms_appconfig.py:73 +msgid "Changefreq attribute for sitemap items" +msgstr "" + +#: cms_appconfig.py:76 +msgid "Sitemap priority" +msgstr "Sitemap prioriteta" + +#: cms_appconfig.py:78 +msgid "Priority attribute for sitemap items" +msgstr "Prioriteta atributov za elemente sitemapa" + +#: cms_appconfig.py:81 +msgid "Object type" +msgstr "Tip objekta" + +#: cms_appconfig.py:85 +msgid "Facebook type" +msgstr "" + +#: cms_appconfig.py:89 +msgid "Facebook application ID" +msgstr "" + +#: cms_appconfig.py:93 +msgid "Facebook profile ID" +msgstr "" + +#: cms_appconfig.py:97 +msgid "Facebook page URL" +msgstr "" + +#: cms_appconfig.py:101 +msgid "Facebook author URL" +msgstr "" + +#: cms_appconfig.py:105 +msgid "Facebook author" +msgstr "Facebook avtor" + +#: cms_appconfig.py:109 +msgid "Twitter type" +msgstr "" + +#: cms_appconfig.py:113 +msgid "Twitter site handle" +msgstr "" + +#: cms_appconfig.py:117 +msgid "Twitter author handle" +msgstr "" + +#: cms_appconfig.py:121 +msgid "Google+ type" +msgstr "" + +#: cms_appconfig.py:125 +msgid "Google+ author name" +msgstr "" + +#: cms_toolbar.py:22 +msgid "Post list" +msgstr "Seznam objav" + +#: cms_toolbar.py:24 +msgid "Add post" +msgstr "Nova objava" + +#: cms_toolbar.py:28 +msgid "Edit configuration" +msgstr "Uredi nastavitve" + +#: cms_toolbar.py:32 +msgid "Edit Post" +msgstr "Uredi objavo" + +#: cms_wizards.py:47 +#, python-brace-format +msgid "New {0}" +msgstr "Nov {0}" + +#: cms_wizards.py:51 +#, python-brace-format +msgid "Create a new {0} in {1}" +msgstr "Ustvari nov {0} v {1}" + +#: feeds.py:24 +#, python-format +msgid "Blog articles on %(site_name)s" +msgstr "Blog objave na %(site_name)s" + +#: menu.py:16 +msgid "Blog menu" +msgstr "Blog meni" + +#: models.py:34 +msgid "parent" +msgstr "starš" + +#: models.py:35 +msgid "created at" +msgstr "ustvarjeno na" + +#: models.py:36 +msgid "modified at" +msgstr "urejeno na" + +#: models.py:38 models.py:123 models.py:275 +msgid "app. config" +msgstr "" + +#: models.py:42 +msgid "name" +msgstr "ime" + +#: models.py:43 models.py:128 +msgid "slug" +msgstr "" + +#: models.py:50 +msgid "blog category" +msgstr "blog kategorija" + +#: models.py:51 +msgid "blog categories" +msgstr "blog kategorije" + +#: models.py:91 +msgid "author" +msgstr "avtor" + +#: models.py:94 +msgid "created" +msgstr "ustvarjeno" + +#: models.py:95 +msgid "last modified" +msgstr "nazadnje urejeno" + +#: models.py:96 +msgid "published since" +msgstr "objavljeno od" + +#: models.py:98 +msgid "published until" +msgstr "objavljeno do" + +#: models.py:100 +msgid "publish" +msgstr "objavljeno" + +#: models.py:101 +msgid "category" +msgstr "kategorija" + +#: models.py:103 +msgid "main image" +msgstr "glavna slika" + +#: models.py:107 +msgid "main image thumbnail" +msgstr "glavna slika - predogled" + +#: models.py:112 +msgid "main image full" +msgstr "glavna slika - polna" + +#: models.py:116 +msgid "enable comments on post" +msgstr "Omogoči komentarje na objavi" + +#: models.py:118 +msgid "Site(s)" +msgstr "Stran(i)" + +#: models.py:119 +msgid "" +"Select sites in which to show the post. If none is set it will be visible in" +" all the configured sites." +msgstr "Izberi strani na katerih naj bo objava prikazana. Če ni izbrano nič, bo objava prikazana na vseh nastavljenih straneh." + +#: models.py:127 +msgid "title" +msgstr "naziv" + +#: models.py:129 +msgid "abstract" +msgstr "osnutek" + +#: models.py:130 +msgid "post meta description" +msgstr "meta opis objave" + +#: models.py:132 +msgid "post meta keywords" +msgstr "meta ključne besede objave" + +#: models.py:134 +msgid "post meta title" +msgstr "meta naziv objave" + +#: models.py:135 +msgid "used in title tag and social sharing" +msgstr "za uporabo v označbi naslova in deljenju na socialnih omrežjih" + +#: models.py:138 +msgid "text" +msgstr "tekst" + +#: models.py:175 +msgid "blog article" +msgstr "blog objava" + +#: models.py:176 +msgid "blog articles" +msgstr "blog objave" + +#: models.py:294 models.py:328 +msgid "articles" +msgstr "objave" + +#: models.py:295 +msgid "The number of latests articles to be displayed." +msgstr "Število najnovejših objav, ki naj bodo prikazane" + +#: models.py:297 +msgid "filter by tag" +msgstr "filtriraj po oznakah" + +#: models.py:298 +msgid "Show only the blog articles tagged with chosen tags." +msgstr "Prikaži le blog objave označene z izbranimi oznakami" + +#: models.py:301 +msgid "filter by category" +msgstr "filtriraj po kategoriji" + +#: models.py:302 +msgid "Show only the blog articles tagged with chosen categories." +msgstr "Prikaži le blog objave označene z izbranimi kategorijami" + +#: models.py:306 +#, python-format +msgid "%s latest articles by tag" +msgstr "%s najnovejših objav glede na oznako" + +#: models.py:324 +msgid "authors" +msgstr "avtorji" + +#: models.py:329 +msgid "The number of author articles to be displayed." +msgstr "Število avtorjevih objav, ki naj bodo prikazane" + +#: models.py:333 +#, python-format +msgid "%s latest articles by author" +msgstr "%s najnovejših objav glede na avtorja" + +#: models.py:362 +msgid "generic blog plugin" +msgstr "generični blog vtičnik" + +#: settings.py:16 +msgid "Full date" +msgstr "Datum (poln)" + +#: settings.py:17 +msgid "Year / Month" +msgstr "Leto / Mesec" + +#: settings.py:18 templates/djangocms_blog/post_list.html:14 +msgid "Category" +msgstr "Kategorija" + +#: settings.py:19 +msgid "Just slug" +msgstr "" + +#: settings.py:28 +msgid "Categories and posts" +msgstr "Kategorije in objave" + +#: settings.py:29 +msgid "Categories only" +msgstr "Samo kategorije" + +#: settings.py:30 +msgid "Posts only" +msgstr "Samo objave" + +#: settings.py:31 +msgid "None" +msgstr "" + +#: settings.py:34 +msgid "always" +msgstr "vedno" + +#: settings.py:35 +msgid "hourly" +msgstr "vsako uro" + +#: settings.py:36 +msgid "daily" +msgstr "dnevno" + +#: settings.py:37 +msgid "weekly" +msgstr "tedensko" + +#: settings.py:38 +msgid "monthly" +msgstr "mesečno" + +#: settings.py:39 +msgid "yearly" +msgstr "letno" + +#: settings.py:40 +msgid "never" +msgstr "nikoli" + +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Najnovejše blog objave" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Avtorjeve blog objave" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Oznake" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Kategorije" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Arhiv" + +#: templates/djangocms_blog/includes/blog_item.html:24 +msgid "read more" +msgstr "preberi več" + +#: templates/djangocms_blog/includes/blog_meta.html:6 +msgid "by" +msgstr "" + +#: templates/djangocms_blog/plugins/archive.html:17 +#: templates/djangocms_blog/plugins/authors.html:10 +#: templates/djangocms_blog/plugins/categories.html:10 +#: templates/djangocms_blog/plugins/tags.html:10 +#, python-format +msgid "1 article" +msgid_plural "%(articles)s articles" +msgstr[0] "%(articles)s objava" +msgstr[1] "%(articles)s objave" +msgstr[2] "%(articles)s objave" +msgstr[3] "%(articles)s objave" + +#: templates/djangocms_blog/plugins/archive.html:18 +#: templates/djangocms_blog/plugins/authors.html:11 +#: templates/djangocms_blog/plugins/categories.html:11 +#: templates/djangocms_blog/plugins/tags.html:11 +msgid "0 articles" +msgstr "0 objav" + +#: templates/djangocms_blog/plugins/archive.html:26 +#: templates/djangocms_blog/plugins/authors.html:15 +#: templates/djangocms_blog/plugins/latest_entries.html:7 +#: templates/djangocms_blog/plugins/tags.html:15 +#: templates/djangocms_blog/post_list.html:21 +msgid "No article found." +msgstr "Nič objav" + +#: templates/djangocms_blog/plugins/authors.html:3 +msgid "Authors" +msgstr "Avtorji" + +#: templates/djangocms_blog/plugins/categories.html:15 +msgid "No categories found." +msgstr "Nič kategorij" + +#: templates/djangocms_blog/post_list.html:11 +msgid "Articles by" +msgstr "Objave avtorja" + +#: templates/djangocms_blog/post_list.html:13 +msgid "Tag" +msgstr "Oznaka" + +#: templates/djangocms_blog/post_list.html:24 +msgid "Back" +msgstr "Nazaj" + +#: templates/djangocms_blog/post_list.html:29 +msgid "previous" +msgstr "prejšnji/a" + +#: templates/djangocms_blog/post_list.html:32 +msgid "Page" +msgstr "Stran" + +#: templates/djangocms_blog/post_list.html:32 +msgid "of" +msgstr "od" + +#: templates/djangocms_blog/post_list.html:35 +msgid "next" +msgstr "naslednji" + +#~ msgid "Article" +#~ msgstr "Articles" + +#~ msgid "Text" +#~ msgstr "Text" + +#~ msgid "blog post" +#~ msgstr "blog post" + +#~ msgid "Entries by" +#~ msgstr "Entries by" + +#~ msgid "No entry found." +#~ msgstr "No entry found." diff --git a/djangocms_blog/locale/tr/LC_MESSAGES/django.mo b/djangocms_blog/locale/tr/LC_MESSAGES/django.mo index 9860fb9..8a0db53 100644 Binary files a/djangocms_blog/locale/tr/LC_MESSAGES/django.mo and b/djangocms_blog/locale/tr/LC_MESSAGES/django.mo differ diff --git a/djangocms_blog/locale/tr/LC_MESSAGES/django.po b/djangocms_blog/locale/tr/LC_MESSAGES/django.po index 0e40035..5ca587e 100644 --- a/djangocms_blog/locale/tr/LC_MESSAGES/django.po +++ b/djangocms_blog/locale/tr/LC_MESSAGES/django.po @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Rüstem Mirzaoğlu, 2015 +# Rustam Mirzaev , 2015 msgid "" msgstr "" "Project-Id-Version: djangocms-blog\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-31 13:23+0100\n" -"PO-Revision-Date: 2015-10-31 12:23+0000\n" +"POT-Creation-Date: 2015-12-20 17:14+0100\n" +"PO-Revision-Date: 2015-12-20 16:15+0000\n" "Last-Translator: yakky \n" "Language-Team: Turkish (http://www.transifex.com/nephila/djangocms-blog/language/tr/)\n" "MIME-Version: 1.0\n" @@ -26,8 +26,7 @@ msgstr "" msgid "django CMS Blog" msgstr "" -#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93 -#: cms_plugins.py:108 cms_toolbar.py:18 +#: cms_app.py:15 cms_toolbar.py:19 settings.py:111 msgid "Blog" msgstr "Blog" @@ -40,155 +39,144 @@ msgid "object name" msgstr "" #: cms_appconfig.py:27 +#| msgid "blog categories" +msgid "blog config" +msgstr "" + +#: cms_appconfig.py:28 +#| msgid "blog categories" +msgid "blog configs" +msgstr "" + +#: cms_appconfig.py:31 msgid "untitled" msgstr "" -#: cms_appconfig.py:32 +#: cms_appconfig.py:36 msgid "Post published by default" msgstr "" -#: cms_appconfig.py:36 +#: cms_appconfig.py:40 msgid "Permalink structure" msgstr "" -#: cms_appconfig.py:41 +#: cms_appconfig.py:45 msgid "Use placeholder and plugins for article body" msgstr "" -#: cms_appconfig.py:45 +#: cms_appconfig.py:49 msgid "Use abstract field" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author" msgstr "" -#: cms_appconfig.py:49 +#: cms_appconfig.py:53 msgid "Set author by default" msgstr "" -#: cms_appconfig.py:53 +#: cms_appconfig.py:57 msgid "Paginate size" msgstr "" -#: cms_appconfig.py:54 +#: cms_appconfig.py:58 msgid "When paginating list views, how many articles per page?" msgstr "" -#: cms_appconfig.py:57 +#: cms_appconfig.py:61 msgid "Template prefix" msgstr "" -#: cms_appconfig.py:58 +#: cms_appconfig.py:62 msgid "Alternative directory to load the blog templates from" msgstr "" -#: cms_appconfig.py:61 +#: cms_appconfig.py:65 msgid "Menu structure" msgstr "" -#: cms_appconfig.py:63 +#: cms_appconfig.py:67 msgid "Structure of the django CMS menu" msgstr "" -#: cms_appconfig.py:66 +#: cms_appconfig.py:70 msgid "Sitemap changefreq" msgstr "" -#: cms_appconfig.py:69 +#: cms_appconfig.py:73 msgid "Changefreq attribute for sitemap items" msgstr "" -#: cms_appconfig.py:72 +#: cms_appconfig.py:76 msgid "Sitemap priority" msgstr "" -#: cms_appconfig.py:74 +#: cms_appconfig.py:78 msgid "Priority attribute for sitemap items" msgstr "" -#: cms_appconfig.py:77 +#: cms_appconfig.py:81 msgid "Object type" msgstr "" -#: cms_appconfig.py:81 +#: cms_appconfig.py:85 msgid "Facebook type" msgstr "" -#: cms_appconfig.py:85 +#: cms_appconfig.py:89 msgid "Facebook application ID" msgstr "" -#: cms_appconfig.py:89 +#: cms_appconfig.py:93 msgid "Facebook profile ID" msgstr "" -#: cms_appconfig.py:93 +#: cms_appconfig.py:97 msgid "Facebook page URL" msgstr "" -#: cms_appconfig.py:97 +#: cms_appconfig.py:101 msgid "Facebook author URL" msgstr "" -#: cms_appconfig.py:101 +#: cms_appconfig.py:105 msgid "Facebook author" msgstr "" -#: cms_appconfig.py:105 +#: cms_appconfig.py:109 msgid "Twitter type" msgstr "" -#: cms_appconfig.py:109 +#: cms_appconfig.py:113 msgid "Twitter site handle" msgstr "" -#: cms_appconfig.py:113 +#: cms_appconfig.py:117 msgid "Twitter author handle" msgstr "" -#: cms_appconfig.py:117 +#: cms_appconfig.py:121 msgid "Google+ type" msgstr "" -#: cms_appconfig.py:121 +#: cms_appconfig.py:125 msgid "Google+ author name" msgstr "" -#: cms_plugins.py:30 cms_plugins.py:49 -msgid "Latest Blog Articles" -msgstr "Blog'un son makaleleri" - -#: cms_plugins.py:65 -msgid "Author Blog Articles" -msgstr "Blog'un makale yazarı" - -#: cms_plugins.py:78 templates/djangocms_blog/plugins/tags.html:3 -msgid "Tags" -msgstr "Etiketler" - -#: cms_plugins.py:94 templates/djangocms_blog/plugins/categories.html:3 -msgid "Categories" -msgstr "Kategoriler" - -#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3 -#: templates/djangocms_blog/post_list.html:12 -msgid "Archive" -msgstr "Arşiv" - -#: cms_toolbar.py:21 +#: cms_toolbar.py:22 msgid "Post list" msgstr "Makale listesi" -#: cms_toolbar.py:23 +#: cms_toolbar.py:24 msgid "Add post" msgstr "Makale ekle" -#: cms_toolbar.py:27 +#: cms_toolbar.py:28 msgid "Edit configuration" msgstr "" -#: cms_toolbar.py:31 +#: cms_toolbar.py:32 msgid "Edit Post" msgstr "Makaleyi düzenle" @@ -223,7 +211,7 @@ msgstr "oluşturma tarihi" msgid "modified at" msgstr "düzenleme tarihi" -#: models.py:38 models.py:123 models.py:276 +#: models.py:38 models.py:123 models.py:275 msgid "app. config" msgstr "" @@ -333,52 +321,52 @@ msgstr "blog makalesi" msgid "blog articles" msgstr "blog makaleleri" -#: models.py:293 -msgid "generic blog plugin" -msgstr "" - -#: models.py:297 models.py:330 +#: models.py:294 models.py:328 msgid "articles" msgstr "" -#: models.py:298 +#: models.py:295 msgid "The number of latests articles to be displayed." msgstr "Ğörütülenecek olan makale sayısı" -#: models.py:300 +#: models.py:297 msgid "filter by tag" msgstr "" -#: models.py:301 +#: models.py:298 msgid "Show only the blog articles tagged with chosen tags." msgstr "Sadece seçili etiketlerle işaretlenmiş makaleleri göster." -#: models.py:304 +#: models.py:301 msgid "filter by category" msgstr "" -#: models.py:305 +#: models.py:302 msgid "Show only the blog articles tagged with chosen categories." msgstr "Sadece seçili kategorilerde bulunan makaleleri ğöster" -#: models.py:309 +#: models.py:306 #, python-format msgid "%s latest articles by tag" msgstr "" -#: models.py:326 +#: models.py:324 msgid "authors" msgstr "" -#: models.py:331 +#: models.py:329 msgid "The number of author articles to be displayed." msgstr "İlgili yazarın gösterilecek olan makale sayısı." -#: models.py:335 +#: models.py:333 #, python-format msgid "%s latest articles by author" msgstr "" +#: models.py:362 +msgid "generic blog plugin" +msgstr "" + #: settings.py:16 msgid "Full date" msgstr "" @@ -439,6 +427,27 @@ msgstr "" msgid "never" msgstr "" +#: settings.py:113 +msgid "Latest Blog Articles" +msgstr "Blog'un son makaleleri" + +#: settings.py:115 +msgid "Author Blog Articles" +msgstr "Blog'un makale yazarı" + +#: settings.py:117 templates/djangocms_blog/plugins/tags.html:3 +msgid "Tags" +msgstr "Etiketler" + +#: settings.py:119 templates/djangocms_blog/plugins/categories.html:3 +msgid "Categories" +msgstr "Kategoriler" + +#: settings.py:121 templates/djangocms_blog/plugins/archive.html:3 +#: templates/djangocms_blog/post_list.html:12 +msgid "Archive" +msgstr "Arşiv" + #: templates/djangocms_blog/includes/blog_item.html:24 msgid "read more" msgstr "devamını oku" diff --git a/djangocms_blog/migrations/0012_auto_20151220_1734.py b/djangocms_blog/migrations/0012_auto_20151220_1734.py new file mode 100644 index 0000000..1d469fd --- /dev/null +++ b/djangocms_blog/migrations/0012_auto_20151220_1734.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('djangocms_blog', '0011_auto_20151024_1809'), + ] + + operations = [ + migrations.AlterModelOptions( + name='blogconfig', + options={'verbose_name': 'blog config', 'verbose_name_plural': 'blog configs'}, + ), + ]