diff --git a/docs/extending.rst b/docs/extending.rst index 74ea2d062e..73cf59ee0a 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -9,7 +9,7 @@ Extending Nikola ================ -:Version: 8.0.0rc1 +:Version: 8.0.0 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right diff --git a/docs/man/nikola.1.gz b/docs/man/nikola.1.gz index 88b41bb235..ab097758a1 100644 Binary files a/docs/man/nikola.1.gz and b/docs/man/nikola.1.gz differ diff --git a/docs/man/nikola.rst b/docs/man/nikola.rst index 7cdec1aaa5..4d75cc0611 100644 --- a/docs/man/nikola.rst +++ b/docs/man/nikola.rst @@ -6,7 +6,7 @@ Nikola A Static Site and Blog Generator -------------------------------- -:Version: Nikola 8.0.0rc1 +:Version: Nikola 8.0.0 :Manual section: 1 :Manual group: User Commands diff --git a/docs/manual.rst b/docs/manual.rst index 98f027e514..8554b48bc4 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -10,7 +10,7 @@ The Nikola Handbook =================== -:Version: 8.0.0rc1 +:Version: 8.0.0 .. class:: alert alert-primary float-md-right diff --git a/docs/social_buttons.rst b/docs/social_buttons.rst index 01399e5f56..f9d987020e 100644 --- a/docs/social_buttons.rst +++ b/docs/social_buttons.rst @@ -9,7 +9,7 @@ Using Alternative Social Buttons with Nikola ============================================ -:Version: 8.0.0rc1 +:Version: 8.0.0 .. class:: alert alert-primary float-md-right diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index 0d33bfed8a..2cc109513c 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '8.0.0rc1' +version = '8.0.0' # The full version, including alpha/beta/rc tags. -release = '8.0.0rc1' +release = '8.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/support.rst b/docs/support.rst index 42f731f714..9015abbbc1 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -4,7 +4,7 @@ .. description: Get help using Nikola, or contact us. .. author: The Nikola Team -:Version: 8.0.0rc1 +:Version: 8.0.0 .. class:: alert alert-primary float-md-right diff --git a/docs/template-variables.rst b/docs/template-variables.rst index c11269ae3b..fa5f599c70 100644 --- a/docs/template-variables.rst +++ b/docs/template-variables.rst @@ -3,7 +3,7 @@ .. date: 2017-04-13 12:00:00 .. author: The Nikola Team -:Version: 8.0.0rc1 +:Version: 8.0.0 :Author: Chris Warrick Variables available in templates are listed below. diff --git a/docs/theming.rst b/docs/theming.rst index 162754ae2d..4447947ea4 100644 --- a/docs/theming.rst +++ b/docs/theming.rst @@ -9,7 +9,7 @@ Theming Nikola ============== -:Version: 8.0.0rc1 +:Version: 8.0.0 :Author: Roberto Alsina .. class:: alert alert-primary float-md-right diff --git a/nikola/__init__.py b/nikola/__init__.py index 714d0ecc8c..49f85d0fba 100644 --- a/nikola/__init__.py +++ b/nikola/__init__.py @@ -29,7 +29,7 @@ import os import sys -__version__ = '8.0.0rc1' +__version__ = '8.0.0' DEBUG = bool(os.getenv('NIKOLA_DEBUG')) SHOW_TRACEBACKS = bool(os.getenv('NIKOLA_SHOW_TRACEBACKS')) diff --git a/nikola/data/themes/base-jinja/templates/index.tmpl b/nikola/data/themes/base-jinja/templates/index.tmpl index 5e0a1c1abc..7f5ef4ece4 100644 --- a/nikola/data/themes/base-jinja/templates/index.tmpl +++ b/nikola/data/themes/base-jinja/templates/index.tmpl @@ -41,7 +41,7 @@ {% if post.updated and post.updated != post.date %} - ({{ messages("updated") }} + ({{ messages("updated") }} ) {% endif %} diff --git a/nikola/data/themes/base-jinja/templates/post_header.tmpl b/nikola/data/themes/base-jinja/templates/post_header.tmpl index 25e4f6b8c2..f0c11fe997 100644 --- a/nikola/data/themes/base-jinja/templates/post_header.tmpl +++ b/nikola/data/themes/base-jinja/templates/post_header.tmpl @@ -42,7 +42,7 @@ {% if post.updated and post.updated != post.date %} - ({{ messages("updated") }} + ({{ messages("updated") }} ) {% endif %} diff --git a/nikola/data/themes/base/messages/messages_br.py b/nikola/data/themes/base/messages/messages_br.py deleted file mode 100644 index 316e4eca6d..0000000000 --- a/nikola/data/themes/base/messages/messages_br.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- encoding:utf-8 -*- -"""Autogenerated file, do not edit. Submit translations on Transifex.""" - -MESSAGES = { - "%d min remaining to read": "", - "(active)": "", - "Also available in:": "", - "Archive": "", - "Atom feed": "", - "Authors": "", - "Categories": "", - "Comments": "", - "LANGUAGE": "", - "Languages:": "", - "More posts about %s": "", - "Newer posts": "", - "Next post": "", - "Next": "", - "No posts found.": "", - "Nothing found.": "", - "Older posts": "", - "Original site": "", - "Posted:": "", - "Posts about %s": "", - "Posts by %s": "", - "Posts for year %s": "", - "Posts for {month_day_year}": "", - "Posts for {month_year}": "", - "Previous post": "", - "Previous": "", - "Publication date": "", - "RSS feed": "", - "Read in English": "", - "Read more": "", - "Skip to main content": "", - "Source": "", - "Subcategories:": "", - "Tags and Categories": "", - "Tags": "", - "Toggle navigation": "", - "Uncategorized": "", - "Up": "", - "Updates": "", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "", - "page %d": "", - "updated": "", -} diff --git a/nikola/data/themes/base/messages/messages_fil.py b/nikola/data/themes/base/messages/messages_fil.py deleted file mode 100644 index 316e4eca6d..0000000000 --- a/nikola/data/themes/base/messages/messages_fil.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- encoding:utf-8 -*- -"""Autogenerated file, do not edit. Submit translations on Transifex.""" - -MESSAGES = { - "%d min remaining to read": "", - "(active)": "", - "Also available in:": "", - "Archive": "", - "Atom feed": "", - "Authors": "", - "Categories": "", - "Comments": "", - "LANGUAGE": "", - "Languages:": "", - "More posts about %s": "", - "Newer posts": "", - "Next post": "", - "Next": "", - "No posts found.": "", - "Nothing found.": "", - "Older posts": "", - "Original site": "", - "Posted:": "", - "Posts about %s": "", - "Posts by %s": "", - "Posts for year %s": "", - "Posts for {month_day_year}": "", - "Posts for {month_year}": "", - "Previous post": "", - "Previous": "", - "Publication date": "", - "RSS feed": "", - "Read in English": "", - "Read more": "", - "Skip to main content": "", - "Source": "", - "Subcategories:": "", - "Tags and Categories": "", - "Tags": "", - "Toggle navigation": "", - "Uncategorized": "", - "Up": "", - "Updates": "", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "", - "page %d": "", - "updated": "", -} diff --git a/nikola/data/themes/base/messages/messages_si_lk.py b/nikola/data/themes/base/messages/messages_si_lk.py deleted file mode 100644 index 316e4eca6d..0000000000 --- a/nikola/data/themes/base/messages/messages_si_lk.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- encoding:utf-8 -*- -"""Autogenerated file, do not edit. Submit translations on Transifex.""" - -MESSAGES = { - "%d min remaining to read": "", - "(active)": "", - "Also available in:": "", - "Archive": "", - "Atom feed": "", - "Authors": "", - "Categories": "", - "Comments": "", - "LANGUAGE": "", - "Languages:": "", - "More posts about %s": "", - "Newer posts": "", - "Next post": "", - "Next": "", - "No posts found.": "", - "Nothing found.": "", - "Older posts": "", - "Original site": "", - "Posted:": "", - "Posts about %s": "", - "Posts by %s": "", - "Posts for year %s": "", - "Posts for {month_day_year}": "", - "Posts for {month_year}": "", - "Previous post": "", - "Previous": "", - "Publication date": "", - "RSS feed": "", - "Read in English": "", - "Read more": "", - "Skip to main content": "", - "Source": "", - "Subcategories:": "", - "Tags and Categories": "", - "Tags": "", - "Toggle navigation": "", - "Uncategorized": "", - "Up": "", - "Updates": "", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "", - "page %d": "", - "updated": "", -} diff --git a/nikola/data/themes/base/messages/messages_tl.py b/nikola/data/themes/base/messages/messages_tl.py deleted file mode 100644 index 8eebd7c237..0000000000 --- a/nikola/data/themes/base/messages/messages_tl.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- encoding:utf-8 -*- -"""Autogenerated file, do not edit. Submit translations on Transifex.""" - -MESSAGES = { - "%d min remaining to read": "", - "(active)": "", - "Also available in:": "", - "Archive": "", - "Atom feed": "", - "Authors": "", - "Categories": "", - "Comments": "", - "LANGUAGE": "Ingles", - "Languages:": "Mga Wika:", - "More posts about %s": "", - "Newer posts": "", - "Next post": "Susunod", - "Next": "", - "No posts found.": "", - "Nothing found.": "", - "Older posts": "", - "Original site": "", - "Posted:": "", - "Posts about %s": "", - "Posts by %s": "", - "Posts for year %s": "", - "Posts for {month_day_year}": "", - "Posts for {month_year}": "", - "Previous post": "", - "Previous": "", - "Publication date": "", - "RSS feed": "", - "Read in English": "", - "Read more": "", - "Skip to main content": "", - "Source": "", - "Subcategories:": "", - "Tags and Categories": "", - "Tags": "Mga Tag", - "Toggle navigation": "", - "Uncategorized": "", - "Up": "", - "Updates": "", - "Write your page here.": "", - "Write your post here.": "", - "old posts, page %d": "", - "page %d": "", - "updated": "", -} diff --git a/nikola/data/themes/bootblog4-jinja/templates/index.tmpl b/nikola/data/themes/bootblog4-jinja/templates/index.tmpl index 1eef335729..82bcb0772a 100644 --- a/nikola/data/themes/bootblog4-jinja/templates/index.tmpl +++ b/nikola/data/themes/bootblog4-jinja/templates/index.tmpl @@ -41,7 +41,7 @@ {% if post.updated and post.updated != post.date %} - ({{ messages("updated") }} + ({{ messages("updated") }} ) {% endif %} diff --git a/setup.py b/setup.py index b2b83469a4..6fdf1e0bfb 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def run(self): setup(name='Nikola', - version='8.0.0rc1', + version='8.0.0', description='A modular, fast, simple, static website and blog generator', long_description=open('README.rst').read(), author='Roberto Alsina and others', diff --git a/snapcraft.yaml b/snapcraft.yaml index 55dd328c20..b15758a60a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: nikola -version: 8.0.0rc1 +version: 8.0.0 summary: A static website generator description: A static website generator confinement: strict diff --git a/translations/nikola.messages/br.po b/translations/nikola.messages/br.po deleted file mode 100644 index 0000e439b8..0000000000 --- a/translations/nikola.messages/br.po +++ /dev/null @@ -1,163 +0,0 @@ -# Messages in Nikola -# Copyright (C) 2012-2016 -# This file is distributed under the same license as the Nikola package. -# -# Translators: -# Translators: -# Translators: -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Nikola\n" -"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n" -"POT-Creation-Date: 2013-03-15 12:24-0300\n" -"PO-Revision-Date: 2018-08-10 08:02+0000\n" -"Last-Translator: Chris Warrick\n" -"Language-Team: Breton (http://www.transifex.com/ralsina/nikola/language/br/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n" - -msgid "More posts about %s" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "LANGUAGE" -msgstr "" - -msgid "Tags" -msgstr "" - -msgid "Categories" -msgstr "" - -msgid "Tags and Categories" -msgstr "" - -msgid "Comments" -msgstr "" - -msgid "Read more" -msgstr "" - -msgid "Posts about %s" -msgstr "" - -msgid "Next post" -msgstr "" - -msgid "old posts, page %d" -msgstr "" - -msgid "page %d" -msgstr "" - -msgid "Source" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "Read in English" -msgstr "" - -msgid "Posts for year %s" -msgstr "" - -msgid "Newer posts" -msgstr "" - -msgid "Previous post" -msgstr "" - -msgid "Also available in:" -msgstr "" - -msgid "Languages:" -msgstr "" - -msgid "Original site" -msgstr "" - -msgid "Older posts" -msgstr "" - -msgid "Archive" -msgstr "" - -msgid "Publication date" -msgstr "" - -msgid "Posted:" -msgstr "" - -msgid "Posts for {month_year}" -msgstr "" - -msgid "Posts for {month_day_year}" -msgstr "" - -msgid "Nothing found." -msgstr "" - -msgid "No posts found." -msgstr "" - -msgid "RSS feed" -msgstr "" - -msgid "%d min remaining to read" -msgstr "" - -msgid "Skip to main content" -msgstr "" - -msgid "Subcategories:" -msgstr "" - -#. Used for active navigation links, for screen readers only -msgid "(active)" -msgstr "" - -#. Default content for a new post -msgid "Write your post here." -msgstr "" - -#. Default content for a new page -msgid "Write your page here." -msgstr "" - -msgid "Uncategorized" -msgstr "" - -#. Used for feeds of any format -msgid "Updates" -msgstr "" - -msgid "Authors" -msgstr "" - -msgid "Posts by %s" -msgstr "" - -msgid "Toggle navigation" -msgstr "" - -msgid "Previous" -msgstr "" - -msgid "Up" -msgstr "" - -msgid "Next" -msgstr "" - -msgid "Atom feed" -msgstr "" - -#. {date} (updated {updated_date}) -msgid "updated" -msgstr "" diff --git a/translations/nikola.messages/fil.po b/translations/nikola.messages/fil.po deleted file mode 100644 index 1deee31405..0000000000 --- a/translations/nikola.messages/fil.po +++ /dev/null @@ -1,163 +0,0 @@ -# Messages in Nikola -# Copyright (C) 2012-2016 -# This file is distributed under the same license as the Nikola package. -# -# Translators: -# Translators: -# Translators: -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Nikola\n" -"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n" -"POT-Creation-Date: 2013-03-15 12:24-0300\n" -"PO-Revision-Date: 2018-08-10 08:02+0000\n" -"Last-Translator: Chris Warrick\n" -"Language-Team: Filipino (http://www.transifex.com/ralsina/nikola/language/fil/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fil\n" -"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4 || n % 10 != 6 || n % 10 != 9);\n" - -msgid "More posts about %s" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "LANGUAGE" -msgstr "" - -msgid "Tags" -msgstr "" - -msgid "Categories" -msgstr "" - -msgid "Tags and Categories" -msgstr "" - -msgid "Comments" -msgstr "" - -msgid "Read more" -msgstr "" - -msgid "Posts about %s" -msgstr "" - -msgid "Next post" -msgstr "" - -msgid "old posts, page %d" -msgstr "" - -msgid "page %d" -msgstr "" - -msgid "Source" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "Read in English" -msgstr "" - -msgid "Posts for year %s" -msgstr "" - -msgid "Newer posts" -msgstr "" - -msgid "Previous post" -msgstr "" - -msgid "Also available in:" -msgstr "" - -msgid "Languages:" -msgstr "" - -msgid "Original site" -msgstr "" - -msgid "Older posts" -msgstr "" - -msgid "Archive" -msgstr "" - -msgid "Publication date" -msgstr "" - -msgid "Posted:" -msgstr "" - -msgid "Posts for {month_year}" -msgstr "" - -msgid "Posts for {month_day_year}" -msgstr "" - -msgid "Nothing found." -msgstr "" - -msgid "No posts found." -msgstr "" - -msgid "RSS feed" -msgstr "" - -msgid "%d min remaining to read" -msgstr "" - -msgid "Skip to main content" -msgstr "" - -msgid "Subcategories:" -msgstr "" - -#. Used for active navigation links, for screen readers only -msgid "(active)" -msgstr "" - -#. Default content for a new post -msgid "Write your post here." -msgstr "" - -#. Default content for a new page -msgid "Write your page here." -msgstr "" - -msgid "Uncategorized" -msgstr "" - -#. Used for feeds of any format -msgid "Updates" -msgstr "" - -msgid "Authors" -msgstr "" - -msgid "Posts by %s" -msgstr "" - -msgid "Toggle navigation" -msgstr "" - -msgid "Previous" -msgstr "" - -msgid "Up" -msgstr "" - -msgid "Next" -msgstr "" - -msgid "Atom feed" -msgstr "" - -#. {date} (updated {updated_date}) -msgid "updated" -msgstr "" diff --git a/translations/nikola.messages/si_LK.po b/translations/nikola.messages/si_LK.po deleted file mode 100644 index c3461f02a7..0000000000 --- a/translations/nikola.messages/si_LK.po +++ /dev/null @@ -1,163 +0,0 @@ -# Messages in Nikola -# Copyright (C) 2012-2016 -# This file is distributed under the same license as the Nikola package. -# -# Translators: -# Translators: -# Translators: -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Nikola\n" -"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n" -"POT-Creation-Date: 2013-03-15 12:24-0300\n" -"PO-Revision-Date: 2018-08-10 08:02+0000\n" -"Last-Translator: Chris Warrick\n" -"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/ralsina/nikola/language/si_LK/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: si_LK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -msgid "More posts about %s" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "LANGUAGE" -msgstr "" - -msgid "Tags" -msgstr "" - -msgid "Categories" -msgstr "" - -msgid "Tags and Categories" -msgstr "" - -msgid "Comments" -msgstr "" - -msgid "Read more" -msgstr "" - -msgid "Posts about %s" -msgstr "" - -msgid "Next post" -msgstr "" - -msgid "old posts, page %d" -msgstr "" - -msgid "page %d" -msgstr "" - -msgid "Source" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "Read in English" -msgstr "" - -msgid "Posts for year %s" -msgstr "" - -msgid "Newer posts" -msgstr "" - -msgid "Previous post" -msgstr "" - -msgid "Also available in:" -msgstr "" - -msgid "Languages:" -msgstr "" - -msgid "Original site" -msgstr "" - -msgid "Older posts" -msgstr "" - -msgid "Archive" -msgstr "" - -msgid "Publication date" -msgstr "" - -msgid "Posted:" -msgstr "" - -msgid "Posts for {month_year}" -msgstr "" - -msgid "Posts for {month_day_year}" -msgstr "" - -msgid "Nothing found." -msgstr "" - -msgid "No posts found." -msgstr "" - -msgid "RSS feed" -msgstr "" - -msgid "%d min remaining to read" -msgstr "" - -msgid "Skip to main content" -msgstr "" - -msgid "Subcategories:" -msgstr "" - -#. Used for active navigation links, for screen readers only -msgid "(active)" -msgstr "" - -#. Default content for a new post -msgid "Write your post here." -msgstr "" - -#. Default content for a new page -msgid "Write your page here." -msgstr "" - -msgid "Uncategorized" -msgstr "" - -#. Used for feeds of any format -msgid "Updates" -msgstr "" - -msgid "Authors" -msgstr "" - -msgid "Posts by %s" -msgstr "" - -msgid "Toggle navigation" -msgstr "" - -msgid "Previous" -msgstr "" - -msgid "Up" -msgstr "" - -msgid "Next" -msgstr "" - -msgid "Atom feed" -msgstr "" - -#. {date} (updated {updated_date}) -msgid "updated" -msgstr "" diff --git a/translations/nikola.messages/tl.po b/translations/nikola.messages/tl.po deleted file mode 100644 index ff38d9f5b8..0000000000 --- a/translations/nikola.messages/tl.po +++ /dev/null @@ -1,164 +0,0 @@ -# Messages in Nikola -# Copyright (C) 2012-2016 -# This file is distributed under the same license as the Nikola package. -# -# Translators: -# Translators: -# Translators: -# Translators: -# Translators: -# Ben Hearsum , 2015 -msgid "" -msgstr "" -"Project-Id-Version: Nikola\n" -"Report-Msgid-Bugs-To: ralsina@netmanagers.com.ar\n" -"POT-Creation-Date: 2013-03-15 12:24-0300\n" -"PO-Revision-Date: 2018-08-10 08:02+0000\n" -"Last-Translator: Chris Warrick\n" -"Language-Team: Tagalog (http://www.transifex.com/ralsina/nikola/language/tl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -msgid "More posts about %s" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "LANGUAGE" -msgstr "Ingles" - -msgid "Tags" -msgstr "Mga Tag" - -msgid "Categories" -msgstr "" - -msgid "Tags and Categories" -msgstr "" - -msgid "Comments" -msgstr "" - -msgid "Read more" -msgstr "" - -msgid "Posts about %s" -msgstr "" - -msgid "Next post" -msgstr "Susunod" - -msgid "old posts, page %d" -msgstr "" - -msgid "page %d" -msgstr "" - -msgid "Source" -msgstr "" - -#. Here your translation should NOT say English but the name of your language -#. instead -msgid "Read in English" -msgstr "" - -msgid "Posts for year %s" -msgstr "" - -msgid "Newer posts" -msgstr "" - -msgid "Previous post" -msgstr "" - -msgid "Also available in:" -msgstr "" - -msgid "Languages:" -msgstr "Mga Wika:" - -msgid "Original site" -msgstr "" - -msgid "Older posts" -msgstr "" - -msgid "Archive" -msgstr "" - -msgid "Publication date" -msgstr "" - -msgid "Posted:" -msgstr "" - -msgid "Posts for {month_year}" -msgstr "" - -msgid "Posts for {month_day_year}" -msgstr "" - -msgid "Nothing found." -msgstr "" - -msgid "No posts found." -msgstr "" - -msgid "RSS feed" -msgstr "" - -msgid "%d min remaining to read" -msgstr "" - -msgid "Skip to main content" -msgstr "" - -msgid "Subcategories:" -msgstr "" - -#. Used for active navigation links, for screen readers only -msgid "(active)" -msgstr "" - -#. Default content for a new post -msgid "Write your post here." -msgstr "" - -#. Default content for a new page -msgid "Write your page here." -msgstr "" - -msgid "Uncategorized" -msgstr "" - -#. Used for feeds of any format -msgid "Updates" -msgstr "" - -msgid "Authors" -msgstr "" - -msgid "Posts by %s" -msgstr "" - -msgid "Toggle navigation" -msgstr "" - -msgid "Previous" -msgstr "" - -msgid "Up" -msgstr "" - -msgid "Next" -msgstr "" - -msgid "Atom feed" -msgstr "" - -#. {date} (updated {updated_date}) -msgid "updated" -msgstr ""