diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-11-16 13:00:53 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-11-16 13:04:20 +0100 |
commit | a692f49808bffb7f402cd88cbf48e32b2044d111 (patch) | |
tree | 65607b2a988446b75847edb0c68f2f0cfbd5cd49 /source/fr/helpcontent2 | |
parent | 327c876f4c35127cff03b26303acd4831252ce66 (diff) |
update translations for master
and force-fix errors using pocheck
Change-Id: I93c02cdd542eb2c42765f65e9e78f2dc8f339005
Diffstat (limited to 'source/fr/helpcontent2')
23 files changed, 3089 insertions, 1811 deletions
diff --git a/source/fr/helpcontent2/source/auxiliary.po b/source/fr/helpcontent2/source/auxiliary.po index 38b1024f276..3681956eb2a 100644 --- a/source/fr/helpcontent2/source/auxiliary.po +++ b/source/fr/helpcontent2/source/auxiliary.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1562257292.000000\n" #. fEEXD @@ -311,7 +311,7 @@ msgctxt "" "0815\n" "node.text" msgid "Writing Calc Macros" -msgstr "" +msgstr "Écriture des macros Calc" #. Q59GN #: scalc.tree diff --git a/source/fr/helpcontent2/source/text/sbasic/python.po b/source/fr/helpcontent2/source/text/sbasic/python.po index 6f81d73c7b9..c2e18742201 100644 --- a/source/fr/helpcontent2/source/text/sbasic/python.po +++ b/source/fr/helpcontent2/source/text/sbasic/python.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:48+0200\n" +"POT-Creation-Date: 2021-11-16 12:08+0100\n" "PO-Revision-Date: 2021-07-08 08:53+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/fr/>\n" @@ -2205,14 +2205,86 @@ msgctxt "" msgid "<variable id=\"pythonlocations1\"><link href=\"text/sbasic/python/python_locations.xhp\" name=\"command_name\">Python Scripts Organization and Location</link></variable>" msgstr "<variable id=\"pythonlocations1\"><link href=\"text/sbasic/python/python_locations.xhp\" name=\"command_name\">Organisation et emplacement des Scripts Python</link></variable>" -#. sG2Rn +#. rRufi +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id481636114810038\n" +"help.text" +msgid "%PRODUCTNAME macros are grouped in module files, modules are usually grouped in library folders, and libraries are grouped in library containers although containers can contain modules too." +msgstr "" + +#. wGWz9 #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "par_id771543358231022\n" "help.text" -msgid "The Python script files are stored in the filesystem, in folders controlled by %PRODUCTNAME. The macros can be started at installation, user or file level." -msgstr "Les fichiers contenant les scripts Python sont stockés dans le système de fichiers, dans des dossiers contrôlés par %PRODUCTNAME. Les macros peuvent être démarrées au niveau de l'installation, de l'utilisateur ou du fichier." +msgid "A library is used as a major grouping for either an entire category of macros, or for an entire application. Modules usually split functionality, such as user interaction and calculations. Individual macros are subroutines and functions. The Figure below shows an example of the hierarchical structure of macro libraries in %PRODUCTNAME." +msgstr "" + +#. b8iEG +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id771636279690940\n" +"help.text" +msgid "<image src=\"media/helpimg/sbasic/Library-Container.svg\" id=\"img_id121636285791637\" width=\"8cm\" height=\"5.5cm\"><alt id=\"alt_id471636279690940\">Library Container diagram</alt></image>" +msgstr "" + +#. JqG95 +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id171636114787810\n" +"help.text" +msgid "<emph>Figure:</emph> Macro Library hierarchy" +msgstr "" + +#. dbwvM +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id801636114790638\n" +"help.text" +msgid "The containers are accessible in all %PRODUCTNAME programs through the user interface. Go to <menuitem>Tools > Macros > Organize Macros > Python</menuitem>, to open the Python Macros dialog." +msgstr "" + +#. FU5EC +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id801636114808666\n" +"help.text" +msgid "Three library containers are shown in the Macro From list:" +msgstr "" + +#. RnBRr +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id321636114854594\n" +"help.text" +msgid "<emph>My Macros:</emph> personal macros available for the %PRODUCTNAME user" +msgstr "" + +#. BB8K2 +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id471636114847530\n" +"help.text" +msgid "<emph>%PRODUCTNAME Macros:</emph> system macros distributed with LibreOffice for every computer user" +msgstr "" + +#. kVY4C +#: python_locations.xhp +msgctxt "" +"python_locations.xhp\n" +"par_id191636114858218\n" +"help.text" +msgid "<emph>Document macros:</emph> every document can contain macro libraries available in that document for all users" +msgstr "" #. iEtmS #: python_locations.xhp @@ -2232,14 +2304,14 @@ msgctxt "" msgid "Refer to <link href=\"text/sbasic/python/python_session.xhp\" name=\"Getting Session Information\">Getting Session Information</link> in order to get programmatic access to Python script locations." msgstr "Voir <link href=\"text/sbasic/python/python_session.xhp\" name=\"Getting Session Information\">Obtenir les informations sur la session</link> afin d'obtenir un accès en programmation aux emplacements de script Python." -#. QGXPA +#. 2NPrE #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "hd_id591544049572647\n" "help.text" -msgid "%PRODUCTNAME Macros container" -msgstr "Container Macros %PRODUCTNAME" +msgid "%PRODUCTNAME Macros" +msgstr "" #. xBzRT #: python_locations.xhp @@ -2349,68 +2421,14 @@ msgctxt "" msgid "Libraries, Modules and Macros" msgstr "Bibliothèques, modules et macros" -#. KnZCV +#. 24e7J #: python_locations.xhp msgctxt "" "python_locations.xhp\n" "par_id181544209916707\n" "help.text" -msgid "Like BASIC macros, Python macros can be organized in libraries, modules and macros." -msgstr "Comme les macros BASIC, les macros Python peuvent être organisées en bibliothèques, modules et macros." - -#. LoK2E -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"hd_id21544209865082\n" -"help.text" -msgid "Creating a Python Library" -msgstr "Création d'une bibliothèque Python" - -#. R2uCF -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"par_id191544209928221\n" -"help.text" -msgid "Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name." -msgstr "Les bibliothèques sont des dossiers dans l'arborescence des conteneurs. Pour créer une bibliothèque, ajoutez un dossier dans le conteneur cible. Le nom de la bibliothèque est le nom du dossier." - -#. hFS3L -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"hd_id31544209872869\n" -"help.text" -msgid "Creating a Python Module." -msgstr "Création d'un module Python." - -#. djeua -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"par_id161544209936743\n" -"help.text" -msgid "A module is a python file in the library or the container. Create a module adding a file in the container." -msgstr "Un module est un fichier python dans la bibliothèque ou le conteneur. Créez un module en ajoutant un fichier dans le conteneur." - -#. Paoju -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"hd_id151544209895574\n" -"help.text" -msgid "Python macros" -msgstr "Macros Python" - -#. CBeyB -#: python_locations.xhp -msgctxt "" -"python_locations.xhp\n" -"par_id61544209944591\n" -"help.text" -msgid "A macro is a python object in the module." -msgstr "Une macro est un objet python dans le module." +msgid "Python macros can be organized in libraries, modules and macros. Use the Macro Library hierarchy as a guide when creating or installing new macros in module files, new module files in library folders or new library folders in containers." +msgstr "" #. Zcfxg #: python_platform.xhp @@ -3627,11 +3645,11 @@ msgctxt "" msgid "<image src=\"media/helpimg/python/python_shell.png\" id=\"N0144\"><alt id=\"N0144\">APSO console</alt></image>" msgstr "" -#. DNr5W +#. MxGkV #: python_shell.xhp msgctxt "" "python_shell.xhp\n" "par_id351633599611244\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03/sf_exception.html?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> function in <link href=\"text/sbasic/shared/03/sf_exception.html\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link> service" +msgid "<link href=\"text/sbasic/shared/03/sf_exception.xhp?#PythonShell\" name=\"PythonShell method\"><literal>PythonShell</literal></link> function in <link href=\"text/sbasic/shared/03/sf_exception.xhp\" name=\"ScriptForge.Exception service\"><literal>ScriptForge.Exception</literal></link> service" msgstr "" diff --git a/source/fr/helpcontent2/source/text/sbasic/shared.po b/source/fr/helpcontent2/source/text/sbasic/shared.po index 39c5a20bfb3..35ae61b85ca 100644 --- a/source/fr/helpcontent2/source/text/sbasic/shared.po +++ b/source/fr/helpcontent2/source/text/sbasic/shared.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-29 13:13+0200\n" +"POT-Creation-Date: 2021-11-16 12:08+0100\n" "PO-Revision-Date: 2021-09-08 09:07+0000\n" "Last-Translator: serval2412 <serval2412@yahoo.fr>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/fr/>\n" @@ -16840,13 +16840,13 @@ msgctxt "" msgid "Print IsEmpty(sVar) ' Returns True" msgstr "" -#. DcKaw +#. YK88J #: 03040000.xhp msgctxt "" "03040000.xhp\n" "par_id051720170824106132\n" "help.text" -msgid "Print oDoc ‘ Error" +msgid "Print oDoc ' Error" msgstr "" #. UDTHw @@ -19315,14 +19315,14 @@ msgctxt "" msgid "<bookmark_value>Atn function</bookmark_value>" msgstr "<bookmark_value>Atn, fonction</bookmark_value>" -#. kBtgX +#. KDeey #: 03080101.xhp msgctxt "" "03080101.xhp\n" "hd_id3150616\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn Function</link>" -msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Fonction Atn\">Fonction Atn</link>" +msgid "<variable id=\"Atn_h1\"><link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function\">Atn Function</link></variable>" +msgstr "" #. yugFQ #: 03080101.xhp @@ -19333,32 +19333,32 @@ msgctxt "" msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2." msgstr "Fonction trigonométrique renvoyant l'arc tangente d'une expression numérique. La valeur de retour est comprise entre -Pi/2 et +Pi/2." -#. ZAi9d +#. tC5uH #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3143271\n" "help.text" -msgid "The arctangent is the inverse of the tangent function. The Atn Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle." -msgstr "Son action est l'inverse de celle de la fonction Tan. La fonction Atn calcule l'angle alpha, en radians, à partir de la tangente de cet angle. Elle peut aussi le calculer en établissant le rapport entre la longueur du côté opposé à l'angle et la longueur du côté adjacent à celui-ci, dans un triangle rectangle." +msgid "The arctangent is the inverse of the tangent function. The <literal>Atn</literal> Function returns the angle \"Alpha\", expressed in radians, using the tangent of this angle. The function can also return the angle \"Alpha\" by comparing the ratio of the length of the side that is opposite of the angle to the length of the side that is adjacent to the angle in a right-angled triangle." +msgstr "" -#. 4ncDJ +#. HbFxP #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3145315\n" "help.text" -msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha" -msgstr "Atn(côté opposé à l'angle/côté adjacent à l'angle)= Alpha" +msgid "<literal>Atn</literal>(side opposite the angle/side adjacent to angle)= Alpha" +msgstr "" -#. 8Xba6 +#. Wo87E #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3148947\n" "help.text" -msgid "Atn (Number)" -msgstr "Atn (Number)" +msgid "Atn (Number As Double) As Double" +msgstr "" #. nnJyb #: 03080101.xhp @@ -19369,14 +19369,14 @@ msgctxt "" msgid "Double" msgstr "Double" -#. 4SfDR +#. rLBjg #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3156212\n" "help.text" -msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The Atn function returns the corresponding angle in radians (arctangent)." -msgstr "<emph>Number :</emph> expression numérique représentant le rapport entre deux côtés d'un triangle rectangle. La fonction Atn renvoie l'angle correspondant en radians (arc tangente)." +msgid "<emph>Number:</emph> Any numerical expression that represents the ratio of two sides of a right triangle. The <literal>Atn</literal> function returns the corresponding angle in radians (arctangent)." +msgstr "" #. qhMAk #: 03080101.xhp @@ -19405,14 +19405,14 @@ msgctxt "" msgid "radian=(degree*pi)/180" msgstr "radians=(degrés*pi)/180" -#. qqKDE +#. AGhFY #: 03080101.xhp msgctxt "" "03080101.xhp\n" "par_id3159252\n" "help.text" -msgid "Pi is here the fixed circle constant with the rounded value 3.14159. Pi is a <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic mathematical constant</link>." -msgstr "Pi est ici la constante du cercle avec la valeur arrondie 3,14159. Pi est une <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">constante Basic mathématique</link>." +msgid "<literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159. <literal>Pi</literal> is a <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic mathematical constant</link>." +msgstr "" #. BBQTN #: 03080101.xhp @@ -19486,14 +19486,14 @@ msgctxt "" msgid "<bookmark_value>Cos function</bookmark_value>" msgstr "<bookmark_value>Cos, fonction</bookmark_value>" -#. oEwAz +#. BEjXP #: 03080102.xhp msgctxt "" "03080102.xhp\n" "hd_id3154923\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos Function</link>" -msgstr "<link href=\"text/sbasic/shared/03080102.xhp\" name=\"Fonction Cos\">Fonction Cos</link>" +msgid "<variable id=\"Cos_h1\"><link href=\"text/sbasic/shared/03080102.xhp\" name=\"Cos Function\">Cos Function</link></variable>" +msgstr "" #. EEVjg #: 03080102.xhp @@ -19504,50 +19504,32 @@ msgctxt "" msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1." msgstr "Calcule le cosinus d'un angle. L'angle est exprimé en radians. Le résultat est compris entre -1 et 1." -#. TiTwz +#. iPRUc #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3150358\n" "help.text" -msgid "Using the angle Alpha, the Cos-Function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle." -msgstr "Dans un triangle rectangle, la fonction Cos calcule le rapport entre la longueur du côté adjacent à l'angle alpha et la longueur de l'hypoténuse." +msgid "Using the angle Alpha, the <literal>Cos</literal> function calculates the ratio of the length of the side that is adjacent to the angle, divided by the length of the hypotenuse in a right-angled triangle." +msgstr "" -#. TBghA +#. eEzRP #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3154141\n" "help.text" -msgid "Cos(Alpha) = Adjacent/Hypotenuse" -msgstr "Cos(Alpha) = Adjacent/Hypoténuse" - -#. EDMV5 -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"hd_id3154125\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe :" +msgid "<literal>Cos</literal>(Alpha) = Adjacent/Hypotenuse" +msgstr "" -#. mxAiL +#. zfq28 #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3145172\n" "help.text" -msgid "Cos (Number)" -msgstr "Cos (Number)" - -#. pBcf4 -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"hd_id3156214\n" -"help.text" -msgid "Return value:" -msgstr "Valeur de retour :" +msgid "Cos (Number As Double) As Double" +msgstr "" #. 5SNwE #: 03080102.xhp @@ -19558,15 +19540,6 @@ msgctxt "" msgid "Double" msgstr "Double" -#. evcMv -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"hd_id3153969\n" -"help.text" -msgid "Parameters:" -msgstr "Paramètres :" - #. jbCKb #: 03080102.xhp msgctxt "" @@ -19603,23 +19576,14 @@ msgctxt "" msgid "radian=(degree*pi)/180" msgstr "radians=(degrés*pi)/180" -#. BEdki +#. drmPb #: 03080102.xhp msgctxt "" "03080102.xhp\n" "par_id3152885\n" "help.text" -msgid "Pi is here the fixed circle constant with the rounded value 3.14159..." -msgstr "La valeur de pi, rapport constant de la circonférence d'un cercle à son diamètre, est arrondie à 3,14159..." - -#. QV5hL -#: 03080102.xhp -msgctxt "" -"03080102.xhp\n" -"hd_id3153951\n" -"help.text" -msgid "Example:" -msgstr "Exemple :" +msgid "<literal>Pi</literal> is here the fixed circle constant with the rounded value 3.14159..." +msgstr "" #. 4K6RE #: 03080102.xhp @@ -19693,14 +19657,14 @@ msgctxt "" msgid "<bookmark_value>Sin function</bookmark_value>" msgstr "<bookmark_value>Sin, fonction</bookmark_value>" -#. MEx5j +#. pvAzD #: 03080103.xhp msgctxt "" "03080103.xhp\n" "hd_id3153896\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin Function</link>" -msgstr "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Fonction Sin</link>" +msgid "<variable id=\"Sin_h1\"><link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function\">Sin Function</link></variable>" +msgstr "" #. fEasV #: 03080103.xhp @@ -19711,50 +19675,32 @@ msgctxt "" msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1." msgstr "Renvoie le sinus d'un angle. L'angle est exprimé en radians. Le résultat est compris entre -1 et 1." -#. xWzJt +#. AG6UD #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153379\n" "help.text" -msgid "Using the angle Alpha, the Sin Function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle." -msgstr "Dans un triangle rectangle, la fonction Sin calcule le rapport entre la longueur du côté opposé à l'angle alpha et la longueur de l'hypoténuse." +msgid "Using the angle Alpha, the <literal>Sin</literal> function returns the ratio of the length of the opposite side of an angle to the length of the hypotenuse in a right-angled triangle." +msgstr "" -#. WugLi +#. k3iCL #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3148798\n" "help.text" -msgid "Sin(Alpha) = side opposite the angle/hypotenuse" -msgstr "Sin(Alpha) = côté opposé à l'angle/hypoténuse" - -#. GLDx4 -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"hd_id3147230\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe :" +msgid "<literal>Sin</literal>(Alpha) = side opposite the angle/hypotenuse" +msgstr "" -#. T2FTG +#. EYMBG #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3154909\n" "help.text" -msgid "Sin (Number)" -msgstr "Sin (Number)" - -#. SFGEZ -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"hd_id3156214\n" -"help.text" -msgid "Return value:" -msgstr "Valeur de retour :" +msgid "Sin (Number As Double) As Double" +msgstr "" #. q3Gct #: 03080103.xhp @@ -19765,15 +19711,6 @@ msgctxt "" msgid "Double" msgstr "Double" -#. a3DDA -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"hd_id3155132\n" -"help.text" -msgid "Parameters:" -msgstr "Paramètres :" - #. VeDqk #: 03080103.xhp msgctxt "" @@ -19783,50 +19720,41 @@ msgctxt "" msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for." msgstr "<emph>Number :</emph> expression numérique définissant l'angle, en radians, dont le sinus doit être calculé." -#. t4bSd +#. EJTy3 #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3155413\n" "help.text" -msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi." -msgstr "Pour convertir des degrés en radians, multipliez les degrés par pi/180. Pour convertir des radians en degrés, multipliez les radians par 180/pi." +msgid "To convert degrees to radians, multiply degrees by <literal>Pi</literal>/180, and to convert radians to degrees, multiply radians by 180/<literal>Pi</literal>." +msgstr "" -#. c9dFg +#. CCzJK #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3149664\n" "help.text" -msgid "grad=(radiant*180)/pi" -msgstr "degrés=(radians*180)/pi" +msgid "grad=(radiant*180)/<literal>Pi</literal>" +msgstr "" -#. V5vw8 +#. EED9X #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3153143\n" "help.text" -msgid "radiant=(grad*pi)/180" -msgstr "radians=(degrés*pi)/180" +msgid "radiant=(grad*<literal>Pi</literal>)/180" +msgstr "" -#. kF65g +#. EFgfE #: 03080103.xhp msgctxt "" "03080103.xhp\n" "par_id3151112\n" "help.text" -msgid "Pi is approximately 3.141593." -msgstr "La valeur de pi est d'environ 3,141593." - -#. Q84E4 -#: 03080103.xhp -msgctxt "" -"03080103.xhp\n" -"hd_id3163712\n" -"help.text" -msgid "Example:" -msgstr "Exemple :" +msgid "<literal>Pi</literal> is approximately 3.141593." +msgstr "" #. qDQRe #: 03080103.xhp @@ -19900,14 +19828,14 @@ msgctxt "" msgid "<bookmark_value>Tan function</bookmark_value>" msgstr "<bookmark_value>Tan, fonction</bookmark_value>" -#. 6jfjj +#. GBYJZ #: 03080104.xhp msgctxt "" "03080104.xhp\n" "hd_id3148550\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan Function</link>" -msgstr "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Fonction Tan</link>" +msgid "<variable id=\"Tan_h1\"><link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function\">Tan Function</link></variable>" +msgstr "" #. juT9e #: 03080104.xhp @@ -19918,50 +19846,32 @@ msgctxt "" msgid "Determines the tangent of an angle. The angle is specified in radians." msgstr "Calcule la tangente d'un angle. L'angle est renvoyé en radians." -#. 6oVeE +#. pWb7z #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3153379\n" "help.text" -msgid "Using the angle Alpha, the Tan Function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle." -msgstr "Dans un triangle rectangle, la fonction Tan calcule le rapport entre la longueur du côté opposé à l'angle alpha et la longueur du côté adjacent à cet angle." +msgid "Using the angle Alpha, the <literal>Tan</literal> function calculates the ratio of the length of the side opposite the angle to the length of the side adjacent to the angle in a right-angled triangle." +msgstr "" -#. JLB5h +#. 444nB #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3154366\n" "help.text" -msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle" -msgstr "Tan(Alpha) = côté opposé à l'angle/côté adjacent à l'angle" - -#. RTSBi -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"hd_id3145174\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe :" +msgid "<literal>Tan</literal>(Alpha) = side opposite the angle/side adjacent to angle" +msgstr "" -#. H87gF +#. PEoP9 #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3151042\n" "help.text" -msgid "Tan (Number)" -msgstr "Tan (Number)" - -#. UiEgr -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"hd_id3156214\n" -"help.text" -msgid "Return value:" -msgstr "Valeur de retour :" +msgid "Tan (Number As Double) As Double" +msgstr "" #. XMyAh #: 03080104.xhp @@ -19972,15 +19882,6 @@ msgctxt "" msgid "Double" msgstr "Double" -#. P9wpB -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"hd_id3155132\n" -"help.text" -msgid "Parameters:" -msgstr "Paramètres :" - #. BJjuJ #: 03080104.xhp msgctxt "" @@ -19990,50 +19891,41 @@ msgctxt "" msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)." msgstr "<emph>Number :</emph> expression numérique pour laquelle vous voulez calculer la tangente (en radians)." -#. 5rd9G +#. zKpFc #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3153728\n" "help.text" -msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi." -msgstr "Pour convertir des degrés en radians, multipliez les degrés par pi/180. Pour convertir des radians en degrés, multipliez les radians par 180/pi." +msgid "To convert degrees to radians, multiply by <literal>Pi</literal>/180. To convert radians to degrees, multiply by 180/<literal>Pi</literal>." +msgstr "" -#. pDUfE +#. L5KFp #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3155414\n" "help.text" -msgid "degrees=(radiant*180)/Pi" -msgstr "degrés=(radians*180)/pi" +msgid "degrees=(radiant*180)/<literal>Pi</literal>" +msgstr "" -#. BD6YW +#. AdvXG #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3146975\n" "help.text" -msgid "radiant=(degrees*Pi)/180" -msgstr "radians=(degrés*pi)/180" +msgid "radiant=(degrees*<literal>Pi</literal>)/180" +msgstr "" -#. fEn5Q +#. AEqBK #: 03080104.xhp msgctxt "" "03080104.xhp\n" "par_id3147434\n" "help.text" -msgid "Pi is approximately 3.141593." -msgstr "La valeur de pi est d'environ 3,141593." - -#. nJ6rD -#: 03080104.xhp -msgctxt "" -"03080104.xhp\n" -"hd_id3149483\n" -"help.text" -msgid "Example:" -msgstr "Exemple :" +msgid "<literal>Pi</literal> is approximately 3.141593." +msgstr "" #. JFRRA #: 03080104.xhp @@ -40303,13 +40195,13 @@ msgctxt "" msgid "Collection Object" msgstr "" -#. 5of5h +#. TdXDY #: collection.xhp msgctxt "" "collection.xhp\n" "bm_id3149205\n" "help.text" -msgid "<bookmark_value>Collection Object</bookmark_value> <bookmark_value>Collection;Count</bookmark_value>" +msgid "<bookmark_value>Collection Object</bookmark_value>" msgstr "" #. 68sg6 @@ -40420,15 +40312,6 @@ msgctxt "" msgid "Adding Items" msgstr "" -#. G49p7 -#: collection.xhp -msgctxt "" -"collection.xhp\n" -"bm_id591633974561425\n" -"help.text" -msgid "<bookmark_value>Collection;Add</bookmark_value>" -msgstr "" - #. 3qnWY #: collection.xhp msgctxt "" @@ -40519,15 +40402,6 @@ msgctxt "" msgid "Accessing Items" msgstr "" -#. DDdKC -#: collection.xhp -msgctxt "" -"collection.xhp\n" -"bm_id481633977601834\n" -"help.text" -msgid "<bookmark_value>Collection;Item</bookmark_value>" -msgstr "" - #. MquEn #: collection.xhp msgctxt "" @@ -40564,15 +40438,6 @@ msgctxt "" msgid "Removing Items" msgstr "" -#. BdBa3 -#: collection.xhp -msgctxt "" -"collection.xhp\n" -"bm_id311633977567197\n" -"help.text" -msgid "<bookmark_value>Collection;Remove</bookmark_value>" -msgstr "" - #. Wteju #: collection.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/sbasic/shared/03.po b/source/fr/helpcontent2/source/text/sbasic/shared/03.po index 7ee65ef1d64..1a60a73b8cb 100644 --- a/source/fr/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/fr/helpcontent2/source/text/sbasic/shared/03.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:48+0200\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" "PO-Revision-Date: 2021-09-10 12:22+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/fr/>\n" @@ -2718,6 +2718,78 @@ msgctxt "" msgid "If form documents are organized in folders, it becomes necessary to include the folder name to specify the form document to be opened, as illustrated in the following example:" msgstr "" +#. zzgBi +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id156589200121138\n" +"help.text" +msgid "This method sends the content of the given form document to a default printer or a printer defined by the <literal>SetPrinter()</literal> method." +msgstr "" + +#. oeDSX +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id981611169416934\n" +"help.text" +msgid "Returns <literal>True</literal> if the document was successfully printed." +msgstr "" + +#. pwm7n +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id368519200121646\n" +"help.text" +msgid "<emph>formdocument</emph>: A valid document form name as a case-sensitive string. The form document must be open. It is activated by the method." +msgstr "" + +#. nRU4K +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id211635436910093\n" +"help.text" +msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." +msgstr "" + +#. FX6mM +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id141635436912146\n" +"help.text" +msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgstr "" + +#. gDM4C +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id911298505147502\n" +"help.text" +msgid "Define the printer options for a form document. The form document must be open." +msgstr "" + +#. owLwe +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id381651114800685\n" +"help.text" +msgid "Returns <literal>True</literal> when successful." +msgstr "" + +#. uGA7B +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id961635950394507\n" +"help.text" +msgid "<emph>formdocument</emph>: A valid document form name as a case-sensitive string." +msgstr "" + #. 3RzkD #: sf_basic.xhp msgctxt "" @@ -4275,6 +4347,33 @@ msgctxt "" msgid "A range reference that can be used as argument of methods like <literal>CopyToRange</literal>" msgstr "" +#. boDiE +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id81591025591007\n" +"help.text" +msgid "Yes" +msgstr "" + +#. kJCwG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id561591025592149\n" +"help.text" +msgid "RangeName As String" +msgstr "" + +#. kdjWP +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id571591025599937\n" +"help.text" +msgid "Returns the address of the smallest area that contains the specified range so that the area is surrounded by empty cells or sheet edges. This is equivalent to applying the <keycode>Ctrl + *</keycode> shortcut to the given range." +msgstr "" + #. 66iAb #: sf_calc.xhp msgctxt "" @@ -4392,6 +4491,42 @@ msgctxt "" msgid "A <literal>com.sun.star.Table.XCellRange</literal> UNO object" msgstr "" +#. DFirg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id961592315565332\n" +"help.text" +msgid "XSheetCellCursor" +msgstr "" + +#. nAD2d +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id501592315567199\n" +"help.text" +msgid "Yes" +msgstr "" + +#. yNxZn +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id411592315560025\n" +"help.text" +msgid "RangeName As String" +msgstr "" + +#. UydnH +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id41592315565185\n" +"help.text" +msgid "A <literal>com.sun.star.sheet.XSheetCellCursor</literal> UNO object. After moving the cursor, the resulting range address can be accessed through the <literal>AbsoluteName</literal> UNO property of the cursor object, which returns a string value that can be used as argument for properties and methods of the Calc service." +msgstr "" + #. QbTFX #: sf_calc.xhp msgctxt "" @@ -4410,22 +4545,22 @@ msgctxt "" msgid "SheetName As String" msgstr "" -#. tuukL +#. 8eX6C #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" -"par_id41592315565185\n" +"par_id41592315560095\n" "help.text" msgid "A <literal>com.sun.star.sheet.XSpreadsheet</literal> UNO object" msgstr "" -#. SE2Yn +#. r9Fpc #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id321611613059105\n" "help.text" -msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects." +msgid "Visit LibreOffice API Documentation's website to learn more about <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XCellRange.html\" name=\"XCellRange API\">XCellRange</link>, <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSheetCellCursor.html\" name=\"XSheetCellCursor API\">XSheetCellCursor</link> and <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1sheet_1_1XSpreadsheet.html\" name=\"XSpreadsheet API\">XSpreadsheet</link> UNO objects." msgstr "" #. V5dF8 @@ -4446,13 +4581,76 @@ msgctxt "" msgid "List of Methods in the Calc Service" msgstr "" -#. gaPo3 +#. Dis6i +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id93158919969228\n" +"help.text" +msgid "Returns a range address as a string based on sheet coordinates, i.e. row and column numbers." +msgstr "" + +#. 4TBiF +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id21635434153216\n" +"help.text" +msgid "If only a pair of coordinates is given, then an address to a single cell is returned. Additional arguments can specify the bottom-right cell of a rectangular range." +msgstr "" + +#. 2BuFG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id821591631203080\n" +"help.text" +msgid "<emph>row1, column1</emph>: Specify the row and column numbers of the top-left cell in the range to be considered. Row and column numbers start at 1." +msgstr "" + +#. i7N7S +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id821591631203212\n" +"help.text" +msgid "<emph>row2, column2</emph>: Specify the row and column numbers of the bottom-right cell in the range to be considered. If these arguments are not provided, or if values smaller than <literal>row1</literal> and <literal>column1</literal> are given, then the address of the single cell range represented by <literal>row1</literal> and <literal>column1</literal> is returned." +msgstr "" + +#. Egj6k +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id821591631203336\n" +"help.text" +msgid "<emph>sheetname</emph>: The name of the sheet to be appended to the returned range address. The sheet must exist. The default value is \"~\" corresponding to the currently active sheet." +msgstr "" + +#. idfEg +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id131611616623705\n" +"help.text" +msgid "The examples below in Basic and Python consider that \"Sheet1\" is the currently active sheet." +msgstr "" + +#. eXJNG +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id501611617808112\n" +"help.text" +msgid "The method <literal>A1Style</literal> can be combined with any of the many properties and methods of the Calc service that require a range as argument, such as <literal>GetValue</literal>, <literal>GetFormula</literal>, <literal>ClearAll</literal>, etc." +msgstr "" + +#. Hfeug #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id93158919969864\n" "help.text" -msgid "If the argument <literal>SheetName</literal> is provided, the given sheet is activated and it becomes the currently selected sheet. If the argument is absent, then the document window is activated." +msgid "If the argument <literal>sheetname</literal> is provided, the given sheet is activated and it becomes the currently selected sheet. If the argument is absent, then the document window is activated." msgstr "" #. EhMzz @@ -4482,6 +4680,78 @@ msgctxt "" msgid "Activating a sheet makes sense only if it is performed on a Calc document. To make sure you have a Calc document at hand you can use the <literal>isCalc</literal> property of the document object, which returns <literal>True</literal> if it is a Calc document and <literal>False</literal> otherwise." msgstr "" +#. 2EffV +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id93158919969856\n" +"help.text" +msgid "Returns either the list with the names of all chart objects in a given sheet or a single chart service instance." +msgstr "" + +#. sBNho +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id371635438503202\n" +"help.text" +msgid "If only <literal>sheetname</literal> is specified, an zero-based array of strings containing the names of all charts is returned." +msgstr "" + +#. pGvVW +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id371635438509045\n" +"help.text" +msgid "If a <literal>chartname</literal> is provided, than a single object corresponding to the desired chart is returned. The specified chart must exist." +msgstr "" + +#. T2e3d +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id821591631205026\n" +"help.text" +msgid "<emph>sheetname</emph>: The name of the sheet from which the list of charts is to be retrieved or where the specified chart is located." +msgstr "" + +#. Dhape +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id821591631203566\n" +"help.text" +msgid "<emph>chartname</emph>: The user-defined name of the chart object to be returned. If the chart does not have a user-defined name, then the internal object name can be used. If this argument is absent, then the list of chart names in the specified sheet is returned." +msgstr "" + +#. Bdgw9 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id431635438771588\n" +"help.text" +msgid "Use the <menuitem>Navigator</menuitem> sidebar to check the names assigned to charts under the <menuitem>OLE objects</menuitem> category." +msgstr "" + +#. zbX9R +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id41635439328174\n" +"help.text" +msgid "The example below shows the number of chart objects in \"Sheet1\"." +msgstr "" + +#. gsLHX +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id571635439417400\n" +"help.text" +msgid "The following example accesses the chart named \"MyChart\" in \"Sheet1\" and prints its type." +msgstr "" + #. auJdC #: sf_calc.xhp msgctxt "" @@ -4851,6 +5121,78 @@ msgctxt "" msgid "Copy from one file to another:" msgstr "" +#. L3GHp +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id1615929033642\n" +"help.text" +msgid "Creates a new chart object showing the data in the specified range. The returned chart object can be further manipulated using the <literal>Chart</literal> service." +msgstr "" + +#. 2YZ5H +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id841592903121025\n" +"help.text" +msgid "<emph>chartname:</emph> The user-defined name of the chart to be created. The name must be unique in the same sheet." +msgstr "" + +#. BBtB3 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id5515929031213680\n" +"help.text" +msgid "<emph>sheetname:</emph> The name of the sheet where the chart will be placed." +msgstr "" + +#. GEiCb +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id5515929031211522\n" +"help.text" +msgid "<emph>range:</emph> The range to be used as the data source for the chart. The range may refer to any sheet of the Calc document." +msgstr "" + +#. L3dSo +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id5515929031216390\n" +"help.text" +msgid "<emph>columnheader:</emph> When <literal>True</literal>, the topmost row of the range is used as labels for the category axis or the legend (Default = <literal>False</literal>)." +msgstr "" + +#. iyq5m +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id5515929031211633\n" +"help.text" +msgid "<emph>rowheader:</emph> When <literal>True</literal>, the leftmost column of the range is used as labels for the category axis or the legend. (Default = <literal>False</literal>)." +msgstr "" + +#. CKzBZ +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id61635441176547\n" +"help.text" +msgid "The examples below in Basic and Python create a chart using the data contained in the range \"A1:B5\" of \"Sheet1\" and place the chart in \"Sheet2\"." +msgstr "" + +#. uBCvA +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id231635441342180\n" +"help.text" +msgid "Refer to the help page about ScriptForge's <link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\">Chart service</link> to learn more how to further manipulate chart objects. It is possible to change properties as the chart type, chart and axes titles and chart position." +msgstr "" + #. so8uw #: sf_calc.xhp msgctxt "" @@ -5436,6 +5778,51 @@ msgctxt "" msgid "'SheetX.$C$3:$H$7 (A1 offset by two rows and columns with width of 5 rows and 6 columns)" msgstr "" +#. bNqfB +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id156589200121138\n" +"help.text" +msgid "This method sends the content of the given sheet to a default printer or a printer defined by the <literal>SetPrinter()</literal> method of the <literal>Document</literal> Service." +msgstr "" + +#. BaDL9 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id981611169416934\n" +"help.text" +msgid "Returns <literal>True</literal> if the sheet was successfully printed." +msgstr "" + +#. CnNEC +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id368519200121646\n" +"help.text" +msgid "<emph>sheetname</emph>: The sheet to print, default is the active sheet." +msgstr "" + +#. xk3k3 +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id211635436910093\n" +"help.text" +msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." +msgstr "" + +#. i2Rtx +#: sf_calc.xhp +msgctxt "" +"sf_calc.xhp\n" +"par_id141635436912146\n" +"help.text" +msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgstr "" + #. C8abL #: sf_calc.xhp msgctxt "" @@ -5868,6 +6255,699 @@ msgctxt "" msgid "'Sort range based on columns A (ascending) and C (descending)" msgstr "" +#. rGNeZ +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge.Chart service" +msgstr "" + +#. UFBLD +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"bm_id681600788076499\n" +"help.text" +msgid "<variable id=\"ChartService\"><link href=\"text/sbasic/shared/03/sf_chart.xhp\" name=\"Chart service\"><literal>ScriptForge</literal>.<literal>Chart</literal> service</link></variable>" +msgstr "" + +#. nPHDK +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id181600788076612\n" +"help.text" +msgid "The <literal>Chart</literal> service provides a set of properties and methods to handle charts in Calc documents. With this service it is possible to:" +msgstr "" + +#. uEEEZ +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id301600788076785\n" +"help.text" +msgid "Access chart objects in Calc documents and manipulate their properties." +msgstr "" + +#. rzioM +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id1001600788076848\n" +"help.text" +msgid "Create and insert new charts into a Calc document." +msgstr "" + +#. grjQS +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id67160078807676\n" +"help.text" +msgid "Export charts as image files." +msgstr "" + +#. mZuuF +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"hd_id331635273472588\n" +"help.text" +msgid "Chart names" +msgstr "" + +#. QPAjE +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id251635273489315\n" +"help.text" +msgid "Charts may have two different names:" +msgstr "" + +#. GdHpK +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id41635273536840\n" +"help.text" +msgid "An <emph>internal name</emph> given by %PRODUCTNAME as soon as the chart object is created (usually \"Object 1\", \"Object 2\" and so on)." +msgstr "" + +#. 3zCYQ +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id641635273537122\n" +"help.text" +msgid "A <emph>user-defined name</emph>, which can be defined by right-clicking the chart and choosing <menuitem>Name</menuitem> in the context menu." +msgstr "" + +#. 6CV3D +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id191635273980553\n" +"help.text" +msgid "The <literal>Chart</literal> service primarily uses the user-defined name to access a chart object. If it does not exist, than the internal name is used." +msgstr "" + +#. yYSdL +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"hd_id281600788076359\n" +"help.text" +msgid "Service invocation" +msgstr "" + +#. LvW6m +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id321614902851541\n" +"help.text" +msgid "The <literal>Chart</literal> service is instantiated from a <literal>Calc</literal> service instance either using the <literal>Charts</literal> or <literal>CreateChart</literal> methods." +msgstr "" + +#. QtZnt +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id531635274285114\n" +"help.text" +msgid "The example below creates a <literal>Chart</literal> service instance from an existing chart in the current Calc document:" +msgstr "" + +#. Cqd8G +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id851635274721129\n" +"help.text" +msgid "The following example instantiate the <literal>Chart</literal> service by creating a new chart object based on the data contained in the range \"Sheet1.A1:C10\"." +msgstr "" + +#. BZ2EU +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id881635275036852\n" +"help.text" +msgid "Read the <link href=\"text/sbasic/shared/03/sf_calc.xhp#CreateChart\" name=\"CreateChart_link\">CreateChart</link> method description to learn more about its arguments." +msgstr "" + +#. gjYRg +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id131635275172617\n" +"help.text" +msgid "The examples above can be written in Python as follows:" +msgstr "" + +#. QxXb9 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"hd_id711600788076834\n" +"help.text" +msgid "Properties" +msgstr "" + +#. z42Tx +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id461600788076917\n" +"help.text" +msgid "Name" +msgstr "" + +#. 5RCfg +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id221600788076591\n" +"help.text" +msgid "Readonly" +msgstr "" + +#. 5Ckhe +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id761600788076328\n" +"help.text" +msgid "Type" +msgstr "" + +#. EJsLr +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id67160078807636\n" +"help.text" +msgid "Description" +msgstr "" + +#. 5yKq5 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id311600788076756\n" +"help.text" +msgid "No" +msgstr "" + +#. BURxX +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id441600788076826\n" +"help.text" +msgid "Specifies the chart type as a string that can assume one of the following values: \"Pie\", \"Bar\", \"Donut\", \"Column\", \"Area\", \"Line\", \"XY\", \"Bubble\", \"Net\"." +msgstr "" + +#. MEEhi +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id49160078807654\n" +"help.text" +msgid "No" +msgstr "" + +#. qaDDb +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id81600788076419\n" +"help.text" +msgid "When <literal>True</literal> indicates that the chart is three-dimensional and each series is arranged in the z-direction." +msgstr "" + +#. YkDSU +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id471635276257118\n" +"help.text" +msgid "When <literal>False</literal> series are arranged considering only two dimensions." +msgstr "" + +#. qEBab +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id711600788076534\n" +"help.text" +msgid "No" +msgstr "" + +#. gk8ns +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id541600788076645\n" +"help.text" +msgid "Specifies if the chart is displayed with 3D elements. If the value is a string, it must be either \"Bar\", \"Cylinder\", \"Cone\" or \"Pyramid\"." +msgstr "" + +#. aT4GF +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id541600788076141\n" +"help.text" +msgid "If the boolean <literal>True</literal> value is specified, than the chart is displayed using 3D bars." +msgstr "" + +#. vDs4z +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id891600788076190\n" +"help.text" +msgid "No" +msgstr "" + +#. m224E +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id91600788076674\n" +"help.text" +msgid "Specifies how much pie segments are offset from the chart center as a percentage of the radius. Applicable to pie and donut charts only." +msgstr "" + +#. hbjwH +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id561633021747903\n" +"help.text" +msgid "No" +msgstr "" + +#. FVExu +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id201633021748455\n" +"help.text" +msgid "Boolean" +msgstr "" + +#. AaBHr +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id831633021749007\n" +"help.text" +msgid "When <literal>True</literal>, specifies a filled net chart. Applicable to net charts only." +msgstr "" + +#. xgCB2 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id391600788076253\n" +"help.text" +msgid "No" +msgstr "" + +#. 8YDHE +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id21600788076541\n" +"help.text" +msgid "Specifies whether or not the chart has a legend." +msgstr "" + +#. BNBDQ +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id211600788076138\n" +"help.text" +msgid "No" +msgstr "" + +#. MLPCx +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id521600788076371\n" +"help.text" +msgid "When <literal>True</literal>, chart series are stacked and each category sums up to 100%. Applicable to Area, Bar, Bubble, Column and Net charts." +msgstr "" + +#. yGCZ7 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id21600788076758\n" +"help.text" +msgid "No" +msgstr "" + +#. Gbsst +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id781600788076694\n" +"help.text" +msgid "When <literal>True</literal>, chart series are stacked. Applicable to Area, Bar, Bubble, Column and Net charts." +msgstr "" + +#. 9Dnwe +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id261600788076841\n" +"help.text" +msgid "No" +msgstr "" + +#. VwMyU +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id11600788076757\n" +"help.text" +msgid "Specifies the main title of the chart." +msgstr "" + +#. FGSKV +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id531600789141795\n" +"help.text" +msgid "No" +msgstr "" + +#. eH3Ag +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id301600789141619\n" +"help.text" +msgid "Specifies the title of the X axis." +msgstr "" + +#. mmRtZ +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id541600789286532\n" +"help.text" +msgid "No" +msgstr "" + +#. scox2 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id701600789286280\n" +"help.text" +msgid "Specifies the title of the Y axis." +msgstr "" + +#. CRLf5 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id941608709527698\n" +"help.text" +msgid "Yes" +msgstr "" + +#. YCRTC +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id100100678952791\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. cDJES +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id661300789527859\n" +"help.text" +msgid "Returns the object representing the chart, which is an instance of the <link href=\"https://docs.libreoffice.org/sc/html/classScChartObj.html\" name=\"ScChartObj\"><literal>ScChartObj</literal></link> class." +msgstr "" + +#. kDUCf +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id941600789527698\n" +"help.text" +msgid "Yes" +msgstr "" + +#. LAgXE +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id100160078952791\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. yRYAq +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id631600789527859\n" +"help.text" +msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1chart_1_1XDiagram.html\" name=\"XDiagram\"><literal>com.sun.star.chart.XDiagram</literal></link> object representing the diagram of the chart." +msgstr "" + +#. CAXYe +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id941600789527099\n" +"help.text" +msgid "Yes" +msgstr "" + +#. yh7k9 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id100160078953251\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. FpeAy +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id631600789522587\n" +"help.text" +msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1drawing_1_1XShape.html\" name=\"XShape\"><literal>com.sun.star.drawing.XShape</literal></link> object representing the shape of the chart." +msgstr "" + +#. DdVs9 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id941600789527208\n" +"help.text" +msgid "Yes" +msgstr "" + +#. winTd +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id100160078952007\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. 5GESc +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id631600789527364\n" +"help.text" +msgid "Returns the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1table_1_1XTableChart.html\" name=\"XTableChart\"><literal>com.sun.star.table.XTableChart</literal></link> object representing the data being displayed in the chart." +msgstr "" + +#. A278T +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"hd_id581635335807782\n" +"help.text" +msgid "Creating a chart" +msgstr "" + +#. EK2E7 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id231635335826090\n" +"help.text" +msgid "Consider the following data in the range \"A1:B6\" of a sheet named \"Report\"." +msgstr "" + +#. ZSw7Y +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id911635336313498\n" +"help.text" +msgid "The examples below in Basic and Python show how to create a line chart from this data with legends." +msgstr "" + +#. whbDd +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id931635338174647\n" +"help.text" +msgid "The chart does not need to be created in the same sheet where the data is located. It can be created in any existing sheet in the current file by specifying the sheet name in the second argument of the <literal>CreateChart</literal> method." +msgstr "" + +#. RtuMk +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"hd_id501582887473754\n" +"help.text" +msgid "Methods" +msgstr "" + +#. mNZFS +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id891611613601554\n" +"help.text" +msgid "List of Methods in the Chart Service" +msgstr "" + +#. WfVxL +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id93158919969864\n" +"help.text" +msgid "Saves the chart as an image file in a specified location. Returns <literal>True</literal> if the image file could be successfully created." +msgstr "" + +#. SAtUt +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631203996\n" +"help.text" +msgid "<emph>filename</emph>: Identifies the path and file name where the image will be saved. It must follow the notation defined in <literal>SF_FileSystem.FileNaming</literal>." +msgstr "" + +#. 2YEEE +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631203116\n" +"help.text" +msgid "<emph>imagetype</emph>: The name of the image type to be created. The following values are accepted: \"gif\", \"jpeg\", \"png\" (default), \"svg\" and \"tiff\"." +msgstr "" + +#. XRASx +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631203133\n" +"help.text" +msgid "<emph>overwrite</emph>: Specifies if the destination file can be overwritten (Default = <literal>False</literal>)." +msgstr "" + +#. MCGBa +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id93158919969165\n" +"help.text" +msgid "Changes the position of the chart in the current sheet and modifies its width and height. Returns <literal>True</literal> if resizing was successful." +msgstr "" + +#. aMKE5 +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631200626\n" +"help.text" +msgid "<emph>xpos, ypos:</emph> Specify the new X and Y positions of the chart. If any of these values are omitted or if negative values are provided, the corresponding positions are left unchanged." +msgstr "" + +#. qvsYR +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631204288\n" +"help.text" +msgid "<emph>width:</emph> Specify the new width of the chart. If this argument is omitted or if a negative value is provided, the chart width is left unchanged." +msgstr "" + +#. nGioo +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id821591631203208\n" +"help.text" +msgid "<emph>height:</emph> Specify the new height of the chart. If this argument is omitted or if a negative value is provided, the chart height is left unchanged." +msgstr "" + +#. EyY7j +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"par_id301635340527472\n" +"help.text" +msgid "All arguments are provided as integer values that correspond to 1/100 of a millimeter." +msgstr "" + +#. h7zov +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"bas_id431635340711712\n" +"help.text" +msgid "' Changes only X and Y position" +msgstr "" + +#. VHc2V +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"bas_id241635340728398\n" +"help.text" +msgid "' Changes only the chart width and height" +msgstr "" + +#. BEAYa +#: sf_chart.xhp +msgctxt "" +"sf_chart.xhp\n" +"bas_id201635340749006\n" +"help.text" +msgid "' Keyword arguments are supported" +msgstr "" + #. zNFY6 #: sf_database.xhp msgctxt "" @@ -10224,6 +11304,42 @@ msgctxt "" msgid "<emph>saveask</emph> : If <literal>True</literal> (default), the user is invited to confirm if the changes should be written on disk. This argument is ignored if the document was not modified." msgstr "" +#. wvxcZ +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id156589200121138\n" +"help.text" +msgid "This method sends the content of the document to a default printer or a printer defined by the <literal>SetPrinter</literal> method." +msgstr "" + +#. CJxTR +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id981611169416934\n" +"help.text" +msgid "Returns <literal>True</literal> if the document was successfully printed." +msgstr "" + +#. uQMeV +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id211635436910093\n" +"help.text" +msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default is all pages." +msgstr "" + +#. eD7LB +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id141635436912146\n" +"help.text" +msgid "<emph>copies</emph><emph/>: The number of copies. Default is 1." +msgstr "" + #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -10458,6 +11574,51 @@ msgctxt "" msgid "<emph>filteroptions</emph> (*): An optional string of options associated with the filter." msgstr "" +#. 96EBt +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id911298505147502\n" +"help.text" +msgid "Defines the printer options for the document." +msgstr "" + +#. zoaQX +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id381651114800685\n" +"help.text" +msgid "Returns <literal>True</literal> when successful." +msgstr "" + +#. hGfVh +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id301589205741697\n" +"help.text" +msgid "<emph>printer</emph>: The name of the printer queue where to print to. When absent, the default printer is set." +msgstr "" + +#. mRrfG +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id851985205147348\n" +"help.text" +msgid "<emph>orientation</emph>: Either <literal>PORTRAIT</literal> or <literal>LANDSCAPE</literal>. When absent, left unchanged with respect to the printer settings." +msgstr "" + +#. H2EDf +#: sf_document.xhp +msgctxt "" +"sf_document.xhp\n" +"par_id821985205147330\n" +"help.text" +msgid "<emph>paperformat</emph>: One of the following string values <literal>A3</literal>, <literal>A4</literal>, <literal>A5</literal>, <literal>LETTER</literal>, <literal>LEGAL</literal>, <literal>TABLOID</literal>. Left unchanged when absent." +msgstr "" + #. WCH7E #: sf_exception.xhp msgctxt "" @@ -18009,13 +19170,13 @@ msgctxt "" msgid "method: The Python function." msgstr "" -#. dWbiV +#. ByFdE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id711582818023247\n" "help.text" -msgid "<emph>args</emph>: The arguments to be passed to the called script.." +msgid "<emph>args</emph>: The arguments to be passed to the called script." msgstr "" #. ckvXs @@ -22563,13 +23724,13 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms in the document and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\"." msgstr "" -#. R9FHe +#. S5MwC #: sf_writer.xhp msgctxt "" "sf_writer.xhp\n" "par_id31592919577984\n" "help.text" -msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the SetPrinter() method. Returns <literal>True</literal> when successful." +msgid "Send the content of the document to the printer. The printer might be defined previously by default, by the user or by the <link href=\"text/sbasic/03/sf_document.xhp#SetPrinter\" name=\"SetPrinter method\"><literal>SetPrinter()</literal></link> method of the <link href=\"text/sbasic/03/sf_document.xhp\" name=\"Document service\">Document</link> service. Returns <literal>True</literal> when successful." msgstr "" #. CKDb5 @@ -22580,3 +23741,57 @@ msgctxt "" "help.text" msgid "<emph>pages</emph>: The pages to print as a string, like in the user interface. Example: \"1-4;10;15-18\". Default = all pages" msgstr "" + +#. mYCkV +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id221636020923278\n" +"help.text" +msgid "<emph>copies</emph>: The number of copies, default is 1." +msgstr "" + +#. aFEAa +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id121636020926764\n" +"help.text" +msgid "<emph>printbackground</emph>: Prints the background image when <literal>True</literal> (default)." +msgstr "" + +#. D4krC +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id261636020927276\n" +"help.text" +msgid "<emph>printblankpages</emph>: When <literal>False</literal> (default), omits empty pages." +msgstr "" + +#. LFSzm +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id021636020927484\n" +"help.text" +msgid "<emph>printevenpages</emph>: Prints even pages when <literal>True</literal> (default)." +msgstr "" + +#. iewN5 +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id391636020927676\n" +"help.text" +msgid "<emph>printoddpages</emph>: Print odd pages when <literal>True</literal> (default)." +msgstr "" + +#. 4mYCT +#: sf_writer.xhp +msgctxt "" +"sf_writer.xhp\n" +"par_id121636021103996\n" +"help.text" +msgid "<emph>printimages</emph>: Print graphic objects when <literal>True</literal> (default)." +msgstr "" diff --git a/source/fr/helpcontent2/source/text/scalc.po b/source/fr/helpcontent2/source/text/scalc.po index 07c19dca854..8bfb05e0047 100644 --- a/source/fr/helpcontent2/source/text/scalc.po +++ b/source/fr/helpcontent2/source/text/scalc.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:48+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/fr/>\n" "Language: fr\n" @@ -250,6 +250,24 @@ msgctxt "" msgid "Display the cell formula expression instead of the calculated result." msgstr "Affiche la formule dans la cellule au lieu de son résultat." +#. N4CPL +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"hd_id241636195404363\n" +"help.text" +msgid "Comments" +msgstr "" + +#. oPaHx +#: main0103.xhp +msgctxt "" +"main0103.xhp\n" +"par_id101636195413295\n" +"help.text" +msgid "Display the <link href=\"text/shared/01/04050000.xhp\" name=\"linkname\">cell comments</link> for the current spreadsheet document." +msgstr "" + #. 95G2n #: main0103.xhp msgctxt "" @@ -752,7 +770,7 @@ msgctxt "" "par_id3148798\n" "help.text" msgid "This submenu lists the toolbars that are available in spreadsheets. This overview describes the default toolbar configuration for %PRODUCTNAME." -msgstr "" +msgstr "Ce sous-menu liste les barres d'outils qui sont disponibles dans les classeurs. Cet aperçu décrit la configuration par défaut des barres d'outils pour %PRODUCTNAME." #. XUCUB #: main0202.xhp diff --git a/source/fr/helpcontent2/source/text/scalc/01.po b/source/fr/helpcontent2/source/text/scalc/01.po index 1ab5f738252..cc9ff163207 100644 --- a/source/fr/helpcontent2/source/text/scalc/01.po +++ b/source/fr/helpcontent2/source/text/scalc/01.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-29 13:13+0200\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" "PO-Revision-Date: 2021-08-30 13:39+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fr/>\n" @@ -14218,123 +14218,6 @@ msgctxt "" msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0." msgstr "<item type=\"input\">=SINH(0)</item> renvoie 0, le sinus hyperbolique de 0." -#. ZJoMM -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"bm_id3163596\n" -"help.text" -msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>" -msgstr "<bookmark_value>SOMME, fonction</bookmark_value><bookmark_value>Additions;nombre dans des plages de cellules</bookmark_value>" - -#. CRMPi -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"hd_id3163596\n" -"help.text" -msgid "<variable id=\"sum_head\"><link href=\"text/scalc/01/04060106.xhp#Section16\">SUM</link></variable>" -msgstr "<variable id=\"sum_head\"><link href=\"text/scalc/01/04060106.xhp#Section16\">SOMME</link></variable>" - -#. 924XA -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163625\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds a set of numbers.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_SUMME\">Ajoute un ensemble de nombres.</ahelp>" - -#. NavGZ -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163656\n" -"help.text" -msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)" -msgstr "SOMME(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)" - -#. VRBzD -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3163704\n" -"help.text" -msgid "If you enter the numbers <item type=\"input\">2</item>; <item type=\"input\">3 </item>and <item type=\"input\">4</item> in the Number 1; 2 and 3 text boxes, 9 will be returned as the result." -msgstr "Si vous saisissez les nombres <item type=\"input\">2</item> ; <item type=\"input\">3</item> et <item type=\"input\">4</item> dans la zone de texte nombre 1 ; 2 et 3, 9 sera le résultat renvoyé." - -#. LV9X4 -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151740\n" -"help.text" -msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells. <item type=\"input\">=SUM (A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range." -msgstr "<item type=\"input\">=SOMME(A1;A3;B5)</item> calcule la somme des trois cellules. <item type=\"input\">=SOMME(A1:E10)</item> calcule la somme de toutes les cellules de la plage A1 à E10." - -#. egTDz -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151756\n" -"help.text" -msgid "Conditions linked by AND can be used with the function SUM() in the following manner:" -msgstr "Avec la fonction SOMME(), vous pouvez utiliser des conditions reliées par ET de la manière suivante :" - -#. gxrst -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151774\n" -"help.text" -msgid "Example assumption: You have entered invoices into a table. Column A contains the date value of the invoice, column B the amounts. You want to find a formula that you can use to return the total of all amounts only for a specific month, e.g. only the amount for the period >=2008-01-01 to <2008-02-01. The range with the date values covers A1:A40, the range containing the amounts to be totaled is B1:B40. C1 contains the start date, 2008<item type=\"input\">-01-01</item>, of the invoices to be included and C2 the date, 2008<item type=\"input\">-02-01</item>, that is no longer included." -msgstr "Par exemple : vous avez saisi des factures dans une table. La colonne A contient la valeur de date de la facture, la colonne B contient le montant. Vous souhaitez trouver une formule que vous pourrez utiliser pour renvoyer le total des montants uniquement pour un mois spécifique, p.e. seul le montant pour la période >=01-01-2008 au <01-02-2008. La plage des valeurs de date est A1:A40, la plage contenant les montants devant être totalisés est B1:B40. C1 contient la date de départ, <item type=\"input\">01-01-</item>2008, des factures qui doivent être incluses et C2 la date, <item type=\"input\">01-02-</item>2008, qui n'est plus incluse." - -#. drXLF -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151799\n" -"help.text" -msgid "Enter the following formula as an array formula:" -msgstr "Saisissez la formule de matrice suivante :" - -#. jsmcN -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151813\n" -"help.text" -msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>" -msgstr "<item type=\"input\">=SOMME((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>" - -#. dXDTq -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151828\n" -"help.text" -msgid "In order to enter this as an array formula, you must press the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+ Ctrl</defaultinline></switchinline>+ Enter keys instead of simply pressing the Enter key to close the formula. The formula will then be shown in the <emph>Formula</emph> bar enclosed in braces." -msgstr "Pour que la formule soit bien interprétée comme une formule de matrice, vous devez la saisir en appuyant sur les touches Maj<switchinline select=\"sys\"><caseinline select=\"MAC\">+Commande</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Entrée, et non simplement en appuyant sur la touche Entrée. La formule s'affiche alors entre accolades dans la barre de <emph>formule</emph>." - -#. JfJap -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151869\n" -"help.text" -msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}" -msgstr "{=SOMME((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}" - -#. 6TW2s -#: 04060106.xhp -msgctxt "" -"04060106.xhp\n" -"par_id3151884\n" -"help.text" -msgid "The formula is based on the fact that the result of a comparison is 1 if the criterion is met and 0 if it is not met. The individual comparison results will be treated as an array and used in matrix multiplication, and at the end the individual values will be totaled to give the result matrix." -msgstr "La formule est basée sur le fait que le résultat d'une comparaison est 1 si le critère est rencontré et 0 s'il ne l'est pas. Les résultats de la comparaison individuelle seront traités comme une matrice et utilisés dans la multiplication matricielle et, à la fin, les valeurs individuelles seront totalisées pour donner la matrice de résultat." - #. LAWCJ #: 04060106.xhp msgctxt "" @@ -14974,13 +14857,13 @@ msgctxt "" msgid "<ahelp hid=\".\">Converts to euros a currency value expressed in one of the legacy currencies of 19 member states of the European Union, and vice versa.</ahelp> The conversion uses the fixed exchange rates at which the legacy currencies entered the euro." msgstr "" -#. ikuav +#. de7Xa #: 04060106.xhp msgctxt "" "04060106.xhp\n" "par_id581631900947319\n" "help.text" -msgid "We recommend using the more flexible EUROCONVERT function for converting between these currencies. For converting between many different units of measure, use the CONVERT function." +msgid "We recommend using the more flexible EUROCONVERT function for converting between these currencies. CONVERT_OOO is not a standardized function and is not portable." msgstr "" #. ETLYS @@ -18664,14 +18547,14 @@ msgctxt "" msgid "COLUMN" msgstr "COLONNE" -#. zfPUZ +#. yYn3d #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3149711\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined." -msgstr "<ahelp hid=\"HID_FUNC_SPALTE\">Renvoie le numéro de colonne d'une référence à une cellule.</ahelp> Si la référence est une cellule, le numéro de colonne de la cellule est renvoyé. Si le paramètre est une zone de cellule, les numéros de colonne correspondants sont renvoyés dans une <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"matrice\">matrice</link> à ligne unique si la formule est saisie <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"en tant que formule de matrice\">en tant que formule de matrice</link>. Si la fonction COLONNE n'est pas utilisée avec un paramètre de référence de zone pour une formule de matrice, seul le numéro de colonne de la première cellule de la zone est déterminé." +msgid "<ahelp hid=\"HID_FUNC_SPALTE\">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"array\">array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\" name=\"as an array formula\">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined." +msgstr "" #. poCRX #: 04060109.xhp @@ -19717,14 +19600,14 @@ msgctxt "" msgid "ROW" msgstr "LIGNE" -#. 2EuNc +#. cmzD6 #: 04060109.xhp msgctxt "" "04060109.xhp\n" "par_id3154564\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned." -msgstr "<ahelp hid=\"HID_FUNC_ZEILE\">Renvoie le numéro de ligne d'une référence à une cellule.</ahelp> Si la référence est une cellule, le numéro de ligne de la cellule est renvoyé. Si la référence est une plage de cellules, les numéros de ligne correspondants sont renvoyés dans une <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"matrice\">matrice</link> à colonne unique si la formule est saisie <link href=\"text/scalc/01/04060107.xhp#somatrixformel\" name=\"en tant que formule de matrice\">en tant que formule de matrice</link>. Si la fonction LIGNE contenant une référence à une plage n'est pas utilisée dans une formule de matrice, seul le numéro de ligne de la première cellule de la plage est renvoyé." +msgid "<ahelp hid=\"HID_FUNC_ZEILE\">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href=\"text/scalc/01/04060107.xhp#wasmatrix\" name=\"Array\">Array</link> if the formula is entered <link href=\"text/scalc/01/04060107.xhp#creating_array_formulas\" name=\"as an array formula\">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned." +msgstr "" #. 97EEE #: 04060109.xhp @@ -65023,6 +64906,96 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04060185.xhp#skew\">SKEW</link>" msgstr "<link href=\"text/scalc/01/04060185.xhp#skew\">COEFFICIENTASYMETRIEP</link>" +#. mEZBk +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"tit\n" +"help.text" +msgid "SUM Function" +msgstr "" + +#. fLyVA +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"id431636401649762\n" +"help.text" +msgid "<bookmark_value>SUM function</bookmark_value> <bookmark_value>adding;numbers in cell ranges</bookmark_value>" +msgstr "" + +#. AE4pM +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"hd_id121636398275790\n" +"help.text" +msgid "<variable id=\"sum_head\"><link href=\"text/scalc/01/func_sum.xhp\" name=\"function SUM\">SUM</link></variable>" +msgstr "" + +#. c32xJ +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id491636401806866\n" +"help.text" +msgid "<variable id=\"func_sum_desc\"><ahelp hid=\".\">Adds a set of numbers.</ahelp></variable>" +msgstr "" + +#. vfwu7 +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id3163656\n" +"help.text" +msgid "SUM(<embedvar href=\"text/scalc/01/ful_func.xhp#number255_1\" markup=\"keep\"/>)" +msgstr "" + +#. h8z3Q +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id3163704\n" +"help.text" +msgid "<input>=SUM(2;3;4)</input> returns 9." +msgstr "" + +#. 6ohPR +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id3151740\n" +"help.text" +msgid "<item type=\"input\">=SUM(A1;A3;B5)</item> calculates the sum of the three cells." +msgstr "" + +#. FbQ6a +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id931636109030406\n" +"help.text" +msgid "<item type=\"input\">=SUM(A1:E10)</item> calculates the sum of all cells in the A1 to E10 cell range." +msgstr "" + +#. y22jE +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id3151756\n" +"help.text" +msgid "A formula such as <input>=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</input> may be entered as an <link href=\"text/scalc/01/04060107.html#hd_id3148474\" name=\"ARRAY_FORMULA\">array formula</link> by pressing the Shift<switchinline select=\"sys\"><caseinline select=\"MAC\">+Command</caseinline><defaultinline>+Ctrl</defaultinline></switchinline>+Enter keys instead of simply pressing the Enter key to finish entering the formula. The formula will then be shown in the Formula bar enclosed in braces and operates by multiplying corresponding elements of the arrays together and returning their sum." +msgstr "" + +#. FWxB2 +#: func_sum.xhp +msgctxt "" +"func_sum.xhp\n" +"par_id661636108218550\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/SUM\" name=\"SUM_Wiki\">SUM</link> wiki page for more details about this function." +msgstr "" + #. DfceH #: func_sumifs.xhp msgctxt "" @@ -67345,13 +67318,13 @@ msgctxt "" msgid "Menu <menuitem>Data – Streams...</menuitem>" msgstr "" -#. JT47J +#. d7ira #: live_data_stream.xhp msgctxt "" "live_data_stream.xhp\n" "par_id921633126951835\n" "help.text" -msgid "This is an experimental feature and is disabled by default. To enable it, go to <menuitem>Tools - Options - Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>." +msgid "This is an experimental feature and is disabled by default. To enable it, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME – Advanced</menuitem> and check the option <emph>Enable experimental features (may be unstable)</emph>." msgstr "" #. k7H5Y diff --git a/source/fr/helpcontent2/source/text/scalc/guide.po b/source/fr/helpcontent2/source/text/scalc/guide.po index e564c4b9d3b..58d063d6f10 100644 --- a/source/fr/helpcontent2/source/text/scalc/guide.po +++ b/source/fr/helpcontent2/source/text/scalc/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:48+0200\n" -"PO-Revision-Date: 2021-06-04 11:14+0000\n" +"PO-Revision-Date: 2021-11-16 11:21+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1558541914.000000\n" @@ -429,7 +429,7 @@ msgctxt "" "par_id3149401\n" "help.text" msgid "Use the AutoFormat feature to quickly apply a format to a selected cell range." -msgstr "" +msgstr "La fonction AutoFormat permet de formater rapidement une plage de cellules sélectionnée." #. rA9iM #: autoformat.xhp diff --git a/source/fr/helpcontent2/source/text/sdatabase.po b/source/fr/helpcontent2/source/text/sdatabase.po index 51a6266ad80..e2a5089e976 100644 --- a/source/fr/helpcontent2/source/text/sdatabase.po +++ b/source/fr/helpcontent2/source/text/sdatabase.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-20 13:08+0200\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" "PO-Revision-Date: 2021-09-08 09:07+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/fr/>\n" @@ -9564,6 +9564,1149 @@ msgctxt "" msgid "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Wiki page about Base</link>" msgstr "<link href=\"https://wiki.documentfoundation.org/Database\" name=\"wiki.documentfoundation.org Database\">Page du wiki à propos de Base</link>" +#. rw2xT +#: menubar.xhp +msgctxt "" +"menubar.xhp\n" +"tit\n" +"help.text" +msgid "Menus" +msgstr "" + +#. 2Cnz5 +#: menubar.xhp +msgctxt "" +"menubar.xhp\n" +"par_idN10552\n" +"help.text" +msgid "<variable id=\"titletext\"><link href=\"text/sdatabase/menubar.xhp\">Menus</link></variable>" +msgstr "" + +#. xRQaH +#: menubar.xhp +msgctxt "" +"menubar.xhp\n" +"par_idN10562\n" +"help.text" +msgid "In the database window, you see a new set of menu commands for working on the current database file." +msgstr "" + +#. ELZ6P +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"tit\n" +"help.text" +msgid "Edit" +msgstr "" + +#. EeRCy +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/menuedit.xhp\">Edit</link>" +msgstr "" + +#. pGydt +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "The Edit menu of a database window." +msgstr "" + +#. 9Djqz +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Copy" +msgstr "" + +#. foKkC +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10564\n" +"help.text" +msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>" +msgstr "" + +#. rEEsQ +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Paste" +msgstr "" + +#. Go5ji +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>" +msgstr "" + +#. CU3BC +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Paste Special" +msgstr "" + +#. AxkJA +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10572\n" +"help.text" +msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>" +msgstr "" + +#. zGGGW +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "Select All" +msgstr "" + +#. sL6Wv +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105DB\n" +"help.text" +msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>" +msgstr "" + +#. LMbBp +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"hd_id3153683\n" +"help.text" +msgid "Edit" +msgstr "" + +#. MnMPd +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_id3147209\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>" +msgstr "" + +#. NCnUw +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"hd_id3145315\n" +"help.text" +msgid "Delete" +msgstr "" + +#. TmCdC +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_id3153666\n" +"help.text" +msgid "<ahelp hid=\".\">Deletes the selected table, query, form, or report.</ahelp>" +msgstr "" + +#. uuDM2 +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Rename" +msgstr "" + +#. 7W5uU +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10580\n" +"help.text" +msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>" +msgstr "" + +#. CGeTi +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "Open" +msgstr "" + +#. 7NkEK +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN1058E\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>" +msgstr "" + +#. GoDcA +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Create as View" +msgstr "" + +#. sF34n +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105A7\n" +"help.text" +msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>" +msgstr "" + +#. s7wwJ +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time." +msgstr "" + +#. 7NDGC +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105AD\n" +"help.text" +msgid "Form Wizard" +msgstr "" + +#. LZsjA +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>" +msgstr "" + +#. BUWRg +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105C2\n" +"help.text" +msgid "Report Wizard" +msgstr "" + +#. U7xE3 +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>" +msgstr "" + +#. yNkzG +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105DE\n" +"help.text" +msgid "Database" +msgstr "" + +#. EDR8A +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105E2\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" +msgstr "" + +#. wBPBE +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105E5\n" +"help.text" +msgid "Properties" +msgstr "" + +#. xrED8 +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105E9\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>" +msgstr "" + +#. CFEiW +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105EC\n" +"help.text" +msgid "Connection Type" +msgstr "" + +#. mhCAw +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105F0\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>" +msgstr "" + +#. Rwk4Y +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105F3\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. SAkPC +#: menuedit.xhp +msgctxt "" +"menuedit.xhp\n" +"par_idN105F7\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>" +msgstr "" + +#. 7BAav +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"tit\n" +"help.text" +msgid "File" +msgstr "" + +#. wm7a2 +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/menufile.xhp\">File</link>" +msgstr "" + +#. WXK3P +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "The File menu of a database window. Only entries specific to databases are listed." +msgstr "" + +#. 9qysH +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105C0\n" +"help.text" +msgid "Save" +msgstr "" + +#. qTva3 +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105C4\n" +"help.text" +msgid "Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/sdatabase/menufilesave.xhp\">Save</link> dialog." +msgstr "" + +#. FAvuD +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105D5\n" +"help.text" +msgid "Save As" +msgstr "" + +#. LDiQh +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105D9\n" +"help.text" +msgid "Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save." +msgstr "" + +#. s3muV +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105EA\n" +"help.text" +msgid "Export" +msgstr "" + +#. AXuZV +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105EE\n" +"help.text" +msgid "Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export." +msgstr "" + +#. vdU9E +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105F1\n" +"help.text" +msgid "Send" +msgstr "" + +#. GiW9D +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105F5\n" +"help.text" +msgid "Opens a submenu." +msgstr "" + +#. EAusx +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105F8\n" +"help.text" +msgid "Email Document" +msgstr "" + +#. Qxg2W +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105FC\n" +"help.text" +msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body." +msgstr "" + +#. 9WihT +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN105FF\n" +"help.text" +msgid "Report as Email" +msgstr "" + +#. XWAoV +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN10603\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" +msgstr "" + +#. 9cSVg +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN10606\n" +"help.text" +msgid "Report to Text Document" +msgstr "" + +#. SMD5C +#: menufile.xhp +msgctxt "" +"menufile.xhp\n" +"par_idN1060A\n" +"help.text" +msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" +msgstr "" + +#. AhvCD +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"tit\n" +"help.text" +msgid "Save" +msgstr "" + +#. bMiRZ +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN10547\n" +"help.text" +msgid "Save" +msgstr "" + +#. BGNgM +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN1054B\n" +"help.text" +msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." +msgstr "" + +#. CDw7n +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN10564\n" +"help.text" +msgid "Create New Directory" +msgstr "" + +#. LPGUc +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN10568\n" +"help.text" +msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>" +msgstr "" + +#. P9r94 +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN1057F\n" +"help.text" +msgid "Up One Level" +msgstr "" + +#. 3Es6N +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN10583\n" +"help.text" +msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>" +msgstr "" + +#. fsR7X +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN1059A\n" +"help.text" +msgid "File name" +msgstr "" + +#. vgBAe +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN1059E\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>" +msgstr "" + +#. AFEqC +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "Save" +msgstr "" + +#. 48d8x +#: menufilesave.xhp +msgctxt "" +"menufilesave.xhp\n" +"par_idN105B9\n" +"help.text" +msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>" +msgstr "" + +#. oxGKs +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"tit\n" +"help.text" +msgid "Insert" +msgstr "" + +#. CETrU +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/menuinsert.xhp\">Insert</link>" +msgstr "" + +#. NAACF +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "The Insert menu of a database window." +msgstr "" + +#. JCkjX +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Form" +msgstr "" + +#. FoJp3 +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN10576\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>" +msgstr "" + +#. Gfck8 +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN1058B\n" +"help.text" +msgid "Report" +msgstr "" + +#. MT4CQ +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN1058F\n" +"help.text" +msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>" +msgstr "" + +#. 99GPr +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105A0\n" +"help.text" +msgid "Query (Design View)" +msgstr "" + +#. nSGAS +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105A4\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>" +msgstr "" + +#. HBCDy +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105A7\n" +"help.text" +msgid "Query (SQL View)" +msgstr "" + +#. xMKBY +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105AB\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>" +msgstr "" + +#. hePEE +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105AE\n" +"help.text" +msgid "Table Design" +msgstr "" + +#. eSSzA +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105C4\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>" +msgstr "" + +#. dDYAD +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105C7\n" +"help.text" +msgid "View Design" +msgstr "" + +#. E2CpK +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN10669\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>" +msgstr "" + +#. EcAYG +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105E0\n" +"help.text" +msgid "View (Simple)" +msgstr "" + +#. 5diz4 +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105F6\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>" +msgstr "" + +#. UAFhR +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN105F9\n" +"help.text" +msgid "Folder" +msgstr "" + +#. KMLGR +#: menuinsert.xhp +msgctxt "" +"menuinsert.xhp\n" +"par_idN1060F\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>" +msgstr "" + +#. eMZgB +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"tit\n" +"help.text" +msgid "Tools" +msgstr "" + +#. icE2E +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/menutools.xhp\">Tools</link>" +msgstr "" + +#. 2XuD9 +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "The Tools menu of a database window." +msgstr "" + +#. yQdGR +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Relationships" +msgstr "" + +#. DKgXb +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN10576\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the <link href=\"text/sdatabase/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>" +msgstr "" + +#. B2YV6 +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "User Administration" +msgstr "" + +#. bBBaA +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN1058E\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>" +msgstr "" + +#. VThyT +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"hd_id3153880\n" +"help.text" +msgid "Table Filter" +msgstr "" + +#. koDKE +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_id3153252\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>" +msgstr "" + +#. YTER3 +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_id3150670\n" +"help.text" +msgid "Select the tables that you want to filter in the <emph>Filter</emph> list." +msgstr "" + +#. ADDYD +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_id3150985\n" +"help.text" +msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected." +msgstr "" + +#. evFBu +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_id3152349\n" +"help.text" +msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected." +msgstr "" + +#. 4AdAz +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "SQL" +msgstr "" + +#. nwpGA +#: menutools.xhp +msgctxt "" +"menutools.xhp\n" +"par_idN105C0\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>" +msgstr "" + +#. CqteP +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"tit\n" +"help.text" +msgid "View" +msgstr "" + +#. hK2VC +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/menuview.xhp\">View</link>" +msgstr "" + +#. 3Z8JA +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "The View menu of a database window." +msgstr "" + +#. 2AidF +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10560\n" +"help.text" +msgid "Database Objects" +msgstr "" + +#. 8Bvnx +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10564\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" +msgstr "" + +#. ayFXZ +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10567\n" +"help.text" +msgid "Forms" +msgstr "" + +#. uByBf +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1056B\n" +"help.text" +msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>" +msgstr "" + +#. 8i64Y +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1056E\n" +"help.text" +msgid "Reports" +msgstr "" + +#. oBrpX +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10572\n" +"help.text" +msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>" +msgstr "" + +#. 2BQEW +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Queries" +msgstr "" + +#. eyZ6P +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>" +msgstr "" + +#. Ytm9B +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Tables" +msgstr "" + +#. Cy23D +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10580\n" +"help.text" +msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>" +msgstr "" + +#. pjk7X +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10583\n" +"help.text" +msgid "Sort" +msgstr "" + +#. eTkp4 +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10587\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" +msgstr "" + +#. sDVoW +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1058A\n" +"help.text" +msgid "Ascending" +msgstr "" + +#. Xojrk +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1058E\n" +"help.text" +msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>" +msgstr "" + +#. BbycS +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Descending" +msgstr "" + +#. vX7Fc +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10595\n" +"help.text" +msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>" +msgstr "" + +#. wXJzD +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN10598\n" +"help.text" +msgid "Preview" +msgstr "" + +#. 3HEV9 +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1059C\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" +msgstr "" + +#. yeDpx +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN1059F\n" +"help.text" +msgid "None" +msgstr "" + +#. GAT5A +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>" +msgstr "" + +#. gC6sB +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Document Information" +msgstr "" + +#. NJ2Q8 +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>" +msgstr "" + +#. KrBDr +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Document" +msgstr "" + +#. GE5Rx +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105C3\n" +"help.text" +msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>" +msgstr "" + +#. yek7q +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "Refresh Tables" +msgstr "" + +#. 79t9N +#: menuview.xhp +msgctxt "" +"menuview.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>" +msgstr "" + #. PAxTq #: toolbars.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/sdraw/00.po b/source/fr/helpcontent2/source/text/sdraw/00.po index 2f5b6e81549..b353ba3c647 100644 --- a/source/fr/helpcontent2/source/text/sdraw/00.po +++ b/source/fr/helpcontent2/source/text/sdraw/00.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-20 13:08+0200\n" -"PO-Revision-Date: 2020-11-21 15:35+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" -"Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textsdraw00/fr/>\n" +"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/fr/>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1559910744.000000\n" #. EDSDr @@ -86,7 +86,7 @@ msgctxt "" "par_id911634055593609\n" "help.text" msgid "<variable id=\"loadpagedesign\">Choose <menuitem>Page - Master Page - Load</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"loadpagedesign\">Choisissez <menuitem>Page - Page maîtresse - Charger</menuitem></variable>" #. paRMk #: page_menu.xhp @@ -113,7 +113,7 @@ msgctxt "" "par_id351556823072396\n" "help.text" msgid "<image id=\"img_id381556823072396\" src=\"cmd/sc_insertpage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381556823072396\">Icon New Page</alt></image>" -msgstr "" +msgstr "<image id=\"img_id381556823072396\" src=\"cmd/sc_insertpage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id381556823072396\">Icône Nouvelle page</alt></image>" #. xbkHm #: page_menu.xhp diff --git a/source/fr/helpcontent2/source/text/sdraw/01.po b/source/fr/helpcontent2/source/text/sdraw/01.po index f009a877aaa..7756fc1ef69 100644 --- a/source/fr/helpcontent2/source/text/sdraw/01.po +++ b/source/fr/helpcontent2/source/text/sdraw/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:48+0200\n" -"PO-Revision-Date: 2021-06-26 11:04+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw01/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1559910813.000000\n" #. ybhKD @@ -608,7 +608,7 @@ msgctxt "" "par_id531623515498932\n" "help.text" msgid "Consolidation of lists requires attention to restore the list layout that has been affected by the position of the punctuation. This includes the case of numbering of style \"1.\", where the resulting list items are split after the dot." -msgstr "" +msgstr "La consolidation des listes nécessite une attention particulière afin de restaurer la mise en page de liste qui a été affectée par la position de la ponctuation. Cela inclut le cas de la numérotation de style \"1.\", où les éléments de liste résultants sont divisés après le point." #. VwP6B #: consolidatetext.xhp diff --git a/source/fr/helpcontent2/source/text/shared/00.po b/source/fr/helpcontent2/source/text/shared/00.po index fa03ff580c3..51b2d33bf3b 100644 --- a/source/fr/helpcontent2/source/text/shared/00.po +++ b/source/fr/helpcontent2/source/text/shared/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1563716506.000000\n" @@ -6126,7 +6126,7 @@ msgctxt "" "hd_id911633520416200\n" "help.text" msgid "Include byte-order mark" -msgstr "" +msgstr "Inclure la marque de l'ordre des octets" #. 5G2v5 #: 00000215.xhp @@ -6135,7 +6135,7 @@ msgctxt "" "par_id211633520423767\n" "help.text" msgid "For Unicode character set only, a byte order mark (BOM) is a sequence of bytes used to indicate Unicode encoding of a text file. The presence of the UTF-8 BOM is optional and may cause problems with some software, especially legacy software not designed to handle UTF-8." -msgstr "" +msgstr "Pour le jeu de caractères Unicode uniquement, une marque d'ordre d'octet (BOM) est une séquence d'octets utilisée pour indiquer le codage Unicode d'un fichier texte. La présence de la nomenclature UTF-8 est facultative et peut causer des problèmes avec certains logiciels, en particulier les logiciels anciens non conçus pour gérer UTF-8." #. PSvbB #: 00000215.xhp diff --git a/source/fr/helpcontent2/source/text/shared/05.po b/source/fr/helpcontent2/source/text/shared/05.po index bf7d5545d4e..1574e5864fa 100644 --- a/source/fr/helpcontent2/source/text/shared/05.po +++ b/source/fr/helpcontent2/source/text/shared/05.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-09-27 19:09+0200\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" "PO-Revision-Date: 2021-10-09 04:43+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared05/fr/>\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Weblate 4.8.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1541777771.000000\n" #. WPTtk @@ -1789,14 +1789,14 @@ msgctxt "" msgid "Press <emph>Enter</emph>." msgstr "Appuyez sur <emph>Entrée</emph>." -#. 5DUch +#. fFDvi #: new_help.xhp msgctxt "" "new_help.xhp\n" "par_idN10A59\n" "help.text" -msgid "To find the next occurrence of the search term on the page, click on the <emph>Up arrow</emph> or <emph>Down arrow</emph> to find the previous or next occurrence." -msgstr "Pour trouver la prochaine occurrence du terme recherché sur la page, cliquez sur la <emph>Flèche vers le haut</emph> ou la <emph>Flèche vers le bas</emph> pour aller à la précédente ou prochaine occurrence." +msgid "To find the previous occurrence of the search term on the page, click on the <emph>Up arrow</emph>. To find the next occurrence, click on the <emph>Down arrow</emph>." +msgstr "" #. mtikB #: new_help.xhp diff --git a/source/fr/helpcontent2/source/text/shared/explorer/database.po b/source/fr/helpcontent2/source/text/shared/explorer/database.po index 2fc9f215e66..28ce73217db 100644 --- a/source/fr/helpcontent2/source/text/shared/explorer/database.po +++ b/source/fr/helpcontent2/source/text/shared/explorer/database.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/fr/>\n" "Language: fr\n" @@ -16,1149 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559571105.000000\n" -#. rw2xT -#: menubar.xhp -msgctxt "" -"menubar.xhp\n" -"tit\n" -"help.text" -msgid "Menus" -msgstr "Menus" - -#. 9pFSp -#: menubar.xhp -msgctxt "" -"menubar.xhp\n" -"par_idN10552\n" -"help.text" -msgid "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">Menus</link></variable>" -msgstr "<variable id=\"titletext\"><link href=\"text/shared/explorer/database/menubar.xhp\">Menus</link></variable>" - -#. xRQaH -#: menubar.xhp -msgctxt "" -"menubar.xhp\n" -"par_idN10562\n" -"help.text" -msgid "In the database window, you see a new set of menu commands for working on the current database file." -msgstr "Dans la fenêtre de base de données, un nouveau jeu de commandes de menu s'affiche pour que vous puissiez travailler sur le fichier de base de données actif." - -#. ELZ6P -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"tit\n" -"help.text" -msgid "Edit" -msgstr "Modifier" - -#. GjMMC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/menuedit.xhp\">Edit</link>" -msgstr "<link href=\"text/shared/explorer/database/menuedit.xhp\">Éditer</link>" - -#. pGydt -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "The Edit menu of a database window." -msgstr "Le menu Éditer d'une fenêtre de base de données." - -#. 9Djqz -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Copy" -msgstr "Copier" - -#. foKkC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10564\n" -"help.text" -msgid "<ahelp hid=\".\">Copies the selected object to the clipboard.</ahelp>" -msgstr "<ahelp hid=\".\">Copie l'objet sélectionné dans le presse-papiers.</ahelp>" - -#. rEEsQ -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10567\n" -"help.text" -msgid "Paste" -msgstr "Coller" - -#. Go5ji -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>" -msgstr "<ahelp hid=\".\">Insère un élément placé dans le presse-papiers. Si vous le souhaitez, vous pouvez insérer des formulaires, des rapports et des sous-dossiers dans un fichier de base de données à partir d'un autre fichier base de données.</ahelp>" - -#. CU3BC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Paste Special" -msgstr "Collage spécial" - -#. AxkJA -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10572\n" -"help.text" -msgid "<ahelp hid=\".\">Inserts an item from the clipboard. If you want, you can insert forms and reports, including subfolders, from one database file to another.</ahelp>" -msgstr "<ahelp hid=\".\">Insère un élément placé dans le presse-papiers. Si vous le souhaitez, vous pouvez insérer des formulaires, des rapports et des sous-dossiers dans un fichier de base de données à partir d'un autre fichier base de données.</ahelp>" - -#. zGGGW -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "Select All" -msgstr "Tout sélectionner" - -#. sL6Wv -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105DB\n" -"help.text" -msgid "<ahelp hid=\".\">Selects all entries, including subfolders, in the lower part of the database window.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionne toutes les entrées, y compris les sous-dossiers, dans la partie inférieure de la fenêtre de base de données.</ahelp>" - -#. LMbBp -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"hd_id3153683\n" -"help.text" -msgid "Edit" -msgstr "Modifier" - -#. MnMPd -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_id3147209\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a window where you can edit the selected table, query, form, or report.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une fenêtre dans laquelle vous pouvez éditer la sélection : table, requête, formulaire ou rapport.</ahelp>" - -#. NCnUw -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"hd_id3145315\n" -"help.text" -msgid "Delete" -msgstr "Supprimer" - -#. TmCdC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_id3153666\n" -"help.text" -msgid "<ahelp hid=\".\">Deletes the selected table, query, form, or report.</ahelp>" -msgstr "<ahelp hid=\".\">Supprime la table, la requête, le formulaire ou le rapport sélectionné.</ahelp>" - -#. uuDM2 -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Rename" -msgstr "Renommer" - -#. 7W5uU -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10580\n" -"help.text" -msgid "<ahelp hid=\".\">Renames the selected object. Depending on the database, some names, characters, and name length might be invalid.</ahelp>" -msgstr "<ahelp hid=\".\">Attribue un nouveau nom à l'objet sélectionné. En fonction de la base de données, il se peut que certains éléments (noms, caractères et longueur du nom) ne soient pas valides.</ahelp>" - -#. CGeTi -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1058A\n" -"help.text" -msgid "Open" -msgstr "Ouvrir" - -#. 7NkEK -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN1058E\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the selected object in the last saved state.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la dernière version enregistrée de l'objet sélectionné.</ahelp>" - -#. GoDcA -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Create as View" -msgstr "Créer en tant que vue" - -#. sF34n -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105A7\n" -"help.text" -msgid "<ahelp hid=\".\">Converts the selected query to a view. The original query remains in your database file and an additional view is generated on the database server. You must have write permission to add a view to a database.</ahelp>" -msgstr "<ahelp hid=\".\">Convertit la requête sélectionnée en vue. La requête d'origine reste dans le fichier de base de données et une vue supplémentaire est générée sur le serveur de base de données. Pour ajouter une vue à la base de données, vous devez disposer d'une autorisation en écriture.</ahelp>" - -#. s7wwJ -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Most databases use queries to filter or to sort database tables to display records on your computer. Views offer the same functionality as queries, but on the server side. If your database is on a server that supports views, you can use views to filter the records on the server to speed up the display time." -msgstr "La plupart des bases de données utilisent des requêtes pour filtrer ou trier les tables de base de données, ou bien pour afficher les enregistrements à l'écran. Les vues offrent les mêmes fonctionnalités que les requêtes, mais côté serveur. Si votre base de données se trouve sur un serveur qui prend en charge les vues, vous pouvez utiliser ces dernières pour filtrer les enregistrements stockés sur le serveur et accélérer le temps d'affichage." - -#. 7NDGC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105AD\n" -"help.text" -msgid "Form Wizard" -msgstr "Assistant Formulaire" - -#. LZsjA -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01090000.xhp\">Form Wizard</link> for the selected table, query, or view.</ahelp>" -msgstr "<ahelp hid=\".\">Lance l'<link href=\"text/shared/autopi/01090000.xhp\">assistant Formulaire</link> pour la table, la requête ou la vue sélectionnée.</ahelp>" - -#. BUWRg -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105C2\n" -"help.text" -msgid "Report Wizard" -msgstr "Assistant Rapport" - -#. U7xE3 -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/autopi/01100000.xhp\">Report Wizard</link> for the selected table, query, or view.</ahelp>" -msgstr "<ahelp hid=\".\">Lance l'<link href=\"text/shared/autopi/01100000.xhp\">assistant Rapport</link> pour la table, la requête ou la vue sélectionnée.</ahelp>" - -#. yNkzG -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105DE\n" -"help.text" -msgid "Database" -msgstr "Base de données" - -#. EDR8A -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105E2\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre un sous-menu.</ahelp>" - -#. wBPBE -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105E5\n" -"help.text" -msgid "Properties" -msgstr "Propriétés" - -#. xrED8 -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105E9\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Database Properties dialog.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la boîte de dialogue des propriétés de la base de données.</ahelp>" - -#. CFEiW -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105EC\n" -"help.text" -msgid "Connection Type" -msgstr "Type de connexion" - -#. mhCAw -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105F0\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Connection Type Wizard.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre l'assistant Type de connexion.</ahelp>" - -#. Rwk4Y -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105F3\n" -"help.text" -msgid "Advanced Properties" -msgstr "Propriétés avancées" - -#. SAkPC -#: menuedit.xhp -msgctxt "" -"menuedit.xhp\n" -"par_idN105F7\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Advanced Properties dialog.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre de la boîte de dialogue des propriétés avancées.</ahelp>" - -#. 7BAav -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"tit\n" -"help.text" -msgid "File" -msgstr "Fichier" - -#. 6xmbv -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/menufile.xhp\">File</link>" -msgstr "<link href=\"text/shared/explorer/database/menufile.xhp\">Fichier</link>" - -#. WXK3P -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "The File menu of a database window. Only entries specific to databases are listed." -msgstr "Menu Fichier d'une fenêtre de base de données : seules les entrées de bases de données sont répertoriées." - -#. 9qysH -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105C0\n" -"help.text" -msgid "Save" -msgstr "Enregistrer" - -#. E8ieA -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105C4\n" -"help.text" -msgid "Saves the current database file, query, form or report. For the database file, you see the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog. For the other objects, you see the <link href=\"text/shared/explorer/database/menufilesave.xhp\">Save</link> dialog." -msgstr "Enregistre le fichier de base de données, la requête, le formulaire ou le rapport actif. Pour le fichier de base de données, la boîte de dialogue d'<link href=\"text/shared/01/01070000.xhp\">enregistrer le fichier</link> s'affiche. Pour les autres objets, la boîte de dialogue<link href=\"text/shared/explorer/database/menufilesave.xhp\">Enregistrer</link> s'affiche." - -#. FAvuD -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105D5\n" -"help.text" -msgid "Save As" -msgstr "Enregistrer sous" - -#. LDiQh -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105D9\n" -"help.text" -msgid "Saves the current database file with another name. In the <link href=\"text/shared/01/01070000.xhp\">file save</link> dialog, select a path and file name to save." -msgstr "Enregistre le fichier de base de données actif sous un autre nom. Dans la boîte de dialogue d'<link href=\"text/shared/01/01070000.xhp\">enregistrer le fichier</link>, sélectionnez un chemin et un nom de fichier à enregistrer." - -#. s3muV -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105EA\n" -"help.text" -msgid "Export" -msgstr "Exporter" - -#. AXuZV -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105EE\n" -"help.text" -msgid "Exports the selected report or form to a text document. A dynamic report is exported as a copy of the database contents at the time of export." -msgstr "Exporte le rapport ou formulaire sélectionné vers un document texte. Au moment de l'export, un rapport dynamique est également exporté comme copie du contenu de la base de données." - -#. vdU9E -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105F1\n" -"help.text" -msgid "Send" -msgstr "Envoyer" - -#. GiW9D -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105F5\n" -"help.text" -msgid "Opens a submenu." -msgstr "Ouvre un sous menu." - -#. EAusx -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105F8\n" -"help.text" -msgid "Email Document" -msgstr "Envoyer le document par courriel" - -#. Qxg2W -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105FC\n" -"help.text" -msgid "Opens the default email application to send a new email. The current database file is appended as an attachment. You can enter the subject, the recipients and a mail body." -msgstr "Ouvre l'application de messagerie par défaut pour envoyer un nouvel courriel. Le fichier de base de données actif est ajouté comme pièce jointe. Après avoir sélectionné les destinataires, vous pouvez remplir la zone objet et le corps du message." - -#. 9WihT -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN105FF\n" -"help.text" -msgid "Report as Email" -msgstr "Rapport par courriel" - -#. XWAoV -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN10603\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the default email application to send a new email. The selected report is appended as an attachment. You can enter the subject, the recipients and a mail body. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre l'application de messagerie par défaut pour envoyer un nouveau courriel. Le rapport sélectionné est ajouté comme pièce jointe. Après avoir sélectionné les destinataires, vous pouvez remplir la zone objet et le corps du message. Au moment de l'export, un rapport dynamique est également exporté comme copie du contenu de la base de données.</ahelp>" - -#. 9cSVg -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN10606\n" -"help.text" -msgid "Report to Text Document" -msgstr "Rapport en document texte" - -#. SMD5C -#: menufile.xhp -msgctxt "" -"menufile.xhp\n" -"par_idN1060A\n" -"help.text" -msgid "<ahelp hid=\".\">Exports the selected report to a text document. A dynamic report is exported as a copy of the database contents at the time of export.</ahelp>" -msgstr "<ahelp hid=\".\">Exporte le rapport sélectionné vers un document texte. Au moment de l'export, un rapport dynamique est également exporté comme copie du contenu de la base de données.</ahelp>" - -#. AhvCD -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"tit\n" -"help.text" -msgid "Save" -msgstr "Enregistrer" - -#. bMiRZ -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN10547\n" -"help.text" -msgid "Save" -msgstr "Enregistrer" - -#. BGNgM -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN1054B\n" -"help.text" -msgid "In this dialog, you can specify the position and name of a form that you save within a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link>. The dialog opens automatically when you save a form the first time." -msgstr "Cette boîte de dialogue permet d'indiquer l'emplacement et le nom d'un formulaire que vous enregistrez dans un <link href=\"text/sdatabase/dabadoc.xhp\">fichier de base de données</link>. La boîte de dialogue s'ouvre automatiquement lorsque vous enregistrez un formulaire pour la première fois." - -#. CDw7n -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN10564\n" -"help.text" -msgid "Create New Directory" -msgstr "Créer un nouveau répertoire" - -#. LPGUc -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN10568\n" -"help.text" -msgid "<ahelp hid=\".\">Click to create a new folder within the database file.</ahelp>" -msgstr "<ahelp hid=\".\">Cliquez ici pour créer un dossier dans le fichier de base de données.</ahelp>" - -#. P9r94 -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN1057F\n" -"help.text" -msgid "Up One Level" -msgstr "Au répertoire supérieur" - -#. 3Es6N -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN10583\n" -"help.text" -msgid "<ahelp hid=\".\">Click to go up one level in the folder hierarchy.</ahelp>" -msgstr "<ahelp hid=\".\">Cliquez ici pour remonter d'un niveau dans l'arborescence des répertoires.</ahelp>" - -#. fsR7X -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN1059A\n" -"help.text" -msgid "File name" -msgstr "Nom de fichier" - -#. vgBAe -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN1059E\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the file name for the saved form.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de fichier du formulaire enregistré.</ahelp>" - -#. AFEqC -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "Save" -msgstr "Enregistrer" - -#. 48d8x -#: menufilesave.xhp -msgctxt "" -"menufilesave.xhp\n" -"par_idN105B9\n" -"help.text" -msgid "<ahelp hid=\".\">Click to save the form to the database file.</ahelp>" -msgstr "<ahelp hid=\".\">Cliquez ici pour enregistrer le formulaire dans le fichier de base de données.</ahelp>" - -#. oxGKs -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"tit\n" -"help.text" -msgid "Insert" -msgstr "Insérer" - -#. tCj7L -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/menuinsert.xhp\">Insert</link>" -msgstr "<link href=\"text/shared/explorer/database/menuinsert.xhp\">Insertion</link>" - -#. NAACF -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "The Insert menu of a database window." -msgstr "Le menu Insertion d'une fenêtre de base de données." - -#. JCkjX -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Form" -msgstr "Formulaire" - -#. FoJp3 -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN10576\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a new text document in form mode.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre un nouveau document texte en mode Formulaire.</ahelp>" - -#. Gfck8 -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN1058B\n" -"help.text" -msgid "Report" -msgstr "Rapport" - -#. MT4CQ -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN1058F\n" -"help.text" -msgid "<ahelp hid=\".\">Starts the <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> window for the selected table, view, or query.</ahelp>" -msgstr "<ahelp hid=\".\">Lance le <link href=\"text/shared/explorer/database/rep_main.xhp\">Report Builder</link> pour la table, la vue ou la requête sélectionnée.</ahelp>" - -#. 99GPr -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105A0\n" -"help.text" -msgid "Query (Design View)" -msgstr "Requête (mode Ébauche)" - -#. nSGAS -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105A4\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a new query in design mode.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une nouvelle requête en mode Ébauche.</ahelp>" - -#. HBCDy -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105A7\n" -"help.text" -msgid "Query (SQL View)" -msgstr "Requête (mode SQL)" - -#. xMKBY -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105AB\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a new query in SQL mode.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une nouvelle requête en mode SQL.</ahelp>" - -#. hePEE -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105AE\n" -"help.text" -msgid "Table Design" -msgstr "Ébauche de table" - -#. eSSzA -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105C4\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the table design view.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la vue d'ébauche de table.</ahelp>" - -#. dDYAD -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105C7\n" -"help.text" -msgid "View Design" -msgstr "Ébauche de vue" - -#. E2CpK -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN10669\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a new view in design mode.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une nouvelle vue en mode Conception.</ahelp>" - -#. EcAYG -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105E0\n" -"help.text" -msgid "View (Simple)" -msgstr "Vue (simple)" - -#. 5diz4 -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105F6\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a new view in SQL mode.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une nouvelle vue en mode SQL.</ahelp>" - -#. UAFhR -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN105F9\n" -"help.text" -msgid "Folder" -msgstr "Dossier" - -#. KMLGR -#: menuinsert.xhp -msgctxt "" -"menuinsert.xhp\n" -"par_idN1060F\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can save a new folder in the database file.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une boîte de dialogue dans laquelle vous pouvez enregistrer un nouveau dossier dans le fichier de base de données.</ahelp>" - -#. eMZgB -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"tit\n" -"help.text" -msgid "Tools" -msgstr "Outils" - -#. eEBcd -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/menutools.xhp\">Tools</link>" -msgstr "<link href=\"text/shared/explorer/database/menutools.xhp\">Outils</link>" - -#. 2XuD9 -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "The Tools menu of a database window." -msgstr "Le menu Outils d'une fenêtre de base de données." - -#. yQdGR -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Relationships" -msgstr "Relations" - -#. DKgXb -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN10576\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the <link href=\"text/sdatabase/05020000.xhp\">Relation Design</link> view and checks whether the database connection supports relations.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la vue <link href=\"text/sdatabase/05020000.xhp\">Ébauche de relation</link> et vérifier que la connexion de base de données prend en charge les relations.</ahelp>" - -#. B2YV6 -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN1058A\n" -"help.text" -msgid "User Administration" -msgstr "Gestion des utilisateurs" - -#. bBBaA -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN1058E\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the User Administration dialog if the database supports this feature.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la boîte de dialogue Gestion des utilisateurs si la base de données prend en charge cette fonction.</ahelp>" - -#. VThyT -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"hd_id3153880\n" -"help.text" -msgid "Table Filter" -msgstr "Filtre de table" - -#. koDKE -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_id3153252\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Table Filter dialog where you can specify which tables of the database to show or to hide.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la boîte de dialogue Filtre de table dans laquelle vous pouvez spécifier les tables de la base de données qui seront affichées ou masquées.</ahelp>" - -#. YTER3 -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_id3150670\n" -"help.text" -msgid "Select the tables that you want to filter in the <emph>Filter</emph> list." -msgstr "Sélectionnez les tables à filtrer dans la liste <emph>Filtre</emph>." - -#. ADDYD -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_id3150985\n" -"help.text" -msgid "If you select the topmost table in a hierarchy, all of the tables in the hierarchy are selected." -msgstr "Si vous sélectionnez la première table d'une hiérarchie, toutes les tables de cette dernière sont sélectionnées." - -#. evFBu -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_id3152349\n" -"help.text" -msgid "If you select a table that is at a lower level in the hierarchy, the tables that occur above it in the hierarchy are not selected." -msgstr "Si vous sélectionnez une table à un niveau inférieur dans la hiérarchie, les tables situées au-dessus de ce niveau ne sont pas sélectionnées." - -#. 4AdAz -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "SQL" -msgstr "SQL" - -#. nwpGA -#: menutools.xhp -msgctxt "" -"menutools.xhp\n" -"par_idN105C0\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the SQL dialog where you can enter SQL statements.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la boîte de dialogue SQL dans laquelle vous pouvez saisir des instructions SQL.</ahelp>" - -#. CqteP -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"tit\n" -"help.text" -msgid "View" -msgstr "Afficher" - -#. fpETE -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/menuview.xhp\">View</link>" -msgstr "<link href=\"text/shared/explorer/database/menuview.xhp\">Affichage</link>" - -#. 3Z8JA -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "The View menu of a database window." -msgstr "Le menu Affichage de la fenêtre de base de données." - -#. 2AidF -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10560\n" -"help.text" -msgid "Database Objects" -msgstr "Objets de base de données" - -#. 8Bvnx -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10564\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre un sous-menu.</ahelp>" - -#. ayFXZ -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10567\n" -"help.text" -msgid "Forms" -msgstr "Formulaires" - -#. uByBf -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1056B\n" -"help.text" -msgid "<ahelp hid=\".\">Selects the forms container and shows all forms in the detail view.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionne le container de formulaires et fournit un affichage détaillé de tous les formulaires.</ahelp>" - -#. 8i64Y -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1056E\n" -"help.text" -msgid "Reports" -msgstr "Rapports" - -#. oBrpX -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10572\n" -"help.text" -msgid "<ahelp hid=\".\">Selects the reports container and shows all reports in the detail view.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionne le container de rapports et fournit un affichage détaillé de tous les rapports.</ahelp>" - -#. 2BQEW -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Queries" -msgstr "Requêtes" - -#. eyZ6P -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Selects the queries container and shows all queries in the detail view.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionne le container de requêtes et fournit un affichage détaillé de toutes les requêtes.</ahelp>" - -#. Ytm9B -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Tables" -msgstr "Tables" - -#. Cy23D -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10580\n" -"help.text" -msgid "<ahelp hid=\".\">Selects the tables container and shows all tables in the detail view.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionne le container de tables et fournit un affichage détaillé de toutes les tables.</ahelp>" - -#. pjk7X -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10583\n" -"help.text" -msgid "Sort" -msgstr "Trier" - -#. eTkp4 -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10587\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre un sous-menu.</ahelp>" - -#. sDVoW -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1058A\n" -"help.text" -msgid "Ascending" -msgstr "Croissant" - -#. Xojrk -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1058E\n" -"help.text" -msgid "<ahelp hid=\".\">Sorts the entries in the detail view in ascending order.</ahelp>" -msgstr "<ahelp hid=\".\">Trie les entrées par ordre croissant dans l'affichage détaillé.</ahelp>" - -#. BbycS -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Descending" -msgstr "Décroissant" - -#. vX7Fc -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10595\n" -"help.text" -msgid "<ahelp hid=\".\">Sorts the entries in the detail view in descending order.</ahelp>" -msgstr "<ahelp hid=\".\">Trie les entrées par ordre décroissant dans l'affichage détaillé.</ahelp>" - -#. wXJzD -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN10598\n" -"help.text" -msgid "Preview" -msgstr "Aperçu" - -#. 3HEV9 -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1059C\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a submenu.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre un sous-menu.</ahelp>" - -#. yeDpx -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN1059F\n" -"help.text" -msgid "None" -msgstr "Aucun(e)" - -#. GAT5A -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "<ahelp hid=\".\">Disables the preview in the database window.</ahelp>" -msgstr "<ahelp hid=\".\">Désactive l'aperçu dans la fenêtre de base de données.</ahelp>" - -#. gC6sB -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Document Information" -msgstr "Informations du document" - -#. NJ2Q8 -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "<ahelp hid=\".\">The preview window displays the document information of a form or report.</ahelp>" -msgstr "<ahelp hid=\".\">La fenêtre d'aperçu affiche les informations document d'un formulaire ou d'un rapport.</ahelp>" - -#. KrBDr -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Document" -msgstr "Document" - -#. GE5Rx -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105C3\n" -"help.text" -msgid "<ahelp hid=\".\">The preview displays the document of a form or report.</ahelp>" -msgstr "<ahelp hid=\".\">L'aperçu affiche le document de formulaire ou de rapport.</ahelp>" - -#. yek7q -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "Refresh Tables" -msgstr "Actualiser les tables" - -#. 79t9N -#: menuview.xhp -msgctxt "" -"menuview.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "<ahelp hid=\".\">Refreshes the tables. </ahelp>" -msgstr "<ahelp hid=\".\">Actualise les tables. </ahelp>" - #. kyYMn #: migrate_macros.xhp msgctxt "" @@ -2453,7 +1310,7 @@ msgctxt "" "bm_id1614429\n" "help.text" msgid "<bookmark_value>Report Builder</bookmark_value> <bookmark_value>Oracle Report Builder</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Report Builder</bookmark_value><bookmark_value>Oracle Report Builder</bookmark_value>" #. 8XCCL #: rep_main.xhp @@ -2732,7 +1589,7 @@ msgctxt "" "par_id2531815\n" "help.text" msgid "The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window opens automatically and shows all fields of the selected table." -msgstr "" +msgstr "La fenêtre <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Ajouter des champs au rapport</link> s'ouvre automatiquement et affiche tous les champs de la table sélectionnée." #. vsFKB #: rep_main.xhp @@ -3479,7 +2336,7 @@ msgctxt "" "hd_id8836939\n" "help.text" msgid "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Properties</link></variable>" -msgstr "" +msgstr "<variable id=\"rep_prop\"><link href=\"text/shared/explorer/database/rep_prop.xhp\">Propriétés</link></variable>" #. ro5Tm #: rep_prop.xhp @@ -3524,7 +2381,7 @@ msgctxt "" "par_id3587145\n" "help.text" msgid "<ahelp hid=\".\">The <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Add fields to report</link> window is shown automatically when you have selected a table in the Contents box and leave that box. You can also click the Add Field icon on the toolbar, or choose <item type=\"menuitem\">View - Add Field</item>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\".\">La fenêtre <link href=\"text/shared/explorer/database/rep_insertfield.xhp\" name=\"add_fields_link\">Ajouter des champs au rapport</link> est affichée automatiquement lorsqu'une table est sélectionnée dans la zone Contenus et que vous quittez cette zone. Vous pouvez aussi cliquer sur l'icône Ajouter un champ dans la barre d'outils, ou choisir <item type=\"menuitem\">Affichage - Ajouter un champ</item>.</ahelp>" #. 5BJS6 #: rep_prop.xhp diff --git a/source/fr/helpcontent2/source/text/shared/guide.po b/source/fr/helpcontent2/source/text/shared/guide.po index 0694d93644e..5ec7bd8335a 100644 --- a/source/fr/helpcontent2/source/text/shared/guide.po +++ b/source/fr/helpcontent2/source/text/shared/guide.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-29 13:14+0200\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" "PO-Revision-Date: 2021-06-26 11:04+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/fr/>\n" @@ -5462,6 +5462,204 @@ msgctxt "" msgid "SVG - Scalable Vector Graphics" msgstr "SVG - Scalable Vector Graphics" +#. fwhjA +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"bm_000pdfimport\n" +"help.text" +msgid "<bookmark_value>command line document conversion; filters for PDFIMPORT</bookmark_value>" +msgstr "" + +#. K7dq5 +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"hd_000pdfimport\n" +"help.text" +msgid "Filters for PDFIMPORT" +msgstr "" + +#. xJhTH +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_draw_pdf_import\n" +"help.text" +msgid "PDF - Portable Document Format (Draw)" +msgstr "" + +#. JDFdH +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_impress_pdf_import\n" +"help.text" +msgid "PDF - Portable Document Format (Impress)" +msgstr "" + +#. WsMeW +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_writer_pdf_import\n" +"help.text" +msgid "PDF - Portable Document Format (Writer)" +msgstr "" + +#. 9WyPm +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_writer_pdf_addstream_import\n" +"help.text" +msgid "PDF - Portable Document Format" +msgstr "" + +#. kF4WL +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_impress_pdf_addstream_import\n" +"help.text" +msgid "PDF - Portable Document Format" +msgstr "" + +#. aFqyu +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_draw_pdf_addstream_import\n" +"help.text" +msgid "PDF - Portable Document Format" +msgstr "" + +#. 5AFFP +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_calc_pdf_addstream_import\n" +"help.text" +msgid "PDF - Portable Document Format" +msgstr "" + +#. ziEHZ +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"bm_000xsltfilter\n" +"help.text" +msgid "<bookmark_value>command line document conversion; filters for XSLTFILTER</bookmark_value>" +msgstr "" + +#. AzDaX +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"hd_000xsltfilter\n" +"help.text" +msgid "Filters for XSLTFILTER" +msgstr "" + +#. ebRhP +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_ADO_Rowset_XML\n" +"help.text" +msgid "ADO Rowset XML" +msgstr "" + +#. tTViV +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_DocBook_File\n" +"help.text" +msgid "DocBook" +msgstr "" + +#. GHC43 +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_MS_Excel_2003_XML\n" +"help.text" +msgid "Microsoft Excel 2003 XML" +msgstr "" + +#. 5wBfH +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_MS_Word_2003_XML\n" +"help.text" +msgid "Word 2003 XML" +msgstr "" + +#. CTAEj +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_XHTML_Calc_File\n" +"help.text" +msgid "XHTML" +msgstr "" + +#. VUZrD +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_XHTML_Draw_File\n" +"help.text" +msgid "XHTML" +msgstr "" + +#. AhcRA +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_XHTML_Impress_File\n" +"help.text" +msgid "XHTML" +msgstr "" + +#. iCCFv +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_XHTML_Writer_File\n" +"help.text" +msgid "XHTML" +msgstr "" + +#. MCrWq +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_UOF_text\n" +"help.text" +msgid "Unified Office Format text" +msgstr "" + +#. TXKeC +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_UOF_spreadsheet\n" +"help.text" +msgid "Unified Office Format spreadsheet" +msgstr "" + +#. VW3Gt +#: convertfilters.xhp +msgctxt "" +"convertfilters.xhp\n" +"FilterName_UOF_presentation\n" +"help.text" +msgid "Unified Office Format presentation" +msgstr "" + #. Bkz5M #: copy_drawfunctions.xhp msgctxt "" @@ -5786,13 +5984,31 @@ msgctxt "" msgid "<variable id=\"csv_params_h1\"><link href=\"text/shared/guide/csv_params.xhp\" name=\"filter options\">CSV Filter Options</link></variable>" msgstr "" -#. k8vC5 +#. qRkBK #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id401634734576197\n" "help.text" -msgid "The CSV filter accepts an option string containing five to twelve tokens, separated by commas. Tokens 6 to 12 are optional." +msgid "The CSV filter accepts an option string containing five to thirteen tokens, separated by commas. Tokens 6 to 13 are optional." +msgstr "" + +#. BQKWB +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id431634743318433\n" +"help.text" +msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:" +msgstr "" + +#. rdZgZ +#: csv_params.xhp +msgctxt "" +"csv_params.xhp\n" +"par_id281634743298078\n" +"help.text" +msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:" msgstr "" #. J8rtr @@ -5849,13 +6065,13 @@ msgctxt "" msgid "Text Delimiter" msgstr "" -#. kEJpf +#. AtZEw #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id131634735421911\n" "help.text" -msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")" +msgid "The text delimiter as ASCII value, that is, 34 for double quotes and 39 for single quotes. Example: 34 (\")." msgstr "" #. 5EFCS @@ -5867,31 +6083,31 @@ msgctxt "" msgid "Character Set" msgstr "" -#. aiyF9 +#. v4Gzf #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id871634735631362\n" "help.text" -msgid "The character set code used in the file as described in the table below. Example: 0 (System)" +msgid "The character set code used in the file as described in the table below. Example: 0 (System)." msgstr "" -#. vEsX6 +#. rrrw3 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id371634735705688\n" "help.text" -msgid "Number of First Line" +msgid "Number of First Row" msgstr "" -#. ARGi5 +#. DzcEC #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id681634735710417\n" "help.text" -msgid "3 (start from third line)" +msgid "Row number to start reading. Example: 3 (start from third row)." msgstr "" #. BeXqG @@ -5903,22 +6119,22 @@ msgctxt "" msgid "Cell Format Codes for Each Column" msgstr "" -#. FBKwB +#. fjBqE #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id481634735825359\n" "help.text" -msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: 1/5/2/1/3/1/4/1" +msgid "A sequence of column/formatting code, where the formatting code is given in the table below. Example: \"1/5/2/1/3/1/4/1\"." msgstr "" -#. Aby2C +#. mFfyA #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id831634735631362\n" "help.text" -msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format is explained below." +msgid "If value separators are used, the form of this token is column/format[/column/format/…] where column is the number of the column, with 1 being the leftmost column. The format code is detailed below." msgstr "" #. bMC9A @@ -5957,13 +6173,13 @@ msgctxt "" msgid "CSV Import, CSV Export" msgstr "" -#. R5gJk +#. 4EDix #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id481634736922278\n" "help.text" -msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>.This token is the equivalent of the check box \"Quoted field as text\"." +msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Quoted field as text\"." msgstr "" #. bDTPa @@ -5993,94 +6209,67 @@ msgctxt "" msgid "<emph>Export:</emph> String, either false or true. Default value: <literal>true</literal>. This token has no UI equivalent. If <literal>true</literal>, the number cells are stored as numbers. If <literal>false</literal>, the numbers are stored as text, with text delimiters." msgstr "" -#. WFedG +#. D9GzU #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id961634737712752\n" "help.text" -msgid "CSV Import, CSV Export" +msgid "CSV Export" msgstr "" -#. 532rG -#: csv_params.xhp -msgctxt "" -"csv_params.xhp\n" -"par_id371634737716545\n" -"help.text" -msgid "<emph>Import:</emph> Not used: only 8 tokens are used." -msgstr "" - -#. cLJMt +#. bE733 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id701634737971414\n" "help.text" -msgid "<emph>Export:</emph> String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"." +msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value:<literal>true</literal>. This token is the equivalent of the check box \"Save cell contents as shown\"." msgstr "" -#. 6PAT5 +#. DbAB4 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id481634896761359\n" "help.text" -msgid "CSV export" +msgid "CSV Export" msgstr "" -#. koLz5 +#. 3V5FY #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id411634896764659\n" "help.text" -msgid "Export formulas" +msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Export cell formulas." msgstr "" -#. xiP4A -#: csv_params.xhp -msgctxt "" -"csv_params.xhp\n" -"par_id421634896890527\n" -"help.text" -msgid "11" -msgstr "" - -#. BMakd +#. FE6AD #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id221634896896383\n" "help.text" -msgid "CSV export" +msgid "CSV Import" msgstr "" -#. FqKCf +#. o6NCQ #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id641634896897119\n" "help.text" -msgid "Remove space" -msgstr "" - -#. N9PMY -#: csv_params.xhp -msgctxt "" -"csv_params.xhp\n" -"par_id881634896966734\n" -"help.text" -msgid "12" +msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Remove spaces. Trim leading and trailing spaces, when reading the file." msgstr "" -#. tknnm +#. e7nRn #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "par_id521634896971296\n" "help.text" -msgid "CSV export" +msgid "CSV Export" msgstr "" #. NaJRN @@ -6119,31 +6308,31 @@ msgctxt "" msgid "<emph>N</emph> export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv" msgstr "" -#. BQKWB +#. xfaM3 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id431634743318433\n" +"par_id451635293273892\n" "help.text" -msgid "Import from UTF-8, Language German, Comma separated, Text delimiter \", Quoted field as text. CSV file has columns formatted as date, number, number, number:" +msgid "CSV Import" msgstr "" -#. rdZgZ +#. 54sie #: csv_params.xhp msgctxt "" "csv_params.xhp\n" -"par_id281634743298078\n" +"par_id701635293273893\n" "help.text" -msgid "Export to Windows-1252, Field delimiter : comma, Text delimiter : quote, Save cell contents as shown:" +msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If <literal>true</literal> evaluate formulas on input. If <literal>false</literal> formulas are input as text. If omitted (not present at all), the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>." msgstr "" -#. HQgNe +#. EFwn3 #: csv_params.xhp msgctxt "" "csv_params.xhp\n" "hd_id181634739011588\n" "help.text" -msgid "Formatting codes for Token 5" +msgid "Formatting Codes for Token 5" msgstr "" #. 3KE5V @@ -8558,14 +8747,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/04180100.xhp\" name=\"View data source contents\">View data source contents</link>" msgstr "<link href=\"text/shared/01/04180100.xhp\" name=\"Afficher le contenu d'une source de données\">Afficher le contenu d'une source de données</link>" -#. xJACS +#. 9iJrJ #: database_main.xhp msgctxt "" "database_main.xhp\n" "par_idN106A4\n" "help.text" -msgid "<link href=\"text/shared/explorer/database/menubar.xhp\">Menu bar of a database file</link>" -msgstr "<link href=\"text/shared/explorer/database/menubar.xhp\">Barre de menu d'un fichier de base de données</link>" +msgid "<link href=\"text/sdatabase/menubar.xhp\">Menu bar of a database file</link>" +msgstr "" #. QGxEh #: database_main.xhp @@ -24407,13 +24596,13 @@ msgctxt "" msgid "Starting $[officename] Software From the Command Line" msgstr "Démarrage de $[officename] à partir de la ligne de commande" -#. 7E3QP +#. SqeYZ #: start_parameters.xhp msgctxt "" "start_parameters.xhp\n" "par_id3156152\n" "help.text" -msgid "Select <emph>Run</emph> from the Windows Start menu." +msgid "Search for <emph>Run</emph> in the Windows Start menu." msgstr "" #. xf2BF diff --git a/source/fr/helpcontent2/source/text/shared/optionen.po b/source/fr/helpcontent2/source/text/shared/optionen.po index 8eaf9d3f1c3..2cf5d0c1bf5 100644 --- a/source/fr/helpcontent2/source/text/shared/optionen.po +++ b/source/fr/helpcontent2/source/text/shared/optionen.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-06 17:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559572506.000000\n" @@ -11940,7 +11940,7 @@ msgctxt "" "par_id3153877\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobject\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Affiche les points de contrôle de tous les points de Bézier si vous avez auparavant sélectionné une <link href=\"text/shared/00/00000005.xhp#bezierobject\" name=\"Bézier curve\">Courbe de Bézier</link>. Si l'option <emph>Tous les points de contrôle de Bézier</emph> n'est pas cochée dans l'éditeur, seuls les points de contrôle des points de Bézier sélectionnés seront visibles.</ahelp>" #. aDatu #: 01070100.xhp @@ -12264,7 +12264,7 @@ msgctxt "" "bm_id3155450\n" "help.text" msgid "<bookmark_value>printing; drawings defaults</bookmark_value> <bookmark_value>drawings; printing defaults</bookmark_value> <bookmark_value>pages;printing page names in presentations</bookmark_value> <bookmark_value>printing; dates in presentations</bookmark_value> <bookmark_value>dates; printing in presentations</bookmark_value> <bookmark_value>times; inserting when printing presentations</bookmark_value> <bookmark_value>printing; hidden pages of presentations</bookmark_value> <bookmark_value>hidden pages; printing in presentations</bookmark_value> <bookmark_value>printing; without scaling in presentations</bookmark_value> <bookmark_value>scaling; when printing presentations</bookmark_value> <bookmark_value>printing; fitting to pages in presentations</bookmark_value> <bookmark_value>fitting to pages; print settings in presentations</bookmark_value> <bookmark_value>printing; tiling pages in presentations</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Impression;paramètres par défaut des dessins</bookmark_value><bookmark_value>Dessins;paramètres d'impression par défaut</bookmark_value><bookmark_value>Impression des noms de page dans les présentations</bookmark_value><bookmark_value>Impression;dates dans les présentations</bookmark_value><bookmark_value>Dates;impression dans les présentations</bookmark_value><bookmark_value>Heures;insertion lors de l'impression de présentations</bookmark_value><bookmark_value>Impression;pages masquées des présentations</bookmark_value><bookmark_value>Pages masquées;impression dans les présentations</bookmark_value><bookmark_value>Impression;sans échelle dans les présentations</bookmark_value><bookmark_value>Échelle;lors de l'impression des présentations</bookmark_value><bookmark_value>Impression;adaptation à la page dans les présentations</bookmark_value><bookmark_value>Adaptation à la page;paramètres d'impression dans les présentations</bookmark_value><bookmark_value>Impression;pages en mosaïque dans les présentations</bookmark_value>" #. iFJBG #: 01070400.xhp @@ -12390,7 +12390,7 @@ msgctxt "" "par_id3147229\n" "help.text" msgid "See also <link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"print_blackwhite_link\">Printing in Black and White</link>." -msgstr "" +msgstr "Voir également <link href=\"text/shared/guide/print_blackwhite.xhp\" name=\"print_blackwhite_link\">Impression en noir et blanc</link>." #. KK8qW #: 01070400.xhp @@ -12912,7 +12912,7 @@ msgctxt "" "par_id3153965\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the status bar.</ahelp> Right-click on the scale factor in the status bar to open a list of possible values." -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Détermine l'échelle de dessin dans la barre d'état.</ahelp> Faites un clic avec le bouton droit sur le facteur d'échelle dans la barre d'état pour ouvrir une liste des valeurs possibles." #. CVDi7 #: 01070500.xhp @@ -15468,7 +15468,7 @@ msgctxt "" "bm_id3146799\n" "help.text" msgid "<bookmark_value>string;conversion to number settings</bookmark_value> <bookmark_value>string conversion to number options</bookmark_value> <bookmark_value>string;conversion to date settings</bookmark_value> <bookmark_value>string conversion to date options</bookmark_value> <bookmark_value>string;conversion to reference settings</bookmark_value> <bookmark_value>string conversion to reference options</bookmark_value> <bookmark_value>string;setting in spreadsheet formulas</bookmark_value> <bookmark_value>cell reference syntax in strings;Excel R1C1</bookmark_value> <bookmark_value>cell reference syntax in strings;Excel A1</bookmark_value> <bookmark_value>cell reference syntax in strings;Calc A1</bookmark_value> <bookmark_value>Excel R1C1;cell reference syntax in strings</bookmark_value> <bookmark_value>Excel A1;cell reference syntax in strings</bookmark_value> <bookmark_value>Calc A1;cell reference syntax in strings</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Chaîne;paramètres de conversion en nombre</bookmark_value><bookmark_value>Options de conversion de chaîne en nombre</bookmark_value><bookmark_value>Chaîne;paramètres de conversion en date</bookmark_value><bookmark_value>Options de conversion de chaîne en date</bookmark_value><bookmark_value>Chaîne;paramètres de conversion en référence</bookmark_value><bookmark_value>Options de conversion de chaîne en référence</bookmark_value><bookmark_value>Chaîne;paramètre dans les formules de classeur</bookmark_value><bookmark_value>Syntaxe de référence de cellules dans les chaînes;Excel L1C1</bookmark_value><bookmark_value>Syntaxe de référence de cellules dans les chaînes;Excel A1</bookmark_value><bookmark_value>Syntaxe de référence de cellules dans les chaînes;Calc A1</bookmark_value><bookmark_value>Excel L1C1;Syntaxe de référence de cellules dans les chaînes</bookmark_value><bookmark_value>Excel A1;Syntaxe de référence de cellules dans les chaînes</bookmark_value><bookmark_value>Calc A1;Syntaxe de référence de cellules dans les chaînes</bookmark_value>" #. jZZNb #: detailedcalculation.xhp @@ -15549,7 +15549,7 @@ msgctxt "" "par_id3067110\n" "help.text" msgid "<emph>Convert only if unambiguous:</emph> If the text represents a valid and unambiguous numeric value, convert it. Example: <item type=\"input\">\"123.456\"</item> will generate a #VALUE! error because the text contains a separator, while <item type=\"input\">\"123456\"</item> will not.<br/>See <link href=\"text/scalc/guide/numbers_text.xhp\" name=\"numbers_text_link\">Converting Text to Numbers</link> for details." -msgstr "" +msgstr "<emph>Convertir uniquement si non ambiguë :</emph> si le texte représente une valeur numérique correcte et sans ambiguïté, la convertir. Exemple : <item type=\"input\">\"123,456\"</item> génère une erreur #VALEUR! parce que le texte contient un séparateur, alors que <item type=\"input\">\"123456\"</item> n'en générera pas.<br/>Voir <link href=\"text/scalc/guide/numbers_text.xhp\" name=\"numbers_text_link\">Convertir du texte en nombres</link> pour plus de détails." #. Eo47W #: detailedcalculation.xhp @@ -17313,7 +17313,7 @@ msgctxt "" "tit\n" "help.text" msgid "Search Commands" -msgstr "" +msgstr "Rechercher des commandes" #. LBGY4 #: search_commands.xhp @@ -17322,7 +17322,7 @@ msgctxt "" "bm_id8215627973621527\n" "help.text" msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Rechercher des commandes</bookmark_value><bookmark_value>Affichage tête haute (hud)</bookmark_value>" #. n8hsF #: search_commands.xhp @@ -17331,7 +17331,7 @@ msgctxt "" "hd_id951627860296699\n" "help.text" msgid "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\" name=\"SearchCommands_help\">Search Commands</link></variable>" -msgstr "" +msgstr "<variable id=\"SearchCommands_h1\"><link href=\"text/shared/optionen/search_commands.xhp\" name=\"SearchCommands_help\">Rechercher des commandes</link></variable>" #. fVXLC #: search_commands.xhp @@ -17340,7 +17340,7 @@ msgctxt "" "par_id3155069\n" "help.text" msgid "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Allows to search and execute all commands available in application menus by their names.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"SearchCommands_intro\"><ahelp hid=\".uno:CommandPopup\">Permet de rechercher et d'exécuter par leurs noms toutes les commandes disponibles dans les menus de l'application.</ahelp></variable>" #. rgr85 #: search_commands.xhp @@ -17349,7 +17349,7 @@ msgctxt "" "par_id961562795750725\n" "help.text" msgid "Choose <menuitem>Help - Search Commands</menuitem>" -msgstr "" +msgstr "Choisissez <menuitem>Aide - Rechercher des commandes</menuitem>" #. 2jAJE #: search_commands.xhp @@ -17358,7 +17358,7 @@ msgctxt "" "par_id961562795754587\n" "help.text" msgid "Use the shortcut <emph>Shift + Esc</emph>" -msgstr "" +msgstr "Utilisez le raccourci <emph>Maj + Esc</emph>" #. 9gqGJ #: search_commands.xhp @@ -17367,7 +17367,7 @@ msgctxt "" "par_id631628621951493\n" "help.text" msgid "When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field." -msgstr "" +msgstr "Lorsque la fonctionnalité <emph>Rechercher des commandes</emph> est activée, l'affichage tête haute (HUD) est affiché et peut être utilisé pour rechercher rapidement des commandes par leurs noms. Lors de la saisie de la chaîne recherchée, toutes les commandes correspondantes sont affichées dans la liste en dessous du champ de recherche." #. LBa6c #: search_commands.xhp @@ -17376,7 +17376,7 @@ msgctxt "" "par_id991628622249416\n" "help.text" msgid "To execute a command:" -msgstr "" +msgstr "Pour exécuter une commande :" #. CJ4EC #: search_commands.xhp @@ -17385,7 +17385,7 @@ msgctxt "" "par_id521628622272041\n" "help.text" msgid "Use the mouse to click on one of the items shown in the list. This will immediately run the selected command." -msgstr "" +msgstr "Utilisez la souris pour cliquer sur l'un des éléments affichés dans la liste. Cela exécutera immédiatement la commande sélectionnée." #. uEWNu #: search_commands.xhp @@ -17394,7 +17394,7 @@ msgctxt "" "par_id551628622272467\n" "help.text" msgid "Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command." -msgstr "" +msgstr "Utilisez les touches fléchées du clavier pour naviguer à travers les éléments affichés dans la liste et appuyez sur <emph>Entrée</emph> pour exécuter la commande souhaitée." #. XFXXZ #: search_commands.xhp @@ -17403,7 +17403,7 @@ msgctxt "" "par_id41628622450782\n" "help.text" msgid "This feature is available in Writer, Calc, Impress and Draw." -msgstr "" +msgstr "Cette fonctionnalité est disponible dans Writer, Calc, Impress et Draw." #. uqPJR #: securityoptionsdialog.xhp @@ -17421,7 +17421,7 @@ msgctxt "" "bm_id2322154\n" "help.text" msgid "<bookmark_value>selecting;security warnings</bookmark_value> <bookmark_value>selecting;security options</bookmark_value> <bookmark_value>options;security</bookmark_value> <bookmark_value>warnings;security</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Sélection;avertissement de sécurité</bookmark_value><bookmark_value>Sélection;options de sécurité</bookmark_value><bookmark_value>Options;sécurité</bookmark_value><bookmark_value>Avertissements;sécurité</bookmark_value>" #. EsBEH #: securityoptionsdialog.xhp @@ -17547,7 +17547,7 @@ msgctxt "" "par_idN10667\n" "help.text" msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from file properties, comments and tracked changes. The names of authors in comments and changes will be replaced by generic values as \"Author1\", \"Author2\" and so forth. Time values will also be reset to a single standard value. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Sélectionnez cette option pour toujours supprimer les données utilisateur des propriétés du fichier, les commentaires et le suivi des modifications. Les noms des auteurs dans les commentaires et les modifications seront remplacés par une valeur générique comme \"Auteur 1\", \"Auteur 2\" et ainsi de suite. Les valeurs de temps seront également réinitialisées à une valeur standard unique. Si cette option n'est pas sélectionnée, vous pouvez toujours supprimer les informations personnelles du document actif à l'aide du bouton <emph>Réinitialiser les propriétés</emph> dans <emph>Fichier - Propriétés - Généra</emph>.</ahelp>" #. HJEQF #: securityoptionsdialog.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/00.po b/source/fr/helpcontent2/source/text/simpress/00.po index 02c04db6cbd..3261f90def4 100644 --- a/source/fr/helpcontent2/source/text/simpress/00.po +++ b/source/fr/helpcontent2/source/text/simpress/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1559911077.000000\n" #. sqmGT @@ -1445,7 +1445,7 @@ msgctxt "" "par_id911634055593609\n" "help.text" msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem></variable>" -msgstr "" +msgstr "<variable id=\"loadslidedesign\">Choisissez <menuitem>Diapo - Modifier la diapo maîtresse - Charger</menuitem></variable>" #. Whnor #: slide_menu.xhp @@ -1472,7 +1472,7 @@ msgctxt "" "par_id3685251\n" "help.text" msgid "<image id=\"img_id3183073\" src=\"cmd/sc_insertpage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3183073\">Icon New slide</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3183073\" src=\"cmd/sc_insertpage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3183073\">Icône Nouvelle diapo</alt></image>" #. brVDD #: slide_menu.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/01.po b/source/fr/helpcontent2/source/text/simpress/01.po index 6188a3341ca..118275b87cf 100644 --- a/source/fr/helpcontent2/source/text/simpress/01.po +++ b/source/fr/helpcontent2/source/text/simpress/01.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559911461.000000\n" @@ -3903,7 +3903,7 @@ msgctxt "" "hd_id3164253\n" "help.text" msgid "<link href=\"text/simpress/01/05120000.xhp\" name=\"Change Slide Master\">Master Page</link>" -msgstr "" +msgstr "<link href=\"text/simpress/01/05120000.xhp\" name=\"Change Slide Master\">Page maîtresse</link>" #. Pz8J7 #: 05120000.xhp @@ -3912,7 +3912,7 @@ msgctxt "" "par_id3108485\n" "help.text" msgid "<variable id=\"masterpagetext\"><ahelp hid=\".uno:PresentationLayout\">Displays the <emph>Available Master Slides</emph> dialog, where you can select a layout scheme for the current page. Any objects in the page design are inserted behind objects in the current page.</ahelp></variable>" -msgstr "" +msgstr "<variable id=\"masterpagetext\"><ahelp hid=\".uno:PresentationLayout\">Affiche la boîte de dialogue des <emph>Diapos maîtresses disponibles</emph> dans laquelle vous sélectionnez la mise en page de la diapo active. Tous les objets dans l'ébauche de la diapo sont insérés derrière les objets de la diapo active.</ahelp></variable>" #. Jg7LJ #: 05120000.xhp @@ -4002,7 +4002,7 @@ msgctxt "" "par_id3956020\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/slidedesigndialog/load\">Displays the <link href=\"text/swriter/01/05170000.xhp\" name=\"Load Master Slide\"><emph>Load Master Page</emph></link> dialog, where you can select additional page designs.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/slidedesigndialog/load\">Affiche la boîte de dialogue<link href=\"text/swriter/01/05170000.xhp\" name=\"Load Master Slide\"><emph>Charger la diapo maîtresse</emph></link> dans laquelle vous sélectionnez des mises en page de diapo supplémentaires.</ahelp>" #. LZr7A #: 05120000.xhp @@ -4011,7 +4011,7 @@ msgctxt "" "par_id3156020\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/slidedesigndialog/load\">Displays the <link href=\"text/swriter/01/05170000.xhp\" name=\"Load Master Slide\"><emph>Load Master Slide</emph></link> dialog, where you can select additional slide designs.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/slidedesigndialog/load\">Affiche la boîte de dialogue<link href=\"text/swriter/01/05170000.xhp\" name=\"Load Master Slide\"><emph>Charger la diapo maîtresse</emph></link> dans laquelle vous sélectionnez des mises en page de diapo supplémentaires.</ahelp>" #. BLSEy #: 05120500m.xhp @@ -4569,7 +4569,7 @@ msgctxt "" "hd_id291634825392062\n" "help.text" msgid "Line spacing" -msgstr "" +msgstr "Interligne" #. t5Pe9 #: 05170000.xhp @@ -4668,7 +4668,7 @@ msgctxt "" "par_id3159205\n" "help.text" msgid "<ahelp hid=\".uno:NewRouting\">Resets the line skew values to the default.</ahelp> (This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"context menu\">context menu</link>)." -msgstr "" +msgstr "<ahelp hid=\".uno:NewRouting\">Réinitialise les valeurs d'inclinaison de ligne par défaut.</ahelp> (Cette commande n'est accessible que via <link href=\"text/shared/00/00000005.xhp#contextmenu\" name=\"context menu\">menu contextuel</link>)." #. JLBKm #: 05250000.xhp @@ -6972,7 +6972,7 @@ msgctxt "" "hd_id3154659\n" "help.text" msgid "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\" name=\"CustomShow_link\">Custom Slide Shows</link></variable>" -msgstr "" +msgstr "<variable id=\"CustomShow_h1\"><link href=\"text/simpress/01/06100000.xhp\" name=\"CustomShow_link\">Diaporamas personnalisés</link></variable>" #. EB558 #: 06100000.xhp @@ -6981,7 +6981,7 @@ msgctxt "" "par_id3149207\n" "help.text" msgid "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Defines a custom slide show using slides within the current presentation. You can then pick slides to meet the needs of your audience. You can create as many custom slide shows as you want.</ahelp> </variable>" -msgstr "" +msgstr "<variable id=\"indipraesent\"><ahelp hid=\".uno:CustomShowDialog\">Définit un diaporama personnalisé faisant appel à des diapos à l'intérieur de la présentation active. Vous avez alors la possibilité de sélectionner des diapos afin de répondre aux besoins de l'auditoire. Vous pouvez créer autant de diaporamas personnalisés que vous le souhaitez.</ahelp></variable>" #. YgWfS #: 06100000.xhp @@ -6990,7 +6990,7 @@ msgctxt "" "par_id641634164174393\n" "help.text" msgid "Read the help page <link href=\"text/simpress/guide/individual.xhp#individual\">Creating a Custom Slide Show</link> to learn more about how to set up your own custom slide shows." -msgstr "" +msgstr "Lisez la page d'aide <link href=\"text/simpress/guide/individual.xhp#individual\">Création d'un diaporama personnalisé</link> pour savoir comment définir vos propres diaporamas personnalisés." #. JyjJt #: 06100000.xhp @@ -6999,7 +6999,7 @@ msgctxt "" "hd_id3155530\n" "help.text" msgid "List of custom slide shows" -msgstr "" +msgstr "Liste des diaporamas personnalisés" #. 9WeMN #: 06100000.xhp @@ -7008,7 +7008,7 @@ msgctxt "" "par_id3156449\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Lists the custom slide shows that are available in the document.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/customshowlist\">Liste les diaporamas personnalisés qui sont disponibles dans le document.</ahelp>" #. T3UBF #: 06100000.xhp @@ -7035,7 +7035,7 @@ msgctxt "" "par_id3153250\n" "help.text" msgid "Select a custom slide show from the list." -msgstr "" +msgstr "Sélectionnez un diaporama personnalisé dans la liste." #. yFmBx #: 06100000.xhp @@ -7107,7 +7107,7 @@ msgctxt "" "par_id3157907\n" "help.text" msgid "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Runs the selected custom slide show.</ahelp>" -msgstr "" +msgstr "<ahelp hid=\"modules/simpress/ui/customslideshows/startshow\">Exécute le diaporama personnalisé sélectionné.</ahelp>" #. u5kLV #: 06100100.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/02.po b/source/fr/helpcontent2/source/text/simpress/02.po index 85158ea25c8..8e31707994c 100644 --- a/source/fr/helpcontent2/source/text/simpress/02.po +++ b/source/fr/helpcontent2/source/text/simpress/02.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-09-20 13:03+0200\n" -"PO-Revision-Date: 2020-11-21 15:35+0000\n" +"PO-Revision-Date: 2021-11-06 17:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" -"Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/fr/>\n" +"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/fr/>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1559911464.000000\n" #. AiACn @@ -743,7 +743,7 @@ msgctxt "" "hd_id3147264\n" "help.text" msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" #. EpoHs #: 10030000.xhp @@ -761,7 +761,7 @@ msgctxt "" "par_id3149018\n" "help.text" msgid "Choose <menuitem>View - Toolbars - Transformations</menuitem>." -msgstr "" +msgstr "Choisissez <menuitem>Affichage - Barre d'outils - Transformations</menuitem>." #. iDvMV #: 10030000.xhp @@ -770,7 +770,7 @@ msgctxt "" "par_id401626114053741\n" "help.text" msgid "Click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." -msgstr "" +msgstr "Cliquez sur la flèche près de l'icône <emph>Transformation</emph> dans la barre d'outils <emph>Standard</emph>." #. QAxua #: 10030000.xhp @@ -779,7 +779,7 @@ msgctxt "" "par_id3149665\n" "help.text" msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icon Transformations</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icône Transformations</alt></image>" #. ZKyMH #: 10030000.xhp @@ -788,7 +788,7 @@ msgctxt "" "par_id3154018\n" "help.text" msgid "Transformations" -msgstr "" +msgstr "Transformations" #. pfG6c #: 10030000.xhp @@ -833,7 +833,7 @@ msgctxt "" "par_id3146962\n" "help.text" msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icon Rotate</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icône Pivoter</alt></image>" #. WCPSb #: 10030000.xhp @@ -869,7 +869,7 @@ msgctxt "" "par_id3153035\n" "help.text" msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icon Flip</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icône Retourner</alt></image>" #. Kz9PF #: 10030000.xhp @@ -914,7 +914,7 @@ msgctxt "" "par_id3150928\n" "help.text" msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145295\">Icon In 3D rotation object</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145295\">Icône En objet de rotation 3D</alt></image>" #. vCf5c #: 10030000.xhp @@ -950,7 +950,7 @@ msgctxt "" "par_id3147167\n" "help.text" msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Set in circle</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icône Positionner sur le cercle</alt></image>" #. jQBPp #: 10030000.xhp @@ -986,7 +986,7 @@ msgctxt "" "par_id3150875\n" "help.text" msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150882\">Icon Set to circle</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150882\">Icône Positionner sur le cercle</alt></image>" #. CHQyt #: 10030000.xhp @@ -1022,7 +1022,7 @@ msgctxt "" "par_id3154693\n" "help.text" msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icon Distort</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icône Déformer</alt></image>" #. 5Fh3F #: 10030000.xhp @@ -1076,7 +1076,7 @@ msgctxt "" "par_id3154602\n" "help.text" msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icon Transparency</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icône Transparence</alt></image>" #. xZb79 #: 10030000.xhp @@ -1121,7 +1121,7 @@ msgctxt "" "par_id3150990\n" "help.text" msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icon Gradient</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icône Dégradé</alt></image>" #. nVb58 #: 10030000.xhp @@ -1148,7 +1148,7 @@ msgctxt "" "bm_id3149948\n" "help.text" msgid "<bookmark_value>object bars; editing gluepoints</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Barres d'objet;édition des points de collage</bookmark_value>" #. GWD99 #: 10030200.xhp @@ -1157,7 +1157,7 @@ msgctxt "" "hd_id3149948\n" "help.text" msgid "<variable id=\"gluepointsbar\"><link href=\"text/simpress/02/10030200.xhp\">Gluepoints Bar</link></variable>" -msgstr "" +msgstr "<variable id=\"gluepointsbar\"><link href=\"text/simpress/02/10030200.xhp\">Barre Points de collage</link></variable>" #. CjR3U #: 10030200.xhp @@ -1175,7 +1175,7 @@ msgctxt "" "hd_id3149876\n" "help.text" msgid "Insert Gluepoint" -msgstr "" +msgstr "Insérer un point de collage" #. ddyBH #: 10030200.xhp @@ -1355,7 +1355,7 @@ msgctxt "" "hd_id3150875\n" "help.text" msgid "Gluepoint Relative" -msgstr "" +msgstr "Position du point de collage relatif" #. eaDid #: 10030200.xhp @@ -1382,7 +1382,7 @@ msgctxt "" "par_id3149286\n" "help.text" msgid "Gluepoint Relative" -msgstr "" +msgstr "Point de collage relatif" #. SpABR #: 10030200.xhp @@ -1391,7 +1391,7 @@ msgctxt "" "hd_id3149755\n" "help.text" msgid "Gluepoint Horizontal Left" -msgstr "" +msgstr "Point de collage horizontal à gauche" #. 3QrV9 #: 10030200.xhp @@ -1418,7 +1418,7 @@ msgctxt "" "par_id3158405\n" "help.text" msgid "Gluepoint Horizontal Left" -msgstr "" +msgstr "Point de collage horizontal à gauche" #. Wwiiy #: 10030200.xhp @@ -1427,7 +1427,7 @@ msgctxt "" "hd_id3154214\n" "help.text" msgid "Gluepoint Horizontal Center" -msgstr "" +msgstr "Point de collage horizontal au centre" #. sFGAs #: 10030200.xhp @@ -1454,7 +1454,7 @@ msgctxt "" "par_id3150706\n" "help.text" msgid "Gluepoint Horizontal Center" -msgstr "" +msgstr "Point de collage horizontal au centre" #. pGdhP #: 10030200.xhp @@ -1463,7 +1463,7 @@ msgctxt "" "hd_id3153748\n" "help.text" msgid "Gluepoint Horizontal Right" -msgstr "" +msgstr "Point de collage horizontal à droite" #. j57kW #: 10030200.xhp @@ -1490,7 +1490,7 @@ msgctxt "" "par_id3154799\n" "help.text" msgid "Gluepoint Horizontal Right" -msgstr "" +msgstr "Point de collage horizontal à droite" #. CqkDB #: 10030200.xhp @@ -1499,7 +1499,7 @@ msgctxt "" "hd_id3153540\n" "help.text" msgid "Gluepoint Vertical Top" -msgstr "" +msgstr "Point de collage vertical en haut" #. HTixw #: 10030200.xhp @@ -1526,7 +1526,7 @@ msgctxt "" "par_id3148681\n" "help.text" msgid "Gluepoint Vertical Top" -msgstr "" +msgstr "Point de collage vertical en haut" #. V5AvY #: 10030200.xhp @@ -1535,7 +1535,7 @@ msgctxt "" "hd_id3153678\n" "help.text" msgid "Gluepoint Vertical Center" -msgstr "" +msgstr "Point de collage vertical au centre" #. M5aQi #: 10030200.xhp @@ -1562,7 +1562,7 @@ msgctxt "" "par_id3146130\n" "help.text" msgid "Gluepoint Vertical Center" -msgstr "" +msgstr "Point de collage vertical au centre" #. MbCWi #: 10030200.xhp @@ -1571,7 +1571,7 @@ msgctxt "" "hd_id3147529\n" "help.text" msgid "Gluepoint Vertical Bottom" -msgstr "" +msgstr "Point de collage vertical en bas" #. azpMi #: 10030200.xhp @@ -1598,7 +1598,7 @@ msgctxt "" "par_id3156204\n" "help.text" msgid "Gluepoint Vertical Bottom" -msgstr "" +msgstr "Point de collage vertical en bas" #. dkHqv #: 10050000.xhp @@ -3416,7 +3416,7 @@ msgctxt "" "par_id3148604\n" "help.text" msgid "When you click a connector and move your mouse pointer over a filled object, or the edge of an unfilled object, gluepoints appear. A gluepoint is a fixed point where you can attach a connector line. You can add custom <link href=\"text/simpress/02/10030200.xhp\" name=\"gluepoint\">gluepoints</link> to an object." -msgstr "" +msgstr "Lorsque vous cliquez sur un connecteur et que vous déplacez le pointeur de la souris sur un objet plein ou sur l'arête d'un objet non rempli, des points de collage apparaissent. Un point de collage est un point fixe auquel vous pouvez joindre un connecteur. Vous pouvez ajouter un <link href=\"text/simpress/02/10030200.xhp\" name=\"gluepoint\">point de collage</link> personnalisé à un objet." #. qX29Y #: 10100000.xhp @@ -5297,7 +5297,7 @@ msgctxt "" "tit\n" "help.text" msgid "Gluepoints" -msgstr "" +msgstr "Points de collage" #. 6MNBW #: 13010000.xhp @@ -5306,7 +5306,7 @@ msgctxt "" "hd_id3153144\n" "help.text" msgid "<link href=\"text/simpress/02/13010000.xhp\" name=\"Gluepoints\">Gluepoints</link>" -msgstr "" +msgstr "<link href=\"text/simpress/02/13010000.xhp\" name=\"Gluepoints\">Points de collage</link>" #. 9qUBf #: 13010000.xhp @@ -5315,7 +5315,7 @@ msgctxt "" "par_id3146120\n" "help.text" msgid "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Insert or modify the properties of a gluepoint. A gluepoint is a custom connection point where you can attach a <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">connector</link> line.</ahelp>" -msgstr "" +msgstr "<ahelp visibility=\"visible\" hid=\".uno:GlueEditMode\">Insérez un point de collage ou modifiez ses propriétés. Un point de collage est un point de connexion personnalisé auquel vous pouvez joindre un <link href=\"text/simpress/02/10100000.xhp\" name=\"connector\">connecteur</link> linéaire.</ahelp>" #. cSpbQ #: 13010000.xhp @@ -5333,7 +5333,7 @@ msgctxt "" "par_id3147339\n" "help.text" msgid "Show Gluepoints Functions" -msgstr "" +msgstr "Afficher les fonctions des points de collage" #. FipQc #: 13020000.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/guide.po b/source/fr/helpcontent2/source/text/simpress/guide.po index 05ed53c359e..d6f3e93460a 100644 --- a/source/fr/helpcontent2/source/text/simpress/guide.po +++ b/source/fr/helpcontent2/source/text/simpress/guide.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-POOTLE-MTIME: 1559911552.000000\n" #. S83CC @@ -5585,7 +5585,7 @@ msgctxt "" "bm_id5592516\n" "help.text" msgid "<bookmark_value>running slide shows</bookmark_value> <bookmark_value>showing;slide shows</bookmark_value> <bookmark_value>slide shows; starting</bookmark_value> <bookmark_value>presentations; starting</bookmark_value> <bookmark_value>starting; slide shows</bookmark_value> <bookmark_value>automatic slide shows</bookmark_value> <bookmark_value>slide transitions;automatic</bookmark_value> <bookmark_value>automatic slide transition</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Lancement des diaporamas</bookmark_value><bookmark_value>Affichage;diaporamas</bookmark_value><bookmark_value>Diaporamas;démarrage</bookmark_value><bookmark_value>Présentations;démarrage</bookmark_value><bookmark_value>Démarrage;diaporamas</bookmark_value><bookmark_value>Diaporamas automatique</bookmark_value><bookmark_value>Transitions;automatiques</bookmark_value><bookmark_value>Transitions automatiques</bookmark_value>" #. ZwZRH #: show.xhp @@ -5648,7 +5648,7 @@ msgctxt "" "par_id391634159318692\n" "help.text" msgid "Press <keycode>Esc</keycode> to abort the slide show before its end." -msgstr "" +msgstr "Appuyez sur <keycode>Esc</keycode> pour abandonner le diaporama avant la fin." #. yF4a5 #: show.xhp @@ -5693,7 +5693,7 @@ msgctxt "" "par_id9168980\n" "help.text" msgid "In the <emph>Advance Slide</emph> area, click <emph>After</emph> and enter a time duration." -msgstr "" +msgstr "Dans la zone <emph>Passer à la diapo suivante</emph>, cliquez sur <emph>Après</emph> et saisissez une durée." #. HfVRx #: show.xhp @@ -5702,7 +5702,7 @@ msgctxt "" "par_id9766533\n" "help.text" msgid "Click <emph>Apply Transition to All Slides</emph>." -msgstr "" +msgstr "Cliquez sur <emph>Appliquer la transition à toutes les diapos</emph>." #. yfpGu #: show.xhp @@ -5738,7 +5738,7 @@ msgctxt "" "par_id1336405\n" "help.text" msgid "In the <emph>Presentation Mode</emph> area, choose <emph>Loop and repeat after</emph> and set the duration of the pause between shows." -msgstr "" +msgstr "Dans la zone <emph>Mode de présentation</emph>, choisissez <emph>Boucler et répéter après</emph> et définissez un temps de pause entre les diaporamas." #. A4BCr #: show.xhp diff --git a/source/fr/helpcontent2/source/text/swriter.po b/source/fr/helpcontent2/source/text/swriter.po index 4fa93e53a6d..1aa21f2126d 100644 --- a/source/fr/helpcontent2/source/text/swriter.po +++ b/source/fr/helpcontent2/source/text/swriter.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1546876370.000000\n" @@ -2463,7 +2463,7 @@ msgctxt "" "par_id3147419\n" "help.text" msgid "You can also choose this setting on the <emph>Wrap</emph> tab page." -msgstr "" +msgstr "Vous pouvez aussi choisir ce paramétrage sous l'onglet <emph>Renvoi</emph>." #. n8sCd #: main0215.xhp @@ -2481,7 +2481,7 @@ msgctxt "" "par_id3153405\n" "help.text" msgid "This icon represents the <emph>Page Wrap</emph> option on the <emph>Wrap</emph> tab page." -msgstr "" +msgstr "Cette icône représente l'option <emph>Renvoi relatif à la page</emph> de l'onglet <emph>Renvoi</emph>." #. euDxv #: main0215.xhp @@ -2499,7 +2499,7 @@ msgctxt "" "par_id3147799\n" "help.text" msgid "You can also define this setting on the <emph>Wrap</emph> tab page." -msgstr "" +msgstr "Vous pouvez aussi choisir ce paramétrage sous l'onglet <emph>Renvoi</emph>." #. UcRFJ #: main0215.xhp diff --git a/source/fr/helpcontent2/source/text/swriter/00.po b/source/fr/helpcontent2/source/text/swriter/00.po index 4de36a0a0ae..79c570d0081 100644 --- a/source/fr/helpcontent2/source/text/swriter/00.po +++ b/source/fr/helpcontent2/source/text/swriter/00.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-20 13:08+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1557848222.000000\n" @@ -2175,7 +2175,7 @@ msgctxt "" "par_id3153996\n" "help.text" msgid "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154002\">Icon Merge Cells</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3154002\" src=\"cmd/sc_mergecells.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154002\">Icône Fusionner les cellules</alt></image>" #. dpXBa #: 00000405.xhp @@ -2211,7 +2211,7 @@ msgctxt "" "par_id3147270\n" "help.text" msgid "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147275\">Icon Unmerge Cells</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3147275\" src=\"cmd/sc_splitcell.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147275\">Icône Scinder les cellules</alt></image>" #. 7XaPo #: 00000405.xhp @@ -2292,7 +2292,7 @@ msgctxt "" "par_id3145222\n" "help.text" msgid "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icon Optimal Row Height</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145228\" src=\"cmd/sc_setoptimalrowheight.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145228\">Icône Hauteur de ligne optimale</alt></image>" #. fRVE5 #: 00000405.xhp @@ -2328,7 +2328,7 @@ msgctxt "" "par_id3145297\n" "help.text" msgid "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icon Distribute Rows Equally</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3155994\" src=\"cmd/sc_distributerows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155994\">Icône Répartir les lignes régulièrement</alt></image>" #. KuUhp #: 00000405.xhp @@ -2373,7 +2373,7 @@ msgctxt "" "par_id3147555\n" "help.text" msgid "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150361\">Icon Delete Row</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150361\" src=\"cmd/sc_deleterows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150361\">Icône Supprimer la ligne</alt></image>" #. EfTgN #: 00000405.xhp @@ -2427,7 +2427,7 @@ msgctxt "" "par_id3157881\n" "help.text" msgid "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icon Optimal Column Width</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3157888\" src=\"cmd/sc_setoptimalcolumnwidthdirect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157888\">Icône Largeur de colonne optimale</alt></image>" #. iRYb5 #: 00000405.xhp @@ -2463,7 +2463,7 @@ msgctxt "" "par_id3145179\n" "help.text" msgid "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icon Space Column Equally</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3145186\" src=\"cmd/sc_distributecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145186\">Icône Répartir les colonnes régulièrement</alt></image>" #. njBSt #: 00000405.xhp @@ -2517,7 +2517,7 @@ msgctxt "" "par_id3150279\n" "help.text" msgid "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150286\">Icon Insert Column</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150286\" src=\"cmd/sc_insertcolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150286\">Icône Insérer une colonne</alt></image>" #. jeDiz #: 00000405.xhp @@ -2535,7 +2535,7 @@ msgctxt "" "par_id3150895\n" "help.text" msgid "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150902\">Icon Insert Row</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3150902\" src=\"cmd/sc_insertrows.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150902\">Icône Insérer une ligne</alt></image>" #. MFvHr #: 00000405.xhp @@ -2571,7 +2571,7 @@ msgctxt "" "par_id3153600\n" "help.text" msgid "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153607\">Icon Delete Column</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3153607\" src=\"cmd/sc_deletecolumns.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153607\">Icône Supprimer une colonne</alt></image>" #. ro8Mr #: 00000405.xhp @@ -2598,7 +2598,7 @@ msgctxt "" "par_id3151276\n" "help.text" msgid "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151283\">Icon Object Properties</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3151283\" src=\"cmd/sc_framedialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151283\">Icône Propriétés de l'objet</alt></image>" #. vpeBB #: 00000405.xhp @@ -2616,7 +2616,7 @@ msgctxt "" "par_id3152973\n" "help.text" msgid "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152980\">Icon Frame Properties</alt></image>" -msgstr "" +msgstr "<image id=\"img_id3152980\" src=\"cmd/sc_framedialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152980\">Icône Propriétés du cadre</alt></image>" #. CZwgM #: 00000405.xhp diff --git a/source/fr/helpcontent2/source/text/swriter/02.po b/source/fr/helpcontent2/source/text/swriter/02.po index 2eac826c133..e54b612649d 100644 --- a/source/fr/helpcontent2/source/text/swriter/02.po +++ b/source/fr/helpcontent2/source/text/swriter/02.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" "POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-04-16 00:37+0000\n" +"PO-Revision-Date: 2021-11-03 10:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/fr/>\n" "Language: fr\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" +"X-Generator: Weblate 4.8.1\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1512063046.000000\n" @@ -870,7 +870,7 @@ msgctxt "" "par_id261616371203225\n" "help.text" msgid "To restart numbering with a number greater than 1, right-click in the paragraph where you want to restart numbering, choose <menuitem>Paragraph - Paragraph - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link> tab, select <menuitem>Restart numbering at this paragraph</menuitem> and enter the start number in <menuitem>Start with</menuitem>." -msgstr "" +msgstr "Pour redémarrer la numérotation avec un nombre supérieur à 1, faites un clic avec le bouton droit dans le paragraphe où la numérotation doit redémarrer, choisissez l'onglet <menuitem>Paragraphe - Paragraphe - </menuitem><link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Plan et liste</link>, sélectionnez <menuitem>Redémarrer la numérotation avec ce paragraphe</menuitem> et saisissez le numéro par lequel commencer dans <menuitem>Commencer avec</menuitem>." #. qCdhk #: 08010000.xhp diff --git a/source/fr/helpcontent2/source/text/swriter/guide.po b/source/fr/helpcontent2/source/text/swriter/guide.po index 58710747812..50a7c0e21ea 100644 --- a/source/fr/helpcontent2/source/text/swriter/guide.po +++ b/source/fr/helpcontent2/source/text/swriter/guide.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2021-10-25 12:49+0200\n" -"PO-Revision-Date: 2021-10-09 04:43+0000\n" +"POT-Creation-Date: 2021-11-16 12:09+0100\n" +"PO-Revision-Date: 2021-11-06 17:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/fr/>\n" "Language: fr\n" @@ -51,7 +51,7 @@ msgctxt "" "par_id181634295881266\n" "help.text" msgid "An object, such as an image, is positioned within a document using anchors attached to other elements." -msgstr "" +msgstr "Un objet, tel qu'une image, est positionné à l'intérieur d'un document en utilisant des ancres attachées à d'autres éléments." #. rrmfz #: anchor_object.xhp @@ -60,15 +60,15 @@ msgctxt "" "par_id41634291500513\n" "help.text" msgid "An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An image always has an anchor and therefore a reference point." -msgstr "" +msgstr "Une ancre détermine le point de référence d'un objet. Le point de référence peut être la page ou un cadre où se situe l'objet, un paragraphe ou même un caractère. Une image a toujours une ancre et donc un point de référence." -#. 2Bkvg +#. czeNu #: anchor_object.xhp msgctxt "" "anchor_object.xhp\n" "par_id3147251\n" "help.text" -msgid "An anchor moves with the element it is attached to as the document is edited. An object retains it's position relative to the reference point determined by it's anchor, such that, whenever the reference point moves or changes, the object moves relative to it." +msgid "An anchor moves with the element it is attached to as the document is edited. An object retains its position relative to the reference point determined by its anchor, such that, whenever the reference point moves or changes, the object moves relative to it." msgstr "" #. ELWph @@ -78,7 +78,7 @@ msgctxt "" "par_id441634291545244\n" "help.text" msgid "The following anchoring options are available:" -msgstr "" +msgstr "Les options d'ancrage suivantes sont disponibles :" #. mWome #: anchor_object.xhp @@ -114,7 +114,7 @@ msgctxt "" "par_id3151181\n" "help.text" msgid "Anchors the selected object as a character in the current text. If the height of the selected object is greater than the current font size, the height of the line containing the object is increased." -msgstr "" +msgstr "Ancre l'objet sélectionné comme caractère dans le texte actif. Si la hauteur de cet élément est supérieure à la taille de police utilisée, la ligne contenant l'élément est agrandie en conséquence." #. SNGPX #: anchor_object.xhp @@ -141,7 +141,7 @@ msgctxt "" "par_id3151235\n" "help.text" msgid "Anchors the selected object to the paragraph that contains the character to which the anchor is attached. The reference point for the object is the start of the paragraph that contains the character." -msgstr "" +msgstr "Ancre l'objet sélectionné au paragraphe qui contient le caractère auquel l'ancre est attachée. Le point de référence de l'objet est le début du paragraphe qui contient le caractère." #. Awa37 #: anchor_object.xhp @@ -150,7 +150,7 @@ msgctxt "" "par_id261634292505179\n" "help.text" msgid "For example, if you split the paragraph at a point before the anchor, the reference point moves to the start of the new paragraph and the object moves relative to that point. If you join the paragraph to the one before it, the reference point moves to the start of the combined paragraph and the object moves to a position relative to that." -msgstr "" +msgstr "Par exemple, si vous divisez le paragraphe à un point avant l'ancre, le point de référence se déplace au début du nouveau paragraphe et l'objet se déplace par rapport à ce point. Si vous joignez le paragraphe à celui qui le précède, le point de référence se déplace au début du paragraphe combiné et l'objet se déplace vers une position par rapport à celui-ci." #. ekiBZ #: anchor_object.xhp @@ -168,7 +168,7 @@ msgctxt "" "par_id3155094\n" "help.text" msgid "Anchors the selected object to the current paragraph." -msgstr "" +msgstr "Ancre l'objet sélectionné au paragraphe actif." #. MWaB5 #: anchor_object.xhp @@ -186,7 +186,7 @@ msgctxt "" "par_id3155144\n" "help.text" msgid "Anchors the selected object to the current page." -msgstr "" +msgstr "Ancre l'objet sélectionné à la page active." #. ZEdjj #: anchor_object.xhp @@ -213,7 +213,7 @@ msgctxt "" "par_id3145715\n" "help.text" msgid "When you insert an object, graphic, or frame, an anchor icon appears where the object is anchored. You can move an anchor or, keeping other object constraints in mind, position an object relative to the anchor's reference point by dragging the object. To change the anchoring options of an item, right-click the item, and then choose an option from the <item type=\"menuitem\">Anchor</item> submenu." -msgstr "" +msgstr "Lorsque vous insérez un objet, une image ou un cadre, une icône d'ancrage apparaît à l'endroit où l'objet est ancré. Vous pouvez déplacer une ancre ou, en gardant à l'esprit d'autres contraintes d'objet, positionner un objet par rapport au point de référence de l'ancre en faisant glisser l'objet. Pour modifier les options d'ancrage d'un élément, cliquez avec le bouton droit sur l'élément, puis choisissez une option dans le sous-menu <item type=\"menuitem\">Ancrer</item>." #. EkgCv #: arrange_chapters.xhp @@ -9942,7 +9942,7 @@ msgctxt "" "bm_id3145086\n" "help.text" msgid "<bookmark_value>formatting styles; importing</bookmark_value> <bookmark_value>styles; importing from other files</bookmark_value> <bookmark_value>importing;styles from other files</bookmark_value> <bookmark_value>loading;styles from other files</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Styles de formatage;import</bookmark_value><bookmark_value>Styles;import à partir d'autres fichiers</bookmark_value><bookmark_value>Import;styles à partir d'autres fichiers</bookmark_value><bookmark_value>Chargement;styles à partir d'autres fichiers</bookmark_value>" #. poRMw #: load_styles.xhp @@ -9996,7 +9996,7 @@ msgctxt "" "par_id441529889103330\n" "help.text" msgid "Choose <emph>Styles - Manage Styles</emph> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open the <emph>Styles</emph> sidebar deck." -msgstr "" +msgstr "Choisissez <emph>Styles - Gérer les styles</emph> ou <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande + T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> pour ouvrir le volet latéral <emph>Styles</emph>." #. mHDNg #: load_styles.xhp @@ -10554,7 +10554,7 @@ msgctxt "" "bm_id3150101\n" "help.text" msgid "<bookmark_value>line numbers</bookmark_value> <bookmark_value>text; line numbers</bookmark_value> <bookmark_value>paragraphs;line numbers</bookmark_value> <bookmark_value>lines of text; numbering</bookmark_value> <bookmark_value>numbering; lines</bookmark_value> <bookmark_value>numbers; line numbering</bookmark_value> <bookmark_value>marginal numbers on text pages</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Numéros de ligne</bookmark_value><bookmark_value>Texte;numéros de ligne</bookmark_value><bookmark_value>Paragraphes;numéros de ligne</bookmark_value><bookmark_value>Lignes de texte;numérotation</bookmark_value><bookmark_value>Numérotation;lignes</bookmark_value><bookmark_value>Numéros;numérotation de lignes</bookmark_value><bookmark_value>Numéros en marge sur les pages de texte</bookmark_value>" #. qVEcP #: numbering_lines.xhp @@ -10653,7 +10653,7 @@ msgctxt "" "par_id3154248\n" "help.text" msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T </caseinline><defaultinline>F11</defaultinline></switchinline> to open the <emph>Styles</emph> window, and then click the <emph>Paragraph Styles</emph> icon." -msgstr "" +msgstr "Appuyez sur <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande+T</caseinline><defaultinline>F11</defaultinline></switchinline> pour ouvrir la fenêtre <emph>Styles</emph>, puis cliquez sur l'icône <emph>Styles de paragraphe</emph>." #. Fwn8P #: numbering_lines.xhp @@ -10824,7 +10824,7 @@ msgctxt "" "par_id3153960\n" "help.text" msgid "Format - Paragraph - <link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Outline & List</link>" -msgstr "" +msgstr "Format - Paragraphe - <link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering_link\">Plan et liste</link>" #. foq8S #: numbering_lines.xhp @@ -10986,7 +10986,7 @@ msgctxt "" "bm_id3155183\n" "help.text" msgid "<bookmark_value>inserting; page breaks</bookmark_value> <bookmark_value>deleting;page breaks</bookmark_value> <bookmark_value>pages; inserting/deleting page breaks</bookmark_value> <bookmark_value>manual page breaks</bookmark_value> <bookmark_value>tables;deleting page breaks before</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Insertion;sauts de page</bookmark_value><bookmark_value>Suppression;sauts de page</bookmark_value><bookmark_value>Pages;insertion/suppression de sauts de page</bookmark_value><bookmark_value>Sauts de page manuels</bookmark_value><bookmark_value>Tableaux;suppression des sauts de page avant</bookmark_value>" #. eCabG #: page_break.xhp @@ -11094,7 +11094,7 @@ msgctxt "" "hd_id151633462071702\n" "help.text" msgid "To Quickly Switch Between Portrait and Landscape Page Layout" -msgstr "" +msgstr "Pour basculer rapidement entre la mise en page portrait et paysage" #. xLfpN #: page_break.xhp @@ -11103,7 +11103,7 @@ msgctxt "" "par_id121633463140208\n" "help.text" msgid "Read the help page <link href=\"text/swriter/guide/pageorientation.xhp\" name=\"pageorientation_link\">Changing Page Orientation</link> to learn more about advanced configurations that can be defined concerning page orientation." -msgstr "" +msgstr "Lisez la page d'aide <link href=\"text/swriter/guide/pageorientation.xhp\" name=\"pageorientation_link\">Changer l'orientation de la page</link> pour en apprendre davantage sur les configurations avancées qui peuvent être définies concernant l'orientation de la page." #. 5GEmu #: pagebackground.xhp @@ -11760,7 +11760,7 @@ msgctxt "" "bm_id9683828\n" "help.text" msgid "<bookmark_value>page styles;orientation/scope</bookmark_value> <bookmark_value>page formats; changing individual pages</bookmark_value> <bookmark_value>formatting; changing individual pages</bookmark_value> <bookmark_value>portrait and landscape</bookmark_value> <bookmark_value>landscape and portrait</bookmark_value> <bookmark_value>printing;portrait/landscape format</bookmark_value> <bookmark_value>orientation of pages</bookmark_value> <bookmark_value>paper orientation</bookmark_value> <bookmark_value>pages;orientation</bookmark_value> <bookmark_value>sideways orientation of pages</bookmark_value> <bookmark_value>scope of page styles</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Style de page;orientation/étendue</bookmark_value><bookmark_value>Formats de page;modifier des pages individuellement</bookmark_value><bookmark_value>Formatage;modifier des pages individuellement</bookmark_value><bookmark_value>Portrait et paysage</bookmark_value><bookmark_value>Paysage et portrait</bookmark_value><bookmark_value>Impression;format portrait/paysage </bookmark_value><bookmark_value>Orientation des pages</bookmark_value><bookmark_value>Orientation du papier</bookmark_value><bookmark_value>Pages;orientation</bookmark_value><bookmark_value>Côté d'orientation des pages</bookmark_value><bookmark_value>Étendue des styles de page</bookmark_value>" #. ETQJ7 #: pageorientation.xhp @@ -11976,7 +11976,7 @@ msgctxt "" "hd_id151633462071702\n" "help.text" msgid "To Quickly Switch Between Portrait and Landscape Page Layout" -msgstr "" +msgstr "Pour basculer rapidement entre la mise en page portrait et paysage" #. EEW2C #: pageorientation.xhp @@ -11985,7 +11985,7 @@ msgctxt "" "par_id51633462108943\n" "help.text" msgid "The default template provided by %PRODUCTNAME Writer offers several page layout styles, among which the <emph>Default Page Style</emph> has Portrait orientation and the <emph>Landscape</emph> style has landscape orientation." -msgstr "" +msgstr "Le modèle par défaut fourni par %PRODUCTNAME Writer propose plusieurs styles de mise en page, parmi lesquels le <emph>Style de page par défaut</emph> a une orientation Portrait et le style <emph>Paysage</emph> a une orientation paysage." #. aMkMn #: pageorientation.xhp @@ -11994,7 +11994,7 @@ msgctxt "" "par_id321633462254730\n" "help.text" msgid "These styles can be used to quickly switch between portrait and landscape orientation by inserting manual breaks and choosing the appropriate page styles as described below:" -msgstr "" +msgstr "Ces styles peuvent être utilisés pour basculer rapidement entre l'orientation portrait et paysage en insérant des sauts manuels et en choisissant les styles de page appropriés comme décrit ci-dessous :" #. dQpYD #: pageorientation.xhp @@ -12003,7 +12003,7 @@ msgctxt "" "par_id21633462303911\n" "help.text" msgid "Place the cursor where the page break is to be inserted." -msgstr "" +msgstr "Placez le curseur à l'endroit où le saut de page doit être inséré." #. sTgyV #: pageorientation.xhp @@ -12012,7 +12012,7 @@ msgctxt "" "par_id841633462305362\n" "help.text" msgid "Go to <menuitem>Insert - More Breaks - Manual Break</menuitem>. The <emph>Insert Break</emph> dialog will open." -msgstr "" +msgstr "Allez dans le menu <menuitem>Insertion - Plus de sauts - Saut manuel</menuitem>. La boîte de dialogue <emph>Insérer un saut</emph> s'ouvre." #. fpcnD #: pageorientation.xhp @@ -12021,7 +12021,7 @@ msgctxt "" "par_id31633462305839\n" "help.text" msgid "Choose the option <emph>Page break</emph> and in the <emph>Page Style</emph> drop-down list choose the page style to be applied to the page after the break (Default Page Style, Landscape, etc)." -msgstr "" +msgstr "Choisissez l'option <emph>Saut de page</emph> et dans la liste déroulante <emph>Style de page</emph> choisissez le style de page à appliquer à la page après le saut (Style de page par défaut, Paysage, etc.)." #. z3nCn #: pageorientation.xhp @@ -12030,7 +12030,7 @@ msgctxt "" "par_id51633462306574\n" "help.text" msgid "If the applied has to be changed again at a certain point in the document (for instance, to switch back from landscape to portrait orientation), place the cursor at this point and repeat the steps previously described." -msgstr "" +msgstr "Si le style appliqué doit être à nouveau modifié à un certain point du document (par exemple, pour revenir de l'orientation paysage à l'orientation portrait), placez le curseur à cet endroit et répétez les étapes décrites précédemment." #. JyqRA #: pageorientation.xhp @@ -18762,7 +18762,7 @@ msgctxt "" "bm_id3155174\n" "help.text" msgid "<bookmark_value>numbering;manually/by styles</bookmark_value> <bookmark_value>list styles</bookmark_value> <bookmark_value>manual numbering in text</bookmark_value> <bookmark_value>paragraph styles;numbering</bookmark_value>" -msgstr "" +msgstr "<bookmark_value>Numérotation;manuellement/par les styles</bookmark_value><bookmark_value>Styles de liste</bookmark_value><bookmark_value>Numérotation manuelle dans le texte</bookmark_value><bookmark_value>Styles de paragraphe;numérotation</bookmark_value>" #. FizBP #: using_numbering.xhp @@ -18789,7 +18789,7 @@ msgctxt "" "par_id31616154131555\n" "help.text" msgid "If you want numbered headings, use <menuitem>Tools - </menuitem><link href=\"text/swriter/01/06060000.xhp\" name=\"chap_num_link\">Chapter Numbering</link>, instead of numbering manually." -msgstr "" +msgstr "Si vous voulez des titres numérotés, utilisez <menuitem>Outils - </menuitem><link href=\"text/swriter/01/06060000.xhp\" name=\"chap_num_link\">Numérotation des chapitres</link>, au lieu de numéroter manuellement." #. Dh8sW #: using_numbering.xhp |