From 6d792ef4fc6bfc69cd392f9498a6ec4d0dbc434c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 8 Sep 2018 11:40:45 +0200 Subject: [PATCH] po: Add initial French translation Signed-off-by: Thomas Citharel --- po/LINGUAS | 3 ++- po/fr.po | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 po/fr.po diff --git a/po/LINGUAS b/po/LINGUAS index e714d49e7..543057342 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,4 +1,5 @@ de es it -ja \ No newline at end of file +ja +fr diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 000000000..a10e0b171 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,39 @@ +# French translation for phosh +# Copyright (C) 2018 THE phosh'S COPYRIGHT HOLDER +# This file is distributed under the same license as the phosh package. +# Thomas Citharel , 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: phosh\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-11 06:26+0000\n" +"PO-Revision-Date: 2018-09-08 11:39+0200\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.0.6\n" +"Last-Translator: Thomas Citharel \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language: fr\n" + +#: src/lockscreen.c:82 src/ui/lockscreen.ui:61 +msgid "Enter PIN to unlock" +msgstr "Saisissez le code PIN pour déverrouiller" + +#: src/lockscreen.c:174 +msgid "Checking PIN" +msgstr "Vérification du code PIN" + +#: src/panel.c:95 +msgid "Librem5 dev board" +msgstr "Carte de développement Librem 5" + +#: src/ui/lockscreen.ui:182 +msgid "Slide up to unlock" +msgstr "Faire glisser pour déverrouiller" + +#: src/ui/settings-menu.ui:123 +msgid "Rotation" +msgstr "Rotation" -- GitLab