diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 02:19:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 13:27:57 -0300 |
commit | 1a96af1f442ef1c1393fa1ce3a759dc16ce75f23 (patch) | |
tree | 934bb45aaa09fda119926a60f52d64fc0d859db3 /locale/fr | |
parent | default.nix: Use --delete option when publishing (diff) | |
download | euandre.org-1a96af1f442ef1c1393fa1ce3a759dc16ce75f23.tar.gz euandre.org-1a96af1f442ef1c1393fa1ce3a759dc16ce75f23.tar.xz |
Add Podcast structure, with public entrypoint commented out
Diffstat (limited to '')
-rw-r--r-- | locale/fr/LC_MESSAGES/podcast-episodes-by-category.po | 31 | ||||
-rw-r--r-- | locale/fr/LC_MESSAGES/podcast.en.po | 29 |
2 files changed, 60 insertions, 0 deletions
diff --git a/locale/fr/LC_MESSAGES/podcast-episodes-by-category.po b/locale/fr/LC_MESSAGES/podcast-episodes-by-category.po new file mode 100644 index 0000000..3bd3a23 --- /dev/null +++ b/locale/fr/LC_MESSAGES/podcast-episodes-by-category.po @@ -0,0 +1,31 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "title: Podcast episodes by category" +msgstr "title: Épisodes de podcast par catégorie" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: podcast-episodes-by-category" +msgstr "ref: podcast-episodes-by-category" + +msgid "{% include categories.html kind=\"podcasts\" %}" +msgstr "{% include categories.html kind=\"podcasts\" %}" + +#~ msgid "{% include categories.html kind=\"pastebins\" %}" +#~ msgstr "{% include categories.html kind=\"pastebins\" %}" diff --git a/locale/fr/LC_MESSAGES/podcast.en.po b/locale/fr/LC_MESSAGES/podcast.en.po new file mode 100644 index 0000000..cf2e4bb --- /dev/null +++ b/locale/fr/LC_MESSAGES/podcast.en.po @@ -0,0 +1,29 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 2.4.2\n" + +msgid "title: Podcast" +msgstr "title: Podcast" + +msgid "layout: page" +msgstr "layout: page" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: podcast" +msgstr "ref: podcast" + +msgid "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" +msgstr "{% include link-listing.html entries=site.podcasts kind=\"podcasts\" %}" |