plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 6e95597caeaaf7349da7d727d5742b1ca8986023
parent 371d0d76727c14fd8571035988779559d5c5ed3e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 15 Jul 2012 14:49:38 +0200

adding locales

Diffstat:
Makefile | 9+++++++++
README | 4++++
res/messages_fr.po | 80+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 93 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,9 @@ +LANG=res/messages_fr.mo + +.PHONY: all + +%.mo: %.po + msgfmt -o $*.mo $*.po + +all: ${LANG} + diff --git a/README b/README @@ -33,6 +33,10 @@ Generate the occurrences file as follows: ./lexique_occurrences_retrieve.sh > occurrences +Compile the locales by running: + + make + == 3. Usage == To use the program's command-line interface, run: diff --git a/res/messages_fr.po b/res/messages_fr.po @@ -0,0 +1,80 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: plint\n" +"POT-Creation-Date: 2012-07-15 14:07+CEST\n" +"PO-Revision-Date: 2012-07-15 14:21+0100\n" +"Last-Translator: Antoine Amarilli <a3nm@a3nm.net>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + +#: error.py:25 +msgid "error: %s" +msgstr "erreur : %s" + +#: error.py:26 +msgid "Line is: %s" +msgstr "Ligne : %s" + +#: error.py:43 +msgid "Illegal character%s: %s" +msgstr "Mauvais caractère%s : %s" + +#: error.py:52 +msgid "Illegal ambiguous pattern: %s" +msgstr "Motif ambigu interdit : %s" + +#: error.py:60 +msgid "Illegal hiatus: %s" +msgstr "Hiatus interdit : %s" + +#: error.py:73 +msgid "Bad rhyme %s for type %s (expected %s, inferred %s)" +msgstr "Mauvaise %s de rime pour le type %s (attendu : %s, lu : %s)" + +#: error.py:79 +msgid " or " +msgstr " ou " + +#: error.py:89 +msgid "genre" +msgstr "genre" + +#: error.py:98 +msgid " (ending: " +msgstr " (fin : " + +#: error.py:104 +msgid "Bad rhyme %s for type %s (expected %s)" +msgstr "Mauvaise rime %s pour le type %s (attendu : %s)" + +#: error.py:109 +msgid "value" +msgstr "valeur" + +#: error.py:179 +msgid "Bad metric (expected %s, inferred %d option%s)" +msgstr "Mauvaise métrique (attendu : %s, lu : %s option%s)" + +#: error.py:185 +msgid "... other options omitted ..." +msgstr "... autres options tronquées ..." + +#: error.py:197 +msgid "%d occurrences of word %s for rhyme %s" +msgstr "%d occurrences du mot %s pour la rime %s" + +#: plint.py:43 +msgid "Usage: %s TEMPLATE [OCONTEXT]" +msgstr "Usage : %s MODÈLE [OCONTEXTE]" + +#: plint.py:44 +msgid "Check stdin according to TEMPLATE, report errors on stdout" +msgstr "Vérifie l'entrée standard suivant MODÈLE, signale les erreurs sur la sortie standard" +