From cc4ad195c5a409cee330a6f193ee28544b0c56d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ballest=C3=A9-Antich?= Date: Tue, 16 May 2017 21:38:08 +0200 Subject: [PATCH] Add 3 msgid introduced in commit 5791c55 --- localize/translations/language_fr.po | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/localize/translations/language_fr.po b/localize/translations/language_fr.po index cd8f8d4..90f1f13 100644 --- a/localize/translations/language_fr.po +++ b/localize/translations/language_fr.po @@ -1609,6 +1609,18 @@ msgstr "" "lisibilité.
La valeur par défaut est no.
Si la valeur est auto " "Tidy éliminera presque tous les caractères de nouvelle ligne." +#. Important notes for translators: +#. - Use only , , , , and +#.
. +#. - Entities, tags, attributes, etc., should be enclosed in . +#. - Option values should be enclosed in . +#. - It's very important that
be self-closing! +#. - The strings "Tidy" and "HTML Tidy" are the program name and must not +#. be translated. +msgctxt "TidyWarnPropAttrs" +msgid "This option specifies if Tidy should warn on proprietary attributes." +msgstr "Cette option précise si Tidy doit avertir des attributs propriétaires." + #. Important notes for translators: #. - Use only , , , , and #.
. @@ -2004,6 +2016,11 @@ msgctxt "FILE_CANT_OPEN" msgid "Can't open \"%s\"\n" msgstr "Impossible d'ouvrir « %s »\n" +#, c-format +msgctxt "FILE_NOT_FILE" +msgid "\"%s\" is not a file!\n" +msgstr "\"%s\" n'est pas un fichier!\n" + #, c-format msgctxt "LINE_COLUMN_STRING" msgid "line %d column %d - " @@ -2040,7 +2057,7 @@ msgctxt "STRING_ERROR_COUNT_WARNING" msgid "warning" msgid_plural "warnings" msgstr[0] "avertissement" -msgstr[1] "alertes" +msgstr[1] "avertissements" msgctxt "STRING_HELLO_ACCESS" msgid "" @@ -2531,6 +2548,11 @@ msgctxt "ID_NAME_MISMATCH" msgid "%s id and name attribute value mismatch" msgstr "%s discordance entre id et valeur de nom d'attribut" +#, c-format +msgctxt "ILLEGAL_URI_CODEPOINT" +msgid "%s illegal characters found in URI" +msgstr "%s caractères interdits trouvés dans l'URI" + #, c-format msgctxt "ILLEGAL_URI_REFERENCE" msgid "%s improperly escaped URI reference"