File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / po / fr.po
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:55 2017 UTC (7 years, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

# French translations for libcfg package
# Traductions françaises pour le paquetage libConfuse.
# Copyright (C) 2002-2003 Martin Hedenfalk
# This file is distributed under the same license as the libConfuse package.
# Martin Hedenfalk <martin@bzero.se>, 2002.
#
msgid ""
msgstr ""
"Project-Id-Version: libconfuse 2.6\n"
"Report-Msgid-Bugs-To: confuse-devel@nongnu.org\n"
"POT-Creation-Date: 2010-02-21 19:44-0500\n"
"PO-Revision-Date: 2003-01-26 14:10+0100\n"
"Last-Translator: Matthieu Sion <matt@flandrescartouches.com>\n"
"Language-Team: None <martin@bzero.se>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: src/confuse.c:150 src/confuse.c:172
#, c-format
msgid "no such option '%s'"
msgstr "il n'y a pas d'option '%s'"

#: src/confuse.c:587
#, c-format
msgid "found duplicate title '%s'"
msgstr ""

#: src/confuse.c:612
#, c-format
msgid "invalid integer value for option '%s'"
msgstr "valeur entière non valide pour l'option '%s'"

#: src/confuse.c:619
#, c-format
msgid "integer value for option '%s' is out of range"
msgstr "valeur entière de l'option '%s' en dehors des limites"

#: src/confuse.c:639
#, c-format
msgid "invalid floating point value for option '%s'"
msgstr ""
"la valeur de l'option '%s' est un nombre à virgule flottante non valide"

#: src/confuse.c:646
#, c-format
msgid "floating point value for option '%s' is out of range"
msgstr ""
"la valeur de l'option '%s' est un nombre à virgule flottante en dehors des "
"limites"

#: src/confuse.c:695
#, c-format
msgid "invalid boolean value for option '%s'"
msgstr "valeur booléenne incorrecte pour l'option '%s'"

#: src/confuse.c:799
msgid "premature end of file"
msgstr "fin de fichier prématurée"

#: src/confuse.c:812
msgid "unexpected closing brace"
msgstr "accolade fermante inattendue"

#: src/confuse.c:819 src/confuse.c:889 src/confuse.c:911 src/confuse.c:938
#, c-format
msgid "unexpected token '%s'"
msgstr "mot inattendu '%s'"

#: src/confuse.c:846
#, c-format
msgid "attempt to append to non-list option '%s'"
msgstr "tentative d'ajout à une option qui n'est pas une liste ('%s')"

#: src/confuse.c:864
#, c-format
msgid "missing equal sign after option '%s'"
msgstr "signe égal manquant après l'option '%s'"

#: src/confuse.c:946
#, c-format
msgid "missing opening brace for section '%s'"
msgstr "accolade ouvrante manquante à la section '%s'"

#: src/confuse.c:970
#, c-format
msgid "missing title for section '%s'"
msgstr "titre manquant à la section '%s'"

#: src/confuse.c:982
#, c-format
msgid "missing parenthesis for function '%s'"
msgstr "parenthèses manquantes à la fonction '%s'"

#: src/confuse.c:1005 src/confuse.c:1023
#, c-format
msgid "syntax error in call of function '%s'"
msgstr "erreur de syntaxe dans l'appel de la fonction '%s'"

#: src/confuse.c:1230
msgid "wrong number of arguments to cfg_include()"
msgstr "nombre d'arguments incorrect à cfg_include()"

#: src/lexer.l:144
#, c-format
msgid "invalid octal number '%s'"
msgstr "nombre octal invalide '%s'"

#: src/lexer.l:150
#, c-format
msgid "bad escape sequence '%s'"
msgstr "mauvaise séquence d'échappement '%s'"

#: src/lexer.l:225
msgid "unterminated string constant"
msgstr "chaîne constante non terminée"

#: src/lexer.l:292
msgid "includes nested too deeply"
msgstr "inclusion de fichier à un niveau trop bas"

#~ msgid "missing opening brace for option '%s'"
#~ msgstr "accolade ouvrante manquante pour l'option '%s'"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>