diff options
author | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-05 11:28:46 -0300 |
---|---|---|
committer | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-05 11:40:30 -0300 |
commit | d676204e3b7cf2dd7c9aca470781dbd148035c12 (patch) | |
tree | 54e5661c2b6959c4c7e37a952f59b6b1a0bcfb2d /locale/fr/LC_MESSAGES/about.po | |
parent | Add draft slides as unpublished with extracted po files (diff) | |
download | euandre.org-d676204e3b7cf2dd7c9aca470781dbd148035c12.tar.gz euandre.org-d676204e3b7cf2dd7c9aca470781dbd148035c12.tar.xz |
Move translated pages to po files
Diffstat (limited to '')
-rw-r--r-- | locale/fr/LC_MESSAGES/about.po | 42 |
1 files changed, 32 insertions, 10 deletions
diff --git a/locale/fr/LC_MESSAGES/about.po b/locale/fr/LC_MESSAGES/about.po index b76f5f8..83fafdc 100644 --- a/locale/fr/LC_MESSAGES/about.po +++ b/locale/fr/LC_MESSAGES/about.po @@ -1,13 +1,16 @@ # msgid "" msgstr "" - -msgid "" -"layout: page\n" -"title: About\n" -"lang: en\n" -"ref: about" -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.1\n" msgid "" "Hi, I'm EuAndreh. I write software and occasionally music. You can find my " @@ -15,17 +18,36 @@ msgid "" "inbox](mailto:~euandreh/public-inbox@lists.sr.ht) " "([archive](https://lists.sr.ht/~euandreh/public-inbox))." msgstr "" +"Salut, je suis EuAndreh. J'écris logiciel et parfois musique. Vous pouvez " +"rencontrer de donnés pour me contacter au bas cette de page, ou vous pouvez " +"également envoyer une message dans ma [boîte de réception " +"publique](mailto:~euandreh/public-inbox@lists.sr.ht) " +"([archive](https://lists.sr.ht/~euandreh/public-inbox))." msgid "" "This is my personal website where I write articles, publish software and " "more related work." msgstr "" +"Ceci est mon site personnel où j'écris des articles, publie des logicielles " +"et d'autres travaux connexes." msgid "Other things" -msgstr "" +msgstr "Autres" msgid "[Pastebins listing]({% link pastebins.en.md %})." -msgstr "" +msgstr "[Liste de pastebins]({% link pastebins.fr.md %})." msgid "[Articles by category]({% link categories.en.md %})." -msgstr "" +msgstr "[Articles par catégorie]({% link categories.fr.md %})." + +msgid "layout: page" +msgstr "layout: page" + +msgid "title: About" +msgstr "title: À propos" + +msgid "lang: en" +msgstr "lang: fr" + +msgid "ref: about" +msgstr "ref: about" |