From 549d13a84d1e4310dfc81b989af31376f50d0b89 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Fri, 18 Dec 2015 11:34:40 +0100 Subject: [PATCH] Update translations --- djangocms_blog/cms_appconfig.py | 4 + .../locale/ar/LC_MESSAGES/django.mo | Bin 1194 -> 1194 bytes .../locale/ar/LC_MESSAGES/django.po | 153 ++--- .../locale/de/LC_MESSAGES/django.mo | Bin 2914 -> 2914 bytes .../locale/de/LC_MESSAGES/django.po | 153 ++--- .../locale/en/LC_MESSAGES/django.mo | Bin 2365 -> 2365 bytes .../locale/en/LC_MESSAGES/django.po | 153 ++--- .../locale/es/LC_MESSAGES/django.mo | Bin 3053 -> 3053 bytes .../locale/es/LC_MESSAGES/django.po | 153 ++--- .../locale/it/LC_MESSAGES/django.mo | Bin 7403 -> 7532 bytes .../locale/it/LC_MESSAGES/django.po | 153 ++--- .../locale/lt/LC_MESSAGES/django.mo | Bin 7205 -> 8017 bytes .../locale/lt/LC_MESSAGES/django.po | 181 +++--- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 520 -> 520 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 153 ++--- .../locale/ru/LC_MESSAGES/django.mo | Bin 3798 -> 9681 bytes .../locale/ru/LC_MESSAGES/django.po | 316 ++++++----- .../locale/sl/LC_MESSAGES/django.mo | Bin 0 -> 6365 bytes .../locale/sl/LC_MESSAGES/django.po | 535 ++++++++++++++++++ .../locale/tr/LC_MESSAGES/django.mo | Bin 2975 -> 2975 bytes .../locale/tr/LC_MESSAGES/django.po | 155 ++--- .../migrations/0012_auto_20151220_1734.py | 18 + 22 files changed, 1384 insertions(+), 743 deletions(-) create mode 100644 djangocms_blog/locale/sl/LC_MESSAGES/django.mo create mode 100644 djangocms_blog/locale/sl/LC_MESSAGES/django.po create mode 100644 djangocms_blog/migrations/0012_auto_20151220_1734.py 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 ff9da4c55666edf531c1a938e162c8908c70f0bb..5fe4051cb72e711bef73f17a97214dd90f696729 100644 GIT binary patch delta 38 ocmZ3*xr%ecb4D&BT_XbpLvt%blgS?$<)BK=Kufz delta 38 ncmZ3*xr%ecb4D%$U1LK9Lt`r=\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 c1e7519dd30e223910090178aa49f0afd97735a2..b19d3ac51a9e56d174ede04261460f05adef053c 100644 GIT binary patch delta 38 ocmaDP_DF2QB{nW2T_XbpLvt%blgW43i}\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 088464b86fb16476bb16611ca2dee88e83b8d4e7..032c5f2aa65538f0f6896b9b93151f69ec358651 100644 GIT binary patch delta 23 ecmdlhv{z`uIaV$sT_XbpLvt%blg&3+Q<(u\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 96ec7ec3cd4a05ee92e4672b8a78d0f8df668f71..dc352612e4ba66c6d38bd980d6826c79a7af1bd9 100644 GIT binary patch delta 38 ocmaDW{#Ja$B{nW2T_XbpLvt%blgW43i}\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 bc88be3c89df875315d24eec9d7e60b4daeb31c8..2217f6274bfa067afeb052b7b30a8622020c7fb1 100644 GIT binary patch delta 2731 zcmY+_e@xVM9LMob1c;CXSA-zKK|qpva>ogAikKKw5I;0ii3srEI6&}6+AU|d?3bI) zIl=W$vX;x%S}nb{YU#2co8@X1wKbPv&doKIt!ArMVLe}WpXP|*Mts2gjLKhtLWJ5h=BV><3ct#B`Dz%hIM2x?{T zB6FCNw*4v2qWvXm{Bx-Ju3`@Jn`tUqaW;1qV-faY1FHXZ%))ojho7StQ^`h&)S_12 zfEn11P8>v@rrC>1Y(Hv84x$TR!tf$0UsKTpiCk5NxkygNg&KGXF2H82!W~EsCW3YN zKI+jVF?%wmqjn$*wL^ud>lOC;QdHt~8SK9%YNSI0u0zH$eYU+FHPBP2`}Si39zqTH z0&1XFP&;)LlkhldoDWcEWCFF2OQ?CKQ43AWWdD_M0cq+&DQX}uYJghQvu{Bq;zv!m z3ALpm)Py^2`$^P&yHSabp~im>wZr46MBYS=e=1BxEBOXB@b~t@57ysMhb4t?X+noJ z8#Qqr>ib2gvojwxVXJj5p16*;2IuO2R+Ec9)I!5+s5q%~A#<50upCEG1Al~C(PyYF zJA;~F%3l8&mDn^EVFJt4PL^QwtwJuD8swOnRkptyJ~p7ub~cI z64|KjK)Os0Dv@&31S?TLVCzu{gwT!8;IsHPYURtBM8BXdSc5^V()<516-{ss3-BUp zCz82a&ulj8J+8F+P}i5??bwRi`W>jm#!)+R43*%=s1<*QW%wiBiMgyctY_Onr5gKD z&-_JHLa(BB;23J)_w4nr?DezO3#f!HS^q>$m_8?FA+ia^Yi&Zk9sW5ye?6N39hz`6 zsvSZlwhQ&l_Mx_T9JQhos4bm9-FF_9_!R2?Ur-4r^B+y-qIS}SdPGgAdD`>Xf1O@G z9opg`>b2O2T6qYS>C>n$>_&b&%mLIuhf((*wH`+$a>`!+0`*!?qF&dFsQIqg_D^9d zTKTW239n%Trjf2zxEeKa5AqsE|3!mYL1?Agm3Ub~Wh8@(Q1K9JiCQ)O zDLnsv8ui3N;x1wlv4x12ZB+ES#LG%5GvW>8Z8G-|gSPJx)Y({03==A=2>q(+u(lG- zL=Q2S`J>MtqW@ZD4dEv4AeIunL>IB1h!-8QcqyTBKf$3lenPLB4&`d1n`j~03EoQ6 zL~JBbU>_ delta 2612 zcmYk-eN2^A9Ki8|qL73jl!~N~DZa!znu%r!NpBL7W@b>3ij|6*Nw#cv)+)vHRWozjlZrb;I?_u-o{_f{I&vT!1e&-DaYX6*_ z_$4oWN1${O*APdChVTw<$>57}_KMW~f3Se-kt0Ij6Q=T2gf*Cni*P2kps#jg7QT&F z;rsFaeoW{3i+xlD zY5H(D{)o=N&*%)Dj?XW|=jmi=;#s-Oza8as!v>3y--PmbJr9R)y%6o734L)XIx}rJ z3|FJ?Z9wtTe zJG>MfPHzX&7&VUf_Y8X+o<;|n&ghCU2YDqVDydXbsY4syh>mCrI%V6?4tB-oyV1n< z;zaxio#OA`lgFu)hvC!{eA-p|Eq9EW4E5lJ8sI;gm2o8yBw(5dcoUAL*IBp(?e8@#^8D|h;#z!yuGt~<-2NIp z9iN}U>D<4BPW^ORH?c-^M%vK?pF&6cDo(@qa6W#GE^QVYVm6M!glpbR#f+ArGtiDU z+=)JaEuij&9a|bVh$iPr(2>(DQ}NznP};W- 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 96f67b319c242ddc4cdbfe22c7aa366e7154b866..4a7b164e852e67c04799ca78a58bcbc202d99757 100644 GIT binary patch delta 3212 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 Lo@0^RoGjnJE78}- 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 06f49565b2da2135548223e196b849e53fe4f9c0..f2864baf8952cebc826f904d8e4f86e64f47e9b1 100644 GIT binary patch delta 35 lcmeBR>0p`A!)2svWT0SZZe?gPahe>IXJ%z+x^bTuBLJe`2^atX delta 35 kcmeBR>0p`A!)2grY^Y#pY-MCTahe>IX9VPJ+~>sz0HRt64*&oF 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 cdee03eef75900b0947912597464460e29f08503..2efd23d0afabfbf44e749957ae6398cc01f7441a 100644 GIT binary patch literal 9681 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, 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 0000000000000000000000000000000000000000..ea6721374dc7570e18ff66bab9a05c796192eaa1 GIT binary patch literal 6365 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 X_U+W3etN+*89K5_#)-;Jhw=UkV8(Lc literal 0 HcmV?d00001 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 9860fb90716e70c44b4f9460408d3d8d65ee08e3..8a0db532b830704dab5cb5bdf7f21618096e63fb 100644 GIT binary patch delta 38 ocmbO)K3{ypB{nW2T_XbpLvt%blgW43i}, 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'}, + ), + ]