Update i18n

This commit is contained in:
Iacopo Spalletti 2015-10-31 13:24:29 +01:00
parent 2a42b84f02
commit 4965593afc
18 changed files with 1103 additions and 581 deletions

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Arabic (http://www.transifex.com/nephila/djangocms-blog/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -26,8 +26,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "المدونة"
@ -35,103 +35,123 @@ msgstr "المدونة"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -151,27 +171,37 @@ msgstr "علامات"
msgid "Categories"
msgstr "الأقسام"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3
#: templates/djangocms_blog/post_list.html:12
msgid "Archive"
msgstr "الأرشيف"
#: cms_toolbar.py:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "قائمة المواضيع"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "إضافة موضوع"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "التعديل على موضوع"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -381,40 +411,32 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr ""
#: templates/djangocms_blog/post_list.html:35
msgid "next"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
@ -446,6 +468,14 @@ msgstr[5] ""
msgid "0 articles"
msgstr ""
#: 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 ""
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr ""
@ -454,6 +484,34 @@ msgstr ""
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr ""
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr ""
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: German (http://www.transifex.com/nephila/djangocms-blog/language/de/)\n"
"MIME-Version: 1.0\n"
@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -26,8 +26,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Blog"
@ -35,103 +35,123 @@ msgstr "Blog"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -151,27 +171,37 @@ msgstr "Tags"
msgid "Categories"
msgstr "Kategorien"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Post Liste"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Post hinzufügen"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Post bearbeiten"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -381,41 +411,33 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Artikel von"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Kein Artikel gefunden."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Zurück"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "vorheriger"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Seite"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "von"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "nächste"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -442,6 +464,14 @@ msgstr[1] "%(articles)s Artikel"
msgid "0 articles"
msgstr "0 Artikel"
#: 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 "Kein Artikel gefunden."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Authoren"
@ -450,6 +480,34 @@ msgstr "Authoren"
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Artikel von"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Zurück"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "vorheriger"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Seite"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "von"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "nächste"
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2014-03-05 18:09+0100\n"
"Last-Translator: Iacopo Spalletti\n"
"Language-Team: Italian <i.spalletti@nephila.it>\n"
@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -25,8 +25,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Blog"
@ -34,106 +34,126 @@ msgstr "Blog"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
#, fuzzy
msgid "untitled"
msgstr "Title"
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
#, fuzzy
msgid "Set author"
msgstr "Author"
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
#, fuzzy
msgid "Facebook author"
msgstr "Author"
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -153,27 +173,37 @@ msgstr "Tags"
msgid "Categories"
msgstr "Categories"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Post list"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Add post"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr ""
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -404,41 +434,33 @@ msgstr "Posts"
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Articles by"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "No article found."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Back"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "previous"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Page"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "of"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "next"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -465,6 +487,14 @@ msgstr[1] "%(articles)s articles"
msgid "0 articles"
msgstr "0 articles"
#: 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 "No article found."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Authors"
@ -474,6 +504,34 @@ msgstr "Authors"
msgid "No categories found."
msgstr "No article found."
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Articles by"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Back"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "previous"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Page"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "of"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "next"
#, fuzzy
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Spanish (http://www.transifex.com/nephila/djangocms-blog/language/es/)\n"
"MIME-Version: 1.0\n"
@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -26,8 +26,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Blog"
@ -35,103 +35,123 @@ msgstr "Blog"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -151,27 +171,37 @@ msgstr "Etiquetas"
msgid "Categories"
msgstr "Categorías"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Lista de entradas"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Añadir entradas"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Editar entrada"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -381,41 +411,33 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Artículos por"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Etiqueta"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Ningún artículo encontrado."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Atrás"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "Anterior"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Página"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "de"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "siguiente"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -442,6 +464,14 @@ msgstr[1] "%(articles)s artículos"
msgid "0 articles"
msgstr "0 artículos"
#: 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 "Ningún artículo encontrado."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Autores"
@ -450,6 +480,34 @@ msgstr "Autores"
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Artículos por"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Etiqueta"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Atrás"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "Anterior"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Página"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "de"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "siguiente"
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:53+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:24+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Italian (http://www.transifex.com/nephila/djangocms-blog/language/it/)\n"
"MIME-Version: 1.0\n"
@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr "Puoi inserire stringhe, attributi o metodi del model Post"
@ -27,8 +27,8 @@ msgstr "Puoi inserire stringhe, attributi o metodi del model Post"
msgid "django CMS Blog"
msgstr "django CMS Blog"
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Blog"
@ -36,103 +36,123 @@ msgstr "Blog"
msgid "application title"
msgstr "Titolo applicazione"
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr "Nome oggetto"
#: cms_appconfig.py:27
msgid "untitled"
msgstr "Senza titolo"
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr "Articoli pubblicati di default"
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr "Struttura permalink"
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr "Usa placeholder e plugin per il contenuto"
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr "Usa campo abstract"
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr "Imposta autore"
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr "Imposta autore di default"
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr "Dimensione paginazione"
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr "Se la lista è paginata, quanti articoli visualizzati per pagina?"
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr "Prefisso template"
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr "Directory alternativa da cui caricare i template"
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr "Struttura del menu"
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr "Struttura del menu django CMS"
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr "Frequenza aggiornamento Sitemap"
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr "Attributo Changefreq per gli oggetti della sitemap"
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr "Priorità sitemap"
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr "Attributo priorità per gli oggetti nella sitemap"
#: cms_appconfig.py:77
msgid "Object type"
msgstr "Tipo oggetto"
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr "Tipo oggetto Facebook"
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr "ID Applicazione Facebook"
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr "ID Profilo Facebook"
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr "URL Pagina Facebook"
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr "URL Autore Facebook"
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr "Autore Facebook"
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr "Tipo oggetto Twitter"
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr "Nome Twitter del sito"
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr "Nome Twitter autore"
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr "Tipo oggetto Google+"
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr "Nome Google+ autore"
@ -152,27 +172,37 @@ msgstr "Tag"
msgid "Categories"
msgstr "Categorie"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Lista degli articoli"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Aggiungi articolo"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr "Modifica configurazione"
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Modifica articolo"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr "Nuovo {0}"
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr "Crea un nuovo {0} in {1}"
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -382,41 +412,33 @@ msgstr "Solo articoli"
msgid "None"
msgstr "Niente"
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Articoli di"
#: settings.py:34
msgid "always"
msgstr "sempre"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: settings.py:35
msgid "hourly"
msgstr "ogni ora"
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Nessun articolo trovato."
#: settings.py:36
msgid "daily"
msgstr "ogni giorno"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Indietro"
#: settings.py:37
msgid "weekly"
msgstr "ogni settimana"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "precedente"
#: settings.py:38
msgid "monthly"
msgstr "ogni mese"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Pagina"
#: settings.py:39
msgid "yearly"
msgstr "ogni anno"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "di"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "successivo"
#: settings.py:40
msgid "never"
msgstr "mai"
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -443,6 +465,14 @@ msgstr[1] "%(articles)s articoli"
msgid "0 articles"
msgstr "0 articoli"
#: 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 "Nessun articolo trovato."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Autori"
@ -451,6 +481,34 @@ msgstr "Autori"
msgid "No categories found."
msgstr "Nessuna categoria trovata."
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Articoli di"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Tag"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Indietro"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "precedente"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Pagina"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "di"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "successivo"
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Lithuanian (http://www.transifex.com/nephila/djangocms-blog/language/lt/)\n"
"MIME-Version: 1.0\n"
@ -18,16 +18,16 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
msgstr "Galite pateikti paprasto teksto eilutes, įrašo modelio atributą arba metodo pavadinimus "
#: apps.py:15
msgid "django CMS Blog"
msgstr ""
msgstr "django CMS Tinklaraštis"
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Tinklaraštis"
@ -35,103 +35,123 @@ msgstr "Tinklaraštis"
msgid "application title"
msgstr "aplikacijos pavadinimas"
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr "be pavadinimo"
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr "Pagal numatymą įrašas publikuojamas"
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr "Nuolatinės nuorodos struktūra"
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr "Straipsnio tekstui naudokite rezervuotą vietą ir įskiepiuis"
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr "Naudoti santraukos lauką"
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr "Nustatyti autorių"
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr "Pagal numatymą nustatyti autorių"
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr "Puslapiavimo dydis"
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr "Kai puslapiuojamas sąrašas, kiek straipsnių atvaizduoti puslapyje?"
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr "Šablono priešdėlis"
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr "Alternatyvus katalogas iš kurio būtų užkraunami šablonai"
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
msgid "Structure of the django CMS menu"
msgstr ""
msgstr "Meniu struktūra"
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr "Django CMS meniu struktūra"
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr "Objekto tipas"
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr "Facebook tipas"
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr "Facebook aplikacijos ID"
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr "Facebook profilio ID"
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr "Facebook puslapio URL"
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr "Facebook autoriaus URL"
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
msgstr "Facebook autorius"
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr "Twitter tipas"
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr "Twitter tinklalapio vardas"
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr "Twitter autoriaus vardas"
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr "Google+ tipas"
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr "Goggle+ autoriaus vardas"
@ -151,27 +171,37 @@ msgstr "Žymenos"
msgid "Categories"
msgstr "Kategorijos"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Straipsnių sąrašas"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Pridėti straipsnį"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr "Redaguoti nustatymus"
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Redaguoti straipsnį"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -179,7 +209,7 @@ msgstr "Tinklaraščio straipsniai %(site_name)s"
#: menu.py:16
msgid "Blog menu"
msgstr ""
msgstr "Tinklaraščio meniu"
#: models.py:34
msgid "parent"
@ -367,55 +397,47 @@ msgstr "Tik nuoroda"
#: settings.py:28
msgid "Categories and posts"
msgstr ""
msgstr "Kategorijos ir įrašai"
#: settings.py:29
msgid "Categories only"
msgstr ""
msgstr "Tik kategorijos"
#: settings.py:30
msgid "Posts only"
msgstr ""
msgstr "Tik įrašai"
#: settings.py:31
msgid "None"
msgstr "Niekas"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Straipsniai pagal"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Žymena"
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Nerasta jokių straipsnių."
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Atgal"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "buvęs"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Puslapis"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "iš"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "kitas"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -443,6 +465,14 @@ msgstr[2] "%(articles)s straipsnių"
msgid "0 articles"
msgstr "0 straipsnių"
#: 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 "Nerasta jokių straipsnių."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Autoriai"
@ -451,6 +481,34 @@ msgstr "Autoriai"
msgid "No categories found."
msgstr "Nerasta jokių kategorijų."
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Straipsniai pagal"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Žymena"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Atgal"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "buvęs"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Puslapis"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "iš"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "kitas"
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/nephila/djangocms-blog/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -25,8 +25,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr ""
@ -34,103 +34,123 @@ msgstr ""
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -150,27 +170,37 @@ msgstr ""
msgid "Categories"
msgstr ""
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3
#: templates/djangocms_blog/post_list.html:12
msgid "Archive"
msgstr ""
#: cms_toolbar.py:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr ""
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr ""
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr ""
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -380,40 +410,32 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr ""
#: templates/djangocms_blog/post_list.html:35
msgid "next"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
@ -441,6 +463,14 @@ msgstr[1] ""
msgid "0 articles"
msgstr ""
#: 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 ""
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr ""
@ -449,6 +479,34 @@ msgstr ""
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr ""
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr ""
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Russian (http://www.transifex.com/nephila/djangocms-blog/language/ru/)\n"
"MIME-Version: 1.0\n"
@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -27,8 +27,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Блог"
@ -36,103 +36,123 @@ msgstr "Блог"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -152,27 +172,37 @@ msgstr "Метки"
msgid "Categories"
msgstr "Категории"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: cms_plugins.py:109 templates/djangocms_blog/plugins/archive.html:3
#: templates/djangocms_blog/post_list.html:12
msgid "Archive"
msgstr "Архив"
#: cms_toolbar.py:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Список статей"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Добавить статью"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Редактировать статью"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -382,41 +412,33 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Статьи созданы"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Метка"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Не найдено ни одной статьи."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Назад"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "предыдущая"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Страница"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "из"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "следующая"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -445,6 +467,14 @@ msgstr[3] "%(articles)s статей"
msgid "0 articles"
msgstr "0 статей"
#: 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 "Не найдено ни одной статьи."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Авторы"
@ -453,6 +483,34 @@ msgstr "Авторы"
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Статьи созданы"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Метка"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Назад"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "предыдущая"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Страница"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "из"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "следующая"
#~ msgid "Article"
#~ msgstr "Articles"

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: djangocms-blog\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-18 15:49+0200\n"
"PO-Revision-Date: 2015-10-18 13:50+0000\n"
"POT-Creation-Date: 2015-10-31 13:23+0100\n"
"PO-Revision-Date: 2015-10-31 12:23+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>\n"
"Language-Team: Turkish (http://www.transifex.com/nephila/djangocms-blog/language/tr/)\n"
"MIME-Version: 1.0\n"
@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
#: admin.py:163 admin.py:171 admin.py:179
#: admin.py:169 admin.py:177 admin.py:185
msgid "You can provide plain strings, Post model attribute or method names"
msgstr ""
@ -26,8 +26,8 @@ msgstr ""
msgid "django CMS Blog"
msgstr ""
#: cms_app.py:13 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:19
#: cms_app.py:15 cms_plugins.py:64 cms_plugins.py:77 cms_plugins.py:93
#: cms_plugins.py:108 cms_toolbar.py:18
msgid "Blog"
msgstr "Blog"
@ -35,103 +35,123 @@ msgstr "Blog"
msgid "application title"
msgstr ""
#: cms_appconfig.py:24
#: cms_appconfig.py:22
msgid "object name"
msgstr ""
#: cms_appconfig.py:27
msgid "untitled"
msgstr ""
#: cms_appconfig.py:29
#: cms_appconfig.py:32
msgid "Post published by default"
msgstr ""
#: cms_appconfig.py:33
#: cms_appconfig.py:36
msgid "Permalink structure"
msgstr ""
#: cms_appconfig.py:38
#: cms_appconfig.py:41
msgid "Use placeholder and plugins for article body"
msgstr ""
#: cms_appconfig.py:42
#: cms_appconfig.py:45
msgid "Use abstract field"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author"
msgstr ""
#: cms_appconfig.py:46
#: cms_appconfig.py:49
msgid "Set author by default"
msgstr ""
#: cms_appconfig.py:50
#: cms_appconfig.py:53
msgid "Paginate size"
msgstr ""
#: cms_appconfig.py:51
#: cms_appconfig.py:54
msgid "When paginating list views, how many articles per page?"
msgstr ""
#: cms_appconfig.py:54
#: cms_appconfig.py:57
msgid "Template prefix"
msgstr ""
#: cms_appconfig.py:55
#: cms_appconfig.py:58
msgid "Alternative directory to load the blog templates from"
msgstr ""
#: cms_appconfig.py:58
#: cms_appconfig.py:61
msgid "Menu structure"
msgstr ""
#: cms_appconfig.py:60
#: cms_appconfig.py:63
msgid "Structure of the django CMS menu"
msgstr ""
#: cms_appconfig.py:63
#: cms_appconfig.py:66
msgid "Sitemap changefreq"
msgstr ""
#: cms_appconfig.py:69
msgid "Changefreq attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:72
msgid "Sitemap priority"
msgstr ""
#: cms_appconfig.py:74
msgid "Priority attribute for sitemap items"
msgstr ""
#: cms_appconfig.py:77
msgid "Object type"
msgstr ""
#: cms_appconfig.py:67
#: cms_appconfig.py:81
msgid "Facebook type"
msgstr ""
#: cms_appconfig.py:71
#: cms_appconfig.py:85
msgid "Facebook application ID"
msgstr ""
#: cms_appconfig.py:75
#: cms_appconfig.py:89
msgid "Facebook profile ID"
msgstr ""
#: cms_appconfig.py:79
#: cms_appconfig.py:93
msgid "Facebook page URL"
msgstr ""
#: cms_appconfig.py:83
#: cms_appconfig.py:97
msgid "Facebook author URL"
msgstr ""
#: cms_appconfig.py:87
#: cms_appconfig.py:101
msgid "Facebook author"
msgstr ""
#: cms_appconfig.py:91
#: cms_appconfig.py:105
msgid "Twitter type"
msgstr ""
#: cms_appconfig.py:95
#: cms_appconfig.py:109
msgid "Twitter site handle"
msgstr ""
#: cms_appconfig.py:99
#: cms_appconfig.py:113
msgid "Twitter author handle"
msgstr ""
#: cms_appconfig.py:103
#: cms_appconfig.py:117
msgid "Google+ type"
msgstr ""
#: cms_appconfig.py:107
#: cms_appconfig.py:121
msgid "Google+ author name"
msgstr ""
@ -151,27 +171,37 @@ msgstr "Etiketler"
msgid "Categories"
msgstr "Kategoriler"
#: cms_plugins.py:109 templates/djangocms_blog/post_list.html:12
#: templates/djangocms_blog/plugins/archive.html:3
#: 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:22
#: cms_toolbar.py:21
msgid "Post list"
msgstr "Makale listesi"
#: cms_toolbar.py:24
#: cms_toolbar.py:23
msgid "Add post"
msgstr "Makale ekle"
#: cms_toolbar.py:28
#: cms_toolbar.py:27
msgid "Edit configuration"
msgstr ""
#: cms_toolbar.py:32
#: cms_toolbar.py:31
msgid "Edit Post"
msgstr "Makaleyi düzenle"
#: cms_wizards.py:47
#, python-brace-format
msgid "New {0}"
msgstr ""
#: cms_wizards.py:51
#, python-brace-format
msgid "Create a new {0} in {1}"
msgstr ""
#: feeds.py:24
#, python-format
msgid "Blog articles on %(site_name)s"
@ -381,41 +411,33 @@ msgstr ""
msgid "None"
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Makaleler"
#: settings.py:34
msgid "always"
msgstr ""
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Etiket"
#: settings.py:35
msgid "hourly"
msgstr ""
#: templates/djangocms_blog/post_list.html:21
#: 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
msgid "No article found."
msgstr "Makale bulunamadı."
#: settings.py:36
msgid "daily"
msgstr ""
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Geri"
#: settings.py:37
msgid "weekly"
msgstr ""
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "önceki"
#: settings.py:38
msgid "monthly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Sayfa"
#: settings.py:39
msgid "yearly"
msgstr ""
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "biri"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "sonraki"
#: settings.py:40
msgid "never"
msgstr ""
#: templates/djangocms_blog/includes/blog_item.html:24
msgid "read more"
@ -442,6 +464,14 @@ msgstr[1] "%(articles)s makale"
msgid "0 articles"
msgstr "0 makale"
#: 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 "Makale bulunamadı."
#: templates/djangocms_blog/plugins/authors.html:3
msgid "Authors"
msgstr "Yazarlar"
@ -450,6 +480,34 @@ msgstr "Yazarlar"
msgid "No categories found."
msgstr ""
#: templates/djangocms_blog/post_list.html:11
msgid "Articles by"
msgstr "Makaleler"
#: templates/djangocms_blog/post_list.html:13
msgid "Tag"
msgstr "Etiket"
#: templates/djangocms_blog/post_list.html:24
msgid "Back"
msgstr "Geri"
#: templates/djangocms_blog/post_list.html:29
msgid "previous"
msgstr "önceki"
#: templates/djangocms_blog/post_list.html:32
msgid "Page"
msgstr "Sayfa"
#: templates/djangocms_blog/post_list.html:32
msgid "of"
msgstr "biri"
#: templates/djangocms_blog/post_list.html:35
msgid "next"
msgstr "sonraki"
#~ msgid "Article"
#~ msgstr "Articles"