From 3f585bf50a4803fe221df01adc12d08c8a38e515 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Tue, 22 Aug 2023 15:19:51 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 70.4% (1561 of 2216 strings) Co-authored-by: Anonymous Translate-URL: https://translations.metabrainz.org/projects/picard/app/fr/ Translation: Picard/app --- po/fr.po | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index 12abebac9..59c119fa9 100644 --- a/po/fr.po +++ b/po/fr.po @@ -41,7 +41,7 @@ msgstr "" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2023-08-22 14:43+0200\n" "PO-Revision-Date: 2023-08-22 15:19+0000\n" -"Last-Translator: Zas \n" +"Last-Translator: Anonymous \n" "Language-Team: French \n" "Language: fr\n" @@ -6386,6 +6386,7 @@ msgstr "" "Retourne vrai si `x` n’est pas égal à `y`." #: picard/script/functions.py:716 +#, fuzzy msgid "" "`$lt(x,y[,type])`\n" "\n" @@ -6403,6 +6404,21 @@ msgid "" "preference:\n" "\"int\", \"float\" and \"text\"." msgstr "" +"`$lt(x,y[,type])`\n" +"\n" +"Returns true if `x` is less than `y` using the comparison specified in " +"`type`.\n" +"Possible values of `type` are \"int\" (integer), \"float\" (floating point), " +"\"text\"\n" +"(case-sensitive text), \"nocase\" (case-insensitive text) and \"auto\" (" +"automatically\n" +"determine the type of arguments provided), with \"auto\" used as the " +"default\n" +"comparison method if `type` is not specified. The \"auto\" type will use " +"the\n" +"first type that applies to both arguments in the following order of " +"preference:\n" +"\"int\", \"float\" and \"text\"." #: picard/script/functions.py:731 #, fuzzy