diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:23:14 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-09-14 13:39:38 +0200 |
commit | 561c214c699f3b563ba2507fd1ad9a709cf16653 (patch) | |
tree | 9115b32cddb880b72ecb721e4d62643401f08073 /source/fr/helpcontent2 | |
parent | 4460c7babd574c5040a528d10fe51001c27680bc (diff) |
update translations for master
and foce-fix errors using pocheck
Change-Id: I12d26e666d46993fd4ff26616c09be9e5bf82fcd
Diffstat (limited to 'source/fr/helpcontent2')
42 files changed, 7962 insertions, 3979 deletions
diff --git a/source/fr/helpcontent2/source/auxiliary.po b/source/fr/helpcontent2/source/auxiliary.po index 7fc95790fe6..00ba9094c90 100644 --- a/source/fr/helpcontent2/source/auxiliary.po +++ b/source/fr/helpcontent2/source/auxiliary.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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-26 11:03+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1562257292.000000\n" #. fEEXD @@ -124,6 +124,15 @@ msgctxt "" msgid "Programming with Python" msgstr "Programmation avec Python" +#. JCHAg +#: sbasic.tree +msgctxt "" +"sbasic.tree\n" +"0703\n" +"node.text" +msgid "Script Development Tools" +msgstr "" + #. KsAjT #: scalc.tree msgctxt "" diff --git a/source/fr/helpcontent2/source/text/sbasic/guide.po b/source/fr/helpcontent2/source/text/sbasic/guide.po index 62efc57fea6..d0c00ebee54 100644 --- a/source/fr/helpcontent2/source/text/sbasic/guide.po +++ b/source/fr/helpcontent2/source/text/sbasic/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: 2019-11-08 19:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-02-01 16:24+0000\n" "Last-Translator: Jeanmi2403 <jeanmichel.coste@free.fr>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/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.4\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1560351894.000000\n" @@ -683,6 +683,393 @@ msgctxt "" msgid "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Basic Programming Examples</link></variable>" msgstr "<variable id=\"basicexamplestit\"><link href=\"text/sbasic/guide/basic_examples.xhp\" name=\"Basic Programming Examples\">Exemples de programmation Basic</link></variable>" +#. GKzpN +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"tit\n" +"help.text" +msgid "Formatting Borders in Calc with Macros" +msgstr "" + +#. gDaEd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id461623364876507\n" +"help.text" +msgid "<variable id=\"title\"><link href=\"text/sbasic/guide/calc_borders.xhp\" name=\"Calc_Borders_h1\">Formatting Borders in Calc with Macros</link></variable>" +msgstr "" + +#. JyRxe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id461630536347127\n" +"help.text" +msgid "By using Basic or Python programming languages it is possible to write macros that apply formats to ranges of cells in Calc." +msgstr "" + +#. 7FCuQ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id81630536486560\n" +"help.text" +msgid "Formatting Borders in Ranges of Cells" +msgstr "" + +#. jZniv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id871630536518700\n" +"help.text" +msgid "The code snippet below creates a <literal>Sub</literal> called <literal>FormatCellBorder</literal> that applies new border formats to a given range address in the current Calc sheet." +msgstr "" + +#. Xzm6Q +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id131630537785605\n" +"help.text" +msgid "' Creates the UNO struct that will store the new line format" +msgstr "" + +#. qpADJ +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id971630537786724\n" +"help.text" +msgid "' Gets the target cell" +msgstr "" + +#. jXfEv +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id791630537787373\n" +"help.text" +msgid "' Applies the new format to all borders" +msgstr "" + +#. 3csnz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id141630537941393\n" +"help.text" +msgid "The <literal>Sub</literal> described above takes in four arguments:" +msgstr "" + +#. r5ThF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id841630538209958\n" +"help.text" +msgid "<emph>cellAddress</emph> is a string such as denoting the range to be formatted in the format \"A1\"." +msgstr "" + +#. dfuE6 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id821630538210271\n" +"help.text" +msgid "<emph>newStyle</emph> is an integer value that corresponds to the border line style (see <link href=\"text/sbasic/guide/calc_borders.xhp#LineStyles_h2\" name=\"LineStyles_link\">Line Styles</link> below)." +msgstr "" + +#. gKaYD +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630538210607\n" +"help.text" +msgid "<emph>newWidth</emph> is an integer value that defines the line width." +msgstr "" + +#. wVnmn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id71630538211142\n" +"help.text" +msgid "<emph>newColor</emph> is an integer value corresponding to a color defined using the <link href=\"text/sbasic/shared/03010305.xhp\" name=\"RGB_link\">RGB</link> function." +msgstr "" + +#. 3gYJs +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id201630538522838\n" +"help.text" +msgid "To call <literal>FormatCellBorder</literal> create a new macro and pass the desired arguments, as shown below:" +msgstr "" + +#. XpcA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id651630603779228\n" +"help.text" +msgid "' Gives access to the line style constants" +msgstr "" + +#. 44Cm4 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id321630538931144\n" +"help.text" +msgid "' Formats \"B5\" with solid blue borders" +msgstr "" + +#. m5WA7 +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id91630538931686\n" +"help.text" +msgid "' Formats all borders in the range \"D2:F6\" with red dotted borders" +msgstr "" + +#. yt8qz +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id31630540159114\n" +"help.text" +msgid "It is possible to implement the same functionality in Python:" +msgstr "" + +#. FEQGU +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id411630540777672\n" +"help.text" +msgid "# Defines the new line format" +msgstr "" + +#. cxBAF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"pyc_id361630540778786\n" +"help.text" +msgid "# Scriptforge service to access cell ranges" +msgstr "" + +#. hUVfn +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id931630541661889\n" +"help.text" +msgid "The code snippet below implements a macro named <literal>myMacro</literal> that calls <literal>formatCellBorder</literal>:" +msgstr "" + +#. zmvzf +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630541889040\n" +"help.text" +msgid "The Python code presented above uses the <link href=\"text/sbasic/shared/03/lib_ScriptForge.xhp\" name=\"SF_link\">ScriptForge library</link> that is available since %PRODUCTNAME 7.2." +msgstr "" + +#. FfECT +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id361630539136798\n" +"help.text" +msgid "Line Styles" +msgstr "" + +#. Qt5gG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539147234\n" +"help.text" +msgid "Line styles are defined as integer constants. The table below lists the constants for the line styles available in <menuitem>Format - Cells - Borders</menuitem>:" +msgstr "" + +#. X2WVp +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id651630604006712\n" +"help.text" +msgid "Constant name" +msgstr "" + +#. JTgFF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id501630539273987\n" +"help.text" +msgid "Integer value" +msgstr "" + +#. GZPBL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id191630539273987\n" +"help.text" +msgid "Line style name" +msgstr "" + +#. cGhRo +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id691630539273987\n" +"help.text" +msgid "Solid" +msgstr "" + +#. aFDHe +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id591630539325162\n" +"help.text" +msgid "Dotted" +msgstr "" + +#. XJZxB +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id881630539433260\n" +"help.text" +msgid "Dashed" +msgstr "" + +#. VeExq +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id111630539463634\n" +"help.text" +msgid "Fine dashed" +msgstr "" + +#. n9ZFA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id261630539471483\n" +"help.text" +msgid "Double thin" +msgstr "" + +#. ydBcG +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id671630539478101\n" +"help.text" +msgid "Dash dot" +msgstr "" + +#. a4wFd +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id701630539484498\n" +"help.text" +msgid "Dash dot dot" +msgstr "" + +#. A9PVK +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680866\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\" name=\"BorderLineStyle_link\">BorderLineStyle Constant Reference</link> in the LibreOffice API documentation to learn more about line style constants." +msgstr "" + +#. aJTNw +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"hd_id31630542361666\n" +"help.text" +msgid "Formatting Borders Using TableBorder2" +msgstr "" + +#. yQYnF +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id11630542436346\n" +"help.text" +msgid "Range objects have a property named <literal>TableBorder2</literal> that can be used to format range borders as it is done in the <menuitem>Format - Cells - Borders</menuitem> dialog in the <emph>Line Arrangement</emph> section." +msgstr "" + +#. A25aA +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id641630542724480\n" +"help.text" +msgid "In addition to top, bottom, left and right borders, <literal>TableBorder2</literal> also defines vertical and horizontal borders. The macro below applies only the top and bottom borders to the range \"B2:E5\"." +msgstr "" + +#. k7afV +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id191630543332073\n" +"help.text" +msgid "' Defines the new line format" +msgstr "" + +#. hSdDm +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id281630543333061\n" +"help.text" +msgid "' Struct that stores the new TableBorder2 definition" +msgstr "" + +#. SFrJL +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"bas_id11630543334395\n" +"help.text" +msgid "' Applies the table format to the range \"B2:E5\"" +msgstr "" + +#. cSa4U +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id401630544066231\n" +"help.text" +msgid "The macro can be implemented in Python as follows:" +msgstr "" + +#. aipfb +#: calc_borders.xhp +msgctxt "" +"calc_borders.xhp\n" +"par_id751630539680102\n" +"help.text" +msgid "Refer to the <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\" name=\"BorderLineStyle_link\">TableBorder2 Struct Reference</link> in the LibreOffice API documentation to learn more about its attributes." +msgstr "" + #. YLjtF #: control_properties.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/sbasic/python.po b/source/fr/helpcontent2/source/text/sbasic/python.po index adb264c0adc..d861574009b 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-06-11 17:08+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" @@ -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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1563968531.000000\n" #. naSFZ @@ -493,14 +493,14 @@ msgctxt "" msgid "Refer to <literal>msgbox.py</literal> in <literal>{installation}/program/</literal> directory for Python dynamic dialog examples." msgstr "Référez-vous à <literal>msgbox.py</literal> dans le répertoire <literal>{installation}/program/</literal> pour des exemples de boîtes de dialogue dynamiques en Python." -#. r6FEK +#. zNyQB #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "tit\n" "help.text" -msgid "Python : Monitoring Document Events" -msgstr "Python : suivi des événements de document" +msgid "Monitoring Document Events" +msgstr "" #. GyBAT #: python_document_events.xhp @@ -511,14 +511,59 @@ msgctxt "" msgid "<bookmark_value>Basic;Monitoring Document Events</bookmark_value> <bookmark_value>Python;Monitoring Document Events</bookmark_value> <bookmark_value>Access2Base;Console</bookmark_value> <bookmark_value>Access2Base;Trace</bookmark_value> <bookmark_value>API;document.DocumentEvent: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventBroadcaster: Monitoring Document Event</bookmark_value> <bookmark_value>API;document.XDocumentEventListener: Monitoring Document Event</bookmark_value> <bookmark_value>API;lang.EventObject: Monitoring Document Event</bookmark_value>" msgstr "<bookmark_value>Basic;contrôle des événements du document</bookmark_value><bookmark_value>Python;contrôle des événements du document</bookmark_value><bookmark_value>Acces2Base;console</bookmark_value><bookmark_value>Access2Base;trace</bookmark_value><bookmark_value>API;document.DocumentEvent: contrôle de l'événement du document</bookmark_value><bookmark_value>API;document.XDocumentEventBroadcaster: contrôle de l'événement du document</bookmark_value><bookmark_value>API;document.XDocumentEventListener: contrôle de l'événement du document</bookmark_value><bookmark_value>API;lang.EventObject: contrôle de l'événement du document</bookmark_value>" -#. gsCNB +#. D6i78 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0527\n" "help.text" -msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Monitoring Document Events</link></variable>" -msgstr "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Suivi des événements de documents</link></variable>" +msgid "<variable id=\"pythonmonitor\"><link href=\"text/sbasic/python/python_document_events.xhp\" name=\"Monitoring Document Events\">Listening to Document Events</link></variable>" +msgstr "" + +#. 9kSGW +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id641630582314861\n" +"help.text" +msgid "Listening to document events can help in the following situations:" +msgstr "" + +#. NEQoZ +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id431630582396327\n" +"help.text" +msgid "Identify a new document at opening time, as opposed to existing ones, and perform a dedicated setup." +msgstr "" + +#. Tror9 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id461630582396782\n" +"help.text" +msgid "Control the processing of document save, document copy, print or mailmerge requests." +msgstr "" + +#. xrRHB +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id631630582394790\n" +"help.text" +msgid "Recalculate table of contents, indexes or table entries of a Writer document when document is going to be closed" +msgstr "" + +#. fCNvj +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id601630582398998\n" +"help.text" +msgid "Import math Python packages before opening a Calc document. Release these packages when the document closes." +msgstr "" #. bXprs #: python_document_events.xhp @@ -529,14 +574,14 @@ msgctxt "" msgid "Next to <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">assigning macros to events</link>, one can monitor events raised by %PRODUCTNAME documents. Application Programming Interface (API) broadcasters are responsible for calling event scripts. Unlike listeners that require to define all supported methods, even if unused, document monitors require only two methods next to hooked event scripts." msgstr "En plus de <link href=\"text/sbasic/shared/01040000.xhp\" name=\"assigning macros to events\">attribution de macros à des événements</link>, vous pouvez suivre les événements générés par les documents %PRODUCTNAME. Les diffuseurs API (Application Programming Interface) sont responsables de l'appel des scripts d'événement. Contrairement aux écouteurs qui nécessitent de définir toutes les méthodes prises en charge, même s'ils ne sont pas utilisés, les analyses de document ne requièrent que deux méthodes à côté des scripts d'événement accrochés." -#. HztRG +#. 6j5Bu #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0529\n" "help.text" -msgid "Listening to Document Events" -msgstr "Écouter les événements de document" +msgid "Monitoring Document Events" +msgstr "" #. SZGH4 #: python_document_events.xhp @@ -862,32 +907,32 @@ msgctxt "" msgid "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value> <bookmark_value>Tools;Strings</bookmark_value>" msgstr "<bookmark_value>API;GlobalScope.BasicLibraries</bookmark_value><bookmark_value>Outils;chaînes</bookmark_value>" -#. 3JWfM +#. D5Lsi #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0650\n" "help.text" -msgid "The <literal>Onload</literal> script is assigned to <emph>Open document</emph> event using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab. Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops when Basic engine releases it. <literal>OnLoad</literal> event loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." -msgstr "Le script <literal>Onload</literal> est assigné à l'événement <emph>Open document</emph> en utilisant le menu <menuitem>Outils - Personnaliser...</menuitem> onglet <menuitem>Événement</menuitem>. La surveillance des événements commence à partir du moment où un objet <literal>ConsoleLogger</literal> est instancié et s’arrête lorsque le moteur de base le libère. L'événement <literal>OnLoad</literal> charge les bibliothèques de base nécessaires, tandis que les événements capturés sont signalés à l'aide du module <literal>Access2Base.Trace</literal>." +msgid "Using <menuitem>Tools - Customize</menuitem> menu <menuitem>Events</menuitem> tab, the <menuitem>Open document</menuitem> event fires a <literal>ConsoleLogger</literal> initialisation. <literal>_documentEventOccured</literal> routine - set by <literal>ConsoleLogger</literal> - serves as a unique entry point to trap all document events." +msgstr "" -#. TAiMF +#. gGpkW #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0651\n" +"hd_id421630510141729\n" "help.text" -msgid "REM controller.Events module" -msgstr "REM module controller.Events" +msgid "controller.Events module" +msgstr "" -#. kYy8A +#. rJX92 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0653\n" +"bas_id431630567378062\n" "help.text" -msgid "Private _obj As Object ' controller.ConsoleLogger instance" -msgstr "Instance Private _obj As Object ' controller.ConsoleLogger" +msgid "Global _obj As Object ' controller.ConsoleLogger instance" +msgstr "" #. PfRq6 #: python_document_events.xhp @@ -898,14 +943,32 @@ msgctxt "" msgid "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Open Document <<" msgstr "Sub OnLoad(evt As com.sun.star.document.DocumentEvent) ' >> Ouvrir le Document <<" -#. BEVFV +#. p8RfU +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id371630509596674\n" +"help.text" +msgid "''' ConsoleLogger unique entry point '''" +msgstr "" + +#. upGWH #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0659\n" +"hd_id721630511986813\n" "help.text" -msgid "REM controller.ConsoleLogger class module" -msgstr "REM Module de classe controller.ConsoleLogger" +msgid "controller.ConsoleLogger class module" +msgstr "" + +#. AN8tn +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"par_id901630509435225\n" +"help.text" +msgid "Events monitoring starts from the moment a <literal>ConsoleLogger</literal> object is instantiated and ultimately stops upon document closure. <literal>StartAdapter</literal> routine loads necessary Basic libraries, while caught events are reported using <literal>Access2Base.Trace</literal> module." +msgstr "" #. 2jXHB #: python_document_events.xhp @@ -916,14 +979,14 @@ msgctxt "" msgid "' ADAPTER design pattern object to be instantiated in the \"Open Document\" event" msgstr "' Objet de modèle de conception ADAPTER à instancier dans l'événement \"Open Document\"" -#. 9ZNpG +#. ueeGx #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0668\n" +"N0666\n" "help.text" -msgid "' CONSTRUCTOR/DESTRUCTOR" -msgstr "' CONSTRUCTOR/DESTRUCTOR" +msgid "Private Const UI_NOPROMPT = False ' Set it to True to visualise documents events" +msgstr "" #. EQG8C #: python_document_events.xhp @@ -934,6 +997,24 @@ msgctxt "" msgid "' MEMBERS" msgstr "' MEMBERS" +#. r5AkD +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"bas_id131630510956418\n" +"help.text" +msgid "Private _txtMsg As String ' text message to log in console" +msgstr "" + +#. JaEhY +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0677\n" +"help.text" +msgid "' PROPERTIES" +msgstr "" + #. aGuEg #: python_document_events.xhp msgctxt "" @@ -970,14 +1051,23 @@ msgctxt "" msgid "''' Initialize document events logging '''" msgstr "''' Initialiser la trace des évènements du document '''" -#. A5RuU +#. EERdL #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" -"N0706\n" +"bas_id211630511166427\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events are being logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Les évènements Document ont été tracés\", _" +msgid "If IsMissing(evt) Then _txtMsg = \"\" Else _txtMsg = evt.EventName & \"-\"" +msgstr "" + +#. hxzE4 +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0705\n" +"help.text" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events are being logged\", UI_PROMPT)" +msgstr "" #. NkHa4 #: python_document_events.xhp @@ -988,14 +1078,32 @@ msgctxt "" msgid "''' Terminate document events logging '''" msgstr "''' Terminer la trace des évènements du document '''" -#. np2xy +#. JEve4 #: python_document_events.xhp msgctxt "" "python_document_events.xhp\n" "N0717\n" "help.text" -msgid "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Document events have been logged\", _" -msgstr "IIf(IsMissing(evt),\"\",evt.EventName & \"-\") & \"Les événements de document ont été enregistrés\", _" +msgid "Access2Base.Trace.TraceLog(\"INFO\", _txtMsg & \"Document events have been logged\", UI_PROMPT)" +msgstr "" + +#. GAD2E +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0719\n" +"help.text" +msgid "Access2Base.Trace.TraceConsole() ' Captured events dialog" +msgstr "" + +#. X8Kdh +#: python_document_events.xhp +msgctxt "" +"python_document_events.xhp\n" +"N0722\n" +"help.text" +msgid "' EVENTS" +msgstr "" #. uVpJf #: python_document_events.xhp diff --git a/source/fr/helpcontent2/source/text/sbasic/shared.po b/source/fr/helpcontent2/source/text/sbasic/shared.po index e7d222912d0..b9ccaf33a94 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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" @@ -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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562340649.000000\n" @@ -647,14 +647,14 @@ msgctxt "" msgid "This method is only available for <emph>Python</emph> scripts." msgstr "Cette méthode n'est disponible que pour les scripts <emph>Python</emph>." -#. FMxTn +#. DmRoP #: 00000003.xhp msgctxt "" "00000003.xhp\n" "par_id81621427048241\n" "help.text" -msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. If it is not installed, an error will occur." -msgstr "Cette méthode nécessite l'installation de l'extension <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (gestionnaire de scripts alternatif pour Python)</link>. Une erreur surviendra si elle n'est pas installée." +msgid "This method requires the installation of the <link href=\"https://extensions.libreoffice.org/en/extensions/show/apso-alternative-script-organizer-for-python\" name=\"APSO Link\">APSO (Alternative Script Organizer for Python)</link> extension. In turn APSO requires the presence of %PRODUCTNAME Python scripting framework. If APSO or Python are missing, an error occurs." +msgstr "" #. yJwvF #: 00000003.xhp @@ -16570,14 +16570,14 @@ msgctxt "" msgid "<bookmark_value>Timer function</bookmark_value>" msgstr "<bookmark_value>Timer, fonction</bookmark_value>" -#. s4Cso +#. 2AGeD #: 03030303.xhp msgctxt "" "03030303.xhp\n" "hd_id3149346\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link>" -msgstr "<link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Fonction Timer</link>" +msgid "<variable id=\"Timer_H1\"><link href=\"text/sbasic/shared/03030303.xhp\" name=\"Timer Function\">Timer Function</link></variable>" +msgstr "" #. AKDaG #: 03030303.xhp @@ -16597,24 +16597,6 @@ msgctxt "" msgid "You must first declare a variable to call the Timer function and assign it the \"Long \" data type, otherwise a Date value is returned." msgstr "Vous devez dans un premier temps déclarer une variable pour appeler la fonction Timer et lui affecter le type de données \"Long\" ; sans cela, une valeur de date est renvoyée." -#. 7esAc -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3153768\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe :" - -#. AjxQM -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3146975\n" -"help.text" -msgid "Return value:" -msgstr "Valeur de retour :" - #. zgXp6 #: 03030303.xhp msgctxt "" @@ -16624,50 +16606,32 @@ msgctxt "" msgid "Date" msgstr "Date" -#. p966o -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"hd_id3156442\n" -"help.text" -msgid "Example:" -msgstr "Exemple :" - -#. nf9Nk +#. ppCoJ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3145748\n" "help.text" -msgid "MsgBox lSec,0,\"Seconds since midnight\"" -msgstr "MsgBox lSec,0,\"Secondes depuis minuit\"" +msgid "MsgBox lSec, 0, \"Seconds since midnight\"" +msgstr "" -#. 7hHWi +#. E5DAZ #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id3156283\n" "help.text" -msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\"" -msgstr "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"Il est\"" +msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2), 0, \"The time is\"" +msgstr "" -#. QLp7F +#. CWMJG #: 03030303.xhp msgctxt "" "03030303.xhp\n" "par_id491610993401822\n" "help.text" -msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal> service</link>." -msgstr "La fonction <literal>Timer</literal> mesure le temps en secondes. Pour mesurer le temps en millisecondes, utilisez le service <link href=\"text/sbasic/shared/03/sf_timer.xhp\" name=\"ScriptForge.Timer service\"><literal>Timer</literal></link>." - -#. fsCiJ -#: 03030303.xhp -msgctxt "" -"03030303.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" -msgstr "<embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>" +msgid "The <literal>Timer</literal> function measures time in seconds. To measure time in milliseconds use the <embedvar href=\"text/sbasic/shared/03/sf_timer.xhp#TimerService\"/>." +msgstr "" #. ATnCy #: 03040000.xhp @@ -17038,6 +17002,42 @@ msgctxt "" msgid "VT - Vertical tab" msgstr "VT - Tabulation verticale" +#. 8kxFA +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"bm_id391624288823741\n" +"help.text" +msgid "<bookmark_value>VBA Variable Type Named Constants</bookmark_value>" +msgstr "" + +#. EuAqS +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"hd_id941624288567829\n" +"help.text" +msgid "VBA Variable Type Named Constants" +msgstr "" + +#. AzBpy +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id31624288363725\n" +"help.text" +msgid "Named constant" +msgstr "" + +#. SrPWN +#: 03040000.xhp +msgctxt "" +"03040000.xhp\n" +"par_id951624288363725\n" +"help.text" +msgid "Decimal value" +msgstr "" + #. LMbQP #: 03050000.xhp msgctxt "" @@ -28666,14 +28666,14 @@ msgctxt "" msgid "TypeName Function; VarType Function" msgstr "Fonction TypeName ; Fonction VarType" -#. MZBfd +#. 5Bz7E #: 03103600.xhp msgctxt "" "03103600.xhp\n" "bm_id3143267\n" "help.text" -msgid "<bookmark_value>TypeName function</bookmark_value> <bookmark_value>VarType function</bookmark_value>" -msgstr "<bookmark_value>TypeName, fonction</bookmark_value><bookmark_value>VarType, fonction</bookmark_value>" +msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value><bookmark_value>Basic Variable Type constants</bookmark_value>" +msgstr "" #. QYE2E #: 03103600.xhp @@ -28693,15 +28693,6 @@ msgctxt "" msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable." msgstr "Renvoie une chaîne (TypeName) ou une valeur numérique (VarType) contenant les informations relatives à une variable donnée." -#. JGJq2 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3153825\n" -"help.text" -msgid "Syntax:" -msgstr "Syntaxe :" - #. EkgRM #: 03103600.xhp msgctxt "" @@ -28711,15 +28702,6 @@ msgctxt "" msgid "TypeName (Variable) / VarType (Variable)" msgstr "TypeName (Variable) / VarType (Variable)" -#. Ax4Qv -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3145610\n" -"help.text" -msgid "Return value:" -msgstr "Valeur de retour :" - #. gaAwa #: 03103600.xhp msgctxt "" @@ -28729,15 +28711,6 @@ msgctxt "" msgid "String; Integer" msgstr "Chaîne de caractères ; nombre entier" -#. M8Nj4 -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3146795\n" -"help.text" -msgid "Parameters:" -msgstr "Paramètres :" - #. CmbDF #: 03103600.xhp msgctxt "" @@ -28747,14 +28720,14 @@ msgctxt "" msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:" msgstr "<emph>Variable :</emph> variable dont vous vous voulez déterminer le type. Vous pouvez utiliser les valeurs suivantes :" -#. RbH5s +#. oxuiK #: 03103600.xhp msgctxt "" "03103600.xhp\n" "par_id3145171\n" "help.text" -msgid "key word" -msgstr "Mot-clé" +msgid "keyword" +msgstr "" #. EAezL #: 03103600.xhp @@ -28900,15 +28873,6 @@ msgctxt "" msgid "No valid data" msgstr "Absence de données valides" -#. GqyDQ -#: 03103600.xhp -msgctxt "" -"03103600.xhp\n" -"hd_id3149338\n" -"help.text" -msgid "Example:" -msgstr "Exemple :" - #. qxhYF #: 03103600.xhp msgctxt "" @@ -31105,14 +31069,14 @@ msgctxt "" msgid "<bookmark_value>String function</bookmark_value>" msgstr "<bookmark_value>String, fonction</bookmark_value>" -#. j82Ba +#. C8tf8 #: 03120202.xhp msgctxt "" "03120202.xhp\n" "hd_id3147291\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link>" -msgstr "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">Fonction String</link>" +msgid "<variable id=\"String_h1\"><link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function\">String Function</link></variable>" +msgstr "" #. YVCRg #: 03120202.xhp @@ -32950,14 +32914,14 @@ msgctxt "" msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive." msgstr "<emph>Compare :</emph> expression numérique facultative définissant le type de comparaison. La valeur de ce paramètre peut être 0 ou 1. La valeur par défaut (1) spécifie une comparaison de texte qui ne tient pas compte de la casse. La valeur 0 spécifie une comparaison binaire sensible à la casse." -#. pbB6M +#. mZhFi #: 03120401.xhp msgctxt "" "03120401.xhp\n" "par_id3153361\n" "help.text" -msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted." -msgstr "Pour éviter une erreur d'exécution, ne définissez pas le paramètre Compare si le premier paramètre de retour est omis." +msgid "To avoid a run-time error, do not set the Compare parameter if the first optional parameter is omitted." +msgstr "" #. gRVcn #: 03120401.xhp @@ -34408,14 +34372,14 @@ msgctxt "" msgid "CreateUnoService Function" msgstr "Fonction CreateUnoService" -#. khb7S +#. AmHDS #: 03131600.xhp msgctxt "" "03131600.xhp\n" "bm_id3150682\n" "help.text" -msgid "<bookmark_value>CreateUnoService function</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" -msgstr "<bookmark_value>Fonction CreateUnoService</bookmark_value><bookmark_value>API;FilePicker</bookmark_value><bookmark_value>API;FunctionAccess</bookmark_value>" +msgid "<bookmark_value>CreateUnoService function</bookmark_value> <bookmark_value>API;FilePicker</bookmark_value> <bookmark_value>API;SimpleFileAccess</bookmark_value>" +msgstr "" #. aeYuT #: 03131600.xhp @@ -34426,68 +34390,113 @@ msgctxt "" msgid "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link></variable>" msgstr "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">Fonction CreateUnoService</link></variable>" -#. rJbLM +#. ztccV #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_id3152924\n" "help.text" -msgid "Instantiates a Uno service with the ProcessServiceManager." -msgstr "Crée une instance d'un service Uno à l'aide de ProcessServiceManager." +msgid "Instantiates a Uno service with the <literal>ProcessServiceManager</literal>." +msgstr "" -#. NjYQ2 +#. WN5N9 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id3153346\n" +"par_id511629989178074\n" "help.text" -msgid "oService = CreateUnoService( Uno service name )" -msgstr "oService = CreateUnoService (nom de service Uno)" +msgid "<input>oService = CreateUnoService( UNO service name )</input>" +msgstr "" -#. BajPb +#. 5oFHA #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_idN1060F\n" +"par_id921629989537850\n" "help.text" -msgid "For a list of available services, go to: <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" -msgstr "Pour une liste des services disponibles, aller à : <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"api.libreoffice.org com::sun::star Module Reference\">https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html</link>" +msgid "For a list of available services, visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star.html\" name=\"UNO_Service_Names\">com::sun::star Module</link> reference page." +msgstr "" -#. 9jnBL +#. BSPFS #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"bm_id731561653332192\n" +"par_id891561653344669\n" "help.text" -msgid "<bookmark_value>Calc functions;API Service</bookmark_value>" -msgstr "<bookmark_value>Fonctions Calc;service API</bookmark_value>" +msgid "The example below creates the function <literal>FileExists</literal> that uses the service <literal>com.sun.star.ucb.SimpleFileAccess</literal> to test if a given path is an existing file." +msgstr "" -#. 7YLme +#. CCdzF #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id891561653344669\n" +"bas_id901629989240801\n" "help.text" -msgid "Calling Calc functions in Basic:" -msgstr "Appel de fonctions Calc en Basic :" +msgid "Function FileExists(sPath as String) as Boolean" +msgstr "" -#. dASYG +#. egz97 #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id741592351349391\n" +"bas_id361629989241073\n" "help.text" -msgid "REM The code below does not work for add-in functions, which have a different calling procedure." -msgstr "REM Le code ci-dessous ne fonctionne pas pour les fonctions de complément, qui ont une procédure d'appel différente." +msgid "Dim svcSFA as Object" +msgstr "" -#. JnBj8 +#. kPKBG #: 03131600.xhp msgctxt "" "03131600.xhp\n" -"par_id31561653863623\n" +"bas_id461629989241289\n" "help.text" -msgid "REM Always use the function English name" -msgstr "REM Utilisez toujours le nom de la fonction en anglais" +msgid "Set svcSFA = CreateUnoService(\"com.sun.star.ucb.SimpleFileAccess\")" +msgstr "" + +#. bTCFr +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id441629989241521\n" +"help.text" +msgid "Dim bExists as Boolean : bExists = svcSFA.exists(sPath)" +msgstr "" + +#. rn8Gk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id651629989241801\n" +"help.text" +msgid "Dim bIsFolder as Boolean : bIsFolder = svcSFA.IsFolder(sPath)" +msgstr "" + +#. 3Es78 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id521629989242114\n" +"help.text" +msgid "FileExists = bExists And Not bIsFolder" +msgstr "" + +#. ErPrk +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"bas_id211629989242416\n" +"help.text" +msgid "End Function" +msgstr "" + +#. be6H2 +#: 03131600.xhp +msgctxt "" +"03131600.xhp\n" +"par_id351629989310797\n" +"help.text" +msgid "UNO services have an extensive online documentation in the <link href=\"https://api.libreoffice.org/\" name=\"API_Website\">api.libreoffice.org</link> website. Visit the <link href=\"https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1ucb_1_1SimpleFileAccess.html\" name=\"SimpleFileAccess_Page\">SimpleFileAccess Service</link> reference page to learn more about the methods provided by the service used in the example above." +msgstr "" #. U26ti #: 03131600.xhp @@ -34498,14 +34507,14 @@ msgctxt "" msgid "<bookmark_value>filepicker;API service</bookmark_value>" msgstr "<bookmark_value>Sélecteur de fichiers;service API</bookmark_value>" -#. HjGD6 +#. WR9Yf #: 03131600.xhp msgctxt "" "03131600.xhp\n" "par_idN10625\n" "help.text" -msgid "The following code uses a service to open a file open dialog:" -msgstr "Le code suivant utilise un service pour ouvrir la boîte de dialogue d'ouverture de fichier :" +msgid "The following code uses the service <literal>com.sun.star.ui.dialogs.FilePicker</literal> to show a file open dialog:" +msgstr "" #. WENTD #: 03131600.xhp @@ -37468,14 +37477,14 @@ msgctxt "" msgid "<bookmark_value>Input function</bookmark_value>" msgstr "<bookmark_value>Input, fonction</bookmark_value>" -#. qsESF +#. 98TG4 #: 03160000.xhp msgctxt "" "03160000.xhp\n" -"hd_id3150499\n" +"hd_id141626276767913\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link>" -msgstr "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Fonction Input [VBA]</link>" +msgid "<variable id=\"Input_h1\"><link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input Function [VBA]\">Input Function [VBA]</link></variable>" +msgstr "" #. FGDak #: 03160000.xhp @@ -37513,15 +37522,6 @@ msgctxt "" msgid "<emph>FileNumber</emph>: Required. Any valid file number." msgstr "<emph>FileNumber</emph> : requis. N'importe quel numéro de fichier correct." -#. EfnL6 -#: 03160000.xhp -msgctxt "" -"03160000.xhp\n" -"par_id061420170153186192\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020202.xhp\">Input# statement</link>" -msgstr "<link href=\"text/sbasic/shared/03020202.xhp\">Instruction Input#</link>" - #. on87b #: 03170000.xhp msgctxt "" @@ -38935,6 +38935,105 @@ msgctxt "" msgid "Use the <literal>CreateUNOService</literal> function to access the <literal>com.sun.star.sheet.FunctionAccess</literal> service." msgstr "Utilisez la fonction <literal>CreateUNOService</literal> pour accéder au service <literal>com.sun.star.sheet.FunctionAccess</literal>." +#. LFEou +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id751629987917982\n" +"help.text" +msgid "The example below creates a function named <literal>MyVlook</literal> that calls the <literal>VLOOKUP</literal> Calc function over a data array passed as argument and returns the value found by the function." +msgstr "" + +#. NyNyQ +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id271629987890173\n" +"help.text" +msgid "' Always use the function name in English" +msgstr "" + +#. x87Fg +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id241629988142878\n" +"help.text" +msgid "The macro below presents an example of how the <literal>MyVlook</literal> function can be called. If first creates a 5-by-2 data array and then calls the function <literal>MyVlook</literal> and shows the returned value using <literal>MsgBox</literal>." +msgstr "" + +#. XincG +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id331629988249519\n" +"help.text" +msgid "' Creates a 5 by 2 array and fills it with data" +msgstr "" + +#. vGqJS +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988249903\n" +"help.text" +msgid "myData(1, 1) = 1 : myData(1, 2) = \"Strongly disagree\"" +msgstr "" + +#. tFbTR +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id201629988250130\n" +"help.text" +msgid "myData(2, 1) = 3 : myData(2, 2) = \"Disagree\"" +msgstr "" + +#. FtDFM +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id291629988250317\n" +"help.text" +msgid "myData(3, 1) = 5 : myData(3, 2) = \"Undecided\"" +msgstr "" + +#. VAGCD +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id731629988250530\n" +"help.text" +msgid "myData(4, 1) = 7 : myData(4, 2) = \"Agree\"" +msgstr "" + +#. zVfFm +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id641629988250759\n" +"help.text" +msgid "myData(5, 1) = 9 : myData(5, 2) = \"Strongly agree\"" +msgstr "" + +#. bH6aF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id521629988250997\n" +"help.text" +msgid "' Looks up the data array" +msgstr "" + +#. dbNrF +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"bas_id491629988324413\n" +"help.text" +msgid "' Shows the message \"Disagree\"" +msgstr "" + #. V3quU #: calc_functions.xhp msgctxt "" @@ -38980,6 +39079,15 @@ msgctxt "" msgid "MySQRTPI = oService.getSqrtPi(arg)" msgstr "MySQRTPI = oService.getSqrtPi(arg)" +#. PsFhU +#: calc_functions.xhp +msgctxt "" +"calc_functions.xhp\n" +"par_id651629988674793\n" +"help.text" +msgid "The table below presents a list of all Calc Add-In functions and their respective UNO service names." +msgstr "" + #. emGWD #: calc_functions.xhp msgctxt "" @@ -42247,23 +42355,23 @@ msgctxt "" msgid "UNO Objects" msgstr "Objets UNO" -#. 2XuCg +#. qDEE8 #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "bm_id171544787218331\n" "help.text" -msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" -msgstr "<bookmark_value>Programmation;objets UNO</bookmark_value><bookmark_value>Objets UNO</bookmark_value><bookmark_value>Fonctions UNO</bookmark_value>" +msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>" +msgstr "" -#. 5vZxD +#. DhRpt #: uno_objects.xhp msgctxt "" "uno_objects.xhp\n" "hd_id3156027\n" "help.text" -msgid "UNO Objects, Functions and Services" -msgstr "Objets, fonctions et services UNO" +msgid "<variable id=\"UnoObjects_h1\"><link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UnoObjects_help\">UNO Objects, Functions and Services</link></variable>" +msgstr "" #. 9xsDp #: uno_objects.xhp diff --git a/source/fr/helpcontent2/source/text/sbasic/shared/01.po b/source/fr/helpcontent2/source/text/sbasic/shared/01.po index 2f78584a472..ef3615e0edb 100644 --- a/source/fr/helpcontent2/source/text/sbasic/shared/01.po +++ b/source/fr/helpcontent2/source/text/sbasic/shared/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: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-11-16 14:56+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: ll.org\n" @@ -13,10 +13,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1542380219.000000\n" +#. arCRB #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -25,6 +26,7 @@ msgctxt "" msgid "Macro" msgstr "Macro" +#. yo43H #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -33,6 +35,7 @@ msgctxt "" msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>" msgstr "<bookmark_value>Macros;EDI Basic</bookmark_value><bookmark_value>EDI Basic;macros</bookmark_value>" +#. YAAFo #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -41,6 +44,7 @@ msgctxt "" msgid "Macro" msgstr "Macro" +#. Knnfd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -49,6 +53,7 @@ msgctxt "" msgid "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>" msgstr "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Ouvre la boîte de dialogue <emph>Macro</emph> permettant de créer, modifier, organiser et exécuter les macros de $[officename] Basic.</ahelp></variable>" +#. YFNsk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -57,6 +62,7 @@ msgctxt "" msgid "Macro name" msgstr "Nom de la macro" +#. oAFgs #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -65,6 +71,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Affiche le nom de la macro sélectionnée. Pour créer ou modifier le nom d'une macro, saisissez un nom ici.</ahelp>" +#. bAnLi #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -73,6 +80,7 @@ msgctxt "" msgid "Macro from / Save macro in" msgstr "Macro de / Enregistrer la macro dans" +#. VGm8h #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -81,6 +89,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Liste les bibliothèque et les modules dans lesquels vous pouvez ouvrir ou enregistrer des macros. Pour enregistrer une macro avec un document particulier, ouvrez le document puis ouvrez cette boîte de dialogue.</ahelp>" +#. DS2rV #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -89,6 +98,7 @@ msgctxt "" msgid "Run / Save" msgstr "Exécuter / Enregistrer" +#. FNpEE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -97,6 +107,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Exécute ou enregistre la macro active.</ahelp>" +#. q8TCE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -105,6 +116,7 @@ msgctxt "" msgid "Assign" msgstr "Assigner" +#. oo9tG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -113,6 +125,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Ouvre la boîte de dialogue Personnaliser, dans laquelle vous pouvez assigner une commande de menu, une barre d'outils ou un événement à la macro sélectionnée.</ahelp>" +#. FPBtn #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -121,6 +134,7 @@ msgctxt "" msgid "Edit" msgstr "Éditer" +#. FRwKP #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -129,6 +143,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Démarre l'éditeur Basic $[officename] et ouvre la macro sélectionnée pour édition.</ahelp>" +#. RbUsU #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -137,6 +152,7 @@ msgctxt "" msgid "New/Delete" msgstr "Nouveau/Supprimer" +#. 3eRrt #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -145,6 +161,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Crée une nouvelle macro ou supprime la macro sélectionnée.</ahelp>" +#. XzjjH #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -153,6 +170,7 @@ msgctxt "" msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>." msgstr "Pour créer une nouvelle macro, sélectionnez le module \"Standard\" dans la liste <emph>Macro de</emph> et cliquez sur <emph>Nouveau</emph>." +#. Bpdkd #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -161,6 +179,7 @@ msgctxt "" msgid "To delete a macro, select it, and then click <emph>Delete</emph>." msgstr "Pour supprimer une macro, sélectionnez-la puis cliquez sur <emph>Supprimer</emph>." +#. caLtQ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -169,6 +188,7 @@ msgctxt "" msgid "Organizer" msgstr "Gérer" +#. upvjA #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -177,6 +197,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Ouvre la boîte de dialogue <emph>Gestionnaire de macros</emph>, dans laquelle vous pouvez ajouter, éditer ou supprimer des modules, des boîtes de dialogue et des bibliothèques de macro existante.</ahelp>" +#. Ps6dk #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -185,6 +206,7 @@ msgctxt "" msgid "Module/Dialog" msgstr "Module/Boîte de dialogue" +#. 98PeZ #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -193,6 +215,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing macros and dialogs.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Liste les macros et boîtes de dialogue existantes.</ahelp>" +#. F4DZ9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -201,6 +224,7 @@ msgctxt "" msgid "You can drag-and-drop a module or a dialog between libraries." msgstr "Vous pouvez glisser-déposer un module ou une boîte de dialogue entre les bibliothèques." +#. nrET3 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -209,6 +233,7 @@ msgctxt "" msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop." msgstr "Pour copier une boîte de dialogue ou un module, faites-les glisser en maintenant la touche <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande </caseinline><defaultinline>Ctrl</defaultinline></switchinline> enfoncée." +#. JXD8N #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -217,6 +242,7 @@ msgctxt "" msgid "Edit" msgstr "Éditer" +#. 2fib2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -225,6 +251,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected macro or dialog for editing.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Ouvre la macro ou la boîte de dialogue sélectionnée pour l'édition.</ahelp>" +#. ZkR28 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -233,6 +260,7 @@ msgctxt "" msgid "New" msgstr "Nouveau" +#. vhX73 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -241,6 +269,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Creates a new module.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Crée un nouveau module.</ahelp>" +#. ztEAp #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -249,6 +278,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Creates a new dialog.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Crée une nouvelle boîte de dialogue.</ahelp>" +#. 3hGbj #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -257,6 +287,7 @@ msgctxt "" msgid "Libraries tab page" msgstr "Onglet Bibliothèques" +#. moZ4B #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -265,6 +296,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Lets you manage the macro libraries.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Vous permet de gérer les bibliothèques de macro.</ahelp>" +#. KFVdv #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -273,6 +305,7 @@ msgctxt "" msgid "Location" msgstr "Emplacement" +#. 7LWSS #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -281,6 +314,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the location containing the macro libraries that you want to organize.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Sélectionnez l'emplacement contenant les bibliothèques de macros à gérer.</ahelp>" +#. hCRD2 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -289,6 +323,7 @@ msgctxt "" msgid "Library" msgstr "Bibliothèque" +#. rFEdG #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -297,6 +332,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the macro libraries in the chosen location.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Répertorie les bibliothèques de macros dans l'emplacement choisi.</ahelp>" +#. aB2et #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -305,6 +341,7 @@ msgctxt "" msgid "Edit" msgstr "Éditer" +#. 9AugT #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -313,6 +350,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Ouvre l'éditeur Basic $[officename] de façon à ce que vous puissiez modifier la bibliothèque sélectionnée.</ahelp>" +#. tSCY9 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -321,6 +359,7 @@ msgctxt "" msgid "Password" msgstr "Mot de passe" +#. FBAaE #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -329,6 +368,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigne ou édite le <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">mot de passe</link> de la bibliothèque sélectionnée. Les bibliothèques \"Standard\" ne peuvent pas avoir de mot de passe.</ahelp>" +#. pGEKe #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -337,6 +377,7 @@ msgctxt "" msgid "New" msgstr "Nouveau" +#. dwNDg #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -345,6 +386,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Crée une nouvelle bibliothèque.</ahelp>" +#. GsfAY #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -353,6 +395,7 @@ msgctxt "" msgid "Name" msgstr "Nom" +#. bfokw #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -361,6 +404,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new module, dialog, or library.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Saisissez le nom du nouveau module de la nouvelle boîte de dialogue ou de la nouvelle bibliothèque.</ahelp>" +#. wHUF6 #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -369,6 +413,7 @@ msgctxt "" msgid "Append" msgstr "Ajouter" +#. fE5qD #: 06130000.xhp msgctxt "" "06130000.xhp\n" @@ -377,6 +422,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click <emph>Open</emph>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Localisez la bibliothèque Basic $[officename] que vous souhaitez ajouter à la liste active, puis cliquez sur <emph>Ouvrir</emph>.</ahelp>" +#. tBtMd #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -385,6 +431,7 @@ msgctxt "" msgid "Change Password" msgstr "Modifier le mot de passe" +#. PESmH #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -393,6 +440,7 @@ msgctxt "" msgid "Change Password" msgstr "Modifier le mot de passe" +#. 3tBDD #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -401,6 +449,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password." msgstr "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Protège les bibliothèques sélectionnées avec un mot de passe.</ahelp> Vous pouvez saisir un nouveau mot de passe pour modifier le mot de passe actif." +#. iWG6y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -409,6 +458,7 @@ msgctxt "" msgid "Old password" msgstr "Ancien mot de passe" +#. k6nT2 #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -417,6 +467,7 @@ msgctxt "" msgid "Password" msgstr "Mot de passe" +#. dfHfJ #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -425,6 +476,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Enter the current password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Saisissez le mot de passe actuel de la bibliothèque sélectionnée.</ahelp>" +#. SNztA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -433,6 +485,7 @@ msgctxt "" msgid "New password" msgstr "Nouveau mot de passe" +#. HJt2y #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -441,6 +494,7 @@ msgctxt "" msgid "Password" msgstr "Mot de passe" +#. ArwCv #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -449,6 +503,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Enter a new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Saisissez un nouveau mot de passe pour la bibliothèque sélectionnée.</ahelp>" +#. zVSGA #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -457,6 +512,7 @@ msgctxt "" msgid "Confirm" msgstr "Confirmer" +#. bhiTx #: 06130100.xhp msgctxt "" "06130100.xhp\n" @@ -465,6 +521,7 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Repeat the new password for the selected library.</ahelp>" msgstr "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Répétez le nouveau mot de passe pour la bibliothèque sélectionnée.</ahelp>" +#. UkFBg #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -473,6 +530,7 @@ msgctxt "" msgid "Append libraries" msgstr "Ajouter des bibliothèques" +#. Su8Ye #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -481,6 +539,7 @@ msgctxt "" msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>" msgstr "<bookmark_value>Bibliothèques;ajout</bookmark_value><bookmark_value>Insertion;bibliothèques Basic</bookmark_value>" +#. oiuro #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -489,6 +548,7 @@ msgctxt "" msgid "Append libraries" msgstr "Ajouter des bibliothèques" +#. NxEyN #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -497,6 +557,7 @@ msgctxt "" msgid "Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click <emph>Open</emph>." msgstr "Localisez la bibliothèque <item type=\"productname\">%PRODUCTNAME</item> Basic à ajouter à la liste active, puis cliquez sur <emph>Ouvrir</emph>." +#. oHdrZ #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -505,6 +566,7 @@ msgctxt "" msgid "File name:" msgstr "Nom de fichier :" +#. F59VP #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -513,6 +575,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list." msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Entrez le nom ou le chemin de la bibliothèque à ajouter.</ahelp> Vous pouvez aussi sélectionner une bibliothèque dans la liste." +#. E4gQf #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -521,6 +584,7 @@ msgctxt "" msgid "Options" msgstr "Options" +#. m2569 #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -529,6 +593,7 @@ msgctxt "" msgid "Insert as reference (read-only)" msgstr "Insérer comme référence (lecture seule)" +#. q3kaa #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -537,6 +602,7 @@ msgctxt "" msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>" msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Ajoute la bibliothèque sélectionnée comme un fichier en lecture seule. La bibliothèque est rechargée à chaque fois que vous démarrez <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>" +#. kuDaX #: 06130500.xhp msgctxt "" "06130500.xhp\n" @@ -545,6 +611,7 @@ msgctxt "" msgid "Replace existing libraries" msgstr "Remplacer les bibliothèques existantes" +#. iBdnG #: 06130500.xhp msgctxt "" "06130500.xhp\n" diff --git a/source/fr/helpcontent2/source/text/sbasic/shared/02.po b/source/fr/helpcontent2/source/text/sbasic/shared/02.po index 2386f62f1b9..017cdd72b85 100644 --- a/source/fr/helpcontent2/source/text/sbasic/shared/02.po +++ b/source/fr/helpcontent2/source/text/sbasic/shared/02.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: 2019-12-17 14:17+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-03-04 14:15+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared02/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 3.10.3\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561879144.000000\n" #. 6Kkin @@ -1033,14 +1033,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:ChooseControls\">Opens the <emph>Toolbox</emph> bar.</ahelp>" msgstr "<ahelp hid=\".uno:ChooseControls\">Ouvre la <emph>barre de contrôles</emph> flottante.</ahelp>" -#. cJADH +#. tFTAA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147226\n" "help.text" -msgid "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icon</alt></image>" -msgstr "<image id=\"img_id3147571\" src=\"cmd/sc_choosecontrols.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147571\">Icône</alt></image>" +msgid "<image id=\"img_id3147571\" src=\"cmd/lc_choosecontrols.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147571\">Icon Choose Controls</alt></image>" +msgstr "" #. DCFsK #: 20000000.xhp @@ -1078,14 +1078,14 @@ msgctxt "" msgid "Button" msgstr "Bouton" -#. ApFSn +#. extEu #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153824\n" "help.text" -msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icon</alt></image>" -msgstr "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3157909\">Icône</alt></image>" +msgid "<image id=\"img_id3157909\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3157909\">Icon Button</alt></image>" +msgstr "" #. pGofA #: 20000000.xhp @@ -1114,14 +1114,14 @@ msgctxt "" msgid "Image Control" msgstr "Contrôle picto" -#. iwZZH +#. GUAtq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154138\n" "help.text" -msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icon</alt></image>" -msgstr "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3144760\">Icône</alt></image>" +msgid "<image id=\"img_id3144760\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3144760\">Icon Image Control</alt></image>" +msgstr "" #. VFc83 #: 20000000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Check Box" msgstr "Case à cocher" -#. jLYsw +#. mDDYe #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155131\n" "help.text" -msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icon</alt></image>" -msgstr "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150439\">Icône</alt></image>" +msgid "<image id=\"img_id3150439\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150439\">Icon Check Box</alt></image>" +msgstr "" #. QWB7B #: 20000000.xhp @@ -1168,14 +1168,14 @@ msgctxt "" msgid "Option Button" msgstr "Bouton radio" -#. 4PEup +#. KRCpo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155856\n" "help.text" -msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icon</alt></image>" -msgstr "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146921\">Icône</alt></image>" +msgid "<image id=\"img_id3146921\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146921\">Icon Option Button</alt></image>" +msgstr "" #. FWkY8 #: 20000000.xhp @@ -1195,14 +1195,14 @@ msgctxt "" msgid "Label Field" msgstr "Champ d'étiquette" -#. LwW4F +#. DQafE #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149300\n" "help.text" -msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icon</alt></image>" -msgstr "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3153415\">Icône</alt></image>" +msgid "<image id=\"img_id3153415\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153415\">Icon Label Field</alt></image>" +msgstr "" #. XA4Aw #: 20000000.xhp @@ -1222,14 +1222,14 @@ msgctxt "" msgid "Text Box" msgstr "Zone de texte" -#. dfUPJ +#. DDKUC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153766\n" "help.text" -msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icon</alt></image>" -msgstr "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3148996\">Icône</alt></image>" +msgid "<image id=\"img_id3148996\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148996\">Icon Text Box</alt></image>" +msgstr "" #. ruGZ2 #: 20000000.xhp @@ -1249,14 +1249,14 @@ msgctxt "" msgid "List Box" msgstr "Zone de liste" -#. w5Mw5 +#. LdHYT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3155959\n" "help.text" -msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icon</alt></image>" -msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163808\">Icône</alt></image>" +msgid "<image id=\"img_id3163808\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163808\">Icon List Box</alt></image>" +msgstr "" #. CZ7M5 #: 20000000.xhp @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Combo Box" msgstr "Boîte combinée" -#. QsBiA +#. YgGoR #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148418\n" "help.text" -msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icon</alt></image>" -msgstr "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3153200\">Icône</alt></image>" +msgid "<image id=\"img_id3153200\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153200\">Icon Combo Box</alt></image>" +msgstr "" #. Vdn74 #: 20000000.xhp @@ -1303,14 +1303,14 @@ msgctxt "" msgid "Horizontal Scrollbar" msgstr "Barre de défilement horizontale" -#. vjpAs +#. AeTvn #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153781\n" "help.text" -msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icon</alt></image>" -msgstr "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149530\">Icône</alt></image>" +msgid "<image id=\"img_id3149530\" src=\"cmd/sc_hscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149530\">Icon Horizontal Scrollbar</alt></image>" +msgstr "" #. Vbp2o #: 20000000.xhp @@ -1330,14 +1330,14 @@ msgctxt "" msgid "Vertical Scrollbar" msgstr "Barre de défilement verticale" -#. dXpxZ +#. 2eBnb #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150515\n" "help.text" -msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icon</alt></image>" -msgstr "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150203\">Icône</alt></image>" +msgid "<image id=\"img_id3150203\" src=\"cmd/sc_vscrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150203\">Icon Vertical Scrollbar</alt></image>" +msgstr "" #. NmKDo #: 20000000.xhp @@ -1357,14 +1357,14 @@ msgctxt "" msgid "Group Box" msgstr "Zone de groupe" -#. GZiCH +#. UCcgq #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3151184\n" "help.text" -msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icon</alt></image>" -msgstr "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151335\">Icône</alt></image>" +msgid "<image id=\"img_id3151335\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151335\">Icon Group Box</alt></image>" +msgstr "" #. aMgsB #: 20000000.xhp @@ -1393,14 +1393,14 @@ msgctxt "" msgid "Progress Bar" msgstr "Barre de progression" -#. 3WCpk +#. SDEqL #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3159093\n" "help.text" -msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icon</alt></image>" -msgstr "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150318\">Icône</alt></image>" +msgid "<image id=\"img_id3150318\" src=\"cmd/sc_progressbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150318\">Icon Progress Bar</alt></image>" +msgstr "" #. AUUic #: 20000000.xhp @@ -1420,14 +1420,14 @@ msgctxt "" msgid "Horizontal Line" msgstr "Ligne horizontale" -#. SdtNG +#. M4v9f #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150888\n" "help.text" -msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icon</alt></image>" -msgstr "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"0.2201inch\" height=\"0.2201inch\"><alt id=\"alt_id3152872\">Icône</alt></image>" +msgid "<image id=\"img_id3152872\" src=\"cmd/sc_hfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152872\">Icon Horizontal Line</alt></image>" +msgstr "" #. rVrjy #: 20000000.xhp @@ -1447,14 +1447,14 @@ msgctxt "" msgid "Vertical Line" msgstr "Ligne verticale" -#. qbWE3 +#. mXCzj #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154913\n" "help.text" -msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icon</alt></image>" -msgstr "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153249\">Icône</alt></image>" +msgid "<image id=\"img_id3153249\" src=\"cmd/sc_vfixedline.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153249\">Icon Vertical Line</alt></image>" +msgstr "" #. aQQuM #: 20000000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Champ de date" -#. LfULF +#. ea37C #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148901\n" "help.text" -msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icon</alt></image>" -msgstr "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151010\">Icône</alt></image>" +msgid "<image id=\"img_id3151010\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151010\">Icon Date Field</alt></image>" +msgstr "" #. VU2nc #: 20000000.xhp @@ -1510,14 +1510,14 @@ msgctxt "" msgid "Time Field" msgstr "Champ horaire" -#. iuUUy +#. 7tb5m #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154338\n" "help.text" -msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icon</alt></image>" -msgstr "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3147077\">Icône</alt></image>" +msgid "<image id=\"img_id3147077\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147077\">Icon Time Field</alt></image>" +msgstr "" #. 6fSyF #: 20000000.xhp @@ -1537,14 +1537,14 @@ msgctxt "" msgid "Numeric Field" msgstr "Champ numérique" -#. EvwcB +#. GeNcT #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3146107\n" "help.text" -msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icon</alt></image>" -msgstr "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.0874inch\" height=\"0.0874inch\"><alt id=\"alt_id3147499\">Icône</alt></image>" +msgid "<image id=\"img_id3147499\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147499\">Icon Numeric Field</alt></image>" +msgstr "" #. hMT5t #: 20000000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "Currency Field" msgstr "Champ monétaire" -#. XZarE +#. FEqFW #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153958\n" "help.text" -msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icon</alt></image>" -msgstr "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150435\">Icône</alt></image>" +msgid "<image id=\"img_id3150435\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150435\">Icon Currency Field</alt></image>" +msgstr "" #. BeFRH #: 20000000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Champ formaté" -#. EF6Gs +#. B3cDo #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3153162\n" "help.text" -msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icon</alt></image>" -msgstr "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152807\">Icône</alt></image>" +msgid "<image id=\"img_id3152807\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152807\">Icon Formatted Field</alt></image>" +msgstr "" #. QAd5c #: 20000000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Champ masqué" -#. ioBYv +#. t7s46 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3150379\n" "help.text" -msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icon</alt></image>" -msgstr "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150032\">Icône</alt></image>" +msgid "<image id=\"img_id3150032\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150032\">Icon Pattern Field</alt></image>" +msgstr "" #. AJhaK #: 20000000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "File Selection" msgstr "Sélection de fichier" -#. EHVkw +#. WaVBA #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3149194\n" "help.text" -msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icon</alt></image>" -msgstr "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149101\">Icône</alt></image>" +msgid "<image id=\"img_id3149101\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149101\">Icon File Selection</alt></image>" +msgstr "" #. 9GHDa #: 20000000.xhp @@ -1672,14 +1672,14 @@ msgctxt "" msgid "Select" msgstr "Sélectionner" -#. kz5Vk +#. 3tedQ #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3154903\n" "help.text" -msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icon</alt></image>" -msgstr "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150653\">Icône</alt></image>" +msgid "<image id=\"img_id3150653\" src=\"cmd/sc_drawselect.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150653\">Icon Select</alt></image>" +msgstr "" #. hAcNy #: 20000000.xhp @@ -1699,14 +1699,14 @@ msgctxt "" msgid "Properties" msgstr "Propriétés" -#. Yb2pD +#. uGYVs #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3148725\n" "help.text" -msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icon</alt></image>" -msgstr "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3146874\">Icône</alt></image>" +msgid "<image id=\"img_id3146874\" src=\"cmd/sc_controlproperties.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146874\">Icon Properties</alt></image>" +msgstr "" #. pjygv #: 20000000.xhp @@ -1726,14 +1726,14 @@ msgctxt "" msgid "Activate Test Mode" msgstr "Activer le mode Test" -#. dYhm7 +#. zHJyC #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id3147417\n" "help.text" -msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icon</alt></image>" -msgstr "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148883\">Icône</alt></image>" +msgid "<image id=\"img_id3148883\" src=\"cmd/sc_testmode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148883\">Icon Activate Test Mode</alt></image>" +msgstr "" #. 9gCL9 #: 20000000.xhp @@ -1753,14 +1753,14 @@ msgctxt "" msgid "Manage Language" msgstr "Gérer la langue" -#. GshVT +#. BPnzG #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id2320017\n" "help.text" -msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" -msgstr "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2856837\">Icône de gestion de la langue</alt></image>" +msgid "<image id=\"img_id2856837\" src=\"cmd/sc_managelanguage.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2856837\">Manage Language icon</alt></image>" +msgstr "" #. adqA5 #: 20000000.xhp @@ -1780,14 +1780,14 @@ msgctxt "" msgid "Tree Control" msgstr "Contrôle d'arborescence" -#. vkwC5 +#. tiKw8 #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511520\n" "help.text" -msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Manage Language icon</alt></image>" -msgstr "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Icône Gestion des langues</alt></image>" +msgid "<image id=\"Graphic2\" src=\"cmd/sc_inserttreecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id285634\">Icon Tree Control</alt></image>" +msgstr "" #. xFjgC #: 20000000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Table Control" msgstr "Contrôle de table" -#. B9AyQ +#. 4bdNw #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511524\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Table control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Icône Contrôle de table</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_insertgridcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2867837\">Table control icon</alt></image>" +msgstr "" #. XzXwf #: 20000000.xhp @@ -1834,14 +1834,14 @@ msgctxt "" msgid "Hyperlink Control" msgstr "Contrôle hyperlien" -#. 2UPZL +#. CY98t #: 20000000.xhp msgctxt "" "20000000.xhp\n" "par_id7511525\n" "help.text" -msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insert hyperlink control icon</alt></image>" -msgstr "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_\">Insérer l'icône contrôle hyperlien</alt></image>" +msgid "<image id=\"Graphic3\" src=\"cmd/sc_inserthyperlinkcontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2896837\">Insert hyperlink control icon</alt></image>" +msgstr "" #. C2Gjm #: 20000000.xhp diff --git a/source/fr/helpcontent2/source/text/sbasic/shared/03.po b/source/fr/helpcontent2/source/text/sbasic/shared/03.po index 9f65855e5f3..780af73516f 100644 --- a/source/fr/helpcontent2/source/text/sbasic/shared/03.po +++ b/source/fr/helpcontent2/source/text/sbasic/shared/03.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-07-01 17:53+0200\n" -"PO-Revision-Date: 2021-09-08 09:07+0000\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" "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: Weblate 4.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1561879999.000000\n" #. ViEWM @@ -61,6 +61,24 @@ msgctxt "" msgid "This property is not available in Python." msgstr "Cette propriété n'est pas disponible en Python." +#. J3r7B +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id291613654389793\n" +"help.text" +msgid "This method is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + +#. ajeAa +#: avail_release.xhp +msgctxt "" +"avail_release.xhp\n" +"par_id201613654593537\n" +"help.text" +msgid "This property is available from %PRODUCTNAME 7.3 onwards." +msgstr "" + #. 7KtXf #: avail_release.xhp msgctxt "" @@ -126,7 +144,6 @@ msgstr "Bibliothèques ScriptForge" #. ADEeP #: lib_ScriptForge.xhp -#, fuzzy msgctxt "" "lib_ScriptForge.xhp\n" "hd_id31529004750471\n" @@ -1108,23 +1125,23 @@ msgctxt "" msgid "The following code snippets show the various ways to call methods in the <literal>Array</literal> service (the <literal>Append</literal> method is used as an example):" msgstr "Les extraits de code suivants montrent les différentes façons d'appeler des méthodes dans le service <literal>Array</literal> (la méthode <literal>Append</literal> est utilisée comme exemple) :" -#. qfbfm +#. PZxWC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id571609956486468\n" "help.text" -msgid "The <literal>CreateScriptService</literal> method is only available after you have loaded the <literal>ScriptForge</literal> library." -msgstr "La méthode <literal>CreateScriptService</literal> n'est disponible qu'après avoir chargé la bibliothèque <literal>ScriptForge</literal>." +msgid "Because Python has built-in list and tuple support, most of the methods in the <literal>Array</literal> service are available for Basic scripts only. The only exception is <literal>ImportFromCSVFile</literal> which is supported in both Basic and Python." +msgstr "" -#. yDQWY +#. SFTcE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id651606319520519\n" "help.text" -msgid "Methods" -msgstr "Méthodes" +msgid "List of Methods in the Array Service" +msgstr "" #. qDYGe #: sf_array.xhp @@ -1144,23 +1161,23 @@ msgctxt "" msgid "Appends the items listed as arguments to the end of the input array." msgstr "Ajoute les éléments répertoriés comme arguments à la fin de la matrice d'entrée." -#. EGFyc +#. 2keb6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582548992953\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : la matrice préexistante, peut être vide." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" -#. FfdqS +#. WaggZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id531582548992953\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to append to Array_1D." -msgstr "<emph>arg0, ...</emph> : une liste d'éléments à ajouter à Array_1D." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be appended to <literal>array_1d</literal>." +msgstr "" #. SkBjv #: sf_array.xhp @@ -1171,23 +1188,23 @@ msgctxt "" msgid "Appends a new column to the right side of a two dimensional array. The resulting array has the same lower bounds as the initial two dimensional array." msgstr "Ajoute une nouvelle colonne sur le côté droit d'une matrice à deux dimensions. La matrice résultante a les mêmes limites inférieures que la matrice bidimensionnelle initiale." -#. iGG8W +#. dCSCb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582549679175\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." -msgstr "<emph>Array_2D</emph>: la matrice préexistante, peut être vide. Si cette matrice n'a qu'une seule dimension, elle est considérée comme la première colonne de la matrice bidimensionnelle résultante." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has only one dimension, it is considered as the first column of the resulting two-dimensional array." +msgstr "" -#. sBuFx +#. NLrB4 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582549679175\n" "help.text" -msgid "<emph>New_Column</emph> : a 1-dimensional array with as many items as there are rows in <literal>Array_2D</literal>." -msgstr "<emph>New_Column</emph> : une matrice à 1 dimension avec autant d'éléments qu'il y a de lignes dans <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." +msgstr "" #. KDB9L #: sf_array.xhp @@ -1198,23 +1215,23 @@ msgctxt "" msgid "Append to the bottom of a two dimension array a new row. The resulting array has the same lower bounds as the initial two dimension array." msgstr "Ajoutez une nouvelle ligne au bas d'une matrice à deux dimensions. La matrice résultante a les mêmes limites inférieures que la matrice initiale à deux dimensions." -#. uKD5Q +#. HEpVM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631582551461984\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." -msgstr "<emph>Array_2D</emph>: la matrice préexistante, peut être vide. Si cette matrice a 1 dimension, elle est considérée comme la première ligne de la matrice à 2 dimensions résultante." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the first row of the resulting 2 dimension array." +msgstr "" -#. ZmnBs +#. SZZEA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101582551483685\n" "help.text" -msgid "<emph>Row</emph> : a 1D array with as many items as there are columns in Array_2D." -msgstr "<emph>Row</emph> : une matrice 1D avec autant d'éléments qu'il y a de colonnes dans Array_2D." +msgid "<emph>row</emph>: A 1-dimensional array with as many items as there are columns in <literal>array_2d</literal>." +msgstr "" #. aM65P #: sf_array.xhp @@ -1225,41 +1242,41 @@ msgctxt "" msgid "Check if a one dimension array contains a certain number, text or date. Text comparison can be case-sensitive or not. <br/>Sorted input arrays must be filled homogeneously, meaning all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and is in reality not. <br/>A binary search is done when the array is sorted, otherwise, it is simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored." msgstr "Vérifier si un tableau à une dimension contient un certain nombre, du texte ou une date. La comparaison de texte peut être sensible à la casse ou non.<br/> Les matrices d'entrée triées doivent être remplies de manière homogène, ce qui signifie que tous les éléments doivent être des scalaires du même type (les éléments <literal>Empty</literal> et <literal>Null</literal> sont interdits). <br/>Le résultat de la méthode est imprévisible lorsque la matrice est annoncée comme triée et ne l'est pas en réalité. <br/>Une recherche binaire est effectuée lorsque la matrice est triée, sinon, elle est simplement parcourue de haut en bas et les éléments <literal>Empty</literal> et <literal>Null</literal> sont ignorés." -#. ho7Rr +#. CuUGw #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id451582552517871\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." -msgstr "<emph>Array_1D</emph> : la matrice à parcourir." +msgid "<emph>array_1d</emph>: The array to scan." +msgstr "" -#. ADj73 +#. WZiqW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id221582552517872\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." -msgstr "<emph>ToFind</emph> : un nombre, une date ou une chaîne à trouver." +msgid "<emph>tofind</emph>: A number, a date or a string to find." +msgstr "" -#. 3iQDC +#. jFfok #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id981582552517872\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : uniquement pour une comparaison de chaînes, par défaut = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." +msgstr "" -#. NBAGy +#. 5ARWv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id641582553128490\n" "help.text" -msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)" -msgstr "<emph>SortOrder</emph> : \"ASC\", \"DESC\" ou \"\" (= non trié, par défaut)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." +msgstr "" #. HVqG3 #: sf_array.xhp @@ -1270,32 +1287,122 @@ msgctxt "" msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second." msgstr "Stocker le contenu d'une matrice de deux colonnes dans un objet <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> . Les clés seront extraites de la première colonne et les éléments de la seconde." -#. CMssn +#. AdhMA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id561582557214489\n" "help.text" -msgid "<emph>Array_1D</emph> : the first column must contain exclusively strings with a length > 0, in any order." -msgstr "<emph>Array_1D</emph> : la première colonne doit contenir exclusivement des chaînes dont la longueur est > 0, dans n'importe quel ordre." +msgid "<emph>array_2d</emph>: Data to be converted into a <literal>ScriptForge.Dictionary</literal> object." +msgstr "" + +#. 9B9aE +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id781626977460310\n" +"help.text" +msgid "The first column must contain exclusively strings with a length greater than zero, in any order. These values will be used as labels in the dictionary." +msgstr "" + +#. GYEkD +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id511626977461127\n" +"help.text" +msgid "The second column contains the data that will be associated to the corresponding label in the dictionary." +msgstr "" + +#. fyDBX +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"hd_id991627154151529\n" +"help.text" +msgid "Copy" +msgstr "" + +#. bGXKd +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id571627154604275\n" +"help.text" +msgid "Creates a copy of a 1D or 2D array." +msgstr "" + +#. EYuiH +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id191627155816815\n" +"help.text" +msgid "<emph>array_nd</emph>: The 1D or 2D array to be copied." +msgstr "" + +#. 76Guf +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id451627155478940\n" +"help.text" +msgid "A simple assignment of an <literal>Array</literal> object will copy its reference instead of creating a copy of the object's contents. See the example below:" +msgstr "" + +#. B2KZj +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id801627155939671\n" +"help.text" +msgid "' The assignment below is made by reference" +msgstr "" + +#. SoKPK +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id291627156013810\n" +"help.text" +msgid "' Hence changing values in \"b\" will also change \"a\"" +msgstr "" -#. fngum +#. 6NbNZ +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id701627155874259\n" +"help.text" +msgid "By using the <literal>Copy</literal> method, a copy of the whole <literal>Array</literal> object is made. In the example below, <literal>a</literal> and <literal>b</literal> are different objects and changing values in <literal>b</literal> will not affect values in <literal>a</literal>." +msgstr "" + +#. UycBx +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"bas_id141627156152196\n" +"help.text" +msgid "' Creates a copy of \"a\" using the \"Copy\" method" +msgstr "" + +#. bYzRV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id671582558126025\n" "help.text" -msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." -msgstr "Compter le nombre de dimensions d'une matrice. Le résultat peut être supérieur à deux. <br/>Si l'argument n'est pas une matrice, renvoie -1 <br/>Si la matrice n'est pas initialisée, renvoie 0." +msgid "Count the number of dimensions of an array. The result can be greater than two. <br/>If the argument is not an array, returns -1 <br/>If the array is not initialized, returns 0." +msgstr "" -#. tGdVE +#. xbtFE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id771582558126027\n" "help.text" -msgid "<emph>Array_ND</emph> : the array to examine." -msgstr "<emph>Array_ND</emph> : la matrice à examiner." +msgid "<emph>array_nd</emph>: The array to examine." +msgstr "" #. n2AxD #: sf_array.xhp @@ -1306,32 +1413,32 @@ msgctxt "" msgid "Build a set, as a zero-based array, by applying the difference operator on the two input arrays. Resulting items originate from the first array and not from the second. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "Construisez un ensemble, dont la matrice est basée sur 0, en utilisant l'opérateur de différence sur les deux matrices d'entrée. Les éléments résultants viendront du premier tableau et non du second.<br/>La matrice résultante est triée par ordre croissant. <br/>Les deux matrices d'entrée doivent être remplies avec homogénéité, leurs éléments doivent être des scalaires de même type. Les valeurs <literal>Empty</literal> et <literal>Null</literal> ne sont pas permises.<br/>La comparaison de texte peut être sensible à la casse ou non." -#. NGKHH +#. FTb9n #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id271582558644287\n" "help.text" -msgid "<emph>Array1_1D</emph> : A 1 dimension reference array, whose items are examined for removal." -msgstr "<emph>Array1_1D</emph> : une matrice de référence à 1 dimension, dont les éléments sont examinés pour suppression." +msgid "<emph>array1_1d</emph>: A 1-dimensional reference array, whose items are examined for removal." +msgstr "" -#. gPEJE +#. JXqBK #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id141582558644287\n" "help.text" -msgid "<emph>Array2_1D</emph> : A 1 dimension array, whose items are subtracted from the first input array." -msgstr "<emph>Array2_1D</emph> : une matrice de 1 dimension, dont les éléments sont soustraits de la première matrice saisie." +msgid "<emph>array2_1d</emph>: A 1-dimensional array, whose items are subtracted from the first input array." +msgstr "" -#. z2QT8 +#. jK4zC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id291582559651473\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." -msgstr "<emph>CaseSensitive</emph> : uniquement si les matrices sont peuplées avec des chaînes, par défaut = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: This argument is only applicable if the arrays are populated with strings (Default = <literal>False</literal>)." +msgstr "" #. mzRus #: sf_array.xhp @@ -1342,32 +1449,32 @@ msgctxt "" msgid "Write all items of the array sequentially to a text file. If the file exists already, it will be overwritten without warning." msgstr "Écrivez tous les éléments du tableau de manière séquentielle dans un fichier texte. Si le fichier existe déjà, il sera écrasé sans avertissement." -#. igBEo +#. 9mNLT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id100158617970719\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to export. It must contain only strings." -msgstr "<emph>Array_1D</emph> : la matrice à exporter. Elle ne doit contenir que des chaînes." +msgid "<emph>array_1d</emph>: The array to export. It must contain only strings." +msgstr "" -#. gXh53 +#. kXJDE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id101586179707232\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." -msgstr "<emph>FileName</emph> : le nom du fichier texte contenant les données. Le nom est exprimé tel que donné par la propriété <literal>FileNaming</literal> du service <literal>SF_FileSystem</literal>. Par défaut = any (à la fois le format URL et le format système d'exploitation natif sont admis)." +msgid "<emph>filename</emph>: The name of the text file where the data will be written to. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." +msgstr "" -#. wqGeq +#. fAeZV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id70158617970791\n" "help.text" -msgid "<emph>Encoding</emph> : The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets. Default is \"UTF-8\"." -msgstr "<emph>Encoding</emph> : le jeu de caractères qui doit être utilisé. Utilisez l'un des noms listés dans <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Remarquez que %PRODUCTNAME peut ne pas implémenter tous les jeux de caractères existants. Par défaut, c'est \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set that should be used. Use one of the names listed in <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"IANA character sets\">IANA character sets</link>. Note that %PRODUCTNAME may not implement all existing character sets (Default is \"UTF-8\")." +msgstr "" #. TtHbe #: sf_array.xhp @@ -1378,23 +1485,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific column as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the first dimension of the input array." msgstr "Extraire d'une matrice à deux dimensions une colonne spécifique en tant que nouvelle matrice. <br/>Ses limites inférieures <literal>LBound</literal> et supérieures <literal>UBound</literal> sont identiques à celles de la première dimension de la matrice d'entrée." -#. EnMKp +#. j2CVW #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582560281083\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph> : La matrice à partir de laquelle extraire." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. z3M4K +#. QDqrA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582560281084\n" "help.text" -msgid "<emph>ColumnIndex</emph> : The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>ColumnIndex</emph> : Le numéro de colonne à extraire - cela doit être l'intervalle <literal>[LBound, UBound]</literal>." +msgid "<emph>columnindex</emph>: The column number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AJxYE #: sf_array.xhp @@ -1423,23 +1530,23 @@ msgctxt "" msgid "Extract from a two dimension array a specific row as a new array. <br/>Its lower <literal>LBound</literal> and upper <literal>UBound</literal> boundaries are identical to that of the second dimension of the input array." msgstr "Extraire d'une matrice à deux dimensions une ligne spécifique en tant que nouvelle matrice. <br/>Ses limites inférieures <literal>LBound</literal> et supérieures <literal>UBound</literal> sont identiques à celles de la deuxième dimension de la matrice d'entrée." -#. BY5S6 +#. VCBJA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id911582561542889\n" "help.text" -msgid "<emph>Array_2D</emph> : The array from which to extract." -msgstr "<emph>Array_2D</emph> : la matrice à partir de laquelle extraire." +msgid "<emph>array_2d</emph>: The array from which to extract." +msgstr "" -#. bdCja +#. MjXTV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582561551202\n" "help.text" -msgid "<emph>RowIndex</emph> : The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." -msgstr "<emph>RowIndex</emph> : le numéro de ligne à extraire - cela doit être dans l'intervalle <literal>[LBound, UBound]</literal>." +msgid "<emph>rowindex</emph>: The row number to extract - must be in the interval <literal>[LBound, UBound]</literal>." +msgstr "" #. AajEu #: sf_array.xhp @@ -1468,14 +1575,14 @@ msgctxt "" msgid "Stack all single items of an array and all items in its subarrays into one new array without subarrays. Empty subarrays are ignored and subarrays with a number of dimensions greater than one are not flattened." msgstr "Empilez tous les éléments individuels d'une matrice et tous les éléments de ses sous-matrices dans une nouvelle matrice sans sous-matrice. Les sous-matrices vides sont ignorées et les sous-matrices avec un nombre de dimensions supérieur à un ne sont pas aplaties." -#. j2LdZ +#. CNFGJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431585757822869\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." -msgstr "<emph>Array_1D</emph> : la matrice pré-existante, elle peut être vide." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." +msgstr "" #. DDwn4 #: sf_array.xhp @@ -1558,40 +1665,49 @@ msgctxt "" msgid "If a line contains less or more fields than the first line in the file, an exception will be raised. Empty lines however are simply ignored. If the size of the file exceeds the number of items limit (see inside the code), a warning is raised and the array is truncated." msgstr "Si une ligne contient plus ou moins de champs que la première ligne du fichier, une exception est levée. Cependant les lignes vides sont simplement ignorées. Si la taille du fichier excède le nombre de la limite d'éléments (voir à l'intérieur du code), un avertissement est levé et la matrice est tronquée." -#. zbUFJ +#. zGf5A #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441585561482121\n" "help.text" -msgid "<emph>FileName</emph> : the name of the text file containing the data. The name is expressed as given by the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service. Default = any (both the URL format and the native operating system format are admitted)." +msgid "<emph>filename</emph>: The name of the text file containing the data. The name must be expressed according to the current <literal>FileNaming</literal> property of the <literal>SF_FileSystem</literal> service." msgstr "" -#. eQNz4 +#. SBuiC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251585561482929\n" "help.text" -msgid "<emph>Delimiter</emph> : A single character, usually, a comma, a semicolon or a TAB character. Default = <literal>\",\"</literal>." +msgid "<emph>delimiter</emph>: A single character, usually, a comma, a semicolon or a TAB character (Default = \",\")." msgstr "" -#. xZgEn +#. Ehoz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id631585563491559\n" "help.text" -msgid "<emph>DateFormat</emph> : A special mechanism handles dates when <literal>DateFormat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to \"\" are considered as normal text." +msgid "<emph>dateformat</emph>: A special mechanism handles dates when <literal>dateformat</literal> is either \"YYYY-MM-DD\", \"DD-MM-YYYY\" or \"MM-DD-YYYY\". The dash (-) may be replaced by a dot (.), a slash (/) or a space. Other date formats will be ignored. Dates defaulting to an empty string \"\" are considered as normal text." msgstr "" -#. MVUwS +#. oj4Th #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61585564516409\n" "help.text" -msgid "Given this CSV file:" +msgid "Consider the CSV file \"myFile.csv\" with the following contents:" +msgstr "" + +#. xNCNA +#: sf_array.xhp +msgctxt "" +"sf_array.xhp\n" +"par_id181626979812772\n" +"help.text" +msgid "The examples below in Basic and Python read the contents of the CSV file into an <literal>Array</literal> object." msgstr "" #. xCx7D @@ -1601,42 +1717,42 @@ msgctxt "" "par_id211582562721860\n" "help.text" msgid "Look in a one dimension array for a number, a string or a date. Text comparison can be case-sensitive or not. <br/>If the array is sorted it must be filled homogeneously, which means that all items must be scalars of the same type (<literal>Empty</literal> and <literal>Null</literal> items are forbidden). <br/>The result of the method is unpredictable when the array is announced as sorted and actually is not. <br/>A binary search is performed on sorted arrays. Otherwise, arrays are simply scanned from top to bottom and <literal>Empty</literal> and <literal>Null</literal> items are ignored. <br/> <br/>The method returns <literal>LBound(input array) - 1</literal> if the search was not successful." -msgstr "" +msgstr "Rechercher dans une matrice à une dimension un nombre, une chaîne ou une date. La comparaison de texte peut être sensible ou non à la casse. <br/>Si la matrice est triée, elle doit être remplie de manière homogène, ce qui signifie que tous les éléments doivent être des scalaires du même type (les éléments <literal>Empty</literal> et <literal>Null</literal> sont interdits). <br/>Le résultat de la méthode est imprévisible lorsque la matrice est annoncée comme triée et ne l'est pas en réalité. <br/>Une recherche binaire est effectuée sur des matrices triées. Sinon, les matrices sont simplement analysées de haut en bas et les éléments <literal>Empty</literal> et <literal>Null</literal> sont ignorés. <br/> <br/>La méthode renvoie <literal>LBound(input array) - 1</literal> si la recherche n'a pas abouti." -#. mg7DA +#. Bm5Um #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315825627687760\n" "help.text" -msgid "<emph>Array_1D</emph> : the array to scan." +msgid "<emph>array_1d</emph>: The array to scan." msgstr "" -#. 4CuFE +#. B5FFj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id511582562775516\n" "help.text" -msgid "<emph>ToFind</emph> : a number, a date or a string to find." +msgid "<emph>tofind</emph>: A number, a date or a string to find." msgstr "" -#. 4YGrJ +#. i4XQT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582562787187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" -#. KHzrp +#. gd5ZZ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id421582562794501\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal>, <literal>\"DESC\"</literal> or <literal>\"\"</literal> (= not sorted, default)" +msgid "<emph>sortorder</emph>: It can be either \"ASC\", \"DESC\" or \"\" (not sorted). The default value is \"\"." msgstr "" #. AWJHj @@ -1646,78 +1762,78 @@ msgctxt "" "par_id911582626951109\n" "help.text" msgid "Insert before a given index of the input array the items listed as arguments. <br/>Arguments are inserted blindly. Each of them might be either a scalar of any type or a subarray." -msgstr "" +msgstr "Insérez avant un index donné de la matrice d'entrée, les éléments répertoriés comme arguments. <br/>Les arguments sont insérés à l'aveugle. Chacun d'eux peut être soit un scalaire de n'importe quel type, soit une sous-matrice." -#. 32Nui +#. FwHz6 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id251582626951111\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" -#. BYjmR +#. zEACt #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582626951111\n" "help.text" -msgid "<emph>Before</emph> : the index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." +msgid "<emph>before</emph>: The index before which to insert; must be in the interval <literal>[LBound, UBound + 1]</literal>." msgstr "" -#. uEZky +#. iYFC5 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41582626951111\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to insert inside <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: Items that will be inserted into <literal>array_1d</literal>." msgstr "" -#. RLTGT +#. rA4FE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id441582627664147\n" "help.text" -msgid "Insert in a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." +msgid "Inserts into a sorted array a new item on its place. <br/>The array must be filled homogeneously, meaning that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are forbidden." msgstr "" -#. 7q2JZ +#. jBpdF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id121582627664147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_1d</emph>: The array into which the value will be inserted." msgstr "" -#. GygFp +#. 36fZG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id315826276641480\n" "help.text" -msgid "<emph>Item</emph> : The scalar value to insert, of the same type as the existing array items." +msgid "<emph>item</emph>: The scalar value to insert, of the same type as the existing array items." msgstr "" -#. LFGs8 +#. dHYTn #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id415826279771170\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. CwMCp +#. TJanG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id701582627970037\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. t9UFn @@ -1727,33 +1843,33 @@ msgctxt "" "par_id71582629177169\n" "help.text" msgid "Build a set, as a zero-based array, by applying the intersection set operator on the two input arrays. Resulting items are contained in both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, in other words all items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." -msgstr "" +msgstr "Construire un ensemble, en tant que matrice de base zéro, en appliquant l'opérateur d'ensemble d'intersection sur les deux matrices d'entrée. Les éléments résultants sont contenus dans les deux matrices. <br/>La matrice résultante est triée par ordre croissant. <br/>Les deux matrices d'entrée doivent être remplies de manière homogène, c'est-à-dire que tous les éléments doivent être des scalaires du même type. Les éléments <literal>Empty</literal> et <literal>Null</literal> sont interdits. <br/>La comparaison de texte peut être sensible ou non à la casse." -#. NxFNB +#. vCyDN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id881582629216169\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." +msgid "<emph>array1_1d</emph>: The first input array." msgstr "" -#. UPgfZ +#. NhXEb #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id191582629223038\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." +msgid "<emph>array2_1d</emph>: The second input array." msgstr "" -#. xHAQT +#. Dx32U #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71582629230275\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Applies to arrays populated with text items, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applies to arrays populated with text items (Default = <literal>False</literal>)." msgstr "" #. cirZm @@ -1763,42 +1879,42 @@ msgctxt "" "par_id431583064481679\n" "help.text" msgid "Join a two-dimensional array with two delimiters, one for the columns, one for the rows." -msgstr "" +msgstr "Joindre une matrice à deux dimensions avec deux délimiteurs, un pour les colonnes, un pour les lignes." -#. 6Cm9k +#. 8xwfF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821583064481534\n" "help.text" -msgid "<emph>Array_2D</emph> : Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." +msgid "<emph>array_2d</emph>: Each item must be either text, a number, a date or a boolean. <br/>Dates are transformed into the YYYY-MM-DD hh:mm:ss format. <br/>Invalid items are replaced by a zero-length string." msgstr "" -#. QxLvV +#. TiqUm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id171583066989446\n" "help.text" -msgid "<emph>ColumnDelimiter</emph> : Delimits each column (default = Tab/Chr(9))." +msgid "<emph>columndelimiter</emph>: Delimits each column (default = Tab/Chr(9))." msgstr "" -#. f9DAW +#. WG5wm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id431583067008842\n" "help.text" -msgid "<emph>RowDelimiter</emph>: delimits each row (default = LineFeed/Chr(10))" +msgid "<emph>rowdelimiter</emph>: Delimits each row (default = LineFeed/Chr(10))" msgstr "" -#. bB9bB +#. VrBJV #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id541583067456273\n" "help.text" -msgid "<emph>Quote</emph> : if <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." +msgid "<emph>quote</emph>: If <literal>True</literal>, protect strings with double quotes. The default is <literal>False</literal>." msgstr "" #. CEE7o @@ -1808,24 +1924,24 @@ msgctxt "" "par_id731582630075045\n" "help.text" msgid "Prepend at the beginning of the input array the items listed as arguments." -msgstr "" +msgstr "Ajouter au début de la matrice d'entrée les éléments répertoriés comme arguments." -#. j5HX9 +#. HSbWh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582630107068\n" "help.text" -msgid "<emph>Array_1D</emph> : the pre-existing array, may be empty." +msgid "<emph>array_1d</emph>: The pre-existing array, may be empty." msgstr "" -#. tMmfH +#. jszVE #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id915826301138550\n" "help.text" -msgid "<emph>arg0, ...</emph> : a list of items to prepend to <literal>Array_1D</literal>." +msgid "<emph>arg0, arg1, ...</emph>: A list of items to prepend to <literal>array_1d</literal>." msgstr "" #. BokfB @@ -1835,24 +1951,24 @@ msgctxt "" "par_id91582643223166\n" "help.text" msgid "Prepend to the left side of a two dimension array a new column. The resulting array has the same lower boundaries as the initial two dimension array." -msgstr "" +msgstr "Ajouter au côté gauche d'une matrice à deux dimensions une nouvelle colonne. La matrice résultante a les mêmes limites inférieures que la matrice initiale à deux dimensions." -#. iBZMy +#. iBqEm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582643223545\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last column of the resulting 2 dimension array." msgstr "" -#. pferZ +#. aKJwC #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id381582643223870\n" "help.text" -msgid "<emph>Column</emph> : a 1 dimension array with as many items as there are rows in <literal>Array_2D</literal>." +msgid "<emph>column</emph>: A 1-dimensional array with as many items as there are rows in <literal>array_2d</literal>." msgstr "" #. xAruD @@ -1862,24 +1978,24 @@ msgctxt "" "par_id851582643611291\n" "help.text" msgid "Prepend at the beginning of a two dimension array a new row. The resulting array has the same lower boundaries as the initial two dimension array." -msgstr "" +msgstr "Ajouter une nouvelle ligne au bas d'une matrice à deux dimensions. La matrice résultante a les mêmes limites inférieures que la matrice initiale à deux dimensions." -#. gN2hG +#. nBfC8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id991582643611645\n" "help.text" -msgid "<emph>Array_2D</emph> : the pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." +msgid "<emph>array_2d</emph>: The pre-existing array, may be empty. If that array has 1 dimension, it is considered as the last row of the resulting 2 dimension array." msgstr "" -#. mZ2uk +#. SBF4d #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id321582643611415\n" "help.text" -msgid "<emph>Row</emph> : a 1 dimension array containing as many items as there are rows in <literal>Array_2D</literal>." +msgid "<emph>row</emph>: A 1-dimensional array containing as many items as there are rows in <literal>array_2d</literal>." msgstr "" #. WmxAd @@ -1889,33 +2005,33 @@ msgctxt "" "par_id441582648204012\n" "help.text" msgid "Initialize a new zero-based array with numeric values." -msgstr "" +msgstr "Initialiser un nouveau tableau de base zéro avec des valeurs numériques." -#. ArYNC +#. EVXVL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id591582648204013\n" "help.text" -msgid "<emph>From</emph> : value of the first item." +msgid "<emph>from</emph>: Value of the first item." msgstr "" -#. DFUaf +#. ciMBJ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648204013\n" "help.text" -msgid "<emph>UpTo</emph> : The last item should not exceed <literal>UpTo</literal>." +msgid "<emph>upto</emph>: The last item should not exceed <literal>UpTo</literal>." msgstr "" -#. AJLMR +#. 2QZtd #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id581582648204014\n" "help.text" -msgid "<emph>ByStep</emph> : The difference between two successive items (default = 1)." +msgid "<emph>bystep</emph>: The difference between two successive items (Default = 1)." msgstr "" #. SbVGG @@ -1927,76 +2043,76 @@ msgctxt "" msgid "Return the reversed one dimension input array." msgstr "" -#. zvyHb +#. dG6d8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id31582648806765\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to reverse." +msgid "<emph>array_1d</emph>: The array to reverse." msgstr "" -#. FGBiV +#. tkEUv #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id151582649200088\n" "help.text" -msgid "Return a random permutation of a one dimension array." +msgid "Returns a random permutation of a one-dimensional array." msgstr "" -#. 3NPAi +#. xFwWY #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id11582649200088\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to shuffle." +msgid "<emph>array_1d</emph>: The array to shuffle." msgstr "" -#. ATiL8 +#. BvV5v #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "bas_id611582649200089\n" "help.text" -msgid "' Unpredictable" +msgid "' Array \"a\" is now in random order, f.i. (2, 3, 1, 4)" msgstr "" -#. 9Xgaq +#. GhFBG #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111586184185502\n" "help.text" -msgid "Return a subset of a one dimension array." +msgid "Returns a subset of a one-dimensional array." msgstr "" -#. QavhQ +#. YeRkh #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id201586184185438\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to slice." +msgid "<emph>array_1d</emph>: The array to slice." msgstr "" -#. hVu6E +#. UzHmT #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921586184482370\n" "help.text" -msgid "<emph>From</emph> : The lower index in <literal>Array_1D</literal> of the subarray to extract (<literal>From</literal> included)" +msgid "<emph>from</emph>: The lower index in <literal>array_1d</literal> of the subarray to extract (<literal>from</literal> included)" msgstr "" -#. 968pV +#. 326GB #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id211586184471488\n" "help.text" -msgid "<emph>UpTo</emph> : The upper index in <literal>Array_1D</literal> of the subarray to extract (<literal>UpTo</literal> included). Default = upper bound of <literal>Array_1D</literal>. If <literal>UpTo</literal> < <literal>From</literal> then the returned array is empty." +msgid "<emph>upto</emph>: The upper index in <literal>array_1d</literal> of the subarray to extract (<literal>upto</literal> included). The default value is the upper bound of <literal>array_1d</literal>. If <literal>upto</literal> < <literal>from</literal> then the returned array is empty." msgstr "" #. oBwcF @@ -2008,31 +2124,31 @@ msgctxt "" msgid "Sort a one dimension array in ascending or descending order. Text comparisons can be case-sensitive or not. <br/>The array must be filled homogeneously, which means that items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. ABuRp +#. eNuB8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id71158264948346\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_1d</emph>: The array to sort." msgstr "" -#. zSoB2 +#. 7S2Bq #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id21582649483175\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. cYvQY +#. K4GrR #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id301582649483187\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. 6CkrZ @@ -2044,40 +2160,40 @@ msgctxt "" msgid "Return a permutation of the columns of a two dimension array, sorted on the values of a given row. <br/>The row must be filled homogeneously, which means that all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. EGBcR +#. ww7Us #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id921582650186869\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_2d</emph>: The 2-dimensional array to sort." msgstr "" -#. cBvze +#. GdFxm #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id311582650186221\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the row to sort the columns on." +msgid "<emph>rowindex</emph>: The index of the row that will be used as reference to sort the columns." msgstr "" -#. hJKGY +#. toBNF #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id34158265018698\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. UdJPV +#. BFduL #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id91158265018699\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" #. 7GkBx @@ -2089,58 +2205,58 @@ msgctxt "" msgid "Return a permutation of the rows of a two dimension array, sorted on the values of a given column. <br/>The column must be filled homogeneously, therefore all items must be scalars of the same type. <br/><literal>Empty</literal> and <literal>Null</literal> items are allowed. Conventionally <literal>Empty</literal> < <literal>Null</literal> < any other scalar value." msgstr "" -#. MCFqq +#. durL8 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id621582650954370\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to sort." +msgid "<emph>array_2d</emph>: The array to sort." msgstr "" -#. FeVrv +#. HZqQi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id361582650954796\n" "help.text" -msgid "<emph>RowIndex</emph> : The index of the column to sort the rows on." +msgid "<emph>columnindex</emph>: The index of the column that will be used as reference to sort the rows." msgstr "" -#. rxXiT +#. 7TDWy #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id471582650954416\n" "help.text" -msgid "<emph>SortOrder</emph> : <literal>\"ASC\"</literal> (default) or <literal>\"DESC\"</literal>." +msgid "<emph>sortorder</emph>: It can be either \"ASC\" (default) or \"DESC\"." msgstr "" -#. u4SYA +#. 9YDzi #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582650954690\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only for string comparisons, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Only for string comparisons (Default = <literal>False</literal>)." msgstr "" -#. R8mAZ +#. skzGA #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id611582651575637\n" "help.text" -msgid "Swap rows and columns in a two dimension array." +msgid "Swaps rows and columns in a two-dimensional array." msgstr "" -#. bAzjH +#. gcbVN #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id61582651575188\n" "help.text" -msgid "<emph>Array_2D</emph> : The array to transpose." +msgid "<emph>array_2d</emph>: The 2-dimensional array to transpose." msgstr "" #. dwAVQ @@ -2152,49 +2268,49 @@ msgctxt "" msgid "Remove from a one dimension array all <literal>Null</literal>, <literal>Empty</literal> and zero-length entries. <br/>String items are trimmed with %PRODUCTNAME Basic <literal>Trim()</literal> function." msgstr "" -#. pgrAD +#. L8FQg #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id111582652996147\n" "help.text" -msgid "<emph>Array_1D</emph> : The array to scan." +msgid "<emph>array_1d</emph>: The array to trim." msgstr "" -#. W6HBB +#. bjHF2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id461582653148663\n" "help.text" -msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." +msgid "Build a set, as a zero-based array, by applying the union operator on the two input arrays. Resulting items originate from any of both arrays. <br/>The resulting array is sorted in ascending order. <br/>Both input arrays must be filled homogeneously, their items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. ZSpA9 +#. oHeQj #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id4715826531488\n" "help.text" -msgid "<emph>Array1_1D</emph> : The first input array." +msgid "<emph>array1_1d</emph>: The first input array." msgstr "" -#. bD9nv +#. GJuXQ #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id51158265314898\n" "help.text" -msgid "<emph>Array2_1D</emph> : The second input array." +msgid "<emph>array2_1d</emph>: The second input array." msgstr "" -#. k5Xve +#. HNhsz #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id821582653148126\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the arrays are populated with strings, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the arrays are populated with strings (Default = <literal>False</literal>)." msgstr "" #. CGMRq @@ -2206,22 +2322,22 @@ msgctxt "" msgid "Build a set of unique values derived from the input array. <br/>The input array must be filled homogeneously, its items must be scalars of the same type. <literal>Empty</literal> and <literal>Null</literal> items are forbidden. <br/>Text comparison can be case sensitive or not." msgstr "" -#. g5SkL +#. bcFGM #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id521582653464553\n" "help.text" -msgid "<emph>Array_1D</emph> : The input array." +msgid "<emph>array_1d</emph>: The input array." msgstr "" -#. V4F4E +#. MYeE2 #: sf_array.xhp msgctxt "" "sf_array.xhp\n" "par_id41158265346441\n" "help.text" -msgid "<emph>CaseSensitive</emph> : Only if the array is populated with texts, default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: Applicable only if the array is populated with strings (Default = <literal>False</literal>)." msgstr "" #. GAXAU @@ -2368,6 +2484,33 @@ msgctxt "" msgid "List of Methods in the Base Service" msgstr "" +#. TvfQt +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id801916099743199\n" +"help.text" +msgid "Closes the given form document. Returns <literal>True</literal> if closure is successful." +msgstr "" + +#. HFyny +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id941619079997810\n" +"help.text" +msgid "<emph>formDocument:</emph> The name of the <literal>FormDocument</literal> to be closed, as a case-sensitive string." +msgstr "" + +#. aLKLw +#: sf_base.xhp +msgctxt "" +"sf_base.xhp\n" +"par_id351619100723505\n" +"help.text" +msgid "If form documents are organized in folders, it is necessary to include the folder name to specify the form document to be opened, as illustrated in the following examples:" +msgstr "" + #. ZQnqj #: sf_base.xhp msgctxt "" @@ -2566,15 +2709,6 @@ msgctxt "" msgid "Most form documents are stored in the root of the Base document and they can be opened simply using their names, as in the example below:" msgstr "" -#. pv3RA -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283210\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFormDocument\")" -msgstr "" - #. ACLqQ #: sf_base.xhp msgctxt "" @@ -2584,15 +2718,6 @@ 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 "" -#. mLgzR -#: sf_base.xhp -msgctxt "" -"sf_base.xhp\n" -"bas_id461619100283712\n" -"help.text" -msgid "oDoc.OpenFormDocument(\"myFolder/myFormDocument\")" -msgstr "" - #. 3RzkD #: sf_basic.xhp msgctxt "" @@ -2710,15 +2835,6 @@ msgctxt "" msgid "Description" msgstr "" -#. W8eh6 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id541619003984227\n" -"help.text" -msgid "MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL" -msgstr "" - #. KuiAD #: sf_basic.xhp msgctxt "" @@ -2728,15 +2844,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. TkYXL -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id111619004011627\n" -"help.text" -msgid "integer" -msgstr "" - #. 7DG4F #: sf_basic.xhp msgctxt "" @@ -2746,15 +2853,6 @@ msgctxt "" msgid "Values: 0, 1, 5, 4, 3" msgstr "" -#. oASRR -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161619003998035\n" -"help.text" -msgid "MB_ICONEXCLAMATION, MB_ICONINFORMATION, MB_ICONQUESTION, MB_ICONSTOP" -msgstr "" - #. 8ie8B #: sf_basic.xhp msgctxt "" @@ -2764,15 +2862,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. GNqXc -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id981619004098700\n" -"help.text" -msgid "integer" -msgstr "" - #. DQkGQ #: sf_basic.xhp msgctxt "" @@ -2782,15 +2871,6 @@ msgctxt "" msgid "Values: 48, 64, 32, 16<br/>" msgstr "" -#. RBdBG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id831618922991909\n" -"help.text" -msgid "MB_ABORTRETRYIGNORE, MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3" -msgstr "" - #. mCpye #: sf_basic.xhp msgctxt "" @@ -2800,15 +2880,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. CrG3W -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id161618922991910\n" -"help.text" -msgid "integer" -msgstr "" - #. h3hZE #: sf_basic.xhp msgctxt "" @@ -2818,15 +2889,6 @@ msgctxt "" msgid "Values: 2, 128, 256, 512" msgstr "" -#. F3DMG -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id471618924470655\n" -"help.text" -msgid "IDABORT, IDCANCEL, IDIGNORE, IDNO, IDOK, IDRETRY, IDYES" -msgstr "" - #. kLst4 #: sf_basic.xhp msgctxt "" @@ -2836,15 +2898,6 @@ msgctxt "" msgid "Yes" msgstr "" -#. XKzky -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id571618924505303\n" -"help.text" -msgid "integer" -msgstr "" - #. Tmtc2 #: sf_basic.xhp msgctxt "" @@ -2854,15 +2907,6 @@ msgctxt "" msgid "Values: 3, 2, 5, 7, 1, 4, 6<br/>Constants indicating <literal>MsgBox</literal> selected button." msgstr "" -#. fHLnu -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id421619006246768\n" -"help.text" -msgid "StarDesktop" -msgstr "" - #. BDtqm #: sf_basic.xhp msgctxt "" @@ -3034,13 +3078,13 @@ msgctxt "" msgid "Instantiates a UNO service with the <literal>ProcessServiceManager</literal>." msgstr "" -#. 7BvYk +#. SF7gE #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id361589200121646\n" "help.text" -msgid "<emph>servicename</emph> : A fully qualified service name such as \"com.sun.star.ui.dialogs.FilePicker\" or 'com.sun.star.sheet.FunctionAccess'." +msgid "<emph>servicename</emph>: A fully qualified service name such as <literal>com.sun.star.ui.dialogs.FilePicker</literal> or <literal>com.sun.star.sheet.FunctionAccess</literal>." msgstr "" #. rZoCx @@ -3070,22 +3114,22 @@ msgctxt "" msgid "<emph>number</emph>: A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative." msgstr "" -#. 4C2B6 +#. CCveG #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id811618561843272\n" "help.text" -msgid "<emph>date</emph>: A given datetime.datetime value, the <literal>interval</literal> value will be added number times to this date/time value." +msgid "<emph>date</emph>: A given <literal>datetime.datetime</literal> value, the <literal>interval</literal> value will be added <literal>number</literal> times to this <literal>datetime.datetime</literal> value." msgstr "" -#. ppBnh +#. Zcf9q #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id181618561778320\n" "help.text" -msgid "A datetime.datetime value." +msgid "A <literal>datetime.datetime</literal> value." msgstr "" #. HAVdW @@ -3097,22 +3141,22 @@ msgctxt "" msgid "Returns the number of date or time intervals between two given date/time values." msgstr "" -#. 2HBSe +#. 68XgA #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id481618563770490\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." msgstr "" -#. ZAKJ9 +#. DQFt3 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id121618563772932\n" "help.text" -msgid "<emph>date1</emph>, <emph>date2</emph>: The two datetime.datetime values to be compared." +msgid "<emph>date1</emph>, <emph>date2</emph>: The two <literal>datetime.datetime</literal> values to be compared." msgstr "" #. ZR7AD @@ -3124,22 +3168,22 @@ msgctxt "" msgid "A number." msgstr "" -#. KPEWi +#. K4Lp7 #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id81589202925519\n" "help.text" -msgid "The DatePart function returns a specified part of a date." +msgid "The <literal>DatePart</literal> function returns a specified part of a date." msgstr "" -#. ens2Q +#. vCQGJ #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id761618672192231\n" "help.text" -msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." +msgid "<emph>interval</emph>: A string expression specifying the date interval, as detailed in above <literal>DateAdd</literal> method." msgstr "" #. KuDhD @@ -3286,42 +3330,6 @@ msgctxt "" msgid "Returns the number of system ticks provided by the operating system. You can use this function to optimize certain processes. Use this method to estimate time in milliseconds:" msgstr "" -#. CEtsQ -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id251619448108905\n" -"help.text" -msgid "ticks_ini = svc.GetSystemTicks()" -msgstr "" - -#. SG6mf -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id181619448111210\n" -"help.text" -msgid "time.sleep(1)" -msgstr "" - -#. MZXnC -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id301619448111744\n" -"help.text" -msgid "ticks_end = svc.GetSystemTicks()" -msgstr "" - -#. dSmH3 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"pyc_id651619448112320\n" -"help.text" -msgid "svc.MsgBox(\"{} - {} = {}\".format(ticks_end, ticks_ini,ticks_end - ticks_ini))" -msgstr "" - #. t3ADN #: sf_basic.xhp msgctxt "" @@ -3403,15 +3411,6 @@ msgctxt "" msgid "<bookmark_value>Basic service;InputBox</bookmark_value>" msgstr "" -#. 7GPZv -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id21619008398677\n" -"help.text" -msgid "string" -msgstr "" - #. qRtw5 #: sf_basic.xhp msgctxt "" @@ -3421,13 +3420,13 @@ msgctxt "" msgid "txt = s.InputBox('Please enter a phrase:', \"Dear user\")" msgstr "" -#. UgiDk +#. B2mnv #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "pyc_id261619081319555\n" "help.text" -msgid "s.MsgBox(txt, MB_ICONINFORMATION, \"Confirmation of phrase\")" +msgid "s.MsgBox(txt, s.MB_ICONINFORMATION, \"Confirmation of phrase\")" msgstr "" #. 42vSm @@ -3502,24 +3501,6 @@ msgctxt "" msgid "Returns an integer color value consisting of red, green, and blue components." msgstr "" -#. vPBAA -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id201619096429785\n" -"help.text" -msgid "<input>svc.RGB(red:int, green: int, blue: int): int</input>" -msgstr "" - -#. AAeE4 -#: sf_basic.xhp -msgctxt "" -"sf_basic.xhp\n" -"par_id381619096830033\n" -"help.text" -msgid "integer" -msgstr "" - #. SDu3C #: sf_basic.xhp msgctxt "" @@ -3601,13 +3582,13 @@ msgctxt "" msgid "Inspect Uno objects or variables." msgstr "" -#. 2A4om +#. CDCQx #: sf_basic.xhp msgctxt "" "sf_basic.xhp\n" "par_id21619094660345\n" "help.text" -msgid "<emph>obj</emph>: A variable or Uno object." +msgid "<emph>obj</emph>: A variable or UNO object." msgstr "" #. fMbAm @@ -3637,22 +3618,22 @@ msgctxt "" msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\"><literal>SFDocuments</literal>.<literal>Calc</literal> service</link></variable>" msgstr "" -#. DGXCA +#. EkFAT #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id381589189355849\n" "help.text" -msgid "The <literal>SFDocuments</literal> library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME Calc documents." +msgid "The <literal>SFDocuments</literal> shared library provides a number of methods and properties to facilitate the management and handling of %PRODUCTNAME documents." msgstr "" -#. m4FFE +#. r34Cu #: sf_calc.xhp msgctxt "" "sf_calc.xhp\n" "par_id351591014177269\n" "help.text" -msgid "Some methods are generic for all types of documents and are inherited from the <literal>Document</literal> service, whereas other methods are specific for the <literal>SF_Calc</literal> module." +msgid "Some methods are generic for all types of documents and are inherited from the <literal>SF_Document</literal> module, whereas other methods that are specific for Calc documents are defined in the <literal>SF_Calc</literal> module." msgstr "" #. kTVJM @@ -4870,15 +4851,6 @@ msgctxt "" msgid "Copy from one file to another:" msgstr "" -#. 2fvZe -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id761621538667290\n" -"help.text" -msgid "doc.CopyToRange(\"SheetX.A1:F10\", \"SheetY.C5:J5\")" -msgstr "" - #. so8uw #: sf_calc.xhp msgctxt "" @@ -4969,42 +4941,6 @@ msgctxt "" msgid "In the following examples, the first line gets the names of all forms stored in \"Sheet1\" and the second line retrieves the <literal>Form</literal> object of the form named \"Form_A\" which is stored in \"Sheet1\"." msgstr "" -#. G9yMh -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms(\"Sheet1\")" -msgstr "" - -#. cFBZw -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "" - -#. NY6Wb -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms(\"Sheet1\")" -msgstr "" - -#. DQsCo -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Sheet1\", \"Form_A\")" -msgstr "" - #. y9kCE #: sf_calc.xhp msgctxt "" @@ -5509,15 +5445,6 @@ msgctxt "" msgid "Removes an existing sheet from the document." msgstr "" -#. Gwe7Z -#: sf_calc.xhp -msgctxt "" -"sf_calc.xhp\n" -"par_id991621620588147\n" -"help.text" -msgid "<input>svc.RemoveSheet(sheetname: str): bool</input>" -msgstr "" - #. dVxiA #: sf_calc.xhp msgctxt "" @@ -5995,13 +5922,22 @@ msgctxt "" msgid "Run SQL action statements such as <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>DELETE</literal>, etc." msgstr "" -#. ABgYk +#. 7CSTo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id811599407236602\n" "help.text" -msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document." +msgid "Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data." +msgstr "" + +#. JopCB +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id111625692871642\n" +"help.text" +msgid "This service does not provide access to forms or reports in the Base document that contains the database. To access forms in a Base document, refer to the method <link href=\"text/sbasic/shared/03/sf_base.xhp#FormDocuments\" name=\"FormDocuments\"><literal>FormDocuments</literal></link> of the <literal>Base</literal> service." msgstr "" #. Snu6R @@ -6031,13 +5967,13 @@ msgctxt "" msgid "The provided interfaces include simple tables and queries lists, as well as access to database data." msgstr "" -#. N3J98 +#. 644XA #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id891599407280007\n" "help.text" -msgid "To make SQL statements more readable, you can use optional square brackets to enclose tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS)." +msgid "To make SQL statements more readable, you may use square brackets \"[ ]\" to enclose names of tables, queries and fields instead of using other enclosing characters that may be exclusive to certain Relational Database Management Systems (RDBMS). But beware that enclosing characters are mandatory in this context." msgstr "" #. CAFnK @@ -6049,67 +5985,85 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. GBCxf +#. Cr4oo #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id541599408159668\n" "help.text" -msgid "The code snippet below shows how to access any database with the <literal>Database</literal> service." +msgid "To create a instance of the <literal>Database</literal> service you can use the <literal>CreateScriptService</literal> method:" msgstr "" -#. RApNW +#. ArhV5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" -"bas_id471599408248873\n" +"par_id551625693442959\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "In the syntax described above you can use either \"SFDatabases.Database\" or simply \"Database\" as the first argument of the <literal>CreateScriptService</literal> method." msgstr "" -#. f2tV4 +#. S7oNc #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id111615146818256\n" "help.text" -msgid "<emph>FileName</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>filename</emph>: The name of the Base file. Must be expressed using <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. yg5bv +#. fUxEZ #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id771615146944307\n" "help.text" -msgid "<emph>RegistrationName</emph>: The name of a registered database. If a file name is provided, this argument should not be used." +msgid "<emph>registrationname</emph>: The name of a registered database. If <literal>filename</literal> is provided, this argument should not be used." msgstr "" -#. RM9c6 +#. J2NA3 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id491615147048748\n" "help.text" -msgid "Conversely, if a <literal>RegistrationName</literal> is specified, the <literal>FileName</literal> parameter should not be defined." +msgid "Conversely, if a <literal>registrationname</literal> is specified, the <literal>filename</literal> parameter should not be defined." msgstr "" -#. Bc97U +#. YQF4D #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id841615147168279\n" "help.text" -msgid "<emph>ReadOnly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." +msgid "<emph>readonly</emph>: Determines if the database will be opened as readonly (Default = <literal>True</literal>)." msgstr "" -#. Gn7AF +#. 9FEG5 #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id291615147236001\n" "help.text" -msgid "<emph>User, Password</emph>: Additional connection parameters to the database server." +msgid "<emph>user, password</emph>: Additional connection parameters to the database server." +msgstr "" + +#. ZG5pH +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"bas_id871625698095504\n" +"help.text" +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. uWJrQ +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id791625698186675\n" +"help.text" +msgid "# Run queries, SQL statements, ..." msgstr "" #. Z2VVg @@ -6121,13 +6075,13 @@ msgctxt "" msgid "Accessing Databases with the UI Service" msgstr "" -#. 6s3Hr +#. 5Kifs #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id901599408410712\n" "help.text" -msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the example below:" +msgid "It is also possible to access the database associated with a Base document using the <link href=\"text/sbasic/shared/03/sf_ui.xhp\" name=\"UI Service\"><literal>ScriptForge.UI</literal></link> service, as shown in the examples below:" msgstr "" #. T6mkQ @@ -6139,13 +6093,76 @@ msgctxt "" msgid "' User and password are supplied below, if needed" msgstr "" -#. 88wGG +#. F43tz #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "bas_id921599408791887\n" "help.text" -msgid "' ... Run queries, SQL statements, ..." +msgid "' Run queries, SQL statements, ..." +msgstr "" + +#. VDFaU +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id881625699438103\n" +"help.text" +msgid "ui = CreateScriptService(\"UI\")" +msgstr "" + +#. EeDew +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id111625699438354\n" +"help.text" +msgid "doc = ui.OpenBaseDocument(\"/home/user/Documents/myDB.odb\")" +msgstr "" + +#. FsCDs +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id731625699527917\n" +"help.text" +msgid "# User and password are supplied below, if needed" +msgstr "" + +#. b8DCF +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id741625699438527\n" +"help.text" +msgid "myDatabase = doc.GetDatabase()" +msgstr "" + +#. BDNDo +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id201625699438702\n" +"help.text" +msgid "# Run queries, SQL statements, ..." +msgstr "" + +#. yL6GV +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id171625699438887\n" +"help.text" +msgid "myDatabase.CloseDatabase()" +msgstr "" + +#. SAyeP +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"pyc_id231625699570502\n" +"help.text" +msgid "doc.CloseDocument()" msgstr "" #. AVkg5 @@ -6328,31 +6345,31 @@ msgctxt "" msgid "Optionally, a SQL <literal>WHERE</literal> clause can be specified as a filter that will be applied prior to the aggregate function." msgstr "" -#. rKxVP +#. AKqei #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441596554849949\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." msgstr "" -#. 3PSmS +#. c2Rzq #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." msgstr "" -#. F4AAZ +#. cjGPp #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id521596554849185\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." msgstr "" #. AGBFS @@ -6409,40 +6426,40 @@ msgctxt "" msgid "If the query returns multiple records, only the first one is considered. Use the <literal>OrderClause</literal> parameter to determine how query results are sorted." msgstr "" -#. CNwh2 +#. tNnSe #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id671599488113986\n" "help.text" -msgid "<emph>Expression</emph>: A SQL expression in which the field names are surrounded with square brackets." +msgid "<emph>expression</emph>: A SQL expression in which the field names are surrounded with square brackets." msgstr "" -#. 5DGVh +#. eGbAr #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id441599488113247\n" "help.text" -msgid "<emph>TableName</emph>: A table name (without square brackets)." +msgid "<emph>tablename</emph>: A table name (without square brackets)." msgstr "" -#. jtrX7 +#. F9xaH #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id40159948811316\n" "help.text" -msgid "<emph>Criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." +msgid "<emph>criteria</emph>: A <literal>WHERE</literal> clause without the \"WHERE\" keyword, in which field names are surrounded with square brackets." msgstr "" -#. X5HJp +#. SusUk #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id71599488689029\n" "help.text" -msgid "<emph>OrderClause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." +msgid "<emph>orderclause</emph>: An <literal>ORDER BY</literal> clause without the \"ORDER BY\" keywords. Field names should be surrounded with square brackets." msgstr "" #. CPoBx @@ -6472,40 +6489,40 @@ msgctxt "" msgid "The returned array will be empty if no rows are returned and the column headers are not required." msgstr "" -#. dURZU +#. y5u8i #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id451599489278429\n" "help.text" -msgid "<emph>SQLCommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." +msgid "<emph>sqlcommand</emph>: A table or query name (without square brackets) or a <literal>SELECT</literal> SQL statement." msgstr "" -#. fFFFd +#. xAbDx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id271599489278141\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. Default is <literal>False</literal>. This argument is ignored for tables. For queries, the applied option is the one set when the query was defined." msgstr "" -#. unoDn +#. DEzQD #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id941599489278747\n" "help.text" -msgid "<emph>Header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." +msgid "<emph>header</emph>: When <literal>True</literal>, the first row of the returned array contains the column headers." msgstr "" -#. BZxwK +#. P2SMx #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id591599489278926\n" "help.text" -msgid "<emph>MaxRows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." +msgid "<emph>maxrows</emph>: The maximum number of rows to return. The default is zero, meaning there is no limit to the number of returned rows." msgstr "" #. 3XZPf @@ -6562,22 +6579,31 @@ msgctxt "" msgid "The <literal>RunSql</literal> method is rejected with an error message in case the database was previously opened in read-only mode." msgstr "" -#. cMjus +#. AN4H9 +#: sf_database.xhp +msgctxt "" +"sf_database.xhp\n" +"par_id421625701780046\n" +"help.text" +msgid "<input>db.RunSql(sqlcommand: str, directsql: bool = False): bool</input>" +msgstr "" + +#. WnUpF #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id701599490609473\n" "help.text" -msgid "<emph>SQLCommand</emph>: A query name (without square brackets) or a SQL statement." +msgid "<emph>sqlcommand</emph>: A query name (without square brackets) or a SQL statement." msgstr "" -#. kngXb +#. uNMDN #: sf_database.xhp msgctxt "" "sf_database.xhp\n" "par_id51599490609377\n" "help.text" -msgid "<emph>DirectSQL</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." +msgid "<emph>directsql</emph>: When <literal>True</literal>, the SQL command is sent to the database engine without pre-analysis. (Default = <literal>False</literal>). For queries, the applied option is the one set when the query was defined." msgstr "" #. BC4Sc @@ -9172,6 +9198,60 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "" +#. gpGvc +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id551626869252987\n" +"help.text" +msgid "The example below creates an empty instance of the <literal>Dictionary</literal> service and uses the Python native <literal>update</literal> method to populate it with the contents of a Python <literal>dict</literal> object." +msgstr "" + +#. bnDdK +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id61626869417128\n" +"help.text" +msgid "# Initialize myDict as an empty dict object" +msgstr "" + +#. Zijqj +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id921626869402748\n" +"help.text" +msgid "# Load the values of dico into myDict" +msgstr "" + +#. G4WCE +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id981626869718081\n" +"help.text" +msgid "It is possible to create an instance of the <literal>Dictionary</literal> service using a Python <literal>dict</literal> object as argument as shown in the following example." +msgstr "" + +#. ymvAC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"pyc_id201626869185236\n" +"help.text" +msgid "# Initialize myDict with the content of dico" +msgstr "" + +#. UHQFC +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id211626699007613\n" +"help.text" +msgid "Because Python has built-in dictionary support, most of the methods in the <literal>Dictionary</literal> service are available for Basic scripts only. Exceptions are <literal>ConvertToPropertyValues</literal> and <literal>ImportFromPropertyValues</literal> that are supported in both Basic and Python." +msgstr "" + #. Dd4Pp #: sf_dictionary.xhp msgctxt "" @@ -9325,22 +9405,22 @@ msgctxt "" msgid "Adds a new key-item pair into the dictionary. Returns <literal>True</literal> if successful." msgstr "" -#. 3MMGU +#. 4zw8b #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id341582887670030\n" "help.text" -msgid "<emph>Key</emph> : String value used to identify the Item. The key is not case-sensitive." +msgid "<emph>key</emph>: String value used to identify the Item. The key is not case-sensitive." msgstr "" -#. aGgh9 +#. UFFFG #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id401582887670030\n" "help.text" -msgid "<emph>Item</emph> : Any value, including an array, a Basic object, a UNO object, a dictionary, etc." +msgid "<emph>item</emph>: Any value, including an array, a Basic object, a UNO object, a dictionary, etc." msgstr "" #. aNDWv @@ -9397,22 +9477,22 @@ msgctxt "" msgid "This method supports the following data types: <literal>String</literal>, <literal>Boolean</literal>, numbers, <literal>Null</literal> and <literal>Empty</literal>. Arrays containing items of those types are also allowed, whatever their dimensions. Dates are converted into strings, however they cannot be used inside Arrays. Other data types are converted to their string representation using the <literal>SF_String.Represent</literal> service." msgstr "" -#. Nmzcs +#. stuTQ #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id8816012968362\n" "help.text" -msgid "<emph>Indent</emph> : When <literal>Indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>Indent</literal> value will add new lines with no indentation. <literal>Indent</literal> default value \"\" selects the most compact representation. Using a positive integer for <literal>Indent</literal> indents that many spaces per level. When <literal>Indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." +msgid "<emph>indent</emph>: When <literal>indent</literal> is a positive number or a text, JSON array elements and object members are pretty-printed with that indentation level. A negative <literal>indent</literal> value will add new lines with no indentation. The default value is an empty string \"\" which selects the most compact representation. Using a positive integer for <literal>indent</literal> indents that many spaces per level. When <literal>indent</literal> is a string, such as <literal>Chr(9)</literal> or <literal>Tab(1)</literal>, the Tab character is used to indent each level." msgstr "" -#. pipLz +#. sQuKi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id151582889470596\n" "help.text" -msgid "Store the content of the dictionary in an array of <literal>PropertyValues</literal>." +msgid "Stores the contents of the dictionary into an array of <literal>PropertyValues</literal>." msgstr "" #. rTa2V @@ -9451,6 +9531,15 @@ msgctxt "" msgid "'Converts to an Array of PropertyValue objects" msgstr "" +#. XCGFp +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id771626700938786\n" +"help.text" +msgid "Note in the example below that a Python dictionary needs to be passed as the second argument of the <literal>CreateScriptService</literal> method." +msgstr "" + #. wTUQt #: sf_dictionary.xhp msgctxt "" @@ -9469,13 +9558,13 @@ msgctxt "" msgid "Determines if a key exists in the dictionary." msgstr "" -#. 9akGN +#. RgUSD #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id971582889812917\n" "help.text" -msgid "<emph>Key</emph> : The key to be looked up in the dictionary." +msgid "<emph>key</emph>: The key to be looked up in the dictionary." msgstr "" #. UAkEx @@ -9523,22 +9612,22 @@ msgctxt "" msgid "An attempt is made to convert text to date if the item matches one of these patterns: YYYY-MM-DD, HH:MM:SS or YYYY-MM-DD HH:MM:SS." msgstr "" -#. Ghov2 +#. 5cknM #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id69160139198061\n" "help.text" -msgid "<emph>InputStr</emph> : The string to import." +msgid "<emph>inputstr</emph>: The string to import." msgstr "" -#. LW97u +#. GDAGm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id201601391980268\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Beware that dictionary keys are not case-sensitive while names are case-sensitive in JSON strings." msgstr "" #. aBFC5 @@ -9559,22 +9648,31 @@ msgctxt "" msgid "Inserts the contents of an array of <literal>PropertyValue</literal> objects into the current dictionary. <literal>PropertyValue</literal> Names are used as Keys in the dictionary, whereas Values contain the corresponding values. Returns <literal>True</literal> if successful." msgstr "" -#. jYVUA +#. 95A5W #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id751588941968522\n" "help.text" -msgid "<emph>PropertyValues</emph> : A zero-based 1 dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>PropertyValue</literal> object not contained in an Array." +msgid "<emph>propertyvalues</emph>: A zero-based 1-dimensional array containing <literal>com.sun.star.beans.PropertyValue</literal> objects. This parameter may also be a single <literal>propertyvalue</literal> object not contained in an Array." msgstr "" -#. TvJoT +#. g5bHm #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id21588941968131\n" "help.text" -msgid "<emph>Overwrite</emph> : When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive, whereas names are case-sensitive in sets of property values." +msgid "<emph>overwrite</emph>: When <literal>True</literal>, entries with same name may exist in the dictionary and their values are overwritten. When <literal>False</literal> (default), repeated keys will raise an error. Note that dictionary keys are not case-sensitive in Basic, whereas names are case-sensitive in sets of property values and in Python dictionaries." +msgstr "" + +#. GKtsH +#: sf_dictionary.xhp +msgctxt "" +"sf_dictionary.xhp\n" +"par_id641626703615898\n" +"help.text" +msgid "The examples below first create an array with two <literal>PropertyValue</literal> objects and then convert it to a dictionary." msgstr "" #. 3rJRP @@ -9586,13 +9684,13 @@ msgctxt "" msgid "Retrieves an existing dictionary entry based on its key. Returns the value of the item if successful, otherwise returns <literal>Empty</literal>." msgstr "" -#. UP6qF +#. CGLFi #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890399669\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" #. rGqyT @@ -9613,13 +9711,13 @@ msgctxt "" msgid "Removes an existing dictionary entry based on its key. Returns <literal>True</literal> if successful." msgstr "" -#. eEKAA +#. EhVL2 #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id551582890366999\n" "help.text" -msgid "<emph>Key</emph> : Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: Not case-sensitive. Must exist in the dictionary, otherwise an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" #. GyK3j @@ -9640,22 +9738,22 @@ msgctxt "" msgid "Replaces an existing item value based on its key. Returns <literal>True</literal> if successful." msgstr "" -#. pSQCe +#. w4w9A #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id991582895615535\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: String value representing the key whose value will be replaced. Not case-sensitive. If the key does not exist in the dictionary, an <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" -#. B9QCk +#. FA4hz #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id721582895615186\n" "help.text" -msgid "<emph>Value</emph> : The new value of the item referred to with the Key parameter." +msgid "<emph>value</emph>: The new value of the item referred to with the <literal>key</literal> parameter." msgstr "" #. Y46D4 @@ -9667,22 +9765,22 @@ msgctxt "" msgid "Replaces an existing key in the dictionary by a new key. The item value is left unchanged. Returns <literal>True</literal> if successful." msgstr "" -#. SxyfK +#. jKp7C #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id911582896597619\n" "help.text" -msgid "<emph>Key</emph> : String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." +msgid "<emph>key</emph>: String value representing the key to be replaced. Not case-sensitive. If the key does not exist in the dictionary, a <literal>UNKNOWNKEYERROR</literal> error is raised." msgstr "" -#. Eu4DG +#. Dku2D #: sf_dictionary.xhp msgctxt "" "sf_dictionary.xhp\n" "par_id531582896597989\n" "help.text" -msgid "<emph>Value</emph> : String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, a <literal>DUPLICATEKEYERROR</literal> error is raised." +msgid "<emph>value</emph>: String value for the new key. Not case-sensitive. If the new key already exists in the dictionary, an <literal>DUPLICATEKEYERROR</literal> error is raised." msgstr "" #. jasej @@ -9838,33 +9936,6 @@ msgctxt "" msgid "Except when the document was closed by program with the CloseDocument method (it is then superfluous), it is recommended to free resources after use:" msgstr "" -#. 2odf5 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id551622819064247\n" -"help.text" -msgid "def RunEvent(event)" -msgstr "" - -#. oHQNa -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id311622819064554\n" -"help.text" -msgid "doc = CreateScriptService(\"SFDocuments.DocumentEvent\", Event)" -msgstr "" - -#. sHApS -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id221622819064967\n" -"help.text" -msgid "# (...)" -msgstr "" - #. LyvNw #: sf_document.xhp msgctxt "" @@ -10207,15 +10278,6 @@ 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 "" -#. STq4L -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id751622827903730\n" -"help.text" -msgid "End If" -msgstr "" - #. vp56r #: sf_document.xhp msgctxt "" @@ -10270,42 +10332,6 @@ 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 "" -#. 8GoMk -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id191623063399519\n" -"help.text" -msgid "Set FormNames = oDoc.Forms()" -msgstr "" - -#. uCcpo -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"bas_id691623063399711\n" -"help.text" -msgid "Set FormA = oDoc.Forms(\"Form_A\")" -msgstr "" - -#. 9gHMA -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id271623063215023\n" -"help.text" -msgid "form_names = doc.Forms()" -msgstr "" - -#. H3946 -#: sf_document.xhp -msgctxt "" -"sf_document.xhp\n" -"pyc_id961623063234990\n" -"help.text" -msgid "form_A = doc.Forms(\"Form_A\")" -msgstr "" - #. Nmwv9 #: sf_document.xhp msgctxt "" @@ -11017,6 +11043,42 @@ msgctxt "" msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type." msgstr "" +#. ZxYFC +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id111621624672183\n" +"help.text" +msgid "Displays the list of arguments in a readable form in the Python shell (APSO) console. Arguments are separated by a TAB character (simulated by spaces)." +msgstr "" + +#. ujSFu +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id841621426229467\n" +"help.text" +msgid "The same string is added to the ScriptForge debug console." +msgstr "" + +#. ixNfF +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id391126449167833\n" +"help.text" +msgid "<emph>arg0[, arg1, ...]</emph>: Any number of arguments of any type. The maximum length of each individual argument is 1024 characters." +msgstr "" + +#. f5WaM +#: sf_exception.xhp +msgctxt "" +"sf_exception.xhp\n" +"par_id261123015276160\n" +"help.text" +msgid "In python use simply the builtin print() statement." +msgstr "" + #. CUoch #: sf_exception.xhp msgctxt "" @@ -11413,22 +11475,22 @@ msgctxt "" msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative." msgstr "" -#. mao7x +#. QrDqQ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"hd_id581582885621841\n" +"par_id931626652451855\n" "help.text" -msgid "Service invocation" +msgid "The use of the shortcut \"~\" (tilde), which is common in Linux-based operating systems, is not supported to express a path to a folder and file name. Instead of using <emph>\"~/Documents/my_file.odt\"</emph> use the full path <emph>\"/home/user/Documents/my_file.odt\"</emph>." msgstr "" -#. ms88h +#. mao7x #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id141610734722352\n" +"hd_id581582885621841\n" "help.text" -msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" +msgid "Service invocation" msgstr "" #. Miw3e @@ -11683,22 +11745,22 @@ msgctxt "" msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary." msgstr "" -#. EDmLL +#. 2pwBF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id90158393307695\n" "help.text" -msgid "<emph>FolderName</emph>: The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder." +msgid "<emph>foldername</emph>: The path with which <literal>name</literal> will be combined. The specified path does not need to be an existing folder." msgstr "" -#. TqBVA +#. xFCWJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id891583933076975\n" "help.text" -msgid "<emph>Name</emph>: The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system." +msgid "<emph>name</emph>: The name of the file to be appended to <literal>foldername</literal>. This parameter uses the notation of the current operating system." msgstr "" #. DwTpc @@ -11710,31 +11772,31 @@ msgctxt "" msgid "Compares two files and returns <literal>True</literal> when they seem identical." msgstr "" -#. CrUQx +#. 6A5Da #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631601119001315\n" "help.text" -msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." +msgid "Depending on the value of the <literal>comparecontents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents." msgstr "" -#. kYy2f +#. MGA4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481601118910755\n" "help.text" -msgid "<emph>FileName1, FileName2</emph>: The files to compare." +msgid "<emph>filename1, filename2</emph>: The files to compare." msgstr "" -#. mXZPN +#. aKfwh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111601118910848\n" "help.text" -msgid "<emph>CompareContents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." +msgid "<emph>comparecontents</emph>: When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)." msgstr "" #. EZNG5 @@ -11746,13 +11808,13 @@ msgctxt "" msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred." msgstr "" -#. EFfEH +#. xE9SU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id401612998805699\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. AZCsn @@ -11764,67 +11826,67 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. cxNda +#. aVGzZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001584541257789\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied." msgstr "" -#. pwEq9 +#. ycEpt #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id111584542310166\n" "help.text" -msgid "<emph>Destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied." +msgid "<emph>destination</emph>: It can be either a <literal>FileName</literal> specifying where the single <literal>source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>source</literal> are to be copied." msgstr "" -#. FCpqn +#. frwD2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134752\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." +msgid "If <literal>destination</literal> does not exist, it is created." msgstr "" -#. 4ArCt +#. z3Tok #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166788\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. 48FYf +#. zFyVX #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431558\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." msgstr "" -#. KerV3 +#. uRMe8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id211613000903194\n" +"par_id691626216252568\n" "help.text" -msgid "' Copies a single file" +msgid "In the examples below the first line copies a single file whereas the second line copies multiple files using wildcards." msgstr "" -#. HKFaH +#. GevfF #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id841584541257574\n" +"par_id411626216328023\n" "help.text" -msgid "' Copies multiple files. Only files are copied, subfolders are not." +msgid "Beware that subfolders and their contents are not copied when wildcards are used in the <emph>source</emph> argument." msgstr "" #. TdGi7 @@ -11836,13 +11898,13 @@ msgctxt "" msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred." msgstr "" -#. TymFf +#. TSLCU #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775377\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. m3Hzh @@ -11854,58 +11916,58 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. isESD +#. GCCf3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id851584544734202\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied." msgstr "" -#. 5fFnt +#. msqGq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id321584544734273\n" "help.text" -msgid "<emph>Destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied." +msgid "<emph>destination</emph>: Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>source</literal> are to be copied." msgstr "" -#. CzQ9A +#. iLKYc #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491612999134762\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, it is created." +msgid "If <literal>destination</literal> does not exist, it is created." msgstr "" -#. Uqyna +#. TvYDS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591612999166740\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. 2ziFA +#. 3A2C2 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id251584542431525\n" "help.text" -msgid "<emph>Overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>." +msgid "<emph>overwrite</emph>: If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>destination</literal> is readonly, regardless of the value specified in <literal>overwrite</literal>." msgstr "" -#. niaPD +#. 7CxBB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id541584544734497\n" +"par_id751626216627481\n" "help.text" -msgid "' Folders, their files and their subfolders are copied" +msgid "In the examples below all files, folders and subfolders are copied." msgstr "" #. fNBgH @@ -11926,22 +11988,22 @@ msgctxt "" msgid "If the specified folder has a parent folder that does not exist, it is created." msgstr "" -#. G2A8N +#. 7gTts #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id491584540675469\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." +msgid "<emph>foldername</emph>: A string representing the folder to be created. If the folder already exists, an exception will be raised." msgstr "" -#. EYSCS +#. 2zcfH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731585322689518\n" "help.text" -msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file." +msgid "Creates a specified file and returns a <literal>TextStream</literal> service instance that can be used to write to the file." msgstr "" #. YMZDA @@ -11953,31 +12015,31 @@ msgctxt "" msgid "The method returns a <literal>Null</literal> object if an error occurred." msgstr "" -#. hBQSN +#. 2NPVD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id901585322689715\n" "help.text" -msgid "<emph>FileName</emph>: The name of the file to be created." +msgid "<emph>filename</emph>: The name of the file to be created." msgstr "" -#. VkGyb +#. gEJA4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id501585322689209\n" "help.text" -msgid "<emph>Overwrite</emph>: Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)." +msgid "<emph>overwrite</emph>: Boolean value that determines if <literal>filename</literal> can be overwritten (default = <literal>True</literal>)." msgstr "" -#. Zp6H3 +#. CkbhC #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585322689192\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" #. eoE92 @@ -11998,13 +12060,13 @@ msgctxt "" msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred." msgstr "" -#. DQEzT +#. y69YZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775356\n" "help.text" -msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>filename</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. TWJRd @@ -12025,22 +12087,22 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. 2k57M +#. DkCdk #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id441584882040860\n" "help.text" -msgid "<emph>FileName</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." +msgid "<emph>filename</emph>: It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted." msgstr "" -#. YtAfH +#. FnaSi #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id181584882040535\n" +"par_id851626217167909\n" "help.text" -msgid "' Only files are deleted, subfolders are not" +msgid "In the examples below only files are deleted, subfolders are not deleted." msgstr "" #. c9ZCd @@ -12052,13 +12114,13 @@ msgctxt "" msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred." msgstr "" -#. xmtzX +#. bGmGo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21612999775346\n" "help.text" -msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>foldername</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. GsqDD @@ -12079,22 +12141,22 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. ecg9D +#. 7YCXM #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id451584882542247\n" "help.text" -msgid "<emph>FolderName</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." +msgid "<emph>foldername</emph>: It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted." msgstr "" -#. ECKGi +#. cCnG9 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id491584882542177\n" +"par_id651626217314709\n" "help.text" -msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not" +msgid "In the examples below only folders and their contents are deleted. Files in the parent folder \"C:\\Temp\" are not deleted." msgstr "" #. ZbyLn @@ -12106,22 +12168,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "" -#. BNEmC +#. 7j5TN #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id91613003122613\n" "help.text" -msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." +msgid "If the <literal>filename</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>." msgstr "" -#. 7pDFB +#. fr2Ei #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id361583764426547\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file to be tested." +msgid "<emph>filename</emph>: A string representing the file to be tested." msgstr "" #. ChDCL @@ -12133,13 +12195,13 @@ msgctxt "" msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name." msgstr "" -#. HT5PM +#. JVjE3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id641613003790120\n" "help.text" -msgid "If <literal>FolderName</literal> does not exist, an exception is raised." +msgid "If the argument <literal>foldername</literal> specifies a folder that does not exist, an exception is raised." msgstr "" #. nFaPD @@ -12151,22 +12213,22 @@ msgctxt "" msgid "The resulting list may be filtered with wildcards." msgstr "" -#. YsYdQ +#. bq6vD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id731583944543140\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. This argument must not designate a file." msgstr "" -#. V95Bm +#. EM5cJ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id591585648450060\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")." msgstr "" #. zG7ec @@ -12178,22 +12240,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>." msgstr "" -#. G4Rcz +#. 9xtCG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id151613004111990\n" "help.text" -msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." +msgid "If the <literal>foldername</literal> parameter is actually an existing file name, the method returns <literal>False</literal>." msgstr "" -#. Z46FB +#. qrf4A #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id1001583765642211\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing the folder to be tested." +msgid "<emph>foldername</emph>: A string representing the folder to be tested." msgstr "" #. eAFVs @@ -12214,31 +12276,22 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. B3jVo +#. 3FPjB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id691584110618308\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" -#. VcGyZ +#. jwFaP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id861584110618986\n" +"par_id1001626271201609\n" "help.text" -msgid "' If the input parameter is a folder, it returns the last component of the path" -msgstr "" - -#. xmK9A -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"bas_id591613004793431\n" -"help.text" -msgid "' If the input parameter is a file, the method returns the file name without the extension and the path" +msgid "In the examples below, the first <literal>GetBaseName</literal> method call corresponds to a folder, so the function returns the last component of the path. The second call receives a file name as input, so the name of the file is returned without its extension." msgstr "" #. A56XC @@ -12268,13 +12321,13 @@ msgctxt "" msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned." msgstr "" -#. GDoGW +#. NzK5z #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821584032680311\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" #. Am6Bu @@ -12295,13 +12348,13 @@ msgctxt "" msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value." msgstr "" -#. FvwV6 +#. PK2Fo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id161600685050367\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" #. o2GGJ @@ -12313,13 +12366,13 @@ msgctxt "" msgid "Returns the last modified date of a given file." msgstr "" -#. dxpgz +#. VMB4i #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id25158481147822\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" #. VEZR6 @@ -12340,13 +12393,13 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. VWPoq +#. iajZD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671584032366193\n" "help.text" -msgid "<emph>FileName</emph>: A string representing the file name and its path." +msgid "<emph>filename</emph>: A string representing the file name and its path." msgstr "" #. ffxFe @@ -12367,13 +12420,13 @@ msgctxt "" msgid "The method does not check if the specified file or folder exists." msgstr "" -#. XDmYQ +#. YUAQ3 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id471584113432231\n" "help.text" -msgid "<emph>FileName</emph>: A string with the file or folder name to be analyzed." +msgid "<emph>filename</emph>: A string with the file or folder name to be analyzed." msgstr "" #. Uc93M @@ -12430,22 +12483,22 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "" -#. jTMPS +#. s5ZiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id28160104251451\n" "help.text" -msgid "<emph>FileName</emph>: A string representing an existing file." +msgid "<emph>filename</emph>: A string representing an existing file." msgstr "" -#. F86KG +#. Eomhm #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id71601042959846\n" "help.text" -msgid "<emph>Algorithm</emph>: One of the supported algorithms." +msgid "<emph>algorithm</emph>: One of the supported algorithms." msgstr "" #. HzFs2 @@ -12457,13 +12510,13 @@ msgctxt "" msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred." msgstr "" -#. oEPar +#. RFrNE #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id631613062890648\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any files." msgstr "" #. ETmEP @@ -12475,58 +12528,58 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. LAeis +#. DbC6F #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id721584791330406\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." +msgid "<emph>source</emph>: It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved." msgstr "" -#. rgNqi +#. BHa7Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id291584791330181\n" "help.text" -msgid "<emph>Destination</emph>: If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." +msgid "<emph>destination</emph>: If <literal>source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file." msgstr "" -#. E4opD +#. ZzA3Y #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31613063334246\n" "help.text" -msgid "If the move operation involves multiple files, then <literal>Destination</literal> must be a folder name. If it does not exist, it is created." +msgid "If the move operation involves multiple files, then <literal>destination</literal> must be a folder name. If it does not exist, it is created." msgstr "" -#. BvhBP +#. 39oR8 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id391613063494599\n" "help.text" -msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>." +msgid "If <literal>source</literal> and <literal>destination</literal> have the same parent folder, the method will rename the <literal>source</literal>." msgstr "" -#. 6UKxC +#. 7bzK4 #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id941613063476533\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" -#. qPvQA +#. Bysqd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id331584791330495\n" +"par_id91626272612758\n" "help.text" -msgid "' Only files are moved, subfolders are not" +msgid "In the following examples only files are moved, subfolders are not." msgstr "" #. iYBMe @@ -12538,13 +12591,13 @@ msgctxt "" msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred." msgstr "" -#. R9Jrz +#. RHjYG #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id411613072570664\n" "help.text" -msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders." +msgid "An error will also occur if the <literal>source</literal> parameter uses wildcard characters and does not match any folders." msgstr "" #. F2DaD @@ -12556,40 +12609,40 @@ msgctxt "" msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred." msgstr "" -#. tLxAt +#. xVGBy #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id541584791330777\n" "help.text" -msgid "<emph>Source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." +msgid "<emph>source</emph>: It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved." msgstr "" -#. bTWWF +#. 4Ampu #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551584791330279\n" "help.text" -msgid "<emph>Destination</emph>: If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist." +msgid "<emph>destination</emph>: If the move operation involves a single folder, then <literal>destination</literal> is the name and path of the moved folder and it must not exist." msgstr "" -#. rNbq3 +#. dD7SB #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id11613072890641\n" "help.text" -msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Destination</literal> does not exist, it is created." +msgid "If multiple folders are being moved, then <literal>destination</literal> designates where the folders in <literal>source</literal> will be moved into. If <literal>destination</literal> does not exist, it is created." msgstr "" -#. DFBsa +#. A69QS #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id301613072928159\n" "help.text" -msgid "Wildcard characters are not allowed in <literal>Destination</literal>." +msgid "Wildcard characters are not allowed in <literal>destination</literal>." msgstr "" #. JNTia @@ -12610,40 +12663,40 @@ msgctxt "" msgid "Note that the method does not check if the given file is really a text file." msgstr "" -#. p6VFZ +#. SGJCd #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951613073135036\n" "help.text" -msgid "The method returns a <literal>Null</literal> object if an error occurred." +msgid "The method returns a <literal>Null</literal> object (in Basic) or <literal>None</literal> (in Python) if an error occurred." msgstr "" -#. R5a4m +#. mxuwo #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id551585320922678\n" "help.text" -msgid "<emph>FileName</emph>: Identifies the file to open." +msgid "<emph>filename</emph>: Identifies the file to open." msgstr "" -#. FUxVH +#. tsRLR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id671585320922388\n" "help.text" -msgid "<emph>IOMode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>." +msgid "<emph>iomode</emph>: Indicates the input/output mode. It can be one of three constants: <literal>svc.ForReading</literal> (default), <literal>svc.ForWriting</literal>, or <literal>svc.ForAppending</literal>." msgstr "" -#. ttSYS +#. z27vT #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id21585321398586\n" "help.text" -msgid "<emph>Create</emph>: Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:" +msgid "<emph>create</emph>: Boolean value that indicates whether a new file can be created if the specified <literal>filename</literal> doesn't exist:" msgstr "" #. VDFAi @@ -12664,13 +12717,13 @@ msgctxt "" msgid "If <literal>False</literal> then new files are not created (default)." msgstr "" -#. BoVQQ +#. wjGYH #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id771585321576210\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." +msgid "<emph>encoding</emph>: The character set to be used. The default encoding is \"UTF-8\"." msgstr "" #. FuYwe @@ -12691,13 +12744,13 @@ msgctxt "" msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed." msgstr "" -#. PAaAH +#. YgsLZ #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id481583670342502\n" "help.text" -msgid "<emph>DefaultFile</emph>: This argument is a string composed of a folder and file name:" +msgid "<emph>defaultfile</emph>: This argument is a string composed of a folder and file name:" msgstr "" #. fyVCs @@ -12718,31 +12771,31 @@ msgctxt "" msgid "The file part designates the default file to open or save." msgstr "" -#. rcast +#. fBHyg #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id981583670342502\n" "help.text" -msgid "<emph>Mode</emph>: <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>." +msgid "<emph>mode</emph>: A string value that can be either \"OPEN\" (for input files) or \"SAVE\" (for output files). The default value is \"OPEN\"." msgstr "" -#. Dtmio +#. uvwDP #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id31583670342502\n" "help.text" -msgid "<emph>Filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." +msgid "<emph>filter</emph>: The extension of the files displayed when the dialog is opened (default = no filter)." msgstr "" -#. 8WirR +#. niaGR #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"bas_id941583670925672\n" +"par_id881626276134300\n" "help.text" -msgid "' Only *.txt files are displayed" +msgid "The examples below open a file picker with the \"txt\" filter applied." msgstr "" #. HkwaR @@ -12754,85 +12807,76 @@ msgctxt "" msgid "Opens a dialog box to select a folder." msgstr "" -#. coL3A +#. mG6QD #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id951583671701872\n" "help.text" -msgid "<emph>DefaultFolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." +msgid "<emph>defaultfolder</emph>: A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)." msgstr "" -#. esSGJ +#. ymABK #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "par_id821583671701764\n" "help.text" -msgid "<emph>FreeText</emph>: Text to display in the dialog (default = \"\")." +msgid "<emph>freetext</emph>: Text to display in the dialog (default = \"\")." msgstr "" -#. GMYtx +#. 4FFby #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" "bas_id921583671701610\n" "help.text" -msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")" -msgstr "" - -#. C3UA9 -#: sf_filesystem.xhp -msgctxt "" -"sf_filesystem.xhp\n" -"par_id431584016761996\n" -"help.text" -msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>." +msgid "aFolder = FSO.PickFolder(\"C:\\Documents\", \"Choose a folder or press Cancel\")" msgstr "" -#. LVNZq +#. ENDba #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id431613075267241\n" +"pyc_id631626276402296\n" "help.text" -msgid "The list may be filtered with wildcards." +msgid "aFolder = fso.PickFolder(r\"C:\\Documents\", \"Choose a folder or press Cancel\")" msgstr "" -#. ApGN7 +#. xdfBh #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id701584016761945\n" +"par_id431584016761996\n" "help.text" -msgid "<emph>FolderName</emph>: A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file." +msgid "Returns a zero-based array of strings corresponding to the folders stored in a given <literal>foldername</literal>." msgstr "" -#. zHooS +#. LVNZq #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id471585648674921\n" +"par_id431613075267241\n" "help.text" -msgid "<emph>Filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." +msgid "The list may be filtered with wildcards." msgstr "" -#. WVhEh +#. 7pDiA #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id301613075694148\n" +"par_id701584016761945\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" +msgid "<emph>foldername</emph>: A string representing a folder. The folder must exist. <literal>foldername</literal> must not designate a file." msgstr "" -#. QhSzj +#. Xmg8b #: sf_filesystem.xhp msgctxt "" "sf_filesystem.xhp\n" -"par_id271612398715438\n" +"par_id471585648674921\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" +msgid "<emph>filter</emph>: A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")." msgstr "" #. XQG8t @@ -16426,22 +16470,22 @@ msgctxt "" msgid "To invoke the <literal>L10N</literal> service, two optional arguments can be specified to determine the folder where PO files are located and the locale to be used, as described below." msgstr "" -#. u3ENa +#. cCwBS #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id331585843652877\n" "help.text" -msgid "<emph>FolderName</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." +msgid "<emph>foldername</emph>: The folder containing the PO files. It must be expressed in the <literal>FileSystem.FileNaming</literal> notation." msgstr "" -#. 8PpqQ +#. oQD4m #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585843652789\n" "help.text" -msgid "<emph>Locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." +msgid "<emph>locale</emph>: A string in the form \"la-CO\" (language-COUNTRY) or in the form \"la\" (language) only." msgstr "" #. Z5Pb3 @@ -16471,6 +16515,15 @@ msgctxt "" msgid "The example below specifies the folder containing the PO files. Because the locale is not defined, the service instance will use the current %PRODUCTNAME locale settings." msgstr "" +#. F998n +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id391625855630975\n" +"help.text" +msgid "The example above will result in an runtime error if the PO file for the current locale does not exist in the specified folder." +msgstr "" + #. Ab7iH #: sf_l10n.xhp msgctxt "" @@ -16480,13 +16533,13 @@ msgctxt "" msgid "In the example below, both the folder name and locale settings are explicitly defined to be Belgian French." msgstr "" -#. zEgWG +#. YhDVT #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "bas_id661614358846464\n" "help.text" -msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\\\", \"fr-BE\")" +msgid "Set myPO = CreateScriptService(\"L10N\", \"C:\\myPOFiles\", \"fr-BE\")" msgstr "" #. UGFWB @@ -16507,6 +16560,15 @@ msgctxt "" msgid "It is recommended to free resources after use:" msgstr "" +#. CmhnJ +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id281625854773330\n" +"help.text" +msgid "The examples above can be translated to Python as follows:" +msgstr "" + #. 6mcLb #: sf_l10n.xhp msgctxt "" @@ -16624,40 +16686,49 @@ msgctxt "" msgid "Adds a new entry in the list of localizable strings. It must not exist yet." msgstr "" -#. WPVrn +#. 5Fs5v +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725050\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. gyUYQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id391585843652753\n" "help.text" -msgid "<emph>Context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." +msgid "<emph>context</emph>: The key to retrieve the translated string with the <literal>GetText</literal> method. This parameter has a default value of \"\"." msgstr "" -#. EC7wb +#. YVUWx #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id581585844419114\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>MsgId</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>Context</literal> is empty." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. The <literal>msgid</literal> becomes the key to retrieve the translated string via <literal>GetText</literal> method when <literal>context</literal> is empty." msgstr "" -#. X3F7E +#. 7FDE9 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id311614361926844\n" "help.text" -msgid "The <literal>MsgId</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." +msgid "The <literal>msgid</literal> string may contain any number of placeholders (%1 %2 %3 ...) for dynamically modifying the string at runtime." msgstr "" -#. 9Jgn8 +#. ioGmP #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id541585844475331\n" "help.text" -msgid "<emph>Comment</emph>: Optional comment to be added alongside the string to help translators." +msgid "<emph>comment</emph>: Optional comment to be added alongside the string to help translators." msgstr "" #. TAyPG @@ -16678,49 +16749,58 @@ msgctxt "" msgid "Exports a set of untranslated strings as a POT file." msgstr "" -#. zTKQ4 +#. NABBq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id711586102939257\n" "help.text" -msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>FolderName</literal> argument present. It is also possible to use a combination of both techniques." +msgid "To build a set of strings you can use either a succession of <literal>AddText</literal> method calls, or by a successful invocation of the <literal>L10N</literal> service with the <literal>foldername</literal> argument present. It is also possible to use a combination of both techniques." msgstr "" -#. WiqHy +#. Pb4VF +#: sf_l10n.xhp +msgctxt "" +"sf_l10n.xhp\n" +"par_id641625855725141\n" +"help.text" +msgid "The method returns <literal>True</literal> if successful." +msgstr "" + +#. BsmCX #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id31586102707537\n" "help.text" -msgid "<emph>FileName</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." +msgid "<emph>filename</emph>: The output file in <literal>FileSystem.FileNaming</literal> notation." msgstr "" -#. BkEjG +#. jQV77 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id851586102707579\n" "help.text" -msgid "<emph>Header</emph>: Comments that will be added on top of the generated POT file." +msgid "<emph>header</emph>: Comments that will be added on top of the generated POT file." msgstr "" -#. qfPvB +#. YhYbQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id111614364686973\n" "help.text" -msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>Header</literal> argument." +msgid "Do not include any leading \"#\" characters. If you want the header to be broken into multiple lines, insert escape sequences (\\n) where relevant. A standard header will be added alongside the text specified in the <literal>header</literal> argument." msgstr "" -#. rUUCt +#. E2Loj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id5158610270728\n" "help.text" -msgid "<emph>Encoding</emph>: The character set to be used (Default = \"UTF-8\")." +msgid "<emph>encoding</emph>: The character set to be used (Default = \"UTF-8\")." msgstr "" #. uDu7z @@ -16732,13 +16812,13 @@ msgctxt "" msgid "The generated file should successfully pass the <literal>msgfmt --check</literal> GNU command." msgstr "" -#. wBAjb +#. 32fPj #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id891586165768715\n" "help.text" -msgid "Gets the translated string corresponding to the given <literal>MsgId</literal> argument." +msgid "Gets the translated string corresponding to the given <literal>msgid</literal> argument." msgstr "" #. NzGZC @@ -16768,58 +16848,58 @@ msgctxt "" msgid "This method can be called either by the full name <literal>GetText</literal> or by the shortcut <literal>_</literal> (a single underscore):" msgstr "" -#. NzdBC +#. mvB66 #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id421614967136502\n" "help.text" -msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic scripts." +msgid "In the ScriptForge library, all methods starting with the \"_\" character are reserved for internal use only. However, the shortcut <literal>_</literal> used for <literal>GetText</literal> is the only exception to this rule, hence it can be safely used in Basic and Python scripts." msgstr "" -#. rNrAw +#. 2ZVAQ #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id51586165768525\n" "help.text" -msgid "<emph>MsgId</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." +msgid "<emph>msgid</emph>: The untranslated string, which is the text appearing in the program code. It must not be empty. It may contain any number of placeholders (%1 %2 %3 ...) that can be used to dynamically insert text at runtime." msgstr "" -#. Fummg +#. dALxK #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id11614365537450\n" "help.text" -msgid "Besides using a single <literal>MsgId</literal> string, this method also accepts the following formats:" +msgid "Besides using a single <literal>msgid</literal> string, this method also accepts the following formats:" msgstr "" -#. fD2Bg +#. Q7Bbm #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id961614365557277\n" "help.text" -msgid "The <literal>Context</literal> string with which the method will retrieve the <literal>MsgId</literal> in the PO file, or;" +msgid "The <literal>context</literal> string with which the method will retrieve the <literal>msgid</literal> in the PO file, or;" msgstr "" -#. v6nVR +#. rTDrq #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id981614365589866\n" "help.text" -msgid "A combination <literal>Context|MsgId</literal>, instructing the method to retrieve the <literal>MsgId</literal> using specified <literal>Context</literal> value. The second part of the argument is used to improve code readability." +msgid "A combination <literal>context|msgid</literal>, instructing the method to retrieve the <literal>msgid</literal> using specified <literal>context</literal> value. The second part of the argument is used to improve code readability." msgstr "" -#. 5zB4f +#. dW6RE #: sf_l10n.xhp msgctxt "" "sf_l10n.xhp\n" "par_id571586165768106\n" "help.text" -msgid "<emph>Arg1, ...</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." +msgid "<emph>args</emph>: Values to be inserted into the placeholders. Any variable type is allowed, however only strings, numbers and dates will be considered." msgstr "" #. cCZDK @@ -16831,13 +16911,328 @@ msgctxt "" msgid "Consider the following code is running on a %PRODUCTNAME installation with locale set to \"es-ES\". Additionally, there is a file \"es-ES.po\" inside the specified folder that translates the string passed to the <literal>GetText</literal> method:" msgstr "" -#. zJaES -#: sf_l10n.xhp +#. yYNtX +#: sf_methods.xhp msgctxt "" -"sf_l10n.xhp\n" -"par_id301613075694148\n" +"sf_methods.xhp\n" +"tit\n" +"help.text" +msgid "ScriptForge Method Signatures" +msgstr "" + +#. ycA6s +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id31529004750471\n" +"help.text" +msgid "<variable id=\"SF_Signatures\"><link href=\"text/sbasic/shared/03/sf_methods.xhp\" name=\"ScriptForge Method Signatures\"><literal>ScriptForge</literal> Method Signatures</link></variable>" +msgstr "" + +#. gEAos +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"bm_id491529070339774\n" +"help.text" +msgid "<bookmark_value>ScriptForge; Method signatures</bookmark_value>" +msgstr "" + +#. Xq2N5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681619700336879\n" +"help.text" +msgid "ScriptForge libraries aggregate macro scripting resources for %PRODUCTNAME to be invoked from Basic macros or Python scripts. Its modules and classes are invoked from user scripts as \"Services\" that expose properties, methods and events." +msgstr "" + +#. paARG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623415196030\n" +"help.text" +msgid "Whenever service methods are proposed solely for %PRODUCTNAME Basic, their syntax presentation matches that of Basic subroutines, functions or properties." +msgstr "" + +#. 4dWnv +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id401623415235965\n" +"help.text" +msgid "Whenever service methods are proposed for Python and Basic, or solely for Python, their syntax and arguments use a specific textual layout." +msgstr "" + +#. McY36 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id1001623415980365\n" +"help.text" +msgid "Basic only service method" +msgstr "" + +#. tCvuL +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id791623418737799\n" +"help.text" +msgid "Typographical characters such as brackets, ellipsis or curly braces denote optional, repetitive or compulsory arguments:" +msgstr "" + +#. FkDFy +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"hd_id711623416000470\n" +"help.text" +msgid "Python or Basic service methods" +msgstr "" + +#. 8C6EM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id221623415475781\n" +"help.text" +msgid "The following typographical rules are mixing the UML notation, the API documentation layout and the UNO object inspector user interface:" +msgstr "" + +#. aSSDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id661623417427142\n" +"help.text" +msgid "Optional parameters are indicated with either opt, '=' accompanying a default value, or '[ ]' brackets." +msgstr "" + +#. 534sD +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623417430814\n" +"help.text" +msgid "arguments are lowercased, in order to comply with Python PEP 8 while Basic is case-agnostic." +msgstr "" + +#. kFDAg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id781623417432494\n" +"help.text" +msgid "Collections arguments or API sequences are denoted using UML multiplicity. That applies also to return values." +msgstr "" + +#. bmVjq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id741623417433319\n" +"help.text" +msgid "Basic data types and Python annotations are syntactically transposed as:" +msgstr "" + +#. GGeNU +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id441613838858931\n" "help.text" -msgid "<link href=\"text/sbasic/guide/translation.xhp\" name=\"Controls Translation\">Translation of Controls in the Dialog Editor</link>" +msgid "Syntax" +msgstr "" + +#. ENqPg +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id851613847558931\n" +"help.text" +msgid "Boolean" +msgstr "" + +#. KvECx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id541623420256687\n" +"help.text" +msgid "datetime" +msgstr "" + +#. gEDv5 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id421623420257224\n" +"help.text" +msgid "datetime" +msgstr "" + +#. KyGCx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id321623420281678\n" +"help.text" +msgid "float" +msgstr "" + +#. TCZND +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id471623420282320\n" +"help.text" +msgid "float" +msgstr "" + +#. CYgLM +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id971623420314751\n" +"help.text" +msgid "int" +msgstr "" + +#. 6SGDq +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id561623420315278\n" +"help.text" +msgid "int" +msgstr "" + +#. gQx34 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623420342159\n" +"help.text" +msgid "int" +msgstr "" + +#. BxcdG +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id591623420343208\n" +"help.text" +msgid "int" +msgstr "" + +#. n2DgV +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id601623420375543\n" +"help.text" +msgid "obj" +msgstr "" + +#. AophW +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420532337\n" +"help.text" +msgid "float" +msgstr "" + +#. gegJw +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id351623420532936\n" +"help.text" +msgid "float" +msgstr "" + +#. RFbyb +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id211623420546503\n" +"help.text" +msgid "str" +msgstr "" + +#. Eex5K +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id681623420559167\n" +"help.text" +msgid "str" +msgstr "" + +#. BxTYx +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id81623420571390\n" +"help.text" +msgid "any" +msgstr "" + +#. vWABe +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id931623419595424\n" +"help.text" +msgid "UNO Object" +msgstr "" + +#. cE5KS +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id821623420607671\n" +"help.text" +msgid "uno" +msgstr "" + +#. 2q5Bk +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id951623419595631\n" +"help.text" +msgid "User Defined<br/>Type (UDT)" +msgstr "" + +#. yATCd +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id491623420626262\n" +"help.text" +msgid "obj" +msgstr "" + +#. h4Tu4 +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id451623419793734\n" +"help.text" +msgid "<literal>ScriptForge</literal><br/>service" +msgstr "" + +#. tBcFF +#: sf_methods.xhp +msgctxt "" +"sf_methods.xhp\n" +"par_id761623420648335\n" +"help.text" +msgid "svc" msgstr "" #. Ah5Gj @@ -16921,13 +17316,13 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. Emisv +#. mHGZk #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" "par_id321614902851541\n" "help.text" -msgid "The code snippet below instantiates the <literal>Platform</literal> service and accesses the <literal>Architecture</literal> property." +msgid "The examples below in Basic and Python instantiate the <literal>Platform</literal> service and access the <literal>Architecture</literal> property." msgstr "" #. KC5eN @@ -17182,67 +17577,67 @@ msgctxt "" msgid "Example: '<literal>#50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021</literal>'" msgstr "" -#. fCdYi +#. E8DzK #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id941600789527698\n" +"par_id941608709527698\n" "help.text" msgid "Yes" msgstr "" -#. wkthE +#. ArFcn #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id631600789527859\n" +"par_id661300789527859\n" "help.text" -msgid "The real processor name. Example: '<literal>amdk6</literal>'." +msgid "The list of available printers as a zero-based array." msgstr "" -#. MYY9M +#. nN5EG #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id111614902598396\n" +"par_id111614952098396\n" "help.text" -msgid "This property may return the same value as the <literal>Machine</literal> property." +msgid "The default printer is put in the first position of the list (index = 0)." msgstr "" -#. 4pnPw +#. fCdYi #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613075694148\n" +"par_id941600789527698\n" "help.text" -msgid "<link href=\"text/sbasic/python/python_platform.xhp\" name=\"OS python\">Identifying the operating system</link>" +msgid "Yes" msgstr "" -#. UCfLb +#. wkthE #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301613065794148\n" +"par_id631600789527859\n" "help.text" -msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Platform information with Calc INFO formula\">Platform information with INFO(\"system\") Calc formula</link>" +msgid "The real processor name. Example: '<literal>amdk6</literal>'." msgstr "" -#. PqDHG +#. MYY9M #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id103613075694148\n" +"par_id111614902598396\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType function</link>" +msgid "This property may return the same value as the <literal>Machine</literal> property." msgstr "" -#. DAfoV +#. 3yeMr #: sf_platform.xhp msgctxt "" "sf_platform.xhp\n" -"par_id301316075694148\n" +"par_id301613065794148\n" "help.text" -msgid "<link href=\"text/sbasic/shared/03/lib_tools.xhp\" name=\"Tools library\">Tools library</link>" +msgid "<link href=\"text/scalc/01/04060104.xhp#bm_id3691824\" name=\"Calc_Info\">Platform information with INFO(\"system\") Calc formula</link>" msgstr "" #. GpvmN @@ -17263,193 +17658,103 @@ msgctxt "" msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>" msgstr "" -#. 2TqZf -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582710868545\n" -"help.text" -msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:" -msgstr "" - -#. G2GDr -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id751582711417284\n" -"help.text" -msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME" -msgstr "" - -#. pyGFM -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id711582711434921\n" -"help.text" -msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well" -msgstr "" - -#. DLRfn -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id11582711444725\n" -"help.text" -msgid "any user/contributor LibreOffice extension wanting to fit into the same framework" -msgstr "" - -#. WZtZa +#. SDbDJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id211596296017810\n" +"par_id241627513489594\n" "help.text" -msgid "A <emph>service</emph> is a collection of properties or methods which implement the service." +msgid "The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework." msgstr "" -#. 8yaDQ +#. 7B2KJ #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id301596296901387\n" -"help.text" -msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module." -msgstr "" - -#. pJ7ic -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411596296395830\n" -"help.text" -msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance." -msgstr "" - -#. 8tKxb -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id771596296933669\n" -"help.text" -msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role." -msgstr "" - -#. vpUVp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id191582711902530\n" -"help.text" -msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:" -msgstr "" - -#. td8Cp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id351582712098824\n" -"help.text" -msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method." -msgstr "" - -#. Adbws -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id671595847982308\n" -"help.text" -msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>." -msgstr "" - -#. vsobg -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id241596294275434\n" +"par_id351582710868545\n" "help.text" -msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>." +msgid "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders." msgstr "" -#. sZBHB +#. NW4BS #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id741582712156448\n" +"par_id541627513771828\n" "help.text" -msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked through the <literal>CreateScriptService</literal> method." +msgid "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>." msgstr "" -#. 9Geac +#. FW4FC #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id651582712806415\n" +"par_id871582714020043\n" "help.text" -msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>." +msgid "This method is used to instantiate a ScriptForge service so it can be called in user scripts." msgstr "" -#. BzHaE +#. jG6U9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id891611613601554\n" +"par_id711627514310039\n" "help.text" -msgid "List of Methods in the Services Service" +msgid "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." msgstr "" -#. howve +#. Vrzc9 #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id871582714020043\n" +"par_id961627475353964\n" "help.text" -msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred." +msgid "<input>svc.CreateScriptService(service: str, [arg0: any] ...): svc</input>" msgstr "" -#. KweBC +#. oojMF #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id101582714266656\n" +"par_id971582714020045\n" "help.text" -msgid "A service can be understood as either:" +msgid "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":" msgstr "" -#. w7Czn +#. CEqku #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id531582714337820\n" +"par_id11627475954271\n" "help.text" -msgid "as a set of methods gathered in a Basic standard module" +msgid "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\"." msgstr "" -#. rfAFT +#. BBFeA #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id291582714347134\n" +"par_id811627475954641\n" "help.text" -msgid "or a set of methods and properties gathered in a Basic class module." +msgid "The <emph>service</emph> is one of the services registered by the ScriptForge library." msgstr "" -#. VuLrG +#. btbtw #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id971582714020045\n" +"par_id391582714020045\n" "help.text" -msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method." +msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service." msgstr "" -#. q97vs +#. yAaks #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id391582714020045\n" +"par_id841627475900817\n" "help.text" -msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro." +msgid "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro." msgstr "" #. wuR7S @@ -17515,211 +17820,40 @@ msgctxt "" msgid "' Returns the instance of the Document class that fired the event" msgstr "" -#. AsuMY -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id1315827229793\n" -"help.text" -msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method." -msgstr "" - -#. 8FgEA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id411582723190195\n" -"help.text" -msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module." -msgstr "" - -#. jEAZb +#. zhCyY #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id351582724127926\n" +"par_id321627570607194\n" "help.text" -msgid "A service is either:" +msgid "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments." msgstr "" -#. oC8wx +#. jah7F #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id171582722979820\n" +"par_id901627576693156\n" "help.text" -msgid "a Basic standard module passed as a Basic object." +msgid "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions." msgstr "" -#. r98Hy +#. SDQ7m #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id121582722979649\n" +"par_id41627644806288\n" "help.text" -msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance." +msgid "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:" msgstr "" -#. FKqFQ +#. zVgQm #: sf_services.xhp msgctxt "" "sf_services.xhp\n" -"par_id771582725815107\n" +"par_id581627645023307\n" "help.text" -msgid "GlobalScope.LibraryName.ModuleName ' Object" -msgstr "" - -#. DYyWS -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id721582724496873\n" -"help.text" -msgid "\"LibraryName.ModuleName.FunctionName\" ' String" -msgstr "" - -#. uej6R -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id11582725353585\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "" - -#. jCUWF -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id341582725374064\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "" - -#. iwekv -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id741582727674249\n" -"help.text" -msgid "When a user script contains a statement such as:" -msgstr "" - -#. ivHq4 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id611582727701061\n" -"help.text" -msgid "<br/><literal>ScriptForge</literal> performs these tasks:" -msgstr "" - -#. 8AiaU -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id511582728914523\n" -"help.text" -msgid "load the library <literal>myLibrary</literal> when necessary" -msgstr "" - -#. Egm5V -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id441582728492537\n" -"help.text" -msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory" -msgstr "" - -#. csxrp -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id531582728511341\n" -"help.text" -msgid "initialize the variable <literal>myServ</literal> with the given service" -msgstr "" - -#. x6Xa6 -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331595857355789\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "" - -#. ELGxD -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id721595857355929\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "" - -#. GkGcA -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id271595857355756\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A service reference is either:" -msgstr "" - -#. cmHCE -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id101595857355820\n" -"help.text" -msgid "' Refer to a Basic standard module implementing the service as a set of methods" -msgstr "" - -#. bgCCe -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id951595857355198\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" -msgstr "" - -#. QPDMC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id701596299279876\n" -"help.text" -msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully." -msgstr "" - -#. Ky8rX -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id331596299279165\n" -"help.text" -msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique." -msgstr "" - -#. 3AXvN -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"par_id92159629927929\n" -"help.text" -msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:" -msgstr "" - -#. FKFAC -#: sf_services.xhp -msgctxt "" -"sf_services.xhp\n" -"bas_id521596299279373\n" -"help.text" -msgid "' The function should return an instance of a Basic object class implementing the service" +msgid "Beware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method." msgstr "" #. LCVem @@ -17794,13 +17928,13 @@ msgctxt "" msgid "Constants" msgstr "" -#. BuuCB +#. zcRQu #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id82158281472034\n" "help.text" -msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>." +msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>." msgstr "" #. yyF2R @@ -17902,13 +18036,13 @@ msgctxt "" msgid "List of Methods in the Session Service" msgstr "" -#. V4BCf +#. JvBuZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id491613061572993\n" "help.text" -msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script." +msgid "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows: <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script. <br/>A single value or an array of values is returned to the calling script." msgstr "" #. 72GZi @@ -17920,49 +18054,94 @@ msgctxt "" msgid "Execute the Basic script given its name and location and fetch its result if any." msgstr "" -#. yWXBt +#. yFnSG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921600856780901\n" "help.text" -msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." +msgid "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>." msgstr "" -#. bWiEa +#. VTyCE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631582815407231\n" "help.text" -msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>." +msgid "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)." msgstr "" -#. fxDM3 +#. SCCpE #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id691582815407231\n" "help.text" -msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>." +msgid "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string." +msgstr "" + +#. hS5x4 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id741626828862265\n" +"help.text" +msgid "The library is loaded in memory if necessary." +msgstr "" + +#. D8AL6 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id981626828863001\n" +"help.text" +msgid "The module must not be a class module." +msgstr "" + +#. VsUFD +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id721626828863257\n" +"help.text" +msgid "The method may be a <literal>Sub</literal> or a <literal>Function</literal>." msgstr "" -#. UM3xU +#. eExjm #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id881582815407231\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." +msgid "<emph>args</emph>: The arguments to be passed to the called script." msgstr "" -#. bvuhY +#. mg5WG #: sf_session.xhp msgctxt "" "sf_session.xhp\n" -"bas_id61582815407231\n" +"par_id21626809513802\n" "help.text" -msgid "' Xray returns no value" +msgid "Consider the following Basic function named <literal>DummyFunction</literal> that is stored in \"My Macros\" in the \"Standard\" library inside a module named \"Module1\"." +msgstr "" + +#. PMyrB +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id551626810319766\n" +"help.text" +msgid "The function simply takes in two integer values <literal>v1</literal> and <literal>v2</literal> and return the sum of all values starting in <literal>v1</literal> and ending in <literal>v2</literal>." +msgstr "" + +#. Gx6fV +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id461626810470057\n" +"help.text" +msgid "The examples below show how to call <literal>DummyFunction</literal> from within Basic and Python scripts." msgstr "" #. Yr22N @@ -17974,22 +18153,22 @@ msgctxt "" msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>." msgstr "" -#. gG7vu +#. EDU9x #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582816585183\n" "help.text" -msgid "<emph>CalcFunction</emph>: The English name of the function to execute." +msgid "<emph>calcfunction</emph>: The name of the Calc function to be called, in English." msgstr "" -#. ULCqi +#. FJJJh #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id371582816585183\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." +msgid "<emph>args</emph>: The arguments to be passed to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types." msgstr "" #. XMfUD @@ -18019,22 +18198,22 @@ msgctxt "" msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>." msgstr "" -#. JsjbE +#. jdWTU #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id791582818023246\n" "help.text" -msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>." +msgid "<emph>scope</emph>: One of the applicable constants listed <link href=\"text/sbasic/shared/03/sf_session.xhp#constants\" name=\"Session constants\">above</link>. The default value is <literal>session.SCRIPTISSHARED</literal>." msgstr "" -#. UDbdL +#. ELfda #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id71582818023247\n" "help.text" -msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." +msgid "<emph>script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string." msgstr "" #. P6ZKD @@ -18073,13 +18252,40 @@ msgctxt "" msgid "method: The Python function." msgstr "" -#. LPeJj +#. dWbiV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id711582818023247\n" "help.text" -msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script." +msgid "<emph>args</emph>: The arguments to be passed to the called script.." +msgstr "" + +#. Az2PX +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id701626817164878\n" +"help.text" +msgid "Consider the Python function <literal>odd_integers</literal> defined below that creates a list with odd integer values between <literal>v1</literal> an <literal>v2</literal>. Suppose this function is stored in a file named <emph>my_macros.py</emph> in your user scripts folder." +msgstr "" + +#. CHr5n +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id751626817335715\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/sbasic/python/python_locations.xhp#pythonlocations1\"/> to learn more about where Python scripts can be stored." +msgstr "" + +#. vqBm9 +#: sf_session.xhp +msgctxt "" +"sf_session.xhp\n" +"par_id121626817725471\n" +"help.text" +msgid "The following examples show how to call the function <literal>odd_integers</literal> from within Basic and Python scripts." msgstr "" #. Lv4iA @@ -18091,22 +18297,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid." msgstr "" -#. AmYDH +#. HAw32 #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921587477335673\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. d8D4G +#. DDw6g #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id631587477566016\n" "help.text" -msgid "<emph>MethodName</emph>: the method as a case-sensitive string" +msgid "<emph>methodname</emph>: the method as a case-sensitive string" msgstr "" #. gDBRB @@ -18118,22 +18324,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid." msgstr "" -#. 4Sgnh +#. 54oXs #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id121587477832805\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" -#. DGzZA +#. hCTCk #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701587477832750\n" "help.text" -msgid "<emph>PropertyName</emph>: the property as a case-sensitive string" +msgid "<emph>propertyname</emph>: the property as a case-sensitive string" msgstr "" #. QWaTF @@ -18145,40 +18351,40 @@ msgctxt "" msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser." msgstr "" -#. JD25Y +#. 4tFWV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241601129640549\n" "help.text" -msgid "<emph>URL</emph>: The URL to open." +msgid "<emph>url</emph>: The URL to open." msgstr "" -#. hmMBt +#. hJqsF #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id311582819697897\n" "help.text" -msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully." +msgid "Executes an arbitrary system command and returns <literal>True</literal> if it was launched successfully." msgstr "" -#. QgJxa +#. D483F #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id461582819697898\n" "help.text" -msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. vTm42 +#. b8hbC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id611582819697899\n" "help.text" -msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." +msgid "<emph>parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command." msgstr "" #. 2hTM7 @@ -18190,67 +18396,67 @@ msgctxt "" msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately." msgstr "" -#. qdmqa +#. FCn8e #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id701601030349896\n" "help.text" -msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)." +msgid "<emph>recipient</emph>: An email address (the \"To\" recipient)." msgstr "" -#. xC9Lq +#. BdMiD #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id571601030349904\n" "help.text" -msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." +msgid "<emph>cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)." msgstr "" -#. xxBCy +#. ADjaV #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id961601031043346\n" "help.text" -msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." +msgid "<emph>bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)." msgstr "" -#. vMyR2 +#. zAkWZ #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id891601031050814\n" "help.text" -msgid "<emph>Subject</emph>: the header of the message." +msgid "<emph>subject</emph>: the header of the message." msgstr "" -#. L7Cqy +#. EG6ZA #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id191601031056673\n" "help.text" -msgid "<emph>Body</emph>: The content of the message as an unformatted text." +msgid "<emph>body</emph>: The content of the message as an unformatted text." msgstr "" -#. HKGDs +#. McuEx #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id511601031063269\n" "help.text" -msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." +msgid "<emph>filenames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation." msgstr "" -#. k3Ssx +#. h9Urq #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id161601032784063\n" "help.text" -msgid "<emph>EditMessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." +msgid "<emph>editmessage</emph>: When <literal>True</literal> (default), the message is edited before being sent." msgstr "" #. HtzHP @@ -18262,13 +18468,13 @@ msgctxt "" msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. C7NYy +#. DX8qb #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id251587478024311\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. sL6Ri @@ -18280,13 +18486,13 @@ msgctxt "" msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty." msgstr "" -#. FfvFC +#. CFZRP #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id241587478343323\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to inspect." +msgid "<emph>unoobject</emph>: The object to inspect." msgstr "" #. Cm4eK @@ -18298,13 +18504,13 @@ msgctxt "" msgid "Identify the type of a UNO object as a string." msgstr "" -#. SudxH +#. Cs3VC #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id921582820251349\n" "help.text" -msgid "<emph>UnoObject</emph>: The object to identify." +msgid "<emph>unoobject</emph>: The object to identify." msgstr "" #. UAy4i @@ -18316,13 +18522,13 @@ msgctxt "" msgid "Get some web content from a URI." msgstr "" -#. C2AxK +#. BU5XR #: sf_session.xhp msgctxt "" "sf_session.xhp\n" "par_id771582821057374\n" "help.text" -msgid "<emph>URI</emph>: URI text of the web service." +msgid "<emph>uri</emph>: URI address of the web service." msgstr "" #. gn6AM @@ -18631,13 +18837,31 @@ msgctxt "" msgid "Before using the <literal>ScriptForge.String</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" msgstr "" -#. tSsDx +#. znLHV +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id271627158844922\n" +"help.text" +msgid "Loading the library will create the <literal>SF_String</literal> object that can be used to call the methods in the <literal>String</literal> service." +msgstr "" + +#. e2Gty #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id63158659509728\n" "help.text" -msgid "The following code snippets show the three ways to call methods in the <literal>String</literal> service (the <literal>ExpandTabs</literal> method is used as an example):" +msgid "The following code snippets show the three ways to call methods from the <literal>String</literal> service (the <literal>Capitalize</literal> method is used as an example):" +msgstr "" + +#. UE3DL +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id761627158463235\n" +"help.text" +msgid "The code snippet below illustrates how to invoke methods from the <literal>String</literal> service in Python scripts. The <literal>IsIPv4</literal> method is used as an example." msgstr "" #. GfEcK @@ -18649,13 +18873,13 @@ msgctxt "" msgid "Properties" msgstr "" -#. PGBk4 +#. qKhL4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241611950267068\n" "help.text" -msgid "The <literal>SF_String</literal> object provides the following properties:" +msgid "The <literal>SF_String</literal> object provides the following properties for Basic scripts:" msgstr "" #. FDjPb @@ -18793,6 +19017,15 @@ msgctxt "" msgid "The first argument of most methods is the string to be considered. It is always passed by reference and left unchanged. Methods such as <literal>Capitalize</literal>, <literal>Escape</literal>, etc return a new string after their execution." msgstr "" +#. PYcny +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id371627158142730\n" +"help.text" +msgid "Because Python has comprehensive built-in string support, most of the methods in the <literal>String</literal> service are available for Basic scripts only. The methods available for Basic and Python are: <literal>HashStr</literal>, <literal>IsADate</literal>, <literal>IsEmail</literal>, <literal>IsFileName</literal>, <literal>IsIBAN</literal>, <literal>IsIPv4</literal>, <literal>IsLike</literal>, <literal>IsSheetName</literal>, <literal>IsUrl</literal>, <literal>SplitNotQuoted</literal> and <literal>Wrap</literal>." +msgstr "" + #. jaBZR #: sf_string.xhp msgctxt "" @@ -18802,13 +19035,13 @@ msgctxt "" msgid "Capitalizes the first character from each word in the input string." msgstr "" -#. ABfrm +#. ibgky #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941582304592013\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be capitalized." +msgid "<emph>inputstr</emph>: The string to be capitalized." msgstr "" #. DB982 @@ -18820,40 +19053,40 @@ msgctxt "" msgid "Counts the number of occurrences of a substring or a regular expression within a string." msgstr "" -#. tvxcg +#. DxK5L #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571582384689863\n" "help.text" -msgid "<emph>InputStr</emph>: The input string to be examined" +msgid "<emph>inputstr</emph>: The input string to be examined" msgstr "" -#. 97Asr +#. QUeur #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id601582384696486\n" "help.text" -msgid "<emph>Substring</emph>: The substring or the regular expression to be used during search" +msgid "<emph>substring</emph>: The substring or the regular expression to be used during search" msgstr "" -#. i5aBr +#. vGiqm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451582384703719\n" "help.text" -msgid "<emph>IsRegex</emph>: Use <literal>True</literal> if the substring is a regular expression (default = <literal>False</literal>)" +msgid "<emph>isregex</emph>: Use <literal>True</literal> if the substring is a regular expression (Default = <literal>False</literal>)" msgstr "" -#. fxSHM +#. WiFme #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141582384726168\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. QcE5q @@ -18901,31 +19134,31 @@ msgctxt "" msgid "The function returns <literal>False</literal> when either the string or the substring have a length = 0 or when the substring is longer than the string." msgstr "" -#. xsyiT +#. qk5nE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id191579861552201\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. B5JDX +#. 2Vipn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211579861561473\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the end of <literal>InputStr</literal>." msgstr "" -#. WfUif +#. 4DKkW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801579861574009\n" "help.text" -msgid "<emph>CaseSensitive</emph>: The comparison can be case sensitive or not (default = <literal>False</literal>)." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. gn2F8 @@ -18955,13 +19188,13 @@ msgctxt "" msgid "Converts linebreaks and tabs contained in the input string to their equivalent escaped sequence (\\\\, \\n, \\r, \\t)." msgstr "" -#. KH5Qh +#. kBiBE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id9158592144110\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. cpLKD @@ -18991,22 +19224,22 @@ msgctxt "" msgid "If a line break is found, a new line is started and the character counter is reset." msgstr "" -#. da5NH +#. E73Ko #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231579868290408\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be expanded" +msgid "<emph>inputstr</emph>: The string to be expanded" msgstr "" -#. J3oNq +#. 9dyYc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281579868299807\n" "help.text" -msgid "<emph>TabSize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)" +msgid "<emph>tabsize</emph>: This parameter is used to determine the Tab stops using the formula: TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)" msgstr "" #. GUoE8 @@ -19018,22 +19251,22 @@ msgctxt "" msgid "Replaces all non-printable characters in the input string by a given character." msgstr "" -#. bJBrE +#. GpHwp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431579874633865\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. bywcr +#. GttDN #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579874656437\n" "help.text" -msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")" +msgid "<emph>replacedby</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>inputstr</literal> (Default = \"\")" msgstr "" #. W44TL @@ -19045,58 +19278,58 @@ msgctxt "" msgid "Finds in a string a substring matching a given regular expression." msgstr "" -#. FK83s +#. aq28M #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id131579876314120\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be searched" +msgid "<emph>inputstr</emph>: The string to be searched" msgstr "" -#. pEWGm +#. hRrBB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751579876371545\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression" +msgid "<emph>regex</emph>: The regular expression" msgstr "" -#. vBGPG +#. y2Fqs #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881579876394584\n" "help.text" -msgid "<emph>Start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>Start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>Start</literal> will be set to 0." +msgid "<emph>start</emph>: The position in the string where the search will begin. This parameter is passed by reference, so after execution the value of <literal>start</literal> will point to the first character of the found substring. If no matching substring is found, <literal>start</literal> will be set to 0." msgstr "" -#. 8ACCG +#. yZMDg #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251579876403831\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>" +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" -#. y5jTA +#. A4JC7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841579876412287\n" "help.text" -msgid "<emph>Forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" +msgid "<emph>forward</emph>: Determines the direction of the search. If <literal>True</literal>, search moves forward. If <literal>False</literal> search moves backwards (Default = <literal>True</literal>)" msgstr "" -#. 24fyo +#. SkaCi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id451612309155653\n" "help.text" -msgid "At the first iteration, if <literal>Forward = True</literal>, then <literal>Start</literal> should be equal to 1, whereas if <literal>Forward = False</literal> then <literal>Start</literal> should be equal to <literal>Len(InputStr)</literal>" +msgid "At the first iteration, if <literal>forward = True</literal>, then <literal>start</literal> should be equal to 1, whereas if <literal>forward = False</literal> then <literal>start</literal> should be equal to <literal>Len(inputstr)</literal>" msgstr "" #. gv3oo @@ -19135,22 +19368,22 @@ msgctxt "" msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>." msgstr "" -#. xWGnD +#. yUmmb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621601048983210\n" "help.text" -msgid "<emph>InputStr</emph> : The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." +msgid "<emph>inputstr</emph>: The string to hash. It is presumed to be encoded in UTF-8. The hashing algorithm will consider the string as a stream of bytes." msgstr "" -#. krqwK +#. nuQRb #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id941601048983822\n" "help.text" -msgid "<emph>Algorithm</emph> : One of the supported algorithms listed above, passed as a string." +msgid "<emph>algorithm</emph>: One of the supported algorithms listed above, passed as a string." msgstr "" #. TXGmB @@ -19171,13 +19404,13 @@ msgctxt "" msgid "For example, the character <literal>é</literal> would be replaced by <literal>é</literal> or an equivalent numerical HTML code." msgstr "" -#. 2SAZB +#. CGFQH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id501579879570781\n" "help.text" -msgid "<emph>InputStr</emph>: The string to encode" +msgid "<emph>inputstr</emph>: The string to encode." msgstr "" #. jpv97 @@ -19189,22 +19422,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid date according to a specified date format." msgstr "" -#. rhVGc +#. tBGBH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id151579881091821\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>" msgstr "" -#. J4E4L +#. nmTv3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991579881107670\n" "help.text" -msgid "<emph>DateFormat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" +msgid "<emph>dateformat</emph>: The date format, as a string. It can be either \"YYYY-MM-DD\" (default), \"DD-MM-YYYY\" or \"MM-DD-YYYY\"" msgstr "" #. GvZLC @@ -19261,13 +19494,13 @@ msgctxt "" msgid "Alphabetic characters are those characters defined in the <link href=\"https://unicode.org/reports/tr44/\" name=\"Unicode documentation\">Unicode Character Database</link> as <literal>Letter</literal>." msgstr "" -#. VMZud +#. a9rTa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11579881691826\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. KaLGv @@ -19279,13 +19512,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are alphabetic, digits or \"_\" (underscore). The first character must not be a digit." msgstr "" -#. LLCAz +#. BAEB4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31579884464101\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. qAZpA @@ -19297,13 +19530,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are Ascii characters." msgstr "" -#. AR4hr +#. 3DNou #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id791580039528838\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. iuPF4 @@ -19315,13 +19548,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are digits." msgstr "" -#. njKib +#. yU7cc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id41580044873043\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. J8Ykx @@ -19333,13 +19566,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid email address." msgstr "" -#. DFTVq +#. 8Pxsn #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id841580045280071\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. R6MsU @@ -19351,22 +19584,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid filename in a given operating system." msgstr "" -#. VEp6E +#. aQbRF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580047079938\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. j3yDJ +#. jWMpJ #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id781580047088954\n" "help.text" -msgid "<emph>OSName</emph>: The operating system name, as a string. It can be WINDOWS, LINUX, MACOSX or SOLARIS." +msgid "<emph>osname</emph>: The operating system name, as a string. It can be \"WINDOWS\", \"LINUX\", \"MACOSX\" or \"SOLARIS\"." msgstr "" #. GnrxA @@ -19387,13 +19620,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are hexadecimal digits." msgstr "" -#. WqaBe +#. hWqAh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id331580047594144\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. kEz4y @@ -19414,13 +19647,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid International Bank Account Number (IBAN). The comparison is not case-sensitive." msgstr "" -#. JZERm +#. DnC6i #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id951880048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. VgT3x @@ -19441,13 +19674,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid IP(v4) address." msgstr "" -#. m9byA +#. rMpXB #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id981580048466565\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. yWHew @@ -19459,22 +19692,22 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given pattern containing wildcards." msgstr "" -#. GDhnV +#. PzigS #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141580049142548\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. DnQC9 +#. XEBzh #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id31580049154551\n" "help.text" -msgid "<emph>Pattern</emph>: The pattern as a string. Wildcard are:" +msgid "<emph>pattern</emph>: The pattern as a string. Wildcards are:" msgstr "" #. ZCzDP @@ -19495,13 +19728,13 @@ msgctxt "" msgid "\"*\" represents zero, one, or multiple characters." msgstr "" -#. CntsV +#. eLYBF #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id991580049206617\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. kSMmn @@ -19531,13 +19764,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are printable." msgstr "" -#. XjiTs +#. gUhut #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id721580051706431\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. HYBp5 @@ -19549,31 +19782,31 @@ msgctxt "" msgid "Returns <literal>True</literal> if the whole input string matches a given regular expression." msgstr "" -#. eaFWB +#. ZuBxC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id161580052454770\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" -#. AVFYQ +#. mi4mi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580052467973\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." +msgid "<emph>regex</emph>: The regular expression. If empty, the method returns <literal>False</literal>." msgstr "" -#. FvYsk +#. vmqZM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id621580052654341\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. iZSEw @@ -19585,13 +19818,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the input string is a valid Calc sheet name." msgstr "" -#. oFBzi +#. xPFLm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671589460240552\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. uE5gz @@ -19612,13 +19845,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the first character of every word is in uppercase and the other characters are in lowercase." msgstr "" -#. iiBCT +#. uVF9U #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580293142283\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7Ryzp @@ -19630,13 +19863,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are in uppercase. Non alphabetic characters are ignored." msgstr "" -#. N7DBZ +#. HFDCW #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id391580128736809\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. BTRpG @@ -19648,13 +19881,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if the string is a valid absolute URL (Uniform Resource Locator) address. Only the http, https and ftp protocols are supported." msgstr "" -#. NdBfD +#. HrFqG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id321580132113593\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. wBAqG @@ -19666,13 +19899,13 @@ msgctxt "" msgid "Returns <literal>True</literal> if all characters in the string are whitespaces" msgstr "" -#. DRDP8 +#. JDD85 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id801580132535511\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." +msgid "<emph>inputstr</emph>: The string to be checked. If empty, the method returns <literal>False</literal>." msgstr "" #. 7EBbA @@ -19684,31 +19917,31 @@ msgctxt "" msgid "Returns the input string center-justified." msgstr "" -#. ycGFR +#. TLmnE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571612380829021\n" "help.text" -msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading and trailing white spaces are stripped and the remaining characters are completed left and right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. 9aW5U +#. 4uuQT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id911580133391827\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be center-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be center-justified. If empty, the method returns an empty string." msgstr "" -#. RXgZr +#. jHJNT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id671580133694946\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. A3qof @@ -19720,13 +19953,13 @@ msgctxt "" msgid "If the specified length is shorter than the center-justified input string, then the returned string is truncated." msgstr "" -#. LEKsf +#. fys4j #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id101580133705268\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. 4zk3p @@ -19738,31 +19971,31 @@ msgctxt "" msgid "Returns the input string left-justified." msgstr "" -#. GbAcR +#. 9KeCE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431612381917641\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the right up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. rPfqE +#. UQXSM #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id281580135523448\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be left-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be left-justified. If empty, the method returns an empty string." msgstr "" -#. tUCdj +#. EAwAa #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id431580135534910\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. ntKXx @@ -19774,13 +20007,13 @@ msgctxt "" msgid "If the specified length is shorter than the left-justified input string, then the returned string is truncated." msgstr "" -#. BrEAS +#. wBnmv #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id221580135568475\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. TTokb @@ -19792,31 +20025,31 @@ msgctxt "" msgid "Returns the input string right-justified." msgstr "" -#. PPcZT +#. 4fG7c #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id771612382000293\n" "help.text" -msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>Length</literal> with the character <literal>Padding</literal>." +msgid "The leading white spaces are stripped and the remaining characters are completed to the left up to a specified total <literal>length</literal> with the character <literal>padding</literal>." msgstr "" -#. MzFoN +#. KxskT #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id201580136154170\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be right-justified. If empty, the method returns an empty string." +msgid "<emph>inputstr</emph>: The string to be right-justified. If empty, the method returns an empty string." msgstr "" -#. uM4Xm +#. FboQc #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id71580136164632\n" "help.text" -msgid "<emph>Length</emph>: The length of the resulting string (default = the length of the input string)." +msgid "<emph>length</emph>: The length of the resulting string (default = the length of the input string)." msgstr "" #. dshKE @@ -19828,13 +20061,13 @@ msgctxt "" msgid "If the specified length is shorter than the right-justified input string, then the returned string is truncated." msgstr "" -#. f9BKD +#. LtcVG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id751580136200680\n" "help.text" -msgid "<emph>Padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." +msgid "<emph>padding</emph>: The single character to be used as padding (default = the Ascii space \" \")." msgstr "" #. Wn55u @@ -19846,22 +20079,22 @@ msgctxt "" msgid "Returns the input string enclosed in single or double quotes. Existing quotes are left unchanged, including leading and/or trailing quotes." msgstr "" -#. 6VRqZ +#. YBvt4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580136944674\n" "help.text" -msgid "<emph>InputStr</emph>: the string to quote." +msgid "<emph>inputstr</emph>: The string to quote." msgstr "" -#. T8fPe +#. GynWV #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581599129397412\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or (default) double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." msgstr "" #. fY3PC @@ -19891,31 +20124,31 @@ msgctxt "" msgid "If the length of <literal>Before</literal> is greater than the length of <literal>After</literal>, the residual characters in <literal>Before</literal> are replaced by the last character in <literal>After</literal>." msgstr "" -#. 949cN +#. DD2CL #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11580139160633\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. DfiCN +#. DvaRE #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id111580139169795\n" "help.text" -msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement." +msgid "<emph>before</emph>: A string with the characters that will be searched in the input string for replacement." msgstr "" -#. jCz7k +#. N46b3 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id851580139182113\n" "help.text" -msgid "<emph>After</emph>: A string with the new characters that will replace those defined in <literal>Before</literal>." +msgid "<emph>after</emph>: A string with the new characters that will replace those defined in <literal>before</literal>." msgstr "" #. CDuCC @@ -19945,40 +20178,40 @@ msgctxt "" msgid "Replaces all occurrences of a given regular expression by a new string." msgstr "" -#. yT3Qw +#. ujCyu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id471580140311626\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. hW8Q6 +#. o2DS2 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id651580140322666\n" "help.text" -msgid "<emph>Regex</emph>: The regular expression." +msgid "<emph>regex</emph>: The regular expression." msgstr "" -#. Do29t +#. itEEd #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id891580140334754\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string." +msgid "<emph>newstr</emph>: The replacing string." msgstr "" -#. MwRMp +#. gJRAr #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id581580140345221\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. ykPVR @@ -20008,85 +20241,85 @@ msgctxt "" msgid "Replaces in a string some or all occurrences of an array of strings by an array of new strings." msgstr "" -#. W4yEv +#. SDpot #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id831580146504326\n" "help.text" -msgid "<emph>InputStr</emph>: The input string on which replacements will occur." +msgid "<emph>inputstr</emph>: The input string on which replacements will occur." msgstr "" -#. ik56f +#. UfuEm #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id411580146514927\n" "help.text" -msgid "<emph>OldStr</emph>: A single string or an array of strings. Zero-length strings are ignored." +msgid "<emph>oldstr</emph>: A single string or an array of strings. Zero-length strings are ignored." msgstr "" -#. pRZAd +#. Ukr3F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id591580146532966\n" "help.text" -msgid "<emph>NewStr</emph>: The replacing string or the array of replacing strings." +msgid "<emph>newstr</emph>: The replacing string or the array of replacing strings." msgstr "" -#. 97Cuk +#. 7BQ7F #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384873347\n" "help.text" -msgid "If <literal>OldStr</literal> is an array, each occurrence of any of the items in <literal>OldStr</literal> is replaced by <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> is an array, each occurrence of any of the items in <literal>oldstr</literal> is replaced by <literal>newstr</literal>." msgstr "" -#. jLs7f +#. AfRz6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id611612384880820\n" "help.text" -msgid "If <literal>OldStr</literal> and <literal>NewStr</literal> are arrays, replacements occur one by one up to the <literal>UBound(NewStr)</literal>." +msgid "If <literal>oldstr</literal> and <literal>newstr</literal> are arrays, replacements occur one by one up to the <literal>UBound(newstr)</literal>." msgstr "" -#. qUhcr +#. E39aH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241612385058264\n" "help.text" -msgid "If <literal>OldStr</literal> has more entries than <literal>NewStr</literal>, then the residual elements in <literal>OldStr</literal> are replaced by the last element in <literal>NewStr</literal>." +msgid "If <literal>oldstr</literal> has more entries than <literal>newstr</literal>, then the residual elements in <literal>oldstr</literal> are replaced by the last element in <literal>newstr</literal>." msgstr "" -#. oTqRh +#. MkqW5 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id701580146547619\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." +msgid "<emph>occurrences</emph>: The maximum number of replacements. The default value is 0, meaning that all occurrences will be replaced." msgstr "" -#. eigiB +#. QX33p #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741612385380533\n" "help.text" -msgid "When <literal>OldStr</literal> is an array, the <literal>Occurrence</literal> parameter is computed separately for each item in the array." +msgid "When <literal>oldstr</literal> is an array, the <literal>occurrence</literal> parameter is computed separately for each item in the array." msgstr "" -#. EUziv +#. aWrvA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id301580146556599\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. eygyi @@ -20098,13 +20331,13 @@ msgctxt "" msgid "Returns a string with a readable representation of the argument, truncated at a given length. This is useful mainly for debugging or logging purposes." msgstr "" -#. jNrC5 +#. cU3Ev #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id11612386054691\n" "help.text" -msgid "If the <literal>AnyValue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." +msgid "If the <literal>anyvalue</literal> parameter is an object, it will be enclosed with square brackets \"[\" and \"]\"." msgstr "" #. gVB32 @@ -20116,31 +20349,31 @@ msgctxt "" msgid "In strings, tabs and line breaks are replaced by \\t, \\n or \\r." msgstr "" -#. vnB48 +#. SfUGD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id921612386089103\n" "help.text" -msgid "If the final length exceeds the <literal>MaxLength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." +msgid "If the final length exceeds the <literal>maxlength</literal> parameter, the latter part of the string is replaced by \" ... (N)\" where N is the total length of the original string before truncation." msgstr "" -#. ukVSq +#. zLfNR #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id91580147593626\n" "help.text" -msgid "<emph>AnyValue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." +msgid "<emph>anyvalue</emph>: The input value to be represented. It can be any value, such as a string, an array, a Basic object, a UNO object, etc." msgstr "" -#. Gp3Gk +#. hdDFi #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580147609322\n" "help.text" -msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." +msgid "<emph>maxlength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation." msgstr "" #. Ape7i @@ -20188,31 +20421,31 @@ msgctxt "" msgid "Returns the input string in reversed order." msgstr "" -#. 5PtEv +#. EEyG6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id141612387177873\n" "help.text" -msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>, however with better performance." +msgid "This method is equivalent to the built-in <link href=\"text/sbasic/shared/03120412.xhp\" name=\"StrReverse function\"><literal>StrReverse</literal> Basic function</link>." msgstr "" -#. CjFDm +#. ZEarP #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id961612387463144\n" "help.text" -msgid "To use the <literal>StrReverse</literal> function, the statement <literal>OpTion VBASupport 1</literal> must be present in the module." +msgid "To use the <literal>StrReverse</literal> function, the statement <literal>Option VBASupport 1</literal> must be present in the module." msgstr "" -#. ScghL +#. pSyL6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id241580312964497\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be reversed." +msgid "<emph>inputstr</emph>: The string to be reversed." msgstr "" #. KBFDk @@ -20224,22 +20457,22 @@ msgctxt "" msgid "Returns a zero-based array of strings with the lines in the input string. Each item in the array is obtained by splitting the input string at newline characters." msgstr "" -#. RRtva +#. nuUF6 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id481580210806878\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. UAkXJ +#. FEFUw #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id231580210820309\n" "help.text" -msgid "<emph>KeepBreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." +msgid "<emph>keepbreaks</emph>: When <literal>True</literal>, line breaks are preserved in the output array (default = <literal>False</literal>)." msgstr "" #. HAG8Q @@ -20260,40 +20493,49 @@ msgctxt "" msgid "If a quoted substring contains a delimiter, it is ignored. This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. mw9Lu +#. JKAaG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id881580211809490\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be split." +msgid "<emph>inputstr</emph>: The string to be split." msgstr "" -#. sYE2m +#. zFjwe #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580211821162\n" "help.text" -msgid "<emph>Delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the space character." +msgid "<emph>delimiter</emph>: A string of one or more characters that will be used as delimiter. The default delimiter is the Ascii space \" \" character." msgstr "" -#. NBsXC +#. 3rGRu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id181580211833778\n" "help.text" -msgid "<emph>Occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." +msgid "<emph>occurrences</emph>: The maximum number of substrings to return. The default value is 0, meaning that there is no limit to the number of returned strings." msgstr "" -#. dzzmh +#. W2og7 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id421599123777334\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote." +msgstr "" + +#. S63t6 +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"par_id661627251379676\n" +"help.text" +msgid "Beware of the differences between Basic and Python when representing strings. For example, in Basic two \"\" characters inside a string are interpreted as a single \" character. In Python, strings enclosed with single quotes can contain \" characters without having to double them." msgstr "" #. 6Q2tJ @@ -20314,31 +20556,31 @@ msgctxt "" msgid "This method returns <literal>False</literal> if either the input string or the substring have a length = 0 or when the substring is longer than the input string." msgstr "" -#. rmutH +#. jrzxu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id271580212876135\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be tested." +msgid "<emph>inputstr</emph>: The string to be tested." msgstr "" -#. 2wa7W +#. tE9WD #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id571580212889462\n" "help.text" -msgid "<emph>Substring</emph>: The substring to be searched at the start of <literal>InputStr</literal>." +msgid "<emph>substring</emph>: The substring to be searched at the start of <literal>inputstr</literal>." msgstr "" -#. HAFmq +#. ZeQP4 #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id811580212900799\n" "help.text" -msgid "<emph>CaseSensitive</emph>: Default = <literal>False</literal>." +msgid "<emph>casesensitive</emph>: The search can be case sensitive or not (Default = <literal>False</literal>)." msgstr "" #. DGgBx @@ -20350,13 +20592,13 @@ msgctxt "" msgid "Returns the input string without its leading and trailing whitespaces." msgstr "" -#. ekDEE +#. BESEu #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id541580296044377\n" "help.text" -msgid "<emph>InputStr</emph>: The string to trimmed." +msgid "<emph>inputstr</emph>: The string to trim." msgstr "" #. 9t9vX @@ -20368,13 +20610,13 @@ msgctxt "" msgid "Converts any escaped sequence (\\\\, \\n, \\r, \\t) in the input string to their corresponding Ascii character." msgstr "" -#. J7Fpn +#. mzTsG #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id971580483124743\n" "help.text" -msgid "<emph>InputStr</emph>: The string to be converted." +msgid "<emph>inputstr</emph>: The string to be converted." msgstr "" #. BoYHV @@ -20395,40 +20637,49 @@ msgctxt "" msgid "This is useful when parsing CSV-like records that contain quoted strings." msgstr "" -#. GrBsF +#. BhVvp #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id761580213677493\n" "help.text" -msgid "<emph>InputStr</emph> : The string to unquote." +msgid "<emph>inputstr</emph>: The string to unquote." msgstr "" -#. GYKCt +#. gRUHA #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id211599129509890\n" "help.text" -msgid "<emph>QuoteChar</emph> : Either the single (') or double (\") quote (default)." +msgid "<emph>quotechar</emph>: Either the single (') or double (\") quote (default)." +msgstr "" + +#. nGq4Q +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id371580213702598\n" +"help.text" +msgid "' s = \"Some text\" (without enclosing quotes)" msgstr "" -#. G368s +#. Fp8ip #: sf_string.xhp msgctxt "" "sf_string.xhp\n" -"bas_id981580213799125\n" +"bas_id51580213693694\n" "help.text" -msgid "s = SF_String.Unquote(\"\"\"Some text\"\"\") ' s = \"Some text\" (without enclosing quotes)" +msgid "' The string below does not have enclosing quotes, so it remains unchanged" msgstr "" -#. kyuNy +#. A4Eki #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "bas_id961612393917830\n" "help.text" -msgid "s = SF_String.Unquote(\"Some text\") ' s = \"Some text\" (unchanged)" +msgid "' s = \"Some text\" (unchanged)" msgstr "" #. ULtxx @@ -20440,6 +20691,15 @@ msgctxt "" msgid "' Quotes inside the string are not removed" msgstr "" +#. 8w4ia +#: sf_string.xhp +msgctxt "" +"sf_string.xhp\n" +"bas_id961612394171208\n" +"help.text" +msgid "' s = \"The \"\"true\"\" meaning\" (unchanged)" +msgstr "" + #. JGhWK #: sf_string.xhp msgctxt "" @@ -20485,40 +20745,31 @@ msgctxt "" msgid "If the wrapped output has no content, the returned array is empty." msgstr "" -#. J73yb +#. SNRzH #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id251585834468498\n" "help.text" -msgid "<emph>InputStr</emph>: The string to wrap." +msgid "<emph>inputstr</emph>: The string to wrap." msgstr "" -#. 5iowq +#. MiptC #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id351585834773177\n" "help.text" -msgid "<emph>Width</emph> : The maximum number of characters in each line (default = 70)." +msgid "<emph>width</emph>: The maximum number of characters in each line (Default = 70)." msgstr "" -#. GhpV4 +#. epG6z #: sf_string.xhp msgctxt "" "sf_string.xhp\n" "par_id741585834874500\n" "help.text" -msgid "<emph>TabSize</emph> : Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. TabSize defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (default = 8)." -msgstr "" - -#. xDXfd -#: sf_string.xhp -msgctxt "" -"sf_string.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String function\">String built-in function</link>" +msgid "<emph>tabsize</emph>: Before wrapping the text, the existing TAB <literal>Chr(9)</literal> characters are replaced with spaces. The argument <literal>tabsize</literal> defines the TAB stops at TabSize + 1, 2 * TabSize + 1 , ... N * TabSize + 1 (Default = 8)." msgstr "" #. HjZDB @@ -20584,22 +20835,22 @@ msgctxt "" msgid "All operations needed to read from or write to a file (open, read/write and close) are presumed to happen during the same macro run." msgstr "" -#. U6RHd +#. dc5KN #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "hd_id83158533078741\n" "help.text" -msgid "Service instantiation" +msgid "Service invocation" msgstr "" -#. c7WYC +#. AuQX2 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id351613598192725\n" "help.text" -msgid "The code snippet below uses the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." +msgid "The examples below in Basic and Python use the <literal>OpenTextFile</literal> method to create an instance of the <literal>TextStream</literal> Service." msgstr "" #. UUudg @@ -20845,13 +21096,13 @@ msgctxt "" msgid "Consider the text file \"Students.txt\" with the following contents (a name in each line):" msgstr "" -#. dUSey +#. hk7q4 #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id391613596019750\n" "help.text" -msgid "The example below uses the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" +msgid "The examples below in Basic and Python use the <literal>ReadAll</literal> and <literal>SplitLines</literal> methods to read the contents of the file into an array of strings:" msgstr "" #. BuRJE @@ -20926,13 +21177,13 @@ msgctxt "" msgid "Writes a specified number of empty lines to the output stream." msgstr "" -#. NqNwE +#. YsBUm #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id291585330787357\n" "help.text" -msgid "<emph>Lines</emph>: The number of empty lines to write." +msgid "<emph>lines</emph>: The number of empty lines to write to the file." msgstr "" #. GCPCC @@ -20953,13 +21204,22 @@ msgctxt "" msgid "The character defined in the <literal>NewLine</literal> property is used as the line delimiter." msgstr "" -#. YRTuQ +#. LXFPE #: sf_textstream.xhp msgctxt "" "sf_textstream.xhp\n" "par_id491585330787650\n" "help.text" -msgid "<emph>Line</emph>: The line to write, may be empty." +msgid "<emph>line</emph>: The line to write, may be empty." +msgstr "" + +#. PM5Bx +#: sf_textstream.xhp +msgctxt "" +"sf_textstream.xhp\n" +"par_id821626894480105\n" +"help.text" +msgid "The examples below in Basic and Python create a text file in CSV format in which each line contains a value and its square until <literal>lastValue</literal> is reached." msgstr "" #. 39u4o @@ -21007,24 +21267,6 @@ msgctxt "" msgid "'Closes the file and free resources" msgstr "" -#. nrDCn -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id301613075694148\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>" -msgstr "" - -#. FnNRc -#: sf_textstream.xhp -msgctxt "" -"sf_textstream.xhp\n" -"par_id271612398715438\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>" -msgstr "" - #. PCSPY #: sf_timer.xhp msgctxt "" @@ -21115,15 +21357,6 @@ msgctxt "" msgid "Service invocation" msgstr "" -#. 8ntzF -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id141610734722352\n" -"help.text" -msgid "Before using the <literal>Timer</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:" -msgstr "" - #. SCYEX #: sf_timer.xhp msgctxt "" @@ -21421,6 +21654,15 @@ msgctxt "" msgid "<literal>False</literal> if the timer is neither started nor suspended" msgstr "" +#. DuD3h +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id731626871820490\n" +"help.text" +msgid "The examples below in Basic and Python illustrate the use of the methods and properties in the <literal>Timer</literal> service." +msgstr "" + #. UgBnC #: sf_timer.xhp msgctxt "" @@ -21457,6 +21699,15 @@ msgctxt "" msgid "If you call the <literal>Terminate</literal> method, subsequent calls for the <literal>Continue</literal> method will not resume time measurement. Similarly, after a Timer has been terminated, calling the <literal>Start</literal> method will restart it as if it were a clean new Timer." msgstr "" +#. DSYKj +#: sf_timer.xhp +msgctxt "" +"sf_timer.xhp\n" +"par_id391626872019832\n" +"help.text" +msgid "Beware that the <literal>Wait</literal> function in Basic takes in a duration argument in milliseconds whereas the <literal>sleep</literal> function in Python uses seconds in its argument." +msgstr "" + #. bHEyr #: sf_timer.xhp msgctxt "" @@ -21511,24 +21762,6 @@ msgctxt "" msgid "'Terminate both timers" msgstr "" -#. CpzL5 -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id531610970649205\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030203.xhp#now\">Now function</link>" -msgstr "" - -#. iuTvZ -#: sf_timer.xhp -msgctxt "" -"sf_timer.xhp\n" -"par_id221610970653662\n" -"help.text" -msgid "<link href=\"text/sbasic/shared/03030303.xhp#timer\">Timer function</link>" -msgstr "" - #. dphFv #: sf_ui.xhp msgctxt "" @@ -21943,13 +22176,13 @@ msgctxt "" msgid "<emph>filename</emph> : Identifies the file to create. It must follow the <literal>SF_FileSystem.FileNaming</literal> notation. If the file already exists, it is overwritten without warning" msgstr "" -#. ncJxE +#. Jub7D #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id381596554849698\n" "help.text" -msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default) or \"FIREBIRD\"." +msgid "<emph>embeddeddatabase</emph> : Either \"HSQLDB\" (default), \"FIREBIRD\" or \"CALC\"." msgstr "" #. BWgpN @@ -21961,6 +22194,15 @@ msgctxt "" msgid "<emph>registrationname</emph> : The name used to store the new database in the databases register. When = \"\" (default), no registration takes place. If the name already exists it is overwritten without warning." msgstr "" +#. AFin6 +#: sf_ui.xhp +msgctxt "" +"sf_ui.xhp\n" +"par_id181629364905056\n" +"help.text" +msgid "<emph>calcfilename</emph> : Only when <literal>embeddeddatabase</literal> = \"CALC\", <literal>calcfilename</literal> represents the file containing the tables as Calc sheets. The file must exist or an error is raised." +msgstr "" + #. GtB5n #: sf_ui.xhp msgctxt "" @@ -22006,22 +22248,22 @@ msgctxt "" msgid "In both examples below, the first call to <literal>CreateDocument</literal> method creates a blank Calc document, whereas the second creates a document from a template file." msgstr "" -#. W3qxn +#. TxY93 #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id201588520551463\n" "help.text" -msgid "Returns a document object referring to either the active window or the given window." +msgid "Returns a document object referring to either the active window, a given window or the active document." msgstr "" -#. hZmVw +#. xgMAv #: sf_ui.xhp msgctxt "" "sf_ui.xhp\n" "par_id851588520551368\n" "help.text" -msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used." +msgid "<emph>windowname</emph>: See the definitions <link href=\"text/sbasic/shared/03/sf_ui.xhp#WindowName\" name=\"WindowName section\">above</link>. If this argument is absent, the active window is used. UNO objects of types <literal>com.sun.star.lang.XComponent</literal> or <literal>com.sun.star.comp.dba.ODatabaseDocument</literal> are also accepted. Thus passing <literal>ThisComponent</literal> or <literal>ThisDatabaseDocument</literal> as argument creates a new <link href=\"text/sbasic/shared/03/sf_document.xhp\" name=\"Document service\">SFDocuments.Document</link>, <link href=\"text/sbasic/shared/03/sf_base.xhp\" name=\"Base service\">Base</link> or <link href=\"text/sbasic/shared/03/sf_calc.xhp\" name=\"Calc service\">Calc</link> service." msgstr "" #. AAjDB diff --git a/source/fr/helpcontent2/source/text/scalc/00.po b/source/fr/helpcontent2/source/text/scalc/00.po index 15d61ca9bb5..d67f27b9a89 100644 --- a/source/fr/helpcontent2/source/text/scalc/00.po +++ b/source/fr/helpcontent2/source/text/scalc/00.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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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/textscalc00/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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1557932195.000000\n" #. E9tti @@ -961,14 +961,14 @@ msgctxt "" msgid "Choose <emph>Tools - Detective - Trace Precedents</emph>." msgstr "Choisissez <emph>Outils - Audit - Repérer les antécédents</emph>." -#. iGnP6 +#. q3pmU #: 00000406.xhp msgctxt "" "00000406.xhp\n" "par_id3150447\n" "help.text" -msgid "Shift+F7" -msgstr "Maj+F7" +msgid "Shift+F9" +msgstr "" #. Mn26m #: 00000406.xhp diff --git a/source/fr/helpcontent2/source/text/scalc/01.po b/source/fr/helpcontent2/source/text/scalc/01.po index ef85aa943fc..ad856c6b7e8 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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:00+0200\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" @@ -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.6.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1565208174.000000\n" #. sZfWF @@ -115,14 +115,14 @@ msgctxt "" msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>" msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigateur\">Navigateur</link>" -#. CJKL2 +#. RJGLF #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3156422\n" "help.text" -msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>." -msgstr "<ahelp hid=\".uno:Navigator\">Active et désactive le Navigateur.</ahelp> Le Navigateur est une <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"fenêtre ancrable\">fenêtre ancrable</link>." +msgid "<ahelp hid=\".uno:Navigator\">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>." +msgstr "" #. tDkHa #: 02110000.xhp @@ -20140,6 +20140,78 @@ msgctxt "" msgid "<variable id=\"texttext\">This section contains descriptions of the <emph>Text</emph> functions. </variable>" msgstr "<variable id=\"texttext\">Cette section décrit les fonctions de <emph>texte</emph>. </variable>" +#. bF46G +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"bm_id331624453577057\n" +"help.text" +msgid "<bookmark_value>using double quotation marks in formulas</bookmark_value> <bookmark_value>formulas; using double quotation marks</bookmark_value>" +msgstr "" + +#. XXyWj +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"hd_id291624454173529\n" +"help.text" +msgid "Using double quotation marks in formulas" +msgstr "" + +#. aGDFQ +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id891624454058773\n" +"help.text" +msgid "To include a text string in a formula, place the text string between two double quotation marks (\") and Calc takes the characters in the string without attempting to interpret them. For example, the formula <input>=\"Hello world!\"</input> displays the text string <literal>Hello world!</literal> in the cell, with no surrounding double quotation marks." +msgstr "" + +#. HCwEU +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id461624454425320\n" +"help.text" +msgid "The more complex formula <input>=CONCATENATE(\"Life is really simple, \"; \"but we insist on making it complicated \"; \"(Confucius).\")</input> concatenates three individual strings in double quotation marks, outputting <literal>Life is really simple, but we insist on making it complicated (Confucius).</literal>" +msgstr "" + +#. XBDt9 +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id711624454477483\n" +"help.text" +msgid "To place a literal double quotation mark within a string inside a formula, two methods can be used:" +msgstr "" + +#. 8qFEv +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id541624454496424\n" +"help.text" +msgid "You can \"escape\" the double quotation mark with an additional double quotation mark, and Calc treats the escaped double quotation mark as a literal value. For example, the formula <input>=\"My name is \"\"John Doe\"\".\"</input> outputs the string <literal>My name is \"John Doe\".</literal> Another simple example is the formula <input>=UNICODE(\"\"\"\")</input> which returns <literal>34</literal>, the decimal value of the Unicode quotation mark character (U+0022) — here the first and fourth double quotation marks indicate the beginning and end of the string, while the second double quotation mark escapes the third." +msgstr "" + +#. MfLZn +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id21624454513641\n" +"help.text" +msgid "You can use the CHAR function or the UNICHAR function to insert a double quotation mark. For example, the formula <input>=UNICHAR(34) & \"The Catcher in the Rye\" & UNICHAR(34) & \" is a famous book by J. D. Salinger.\"</input> displays the string <literal>\"The Catcher in the Rye\" is a famous book by J. D. Salinger.</literal>" +msgstr "" + +#. cpK3Z +#: 04060110.xhp +msgctxt "" +"04060110.xhp\n" +"par_id401624454547945\n" +"help.text" +msgid "Beware that Calc's AutoCorrect function may modify double quotation marks. AutoCorrect should not change the double quotation marks within formula cells but may change those used in non-formula cells containing text. For example, if you copy a string that is surrounded by some other form of typographical double quotation marks, such as the left double quotation mark (U+201C) and the right double quotation mark (U+201D), and then paste into a formula cell, an error may result. Open the <emph>Double Quotes</emph> area of the <menuitem>Tools - AutoCorrect Options - Localized Options</menuitem> dialog to set the characters used to automatically correct the start and end typographical double quotation marks. Uncheck the <menuitem>Replace</menuitem> toggle button to disable the feature." +msgstr "" + #. Gmvo8 #: 04060110.xhp msgctxt "" @@ -20338,14 +20410,14 @@ msgctxt "" msgid "BASE" msgstr "BASE" -#. QtLKF +#. znNLx #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153289\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." -msgstr "<ahelp hid=\"HID_FUNC_BASIS\">Convertit un entier positif en texte du <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"système de numérotation\">système de numérotation</link> vers la base spécifiée.</ahelp> Les chiffres 0 à 9 et les lettres A à Z sont utilisés." +msgid "<ahelp hid=\"HID_FUNC_BASIS\">Converts a positive integer to a specified base into a text from the <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"numbering system\">numbering system</link>.</ahelp> The digits 0-9 and the letters A-Z are used." +msgstr "" #. 2cDvi #: 04060110.xhp @@ -20689,14 +20761,14 @@ msgctxt "" msgid "DECIMAL" msgstr "DECIMAL" -#. CeS5L +#. BcCUk #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3156361\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." -msgstr "<ahelp hid=\"HID_FUNC_DEZIMAL\">Convertit du texte avec des caractères d'un <link href=\"text/shared/00/00000005.xhp#zahlensystem\" name=\"système de nombre\">système de nombre</link> en un nombre entier positif dans la base racine donnée. </ahelp>La racine doit être dans la plage 2 à 36. Les espaces et les tabulations sont ignorés. Le champ <emph>Texte</emph> n'est pas sensible à la casse." +msgid "<ahelp hid=\"HID_FUNC_DEZIMAL\">Converts text with characters from a <link href=\"text/shared/00/00000005.xhp#number_system\" name=\"number system\">number system</link> to a positive integer in the base radix given.</ahelp> The radix must be in the range 2 to 36. Spaces and tabs are ignored. The <emph>Text</emph> field is not case-sensitive." +msgstr "" #. 5yN72 #: 04060110.xhp @@ -21274,50 +21346,50 @@ msgctxt "" msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want LEFTB to extract, based on bytes. If this parameter is not defined, one character is returned." msgstr "<emph>nombre_octets</emph> (facultatif) indique le nombre de caractères qui doivent être extraits par GAUCHEB, basé sur les octets. Si ce paramètre n'est pas défini, un caractère est renvoyé." -#. TFXGD +#. FFvts #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949141\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." -msgstr "<item type=\"input\">GAUCHEB(\"中国\";1)</item> renvoie \" \" (1 octet est seulement la moitié d'un caractère DBCS et un caractère d'espace est renvoyé à la place)." +msgid "<item type=\"input\">=LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)." +msgstr "" -#. QwisG +#. mQvUN #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949151\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">GAUCHEB(\"中国\";2)</item> renvoie \"中\" (2 octets constituent un caractère DBCS complet)." +msgid "<item type=\"input\">=LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. SDFHG +#. qAEZ3 #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949161\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." -msgstr "<item type=\"input\">GAUCHEB(\"中国\";3)</item> renvoie \"中 \" (3 octets constituent un caractère DBCS et demi ; le dernier caractère renvoyé est alors un caractère d'espace.)" +msgid "<item type=\"input\">=LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)." +msgstr "" -#. 26C2F +#. s3UVQ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949171\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">GAUCHEB(\"中国\";4)</item> renvoie \"中国\" (4 octets constituent deux caractères DBCS complets)." +msgid "<item type=\"input\">=LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. 8AtC5 +#. FM3FS #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2949181\n" "help.text" -msgid "<item type=\"input\">LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." -msgstr "<item type=\"input\">GAUCHEB(\"bureau\";3)</item> renvoie \"bur\" (3 caractères non-DBCS chacun consistant en 1 byte)." +msgid "<item type=\"input\">=LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)." +msgstr "" #. eEgeD #: 04060110.xhp @@ -21661,104 +21733,104 @@ msgctxt "" msgid "<emph>Number_bytes</emph> specifies the number of characters MIDB will return from text, in bytes." msgstr "<emph>nombre_octets</emph> indique le nombre de caractère que STXTB renvoie à partir du texte, en octets." -#. YrAwV +#. 5Nn2i #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958417\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." -msgstr "<item type=\"input\">STXTB(\"中国\";1;0)</item> renvoie \"\" (0 octet est toujours une chaîne vide)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)." +msgstr "" -#. vSWbG +#. q6dWL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958427\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." -msgstr "<item type=\"input\">STXTB(\"中国\";1;1)</item> renvoie \" \" (1 octet est seulement la moitié d'un caractère DBCS et donc le résultat est un caractère d'espace)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)." +msgstr "" -#. TLFgD +#. CfNES #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958437\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." -msgstr "<item type=\"input\">STXTB(\"中国\";1;2)</item> renvoie \"中\" (2 octets constituent un caractère DBCS complet)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)." +msgstr "" -#. BPauw +#. wBLqC #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958447\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." -msgstr "<item type=\"input\">STXTB(\"中国\";1;3)</item> renvoie \"中 \" (3 octets constituent un caractère DBCS et demi, le dernier octet résulte en un caractère d'espace)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)." +msgstr "" -#. PwTEe +#. GedmG #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958457\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." -msgstr "<item type=\"input\">STXTB(\"中国\";1;4)</item> renvoie \"中国\" (4 octets constituent deux caractères DBCS complets)." +msgid "<item type=\"input\">=MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)." +msgstr "" -#. Yb4iF +#. dAMAA #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958467\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." -msgstr "<item type=\"input\">STXTB(\"中国\";2;1)</item> renvoie \" \" (la position 2 de l'octet n'est pas au début d'un caractère dans une chaîne DBCS ; 1 caractère d'espace est renvoyé)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)." +msgstr "" -#. DyXxB +#. SXLij #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958477\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." -msgstr "<item type=\"input\">STXTB(\"中国\";2;2)</item> renvoie \" \" (la position 2 de l'octet pointe la dernière moitié du premier caractère dans la chaîne DBCS ; les 2 octets demandés pour constituer la dernière moitié du premier caractère et la première moitié du deuxième caractère dans la chaîne ; 2 caractères d'espace sont donc renvoyés)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)." +msgstr "" -#. WA6xA +#. cFw7V #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958487\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." -msgstr "<item type=\"input\">STXTB(\"中国\";2;3)</item> renvoie \" 国\" (l'octet en position 2 n'est pas au début d'un caractère dans une chaîne DBCS ; un caractère d'espace est renvoyé pour l'octet en position 2)." +msgid "<item type=\"input\">=MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)." +msgstr "" -#. riZ7z +#. drtpL #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958497\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." -msgstr "<item type=\"input\">STXTB(\"中国\";3;1)</item> renvoie \" \" (l'octet en position 3 est au début d'un caractère dans une chaîne DBCS, mais 1 octet correspond seulement à la moitié d'un caractère DBCS et un caractère d'espace est donc renvoyé à la place)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)." +msgstr "" -#. KeBuT +#. koipq #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958507\n" "help.text" -msgid "<item type=\"input\">MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." -msgstr "<item type=\"input\">STXTB(\"中国\";3;2)</item> renvoie \"国\" (l'octet en position 3 est au début d'un caractère dans une chaîne DBCS, et 2 octets constituent un caractère DBCS)." +msgid "<item type=\"input\">=MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)." +msgstr "" -#. CmwD5 +#. aQmsH #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2958517\n" "help.text" -msgid "<item type=\"input\">MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." -msgstr "<item type=\"input\">STXTB(\"bureau\";2;3)</item> renvoie \"ure\" (l'octet à la position 2 est au début d'un caractère dans une chaîne non-DBCS, et 3 octets d'une chaîne non-DBCS constituent 3 caractères)." +msgid "<item type=\"input\">=MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)." +msgstr "" #. k4kCo #: 04060110.xhp @@ -21958,23 +22030,23 @@ msgctxt "" msgid "<emph>Number</emph> is the number of repetitions." msgstr "<emph>nombre</emph> est le nombre à tester." -#. x3LR5 +#. brnbx #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3149922\n" +"par_id3148626\n" "help.text" -msgid "The result can be a maximum of 255 characters." -msgstr "Le résultat ne doit pas dépasser 255 caractères." +msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." +msgstr "<item type=\"input\">=REPT(\"Bonne journée\";2)</item> renvoie Bonne journéeBonne journée." -#. brnbx +#. 9Dbjv #: 04060110.xhp msgctxt "" "04060110.xhp\n" -"par_id3148626\n" +"par_id381626381556310\n" "help.text" -msgid "<item type=\"input\">=REPT(\"Good morning\";2)</item> returns Good morningGood morning." -msgstr "<item type=\"input\">=REPT(\"Bonne journée\";2)</item> renvoie Bonne journéeBonne journée." +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT\" name=\"REPT_Wiki\">REPT</link> wiki page for more details about this function." +msgstr "" #. mtFNA #: 04060110.xhp @@ -22021,14 +22093,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Texte</emph> est le texte dont la partie droite doit être déterminée." -#. KRpFB +#. tkbjJ #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id3153350\n" "help.text" -msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text." -msgstr "<emph>nombre</emph> (facultatif) est le nombre de caractères de la partie à droite du texte." +msgid "<emph>Number</emph> (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned." +msgstr "" #. xNFMc #: 04060110.xhp @@ -22084,14 +22156,14 @@ msgctxt "" msgid "<emph>Text</emph> is the text of which the right part is to be determined." msgstr "<emph>Texte</emph> est le texte dont la partie droite doit être déterminée." -#. Vciv6 +#. yUHYp #: 04060110.xhp msgctxt "" "04060110.xhp\n" "par_id2953350\n" "help.text" -msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes." -msgstr "<emph>nombre_octets</emph> (facultatif) indique le nombre de caractères que DROITEB doit extraire, basé en octets." +msgid "<emph>Number_bytes</emph> (optional) specifies the number of characters you want RIGHTB to extract, based on bytes. If this parameter is not defined, one byte is returned." +msgstr "" #. KnAgN #: 04060110.xhp @@ -22777,60 +22849,6 @@ msgctxt "" msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING." msgstr "<item type=\"input\">=MAJUSCULE(\"Bonne journée\")</item> renvoie BONNE JOURNÉE." -#. KWdkk -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"bm_id3150802\n" -"help.text" -msgid "<bookmark_value>VALUE function</bookmark_value>" -msgstr "<bookmark_value>CNUM, fonction</bookmark_value>" - -#. QPiD6 -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"hd_id3150802\n" -"help.text" -msgid "VALUE" -msgstr "CNUM" - -#. yFFSn -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3152551\n" -"help.text" -msgid "<ahelp hid=\"HID_FUNC_WERT\">Converts a text string into a number.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_WERT\">Convertit une chaîne de texte en nombre.</ahelp>" - -#. fGm5h -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153638\n" -"help.text" -msgid "VALUE(\"Text\")" -msgstr "CNUM(\"Texte\")" - -#. iYHvi -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3153651\n" -"help.text" -msgid "<emph>Text</emph> is the text to be converted to a number." -msgstr "<emph>Texte</emph> est le texte à convertir en nombre." - -#. mDpCa -#: 04060110.xhp -msgctxt "" -"04060110.xhp\n" -"par_id3144733\n" -"help.text" -msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321." -msgstr "<item type=\"input\">=CNUM(\"4321\")</item> renvoie 4321." - #. E5UtK #: 04060111.xhp msgctxt "" @@ -23164,6 +23182,24 @@ msgctxt "" msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code." msgstr "<emph>texte</emph> est la chaîne de caractères à chiffrer. ROT13(ROT13(Texte)) déchiffre le code." +#. tN74B +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id151626469224135\n" +"help.text" +msgid "<input>=ROT13(\"Gur Qbphzrag Sbhaqngvba jnf sbhaqrq va Frcgrzore 2010.\")</input> returns the string \"The Document Foundation was founded in September 2010.\". Notice how spaces, digits, and full stops are unaffected by ROT13." +msgstr "" + +#. 4TMAT +#: 04060111.xhp +msgctxt "" +"04060111.xhp\n" +"par_id221626469509161\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ROT13\" name=\"ROT13_Wiki\">ROT13</link> wiki page for more details about this function." +msgstr "" + #. CFJsA #: 04060111.xhp msgctxt "" @@ -38320,59 +38356,68 @@ msgctxt "" msgid "PHI" msgstr "PHI" -#. BiQu7 +#. YyypL #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3150254\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the values of the distribution function for a standard normal distribution.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_PHI\">Renvoie les valeurs de la fonction de distribution pour une loi normale centrée réduite.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_PHI\">Returns the value of the probability density function for a given value considering the standard normal distribution.</ahelp>" +msgstr "" -#. HEuJD +#. oEGwC #: 04060184.xhp msgctxt "" "04060184.xhp\n" -"par_id3149976\n" +"par_id151629986285891\n" "help.text" -msgid "PHI(Number)" -msgstr "PHI(nombre)" +msgid "<input>PHI(Number)</input>" +msgstr "" -#. vZds8 +#. 4JwEu #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3156108\n" "help.text" -msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated." -msgstr "<emph>nombre</emph> représente la valeur pour laquelle la loi normale standard doit être calculée." +msgid "<emph>Number</emph> is the value for which the probability density function is calculated." +msgstr "" -#. jVwEp +#. 92hiK #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3155849\n" "help.text" -msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03" -msgstr "<item type=\"input\">=PHI(2,25) </item>= 0,03" +msgid "<input>=PHI(2.25)</input> returns 0.0317." +msgstr "" -#. SsB5N +#. NsLhE #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3143236\n" "help.text" -msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03" -msgstr "<item type=\"input\">=PHI(-2,25)</item> = 0,03" +msgid "<input>=PHI(-2.25)</input> also returns 0.0317 because the normal distribution is symmetrical." +msgstr "" -#. UnjEG +#. NXho4 #: 04060184.xhp msgctxt "" "04060184.xhp\n" "par_id3149286\n" "help.text" -msgid "<item type=\"input\">=PHI(0)</item> = 0.4" -msgstr "<item type=\"input\">=PHI(0)</item> = 0,4" +msgid "<input>=PHI(0)</input> returns 0.3989." +msgstr "" + +#. GMDrd +#: 04060184.xhp +msgctxt "" +"04060184.xhp\n" +"par_id611629985664328\n" +"help.text" +msgid "Calling <input>PHI(Number)</input> is equivalent to calling <input>NORMDIST(Number,0,1,FALSE())</input> or <input>NORM.S.DIST(Number;FALSE())</input>, hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the <emph>Cumulative</emph> argument set to <emph>False.</emph>" +msgstr "" #. vqBTN #: 04060184.xhp @@ -41947,15 +41992,6 @@ msgctxt "" msgid "Addition" msgstr "Addition" -#. vVWxJ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153247\n" -"help.text" -msgid "1+1" -msgstr "1+1" - #. r74qM #: 04060199.xhp msgctxt "" @@ -41974,15 +42010,6 @@ msgctxt "" msgid "Subtraction" msgstr "Soustraction" -#. tZXmq -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153554\n" -"help.text" -msgid "2-1" -msgstr "2-1" - #. zqeEq #: 04060199.xhp msgctxt "" @@ -42001,15 +42028,6 @@ msgctxt "" msgid "Negation" msgstr "Négation" -#. xRAoR -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154712\n" -"help.text" -msgid "-5" -msgstr "-5" - #. uTzKJ #: 04060199.xhp msgctxt "" @@ -42028,15 +42046,6 @@ msgctxt "" msgid "Multiplication" msgstr "Multiplication" -#. p7EVk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149055\n" -"help.text" -msgid "2*2" -msgstr "2*2" - #. LyrLq #: 04060199.xhp msgctxt "" @@ -42055,15 +42064,6 @@ msgctxt "" msgid "Division" msgstr "Division" -#. Mm2KC -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153027\n" -"help.text" -msgid "9/3" -msgstr "9/3" - #. St2pE #: 04060199.xhp msgctxt "" @@ -42082,15 +42082,6 @@ msgctxt "" msgid "Percent" msgstr "Pourcentage" -#. 6tQYS -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145632\n" -"help.text" -msgid "15%" -msgstr "15%" - #. KTLME #: 04060199.xhp msgctxt "" @@ -42109,14 +42100,14 @@ msgctxt "" msgid "Exponentiation" msgstr "Puissance" -#. G8KSc +#. QZRSe #: 04060199.xhp msgctxt "" "04060199.xhp\n" -"par_id3157873\n" +"par_id881623862728559\n" "help.text" -msgid "3^2" -msgstr "3^2" +msgid "Prefix \"-\" (negation) has a higher precedence than \"^\" (exponentiation). For example -3^2 equals 9, which is the square of a negative number." +msgstr "" #. 77TDi #: 04060199.xhp @@ -42181,15 +42172,6 @@ msgctxt "" msgid "Equal" msgstr "Est égal à" -#. uSFf9 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3154546\n" -"help.text" -msgid "A1=B1" -msgstr "A1=B1" - #. Vg88D #: 04060199.xhp msgctxt "" @@ -42208,15 +42190,6 @@ msgctxt "" msgid "Greater than" msgstr "Supérieur à" -#. Q4HZQ -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3145138\n" -"help.text" -msgid "A1>B1" -msgstr "A1>B1" - #. jCt4x #: 04060199.xhp msgctxt "" @@ -42235,15 +42208,6 @@ msgctxt "" msgid "Less than" msgstr "Inférieur à" -#. zHDAx -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3150901\n" -"help.text" -msgid "A1<B1" -msgstr "A1<B1" - #. EBajC #: 04060199.xhp msgctxt "" @@ -42262,15 +42226,6 @@ msgctxt "" msgid "Greater than or equal to" msgstr "Supérieur ou égal à" -#. iopG3 -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3153111\n" -"help.text" -msgid "A1>=B1" -msgstr "A1>=B1" - #. wXVvo #: 04060199.xhp msgctxt "" @@ -42289,15 +42244,6 @@ msgctxt "" msgid "Less than or equal to" msgstr "Inférieur ou égal à" -#. DjB2C -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148760\n" -"help.text" -msgid "A1<=B1" -msgstr "A1<=B1" - #. 4XUDV #: 04060199.xhp msgctxt "" @@ -42316,15 +42262,6 @@ msgctxt "" msgid "Inequality" msgstr "Inégalité" -#. NEJpk -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3149878\n" -"help.text" -msgid "A1<>B1" -msgstr "A1<>B1" - #. aAdxC #: 04060199.xhp msgctxt "" @@ -42478,15 +42415,6 @@ msgctxt "" msgid "Range" msgstr "Plage" -#. DCYDo -#: 04060199.xhp -msgctxt "" -"04060199.xhp\n" -"par_id3148432\n" -"help.text" -msgid "A1:C108" -msgstr "A1:C108" - #. fWnpm #: 04060199.xhp msgctxt "" @@ -43279,14 +43207,14 @@ msgctxt "" msgid "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Opens the Function List deck of the Sidebar, which displays all functions that can be inserted into your document.</ahelp></variable> The <emph>Function List</emph> deck is similar to the <emph>Functions</emph> tab page of the <link href=\"text/scalc/01/04060000.xhp\" name=\"Function Wizard\">Function Wizard</link>. The functions are inserted with placeholders to be replaced with your own values." msgstr "<variable id=\"function_list_text\"><ahelp hid=\"HID_SC_FUNCTIONLIST\">Ouvre la liste des fonctions dans le panneau latéral, qui affiche toutes les fonctions qui peuvent être insérées dans le document.</ahelp></variable> Le panneau <emph>Liste des fonctions</emph> est similaire à l'onglet <emph>Fonctions</emph> de l'<link href=\"text/scalc/01/04060000.xhp\" name=\"Assistant fonctions\">Assistant fonctions</link>. Les fonctions sont insérées avec des substituants qui seront remplacés par vos propres valeurs." -#. UGvDB +#. kJGdD #: 04080000.xhp msgctxt "" "04080000.xhp\n" "par_id3152576\n" "help.text" -msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." -msgstr "La fenêtre <emph>Liste des fonctions</emph> est une <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"fenêtre ancrable\">fenêtre ancrable</link> pouvant être redimensionnée. Utilisez-la pour saisir rapidement des fonctions dans la feuille de calcul. En double-cliquant sur une entrée de la liste des fonctions, vous insérez directement la fonction correspondante avec l'ensemble de ses paramètres." +msgid "The <emph>Function List</emph> window is a resizable <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link>. Use it to quickly enter functions in the spreadsheet. By double-clicking an entry in the functions list, the respective function is directly inserted with all parameters." +msgstr "" #. tu2NZ #: 04080000.xhp @@ -45088,14 +45016,14 @@ msgctxt "" msgid "Use the Styles deck of the Sidebar to assign styles to cells and pages. You can apply, update, and modify existing styles or create new styles." msgstr "Utilisez le volet Styles dans le panneau latéral pour assigner des styles aux cellules ou aux pages. Vous pouvez appliquer, actualiser et modifier des styles existants ou créer de nouveaux styles." -#. HL32W +#. nTiyj #: 05100000.xhp msgctxt "" "05100000.xhp\n" "par_id3149665\n" "help.text" -msgid "The Styles <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dockable window\">dockable window</link> can remain open while editing the document." -msgstr "La <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"fenêtre ancrable\">fenêtre ancrable</link> Styles peut rester ouverte pendant l'édition du document." +msgid "The Styles <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dockable window\">dockable window</link> can remain open while editing the document." +msgstr "" #. cawKF #: 05100000.xhp @@ -45484,6 +45412,15 @@ msgctxt "" msgid "<variable id=\"autoformattext\"><ahelp hid=\".\">Use this command to apply an AutoFormat to a selected sheet area or to define your own AutoFormats.</ahelp></variable>" msgstr "<variable id=\"autoformattext\"><ahelp hid=\".\">Utilisez cette commande pour appliquer un AutoFormat à la plage de la feuille sélectionnée ou pour définir vos propres AutoFormats.</ahelp></variable>" +#. 7SZiE +#: 05110000.xhp +msgctxt "" +"05110000.xhp\n" +"par_id181630332690300\n" +"help.text" +msgid "The AutoFormat command is available only if a cell range with at least 3 columns and 3 rows are selected. Otherwise this command will appear grayed out in the menu." +msgstr "" + #. Gid6Q #: 05110000.xhp msgctxt "" @@ -45736,50 +45673,68 @@ msgctxt "" msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>" msgstr "<bookmark_value>Formatage conditionnel;conditions</bookmark_value>" -#. FMGh8 +#. tYBMm +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id71624649758112\n" +"help.text" +msgid "Condition list" +msgstr "" + +#. aX6Li #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149413\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">List of the conditions defined for the cell range in order of evaluation.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Lister les conditions définies pour la plage de cellule à fin d'évaluation.</ahelp>" +msgid "List of the conditions defined for the cell range in order of evaluation. You can define as many conditions as you want." +msgstr "" -#. u9xFc +#. YHZ6v +#: 05120000.xhp +msgctxt "" +"05120000.xhp\n" +"hd_id41624649786605\n" +"help.text" +msgid "Up" +msgstr "" + +#. xSGWr #: 05120000.xhp msgctxt "" "05120000.xhp\n" "par_id3149414\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Increase priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Augmenter la priorité de la condition sélectionnée.</ahelp>" +msgid "<ahelp hid=\".\">Increase priority of the selected condition.</ahelp>" +msgstr "" -#. jtCfF +#. YWF6k #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id3149415\n" +"hd_id861624649792266\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Decrease priority of the selected condition.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Diminuer la priorité de la condition sélectionnée.</ahelp>" +msgid "Down" +msgstr "" -#. kbqQx +#. BAEJK #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"hd_id31531891\n" +"par_id3149415\n" "help.text" -msgid "Condition" -msgstr "Condition" +msgid "<ahelp hid=\".\">Decrease priority of the selected condition.</ahelp>" +msgstr "" -#. XUCvV +#. FZJa2 #: 05120000.xhp msgctxt "" "05120000.xhp\n" -"par_id31494131\n" +"hd_id31531891\n" "help.text" -msgid "You can define as many conditions as you want." -msgstr "Vous pouvez définir autant de conditions que vous le souhaitez." +msgid "Condition list entry" +msgstr "" #. YLwyA #: 05120000.xhp @@ -49228,14 +49183,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Select the named range, or enter the cell range that contains the filter criteria that you want to use.</ahelp>" msgstr "<ahelp hid=\"modules/scalc/ui/advancedfilterdialog/edfilterarea\">Sélectionnez la plage nommée ou entrez la plage de cellules contenant les critères de filtrage à utiliser.</ahelp>" -#. DAGu3 +#. qhEo5 #: 12040300.xhp msgctxt "" "12040300.xhp\n" -"hd_id3153188\n" +"hd_id331625165680452\n" "help.text" -msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>" -msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"Plus\">Plus</link>" +msgid "Options" +msgstr "" #. oYCwG #: 12040400.xhp @@ -53359,6 +53314,78 @@ msgctxt "" msgid "Sample macro:" msgstr "Exemple de macro :" +#. vkaMd +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id521625929022780\n" +"help.text" +msgid "Below is a sample function that can be called when an error occurs. Note that the macro takes in two parameters that are passed on by %PRODUCTNAME when the function is called:" +msgstr "" + +#. F9upo +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id981625929097216\n" +"help.text" +msgid "<emph>CellValue</emph>: The value entered by the user, as a String." +msgstr "" + +#. oSFqW +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id421625929100152\n" +"help.text" +msgid "<emph>CellAddress</emph>: The address of the cell where the value was entered, as a String prefixed with the sheet name (e.g: \"Sheet1.A1\")." +msgstr "" + +#. A52Nm +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id101625929384030\n" +"help.text" +msgid "The function must return a Boolean value. If it returns <literal>True</literal>, the entered value is kept. If the function returns <literal>False</literal>, the entered value is erased and the previous value is restored." +msgstr "" + +#. 4tzCz +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"par_id531545240216611\n" +"help.text" +msgid "msg = \"Invalid value: \" & \"'\" & CellValue & \"'\"" +msgstr "" + +#. Zfic8 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id971625928577365\n" +"help.text" +msgid "msg = msg & \" in cell: \" & \"'\" & CellAddress & \"'\"" +msgstr "" + +#. hiNR9 +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id181625928577640\n" +"help.text" +msgid "msg = msg & Chr(10) & \"Accept anyway?\"" +msgstr "" + +#. EhFBn +#: 12120300.xhp +msgctxt "" +"12120300.xhp\n" +"bas_id941625928578118\n" +"help.text" +msgid "iAnswer = MsgBox (msg , MB_FLAGS, \"Error message\")" +msgstr "" + #. 4C6T2 #: ODFF.xhp msgctxt "" @@ -53458,6 +53485,15 @@ msgctxt "" msgid "Example" msgstr "Exemple" +#. 54Ga6 +#: common_func.xhp +msgctxt "" +"common_func.xhp\n" +"hd_id281996\n" +"help.text" +msgid "Examples" +msgstr "" + #. STMGF #: common_func.xhp msgctxt "" @@ -60190,14 +60226,14 @@ msgctxt "" msgid "<emph>Position</emph>: The position in the text where the search starts." msgstr "<emph>position</emph> : la position dans le texte où la recherche commence." -#. VLM4H +#. okEBS #: func_findb.xhp msgctxt "" "func_findb.xhp\n" "par_id481573517830373\n" "help.text" -msgid "<input>=FINDB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> returns 19." -msgstr "<input>=TROUVEB(\"ᄫᄬ\";\"ᄩᄔᄕᄜᄝᄞᄠgᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";17)</input> renvoie 19." +msgid "<input>=FINDB(\"a\"; \"LibreOffice Calc\")</input> returns 15. The <emph>Find Text</emph> argument is a text string that comprises a full-width, double-byte \"a\" character, while the <emph>Text</emph> argument comprises 12 single-byte characters followed by four full-width, double-byte characters." +msgstr "" #. aACGP #: func_floor.xhp @@ -63394,77 +63430,131 @@ msgctxt "" msgid "<bookmark_value>NUMBERVALUE function</bookmark_value>" msgstr "<bookmark_value>VALEUR.NOMBRE, fonction</bookmark_value>" -#. 6XDJp +#. GomzJ #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "hd_id3145621\n" "help.text" -msgid "<variable id=\"datevalue\"> <link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link> </variable>" -msgstr "<variable id=\"datevalue\"><link href=\"text/scalc/01/func_numbervalue.xhp\">VALEUR.NOMBRE</link></variable>" +msgid "<variable id=\"numbervalue_h1\"><link href=\"text/scalc/01/func_numbervalue.xhp\">NUMBERVALUE</link></variable>" +msgstr "" -#. 3WLvS +#. Ywca6 #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3145087\n" "help.text" -msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Convert text to number, in a locale-independent way.</ahelp>" -msgstr "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Convertir un texte en nombre, indépendamment de la locale.</ahelp>" +msgid "<ahelp hid=\"HID_FUNC_NUMBERVALUE\">Converts the string representation of a number into a locale-independent numeric value.</ahelp>" +msgstr "" -#. JUF4C +#. xfP9G #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3149281\n" "help.text" -msgid "Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator" -msgstr "Contrainte : NBCAR(séparateur_décimal)=1, séparateur décimal ne doit pas apparaître dans séparateur_groupe" +msgid "The input text may be in a locale-dependent or other bespoke format." +msgstr "" -#. 2uppP +#. vVK9p #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" -"par_id3149268\n" +"par_id381625600941159\n" +"help.text" +msgid "The output number is formatted as a valid floating point value and shown using the current cell's number format." +msgstr "" + +#. 2Ditv +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id351625601754290\n" +"help.text" +msgid "Refer to the <embedvar href=\"text/shared/01/05020300.xhp#NumbersLink\"/> help page to learn how to change the format of numbers in a cell." +msgstr "" + +#. vEdwF +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625602228575\n" "help.text" -msgid "NUMBERVALUE(\"Text\" [;decimal_separator [;group_separator]])" -msgstr "VALEUR.NOMBRE(\"texte\"[;séparateur_décimal[;séparateur_groupe]])" +msgid "NUMBERVALUE(Text[; Decimal Separator[; Group Separator]])" +msgstr "" -#. ytM82 +#. Y3A9n #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154819\n" "help.text" -msgid "<emph>Text</emph> is a valid number expression and must be entered with quotation marks." -msgstr "<emph>texte</emph> est une expression de nombre correcte et doit être saisie entre guillemets." +msgid "<emph>Text</emph> is a string that contains the number to be converted." +msgstr "" -#. exDVp +#. gwZ7A #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154820\n" "help.text" -msgid "<emph>decimal_separator</emph> (optional) defines the character used as the decimal separator." -msgstr "<emph>séparteur_décimal</emph> (facultatif) définit le caractère utilisé comme séparateur décimal." +msgid "<emph>Decimal Separator</emph> is a single character that specifies the decimal separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any decimal or group separators." +msgstr "" -#. PAA4R +#. KJ6WA #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3154821\n" "help.text" -msgid "<emph>group_separator</emph> (optional) defines the character(s) used as the group separator." -msgstr "<emph>séparateur_groupe</emph> (facultatif) définit le ou les caractères utilisés comme séparateur de groupe." +msgid "<emph>Group Separator</emph> is a string that specifies the character(s) used as the group separator in <emph>Text</emph>. It can be omitted if <emph>Text</emph> does not include any group separators. The <emph>Decimal Separator</emph> character should not be used in <emph>Group Separator</emph>." +msgstr "" -#. zmrjG +#. yptHN #: func_numbervalue.xhp msgctxt "" "func_numbervalue.xhp\n" "par_id3155841\n" "help.text" -msgid "<item type=\"input\">=NUMBERVALUE(\"123.456\";\".\";\",\")</item> yields 123.456" -msgstr "<item type=\"input\">=VALEUR.NOMBRE(\"123,456\";\",\";\";\")</item> renvoie 123,456" +msgid "<input>=NUMBERVALUE(\"1.234.567,89\"; \",\"; \".\")</input> returns 1234567.89 (considering en-US locale). The function removes the two group separators and changes the decimal separator from a comma to a full stop." +msgstr "" + +#. UNiLM +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id721625603302860\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123·4\"; \"·\")</input> returns 123.4 (considering en-US locale). The function changes the decimal separator from a \"·\" to a full stop. No group separator is used in the supplied number and so the <emph>Group Separator</emph> argument is omitted." +msgstr "" + +#. iGGwj +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id491625603415715\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"123e12\")</input> returns 1.23E+14 (considering en-US locale). No decimal or group separators are used in the supplied number and so the <emph>Decimal Separator</emph> and <emph>Group Separator</emph> arguments are omitted." +msgstr "" + +#. vTYDd +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id801625603497421\n" +"help.text" +msgid "<input>=NUMBERVALUE(\"1#!234#!567\"; \".\"; \"#!\")</input> returns 1234567 (considering en-US locale). Note that in this case the group separator is specified as a two-character string." +msgstr "" + +#. 4sMd6 +#: func_numbervalue.xhp +msgctxt "" +"func_numbervalue.xhp\n" +"par_id451626100385699\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/NUMBERVALUE\" name=\"NUMBERVALUE_Wiki\">NUMBERVALUE</link> wiki page for more details about this function." +msgstr "" #. EJhfD #: func_opt_barrier.xhp @@ -64204,14 +64294,14 @@ msgctxt "" msgid "<emph>Text</emph>: A text or reference to a cell where the regular expression is to be applied." msgstr "<emph>Texte</emph> : un texte ou une référence à une cellule auxquels l'expression régulière doit être appliquée." -#. gdhZh +#. aaDJc #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id211542232209275\n" "help.text" -msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." -msgstr "<emph>Expression</emph> : un texte représentant l'expression régulière, utilisant les <link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">expressions régulières ICU</link>. S'il n'y a pas de correspondance et si <emph>Remplacement</emph> n'est pas indiqué, #N/D est renvoyé." +msgid "<emph>Expression</emph>: A text representing the regular expression, using <link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>. If there is no match and <emph>Replacement</emph> is not given, #N/A is returned." +msgstr "" #. ZBTYi #: func_regex.xhp @@ -64294,14 +64384,14 @@ msgctxt "" msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">List of regular expressions</link>" msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"regex lists\">Liste des expressions régulières</link>" -#. U7Ffm +#. 2AHRN #: func_regex.xhp msgctxt "" "func_regex.xhp\n" "par_id431542233650614\n" "help.text" -msgid "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">ICU regular expressions</link>" -msgstr "<link href=\"http://userguide.icu-project.org/strings/regexp\" name=\"ICU REGEXP\">Expressions régulières ICU</link>" +msgid "<link href=\"https://unicode-org.github.io/icu/userguide/strings/regexp.html\" name=\"ICU REGEXP\">ICU regular expressions</link>" +msgstr "" #. B64FM #: func_replaceb.xhp @@ -64348,32 +64438,32 @@ msgctxt "" msgid "REPLACEB( Text ; Position ; Length ; NewText )" msgstr "REMPLACERB(texte;position;longueur;nouveau-texte)" -#. eY5FG +#. uBLSC #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id331573510857418\n" "help.text" -msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the characters are to be replaced." -msgstr "<emph>texte</emph> : une expression de texte ou une référence de cellule contenant un expression de texte dans laquelle les caractères doivent être remplacés." +msgid "<emph>Text</emph>: A text expression or reference to a cell containing a text expression in which the bytes are to be replaced." +msgstr "" -#. bqPxd +#. 9a6mz #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id431573510862075\n" "help.text" -msgid "<emph>Position</emph>: the character position from which text is to be replaced." -msgstr "<emph>position</emph> : la position du caractère à partir duquel le texte doit être remplacé." +msgid "<emph>Position</emph>: the byte position from which text is to be replaced." +msgstr "" -#. TtgNA +#. AsHs8 #: func_replaceb.xhp msgctxt "" "func_replaceb.xhp\n" "par_id481573510866260\n" "help.text" -msgid "<emph>Length</emph>: the number of characters to be replaced." -msgstr "<emph>longeur</emph> : le nombre de caractère à remplacer." +msgid "<emph>Length</emph>: the number of bytes to be replaced." +msgstr "" #. UuACG #: func_replaceb.xhp @@ -64393,6 +64483,15 @@ msgctxt "" msgid "<input>=REPLACEB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> returns \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." msgstr "<input>=REMPLACERB(\"ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\";4;1;\"ab\")</input> renvoie \"ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ\" ." +#. zzieb +#: func_replaceb.xhp +msgctxt "" +"func_replaceb.xhp\n" +"par_id721626381053212\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB\" name=\"REPLACEB_Wiki\">REPLACEB</link> wiki page for more details about this function." +msgstr "" + #. E7heY #: func_roundsig.xhp msgctxt "" @@ -65419,6 +65518,132 @@ msgctxt "" msgid "<item type=\"input\">TODAY()</item> returns the current computer system date." msgstr "<item type=\"input\">AUJOURDHUI()</item> renvoie la date système actuelle." +#. w86Dm +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"tit\n" +"help.text" +msgid "VALUE Function" +msgstr "" + +#. D5EDU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"bm_id831542233029549\n" +"help.text" +msgid "<bookmark_value>VALUE function</bookmark_value> <bookmark_value>text functions;convert text to numeric value</bookmark_value>" +msgstr "" + +#. pkYxF +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"hd_id881628776094597\n" +"help.text" +msgid "<variable id=\"Value_h1\"><link href=\"text/scalc/01/func_value.xhp\" name=\"function VALUE\">VALUE</link></variable>" +msgstr "" + +#. BZ7SU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id541542230672101\n" +"help.text" +msgid "<variable id=\"func_value_desc\"><ahelp hid=\".\">Converts the string representation of a number to numeric form. If the supplied string is a valid date, time, or date-time, the corresponding date-time serial number is returned.</ahelp></variable>" +msgstr "" + +#. KAY8o +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id701542231253817\n" +"help.text" +msgid "<input>VALUE(Text)</input>" +msgstr "" + +#. QVErw +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id621542232197446\n" +"help.text" +msgid "<emph>Text</emph>: A string (in quotation marks), a number, or a reference to a cell containing one of those types, that contains the value to be converted." +msgstr "" + +#. hMLPV +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628787003937\n" +"help.text" +msgid "If the <emph>Text</emph> argument is a string representing a date, time, currency or a numeric value with decimal and thousands separators, the string must comply with current locale settings." +msgstr "" + +#. 3BCEU +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id451628776707264\n" +"help.text" +msgid "<input>=VALUE(\"1234\")</input> returns the numeric value 1234." +msgstr "" + +#. zEuFg +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628778036375\n" +"help.text" +msgid "<input>=VALUE(\"+1,234.567\")</input> returns 1234.567 (considering en-US locale). Note that the \"+\" sign could have been omitted." +msgstr "" + +#. Hhrax +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id991628779914913\n" +"help.text" +msgid "<input>=VALUE(\"$100\")</input> returns 100 (considering en-US locale). Note that the currency prefix must match the current locale settings." +msgstr "" + +#. syxTJ +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id101628780114427\n" +"help.text" +msgid "<input>=VALUE(\"50%\")</input> returns 0.5. Note that the character \"%\" causes the numeric part to be divided by 100." +msgstr "" + +#. xDJeH +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id731628780240876\n" +"help.text" +msgid "<input>=VALUE(\"07/30/2021\")</input> returns 44407 (considering en-US locale) which is the date-time sequence number corresponding to the specified date." +msgstr "" + +#. Kkcm7 +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id501628780340635\n" +"help.text" +msgid "<input>=VALUE(\"09:20:25\")</input> returns 0.389178240740741 which is the date-time sequence number corresponding to the specified time value." +msgstr "" + +#. qxHgs +#: func_value.xhp +msgctxt "" +"func_value.xhp\n" +"par_id801628779804928\n" +"help.text" +msgid "Refer to the <link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/VALUE\" name=\"VALUE Wiki\">VALUE</link> wiki page for more details about this function." +msgstr "" + #. dQeP6 #: func_webservice.xhp msgctxt "" @@ -68938,32 +69163,32 @@ msgctxt "" msgid "The following table displays the results of the descriptive statistics of the sample data above." msgstr "La table suivante affiche le résultat des statistiques descriptives de l'échantillon de données ci-dessus." -#. XC7CC +#. BmGdK #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000690\n" "help.text" -msgid "Column 1" -msgstr "Colonne 1" +msgid "Maths" +msgstr "" -#. HY2UN +#. BYWoQ #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000700\n" "help.text" -msgid "Column 2" -msgstr "Colonne 2" +msgid "Physics" +msgstr "" -#. qTDSp +#. FeMDR #: statistics_descriptive.xhp msgctxt "" "statistics_descriptive.xhp\n" "par_id1000710\n" "help.text" -msgid "Column 3" -msgstr "Colonne 3" +msgid "Biology" +msgstr "" #. AjAbs #: statistics_descriptive.xhp @@ -69532,14 +69757,14 @@ msgctxt "" msgid "Regression Analysis" msgstr "Analyse de régression" -#. wDYsU +#. vJQLe #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "bm_id2764278\n" "help.text" -msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value>" -msgstr "<bookmark_value>Outils d'analyse;analyse de régression</bookmark_value><bookmark_value>Analyse de régression;outils d'analyse</bookmark_value><bookmark_value>Statistiques de données;analyse de régression</bookmark_value>" +msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value><bookmark_value>regression analysis;Analysis toolpack</bookmark_value><bookmark_value>Data statistics;regression analysis</bookmark_value><bookmark_value>Confidence level;regression analysis</bookmark_value><bookmark_value>regression analysis;linear</bookmark_value><bookmark_value>regression analysis;power</bookmark_value><bookmark_value>regression analysis;logarithmic</bookmark_value>" +msgstr "" #. UPKr7 #: statistics_regression.xhp @@ -69550,14 +69775,23 @@ msgctxt "" msgid "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Regression Analysis</link></variable>" msgstr "<variable id=\"regressionanalysish1\"><link href=\"text/scalc/01/statistics_regression.xhp\" name=\"regression analysis\">Analyse de régression</link></variable>" -#. NFhSA +#. A8gk9 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" "par_id1001240\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produces the regression analysis of a data set</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Produit l'analyse de régression d'un jeu de données</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/regressiondialog/RegressionDialog\">Performs linear, logarithmic, or power regression analysis of a data set comprising one dependent variable and multiple independent variables.</ahelp>" +msgstr "" + +#. PDDGb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id431629832333206\n" +"help.text" +msgid "For example, a crop yield (dependent variable) may be related to rainfall, temperature conditions, sunshine, humidity, soil quality and more, all of them independent variables." +msgstr "" #. ENJtD #: statistics_regression.xhp @@ -69577,140 +69811,194 @@ msgctxt "" msgid "For more information on regression analysis, refer to the <link href=\"https://en.wikipedia.org/wiki/Regression_analysis\" name=\"English Wikipedia: Regression analysis\">corresponding Wikipedia article</link>." msgstr "Pour plus d'information sur les analyses de régression, veuillez vous référer à <link href=\"https://fr.wikipedia.org/wiki/R%C3%A9gression_(statistiques)\" name=\"French Wikipedia: Régression (statistiques)\">l'article Wikipedia correspondant.</link>" -#. rdATw +#. G5y4R #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"hd_id1000070\n" +"hd_id891629830986496\n" "help.text" -msgid "Output Regression Type" -msgstr "Type de régression donné" +msgid "Data" +msgstr "" -#. QMDBG +#. 9uRGh #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001280\n" +"hd_id101629830993962\n" "help.text" -msgid "Set the regression type. Three types are available:" -msgstr "Définit le type de régression. Trois types sont disponibles :" +msgid "Independent variable(s) (X) range:" +msgstr "" -#. 7Avaz +#. XGD77 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620334364\n" +"par_id961629834099308\n" "help.text" -msgid "<emph>Linear Regression</emph>: find a straight line in the form of <item type=\"literal\">y = a.x + b</item>, where <item type=\"literal\">a</item> is the slope and <item type=\"literal\">b</item> is the intercept that best fits the data." -msgstr "<emph>Régression linéaire</emph> : trouver une ligne directe sous la forme de <item type=\"literal\">y = a.x + b</item>, où <item type=\"literal\">a</item> est la pente et <item type=\"literal\">b</item> est l'ordonnée à l'origine qui correspond le mieux aux données." +msgid "Enter a single range that contains multiple independent variable observations (along columns or rows). All X variable observations need to be entered adjacent to each other in the same table." +msgstr "" -#. B6dex +#. yCogF #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340168\n" +"hd_id871629830998653\n" "help.text" -msgid "<emph>Logarithmic regression</emph>: find a logarithmic curve in the form of <item type=\"literal\">y = a.ln(x) + b</item>, where <item type=\"literal\">a</item> is the slope, <item type=\"literal\">b</item> is the intercept and <item type=\"literal\">ln(x)</item> is the natural logarithm of <item type=\"literal\">x</item>, that best fits the data." -msgstr "<emph>Régression logarithmique</emph> : trouve une courbe logarithmique de la forme de <item type=\"literal\">y = a.In(x) + b</item>, où <item type=\"literal\">a</item> est la pente, <item type=\"literal\">b</item> est l'interception et <item type=\"literal\">In(x)</item> le logarithme népérien de <item type=\"literal\">x</item>, qui correspond le mieux aux données." +msgid "Dependent variable (Y) range:" +msgstr "" -#. txgoZ +#. NiB9B #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201620340139\n" +"par_id391629834089370\n" "help.text" -msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the coefficient, <item type=\"literal\">b</item> is the power that best fits the data." -msgstr "<emph>Régression de puissance</emph> : trouvez la courbe de puissance sous la forme de <item type=\"literal\">y = a.x^b</item>, où <item type=\"literal\">a</item> est le coefficient, <item type=\"literal\">b</item> est la puissance qui correspond le mieux aux données." +msgid "Enter the range that contains the dependent variable whose regression is to be calculated." +msgstr "" -#. EtPbr +#. A8dZ8 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1001310\n" +"hd_id931629831003368\n" "help.text" -msgid "The results of the three types of <emph>regression analysis</emph> of the measurements in the table above are shown below." -msgstr "Le résultat des trois types <emph>d'analyse de régression</emph> des mesures dans la table ci-dessus sont affichés ci-dessous." +msgid "Both X and Y ranges have labels" +msgstr "" -#. iJ7yf +#. mSnba #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090526\n" +"par_id261629834071776\n" "help.text" -msgid "Regression" -msgstr "Régression" +msgid "Check to use the first line (or column) of the data sets as variable names in the output range." +msgstr "" -#. cSAoU +#. 7TDwz #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090542\n" +"hd_id11629831014811\n" "help.text" -msgid "Regression Model" -msgstr "Modèle de régression" +msgid "Results to:" +msgstr "" -#. YAGFi +#. CAKdU #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090596\n" +"par_id441629834000533\n" "help.text" -msgid "Linear" -msgstr "Linéaire" +msgid "The reference of the top left cell of the range where the results will be displayed." +msgstr "" -#. 2zcqS +#. ZMxv6 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090586\n" +"hd_id1000070\n" "help.text" -msgid "Logarithmic" -msgstr "Logarithmique" +msgid "Output Regression Types" +msgstr "" -#. QvaFq +#. QMDBG #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090555\n" +"par_id1001280\n" "help.text" -msgid "Power" -msgstr "Puissance" +msgid "Set the regression type. Three types are available:" +msgstr "Définit le type de régression. Trois types sont disponibles :" -#. oHBnC +#. vauNm #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090553\n" +"par_id1701201620334364\n" "help.text" -msgid "R^2" -msgstr "R^2" +msgid "<emph>Linear Regression</emph>: finds a linear function in the form of y = b + a<sub>1</sub>.[x<sub>1</sub>] + a<sub>2</sub>.[x<sub>2</sub>] + a<sub>3</sub>.[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th slope, [x<sub>i</sub>] is the i-th independent variable, and b is the intercept that best fits the data." +msgstr "" -#. egmFM +#. cR7FM #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090595\n" +"par_id1701201620340168\n" "help.text" -msgid "Standard Error" -msgstr "Erreur type" +msgid "<emph>Logarithmic regression</emph>: finds a logarithmic curve in the form of y = b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ..., where a<sub>i</sub> is the i-th coefficient, b is the intercept and ln[x<sub>i</sub>] is the natural logarithm of the i-th independent variable, that best fits the data." +msgstr "" + +#. YfNEL +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id1701201620340139\n" +"help.text" +msgid "<emph>Power regression</emph>: finds a power curve in the form of y = exp( b + a<sub>1</sub>.ln[x<sub>1</sub>] + a<sub>2</sub>.ln[x<sub>2</sub>] + a<sub>3</sub>.ln[x<sub>3</sub>] ...), where a<sub>i</sub> is the i-th power, [x<sub>i</sub>] is the i-th independent variable, and b is intercept that best fits the data." +msgstr "" -#. woESA +#. 3KkxA #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090563\n" +"hd_id331629834218606\n" "help.text" -msgid "Slope" -msgstr "Pente" +msgid "Options" +msgstr "" -#. qfNCA +#. uBCr7 #: statistics_regression.xhp msgctxt "" "statistics_regression.xhp\n" -"par_id1701201618090642\n" +"hd_id481629834269509\n" "help.text" -msgid "Intercept" -msgstr "Intercepter" +msgid "Confidence level" +msgstr "" + +#. YjBMV +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id971629835636129\n" +"help.text" +msgid "A numeric value between 0 and 1 (exclusive), default is 0.95. Calc uses this percentage to compute the corresponding confidence intervals for each of the estimates (namely the slopes and intercept)." +msgstr "" + +#. f2CEs +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id751629834274709\n" +"help.text" +msgid "Calculate residuals" +msgstr "" + +#. b4unQ +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id401629835408653\n" +"help.text" +msgid "Select whether to opt in or out of computing the residuals, which may be beneficial in cases where you are interested only in the slopes and intercept estimates and their statistics. The residuals give information on how far the actual data points deviate from the predicted data points, based on the regression model." +msgstr "" + +#. F99az +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"hd_id861629834279039\n" +"help.text" +msgid "Force intercept to be zero" +msgstr "" + +#. UYdQb +#: statistics_regression.xhp +msgctxt "" +"statistics_regression.xhp\n" +"par_id121629837424848\n" +"help.text" +msgid "Calculates the regression model using zero as the intercept, thus forcing the model to pass through the origin." +msgstr "" #. u47eB #: statistics_sampling.xhp diff --git a/source/fr/helpcontent2/source/text/scalc/04.po b/source/fr/helpcontent2/source/text/scalc/04.po index 760659fa19e..52e07694eee 100644 --- a/source/fr/helpcontent2/source/text/scalc/04.po +++ b/source/fr/helpcontent2/source/text/scalc/04.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-01-14 18:09+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-01-15 20:36+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/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.4\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1557932313.000000\n" #. NQkD7 @@ -25,14 +25,14 @@ msgctxt "" msgid "Shortcut Keys for Spreadsheets" msgstr "Raccourcis clavier pour les classeurs" -#. KkAUs +#. DdGD4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" "bm_id3145801\n" "help.text" -msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value><bookmark_value>shortcut keys; spreadsheets</bookmark_value><bookmark_value>sheet ranges; filling</bookmark_value>" -msgstr "<bookmark_value>Classeurs;raccourcis clavier</bookmark_value><bookmark_value>Raccourcis clavier;classeurs</bookmark_value><bookmark_value>Plages de feuille;remplissage</bookmark_value>" +msgid "<bookmark_value>spreadsheets; shortcut keys in</bookmark_value> <bookmark_value>shortcut keys; spreadsheets</bookmark_value> <bookmark_value>sheet ranges; filling</bookmark_value>" +msgstr "" #. CkSXA #: 01020000.xhp @@ -187,14 +187,14 @@ msgctxt "" msgid "End" msgstr "Fin" -#. ezWwF +#. THrNt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155095\n" "help.text" -msgid "Moves the cursor to the last cell of the current row." -msgstr "Place le curseur dans la dernière cellule de la ligne active." +msgid "Moves the cursor to the last cell that contains values in the current row." +msgstr "" #. FhvWD #: 01020000.xhp @@ -223,14 +223,14 @@ msgctxt "" msgid "Shift+End" msgstr "Maj+Fin" -#. BnYcn +#. CsAmu #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id4155095\n" "help.text" -msgid "Selects cells from the current cell to the last cell of the current row." -msgstr "Sélectionne les cellules à partir de la cellule active jusqu'à la dernière cellule de la ligne active." +msgid "Selects all cells from the current cell to the last cell that contains values in the current row." +msgstr "" #. 8bBCM #: 01020000.xhp @@ -331,14 +331,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Flèche gauche" -#. LWDGG +#. ziZQj #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3154766\n" "help.text" -msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with cursor is empty, cursor moves leftward in row to the next cell with contents. If the row on the left of the cursor is empty, the cursor moves to then first cell in the row." -msgstr "Déplace le curseur vers la gauche au début et à la fin des blocs de cellules contenant des données. Si la cellule à gauche du curseur est vide ou la cellule avec le curseur est vide, le curseur se déplace vers la gauche en ligne vers la cellule suivante avec son contenu. Si la ligne à gauche du curseur est vide, le curseur se déplace vers la première cellule de la ligne." +msgid "Moves the cursor leftward to the start and end of cell blocks with data. If the cell to the left of the cursor is empty or the cell with the cursor is empty, the cursor moves leftward in the current row until it reaches the next cell with contents. If all cells in the same row to the left of the cursor are empty, the cursor moves to the first cell in the row." +msgstr "" #. PgM3v #: 01020000.xhp @@ -349,14 +349,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Right Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Flèche droite" -#. TURv3 +#. WxdVv #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3155593\n" "help.text" -msgid "Moves the cursor rightward to the start and end of cell blocks with contents. If the cell to the right of the cursor is empty or the cursor is in an empty cell, the cursor moves rightward to the next cell that contains data. If the row on the right of the cursor is empty, the cursor moves to the last cell in the row." -msgstr "Déplace le curseur vers la droite au début et à la fin des blocs de cellules contenant le contenu. Si la cellule à droite du curseur est vide ou si le curseur se trouve dans une cellule vide, le curseur se déplace vers la droite jusqu'à la cellule suivante qui contient des données. Si la ligne à droite du curseur est vide, le curseur se déplace vers la dernière cellule de la ligne." +msgid "Moves the cursor rightward to the start and end of cell blocks with data. If the cell to the right of the cursor is empty or the cell with the cursor is empty, the cursor moves rightward in the current row until it reaches the next cell with contents. If all cells in the same row to the right of the cursor are empty, the cursor moves to the last cell in the row." +msgstr "" #. R9tmv #: 01020000.xhp @@ -367,14 +367,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Up Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Flèche vers le haut" -#. FhV8W +#. UV76n #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153076\n" "help.text" -msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cursor is in an empty cell, the cursor moves up to the end of next cell block with data. If the column above the cursor is empty, the cursor moves up to first cell in the column." -msgstr "Déplace le curseur vers le haut au début et à la fin des blocs de cellules contenant des données. Si la cellule au-dessus du curseur est vide ou si le curseur se trouve dans une cellule vide, le curseur se déplace jusqu'à la fin du bloc de cellules suivant contenant des données. Si la colonne au-dessus du curseur est vide, le curseur se déplace jusqu'à la première cellule de la colonne." +msgid "Moves the cursor upward to the start and end of cell blocks with data. If the cell above the cursor is empty or the cell with the cursor is empty, the cursor moves upward in the current column until it reaches the next cell with contents. If all cells in the same column above the cursor are empty, the cursor moves to the first cell in the column." +msgstr "" #. EamtM #: 01020000.xhp @@ -385,14 +385,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Down Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Flèche vers le bas" -#. kB7sB +#. x95TY #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3149054\n" "help.text" -msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cursor is in an empty cell, the cursor moves down to the next cell that contains data. If the column below the cursor is empty, the cursor moves down to last cell in the column." -msgstr "Déplace le curseur vers le bas au début et à la fin des blocs de cellules contenant des données. Si la cellule sous le curseur est vide ou si le curseur se trouve dans une cellule vide, le curseur descend vers la cellule suivante qui contient les données. Si la colonne sous le curseur est vide, le curseur descend jusqu'à la dernière cellule de la colonne." +msgid "Moves the cursor downward to the start and end of cell blocks with data. If the cell below the cursor is empty or the cell with the cursor is empty, the cursor moves downward in the current column until it reaches the next cell with contents. If all cells in the same column below the cursor are empty, the cursor moves to the last cell in the column." +msgstr "" #. UQi4B #: 01020000.xhp @@ -403,14 +403,14 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+Touche fléchée" -#. BKMzG +#. FwaRy #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3159258\n" "help.text" -msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected." -msgstr "Sélectionne toutes les cellules de la plage créée par les mouvements du curseur en utilisant la combinaison de touches <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Flèches</keycode>. Si cette commande est utilisée pour sélectionner des lighes et des colonnes en même temps, une plage de cellules rectangulaire est sélectionnée." +msgid "Selects all cells of the range created by the cursor movements using the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected. If the cursor is in an empty cell, the selection will stretch from the current cell up to the first cell with value in the direction of the arrow pressed." +msgstr "" #. F95ji #: 01020000.xhp @@ -637,14 +637,68 @@ msgctxt "" msgid "Enter (in a selected range)" msgstr "Entrée (dans une plage sélectionnée)" -#. iA7nB +#. aFEgB #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3153935\n" "help.text" -msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." -msgstr "Déplace le curseur vers le bas d'une cellule dans une plage sélectionnée. Pour spécifier la direction dans laquelle le curseur se déplace, choisissez <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Préférences</emph></caseinline><defaultinline><emph>Outils - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - Général</emph>." +msgid "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph> and change the option in <emph>Press Enter to move selection</emph>." +msgstr "" + +#. DbRBy +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id351630625364216\n" +"help.text" +msgid "Enter (after copying cell contents)" +msgstr "" + +#. 5PZQn +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id681630625395135\n" +"help.text" +msgid "If cell contents have just been copied to the clipboard and no additional editing has been done in the current file, then pressing <keycode>Enter</keycode> will paste clipboard contents to the current cursor position." +msgstr "" + +#. 2MKS8 +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id521630625780621\n" +"help.text" +msgid "Shift+Enter" +msgstr "" + +#. dAv3b +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id541630625783264\n" +"help.text" +msgid "If the clipboard contains cell contents and no editing has been done in the file, then <keycode>Shift+Enter</keycode> has the same behavior as <keycode>Enter</keycode> and pastes clipboard contents to the current cursor position." +msgstr "" + +#. so8sW +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id921630625968749\n" +"help.text" +msgid "If no cells are selected, <keycode>Shift+Enter</keycode> moves the cursor to the opposite direction defined in the option <emph>Press Enter to move selection</emph> found in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Calc - General</emph>." +msgstr "" + +#. f4gCc +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id951630626229215\n" +"help.text" +msgid "If a range of cells is selected, <keycode>Shift+Enter</keycode> moves the cursor inside the current selection to the opposite direction defined in the option <emph>Press Enter to move selection</emph>." +msgstr "" #. ESQwM #: 01020000.xhp @@ -727,23 +781,41 @@ msgctxt "" msgid "F2" msgstr "F2" -#. N2Q5C +#. BUfoX #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id3148568\n" "help.text" -msgid "Switches to Edit mode and places the cursor at the end of the contents of the current cell. Press again to exit Edit mode." -msgstr "Bascule dans le mode Édition et place le curseur à la fin du contenu de la cellule active. Pour quitter le mode Édition, appuyez à nouveau sur cette touche." +msgid "With a cell selected, press F2 to open cell contents for editing. If the cell contains a formula, use arrow keys to navigate the sheet to easily enter range addresses into the formula." +msgstr "" + +#. KPNsf +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id381629750112725\n" +"help.text" +msgid "Press F2 again to enable the use of arrow keys to move the cursor in the formula text." +msgstr "" + +#. YE2ga +#: 01020000.xhp +msgctxt "" +"01020000.xhp\n" +"par_id481629750230372\n" +"help.text" +msgid "Each additional use of the F2 shortcut switches between the two states previously described." +msgstr "" -#. GFKGE +#. Dzhco #: 01020000.xhp msgctxt "" "01020000.xhp\n" -"par_id3153108\n" +"par_id461629750358215\n" "help.text" -msgid "If the cursor is in an input box in a dialog that has a <emph>Minimize </emph>button, the dialog is hidden and the input box remains visible. Press F2 again to show the whole dialog." -msgstr "Si le curseur se trouve dans la zone de saisie d'une boîte de dialogue comportant un bouton <emph>Réduire</emph>, la boîte de dialogue est masquée tandis que la zone de saisie reste visible. Appuyez de nouveau sur F2 pour afficher la boîte de dialogue dans son intégralité." +msgid "Some dialog boxes have input fields with a <emph>Shrink</emph> button. Pressing F2 with the cursor inside such field causes the <emph>Shrink</emph> command to be executed." +msgstr "" #. seNCx #: 01020000.xhp @@ -1033,14 +1105,14 @@ msgctxt "" msgid "Updates the selected chart." msgstr "Met à jour le diagramme sélectionné." -#. 7Bnwf +#. VLV2J #: 01020000.xhp msgctxt "" "01020000.xhp\n" "hd_id3149279\n" "help.text" -msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" -msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +msgid "<switchinline select=\"sys\"> <caseinline select=\"MAC\">Command+T</caseinline> <defaultinline>F11</defaultinline> </switchinline>" +msgstr "" #. edNSJ #: 01020000.xhp @@ -1752,12 +1824,3 @@ msgctxt "" "help.text" msgid "Removes the current field from the area." msgstr "Supprime le champ actif de la zone." - -#. npGBx -#: 01020000.xhp -msgctxt "" -"01020000.xhp\n" -"par_id3150630\n" -"help.text" -msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">Shortcut keys in $[officename]</link>" -msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Raccourcis clavier dans $[officename]\">Raccourcis clavier dans $[officename]</link>" diff --git a/source/fr/helpcontent2/source/text/scalc/06.po b/source/fr/helpcontent2/source/text/scalc/06.po index cd90f25320a..b655e819aaa 100644 --- a/source/fr/helpcontent2/source/text/scalc/06.po +++ b/source/fr/helpcontent2/source/text/scalc/06.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: 2018-11-14 12:22+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-07 16:27+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1525710470.000000\n" +#. HDsTF #: calcsamplefiles.xhp msgctxt "" "calcsamplefiles.xhp\n" diff --git a/source/fr/helpcontent2/source/text/scalc/guide.po b/source/fr/helpcontent2/source/text/scalc/guide.po index a07530266d2..0fb76de31a9 100644 --- a/source/fr/helpcontent2/source/text/scalc/guide.po +++ b/source/fr/helpcontent2/source/text/scalc/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-05-31 15:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-04 11:14+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1558541914.000000\n" @@ -404,14 +404,14 @@ msgctxt "" msgid "Using AutoFormat for Tables" msgstr "Utilisation de l'AutoFormat dans les tables" -#. 33hwy +#. V4grY #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "bm_id3155132\n" "help.text" -msgid "<bookmark_value>tables; AutoFormat function</bookmark_value> <bookmark_value>defining;AutoFormat function for tables</bookmark_value> <bookmark_value>AutoFormat function</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>automatic formatting in spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat function</bookmark_value>" -msgstr "<bookmark_value>Tables;fonction AutoFormat</bookmark_value><bookmark_value>Définition;fonction d'AutoFormat pour les tables</bookmark_value><bookmark_value>AutoFormat, fonction;définition et applications des formats</bookmark_value><bookmark_value>Formats;formatage automatique des classeurs</bookmark_value><bookmark_value>Formatage automatique dans les classeurs</bookmark_value><bookmark_value>Feuilles;fonction AutoFormat</bookmark_value>" +msgid "<bookmark_value>tables; AutoFormat</bookmark_value> <bookmark_value>AutoFormat cell ranges</bookmark_value> <bookmark_value>formats; automatically formatting spreadsheets</bookmark_value> <bookmark_value>sheets;AutoFormat</bookmark_value>" +msgstr "" #. EiEMB #: autoformat.xhp @@ -422,122 +422,113 @@ msgctxt "" msgid "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Using AutoFormat for Tables\">Applying Automatic Formatting to a Selected Cell Range</link></variable>" msgstr "<variable id=\"autoformat\"><link href=\"text/scalc/guide/autoformat.xhp\" name=\"Utilisation de l'AutoFormat dans les tables\">Application d'un formatage automatique à une plage de cellules sélectionnée</link></variable>" -#. CC2ie +#. 7xexA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149401\n" "help.text" -msgid "You can use the AutoFormat feature to quickly apply a format to a sheet or a selected cell range." -msgstr "La fonction AutoFormat permet de formater rapidement une feuille ou une plage de cellules sélectionnée." +msgid "Use the AutoFormat feature to quickly apply a format to a selected cell range." +msgstr "" -#. FGf7G +#. rA9iM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10702\n" "help.text" -msgid "To Apply an AutoFormat to a Sheet or Selected Cell Range" -msgstr "Pour appliquer un AutoFormat à une feuille ou à une plage de cellules sélectionnée" +msgid "Applying an AutoFormat to a Selected Cell Range" +msgstr "" -#. XEBko +#. jDKjA #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106CE\n" "help.text" -msgid "Select the cells, including the column and row headers, that you want to format." -msgstr "Sélectionnez les cellules que vous souhaitez formater, en incluant les en-têtes de lignes et de colonnes." +msgid "Select the range of cells to which the AutoFormat style is to be applied. The range must be at least 3 columns and 3 rows in size." +msgstr "" -#. PMa8H +#. 6GCsB #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN106D5\n" "help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Choisissez <item type=\"menuitem\">Format - Styles d'Autoformat</item>" +msgid "Go to <menuitem>Format - AutoFormat Styles</menuitem> to open the AutoFormat dialog." +msgstr "" -#. YT4xh +#. CXiex #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3151242\n" +"par_id771630333791025\n" "help.text" -msgid "Select which properties to include in an AutoFormat." -msgstr "Sélectionnez les propriétés à inclure dans un Autoformat." +msgid "In the <emph>Format</emph> list choose the AutoFormat style to apply." +msgstr "" -#. dhKwA +#. tCZL9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN10715\n" +"par_id3151242\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Cliquez sur <emph>OK</emph>." +msgid "In the <emph>Formatting</emph> section choose which properties from the AutoFormat style to apply to the selected cell range." +msgstr "" -#. 5rFWK +#. rgXQa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_idN1075D\n" +"par_idN10715\n" "help.text" -msgid "The format is applied to the selected range of cells." -msgstr "Le format est appliqué à la plage de cellules sélectionnée." +msgid "Click <emph>OK</emph> to apply the AutoFormat style and close the dialog." +msgstr "" -#. gG5Fm +#. EAyCv #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3149210\n" "help.text" -msgid "If you do not see any change in color of the cell contents, choose <item type=\"menuitem\">View - Value Highlighting</item>." -msgstr "Si vous n'observez aucun changement au niveau de la couleur du contenu des cellules, choisissez <item type=\"menuitem\">Affichage - Mise en évidence des valeurs</item>." +msgid "In case the color of the cell contents does not change, make sure <menuitem>View - Value Highlighting</menuitem> is disabled." +msgstr "" -#. WuFW6 +#. ovMm9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3155379\n" +"bm_id11630343392868\n" "help.text" -msgid "To Define an AutoFormat for Spreadsheets or Ranges" -msgstr "Pour définir un Autoformat pour les feuilles de calcul ou les plages" +msgid "<bookmark_value>defining;AutoFormat styles</bookmark_value>" +msgstr "" -#. kMXDR +#. 5DZHa #: autoformat.xhp msgctxt "" "autoformat.xhp\n" -"par_id3148868\n" +"hd_id731630343367098\n" "help.text" -msgid "You can define a new AutoFormat that is available to all spreadsheets and ranges." -msgstr "Vous pouvez définir un nouvel Autoformat qui est disponible pour toutes les feuilles de calcul ou les plages." +msgid "Defining a new AutoFormat style" +msgstr "" -#. LBQQi +#. 2QDCM #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3152985\n" "help.text" -msgid "Format a sheet or range." -msgstr "Formater une feuille ou une plage." +msgid "In a Calc spreadsheet, format a cell range with at least 4 columns and 4 rows to serve as model to create the new AutoFormat style." +msgstr "" -#. JVW7G +#. 3GsCL #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_id3145384\n" "help.text" -msgid "Choose <item type=\"menuitem\">Edit - Select All</item> or select the formatted range." -msgstr "Choisissez <item type=\"menuitem\">Édition - Tout sélectionner</item> ou sélectionnez la plage formatée." - -#. VuwGM -#: autoformat.xhp -msgctxt "" -"autoformat.xhp\n" -"par_id3153815\n" -"help.text" -msgid "Choose <item type=\"menuitem\">Format - AutoFormat Styles</item>." -msgstr "Choisissez <item type=\"menuitem\">Format - Styles d'Autoformat</item>." +msgid "Select the cell range formatted in the previous step and go to <menuitem>Format - AutoFormat Styles</menuitem>." +msgstr "" #. CzaoG #: autoformat.xhp @@ -548,23 +539,32 @@ msgctxt "" msgid "Click <emph>Add</emph>." msgstr "Cliquez sur <emph>Ajouter</emph>." -#. FDB4v +#. GxXmX #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN10760\n" "help.text" -msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the format." -msgstr "Dans la boîte de dialogue <emph>Ajouter un AutoFormat</emph>, entrez un nom de format dans la zone <emph>Nom</emph>." +msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, enter a name for the new AutoFormat style." +msgstr "" -#. YWSGG +#. pMxn9 #: autoformat.xhp msgctxt "" "autoformat.xhp\n" "par_idN107C3\n" "help.text" -msgid "Click <emph>OK</emph>." -msgstr "Cliquez sur <emph>OK</emph>." +msgid "Click <emph>OK</emph> and close the dialog." +msgstr "" + +#. HJiDi +#: autoformat.xhp +msgctxt "" +"autoformat.xhp\n" +"par_id51630343134146\n" +"help.text" +msgid "The new AutoFormat styles created using the steps above can be applied to any %PRODUCTNAME Calc file. Hence they are not limited to the file where the style was created." +msgstr "" #. hpPvo #: autoformat.xhp @@ -719,14 +719,14 @@ msgctxt "" msgid "User Defined Borders in Cells" msgstr "Personnalisation des bordures de cellules" -#. GxTZ8 +#. RRraV #: borders.xhp msgctxt "" "borders.xhp\n" "bm_id3457441\n" "help.text" -msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" -msgstr "<bookmark_value>Cellules;bordures</bookmark_value><bookmark_value>Disposition des lignes avec les cellules</bookmark_value><bookmark_value>Bordures;cellules</bookmark_value>" +msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>" +msgstr "" #. ajMCN #: borders.xhp @@ -899,15 +899,6 @@ msgctxt "" msgid "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">borders with a block selected</alt></image>" msgstr "<image id=\"img_id8139591\" src=\"media/helpimg/border_ca_4.png\" width=\"1.2602in\" height=\"1.5937in\"><alt id=\"alt_id8139591\">bordures avec un bloc sélectionné</alt></image>" -#. j9iat -#: borders.xhp -msgctxt "" -"borders.xhp\n" -"par_id5383465\n" -"help.text" -msgid "You cannot apply borders to multiple selections." -msgstr "Les bordures ne peuvent pas s'appliquer à plusieurs sélections." - #. 2gKsC #: borders.xhp msgctxt "" @@ -1241,6 +1232,51 @@ msgctxt "" msgid "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">advanced example for cell borders</alt></image>" msgstr "<image id=\"img_id5380718\" src=\"media/helpimg/border_ca_9.png\" width=\"1.2602in\" height=\"1.1252in\"><alt id=\"alt_id5380718\">exemple avancé de bordures de cellules</alt></image>" +#. KKHLH +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"bm_id151630452717743\n" +"help.text" +msgid "<bookmark_value>adjacent cells;remove border</bookmark_value>" +msgstr "" + +#. eEE4F +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"hd_id861630451554176\n" +"help.text" +msgid "Adjacent Cells" +msgstr "" + +#. k8s2o +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id231630451548190\n" +"help.text" +msgid "This option becomes available when formatting a range of cells that already have borders and the new format defined for the range involves removing outer borders." +msgstr "" + +#. xADD4 +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id931630451706604\n" +"help.text" +msgid "By default the option <emph>Remove border</emph> is disabled and the borders at the edges of the selected range are left unchanged. Check this option if the borders at the edge of the selection should be removed." +msgstr "" + +#. V8sNd +#: borders.xhp +msgctxt "" +"borders.xhp\n" +"par_id641630452272324\n" +"help.text" +msgid "If the preset <emph>No Borders</emph> is chosen then the <emph>Remove border</emph> option is enabled." +msgstr "" + #. kCAyU #: calc_date.xhp msgctxt "" @@ -10646,6 +10682,123 @@ msgctxt "" msgid "Aside from when new rows and columns are inserted, references can also change when an existing formula referring to particular cells is copied to another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row 10. If you want to calculate the sum for the adjacent column to the right, simply copy this formula to the cell to the right. The copy of the formula in column B will be automatically adjusted to =SUM(B1:B9)." msgstr "Les références peuvent changer, non seulement lors de l'insertion de nouvelles colonnes ou lignes, mais aussi lorsqu'une formule faisant référence à des cellules particulières est copiée dans une autre zone de la feuille. Prenons l'exemple d'une formule, =SOMME(A1:A9), saisie sur la ligne 10. Si vous souhaitez calculer la somme pour la colonne adjacente de droite, il vous suffit de copier la formule dans la cellule de droite. La copie de la formule dans la colonne B est automatiquement adaptée et devient =SOMME(B1:B9)." +#. kAFBF +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"tit\n" +"help.text" +msgid "Removing Duplicate Values" +msgstr "" + +#. hGQvA +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"bm_id3153896\n" +"help.text" +msgid "<bookmark_value>filters; removing duplicates</bookmark_value> <bookmark_value>filters; finding unique values</bookmark_value>" +msgstr "" + +#. Q5494 +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"hd_id501630021281902\n" +"help.text" +msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/remove_duplicates.xhp\" name=\"Duplicates_h1\">Removing Duplicate Values</link></variable>" +msgstr "" + +#. ocizx +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id3150869\n" +"help.text" +msgid "Consider a single column with values where some may be duplicates. To remove duplicate values and obtain only the unique entries in the column:" +msgstr "" + +#. omVUk +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id631630021463659\n" +"help.text" +msgid "Select the range of values from which duplicate values are to be removed. The values have to be arranged in a single column." +msgstr "" + +#. XvTTj +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id31630021517873\n" +"help.text" +msgid "Go to <menuitem>Data - More Filters - Standard Filter</menuitem>. This opens the <embedvar href=\"text/shared/02/12090100.xhp#StandardFilter_h1\"/> dialog." +msgstr "" + +#. EVEzq +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id801630022108301\n" +"help.text" +msgid "In <emph>Field Name</emph> make sure that the selected column is the column where the values are stored. If a single column is selected this field will be set automatically." +msgstr "" + +#. TesFn +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id461630022298515\n" +"help.text" +msgid "In <emph>Condition</emph> choose the option <emph>=</emph> (equals sign), which is the default option." +msgstr "" + +#. nWrGh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id261630022372414\n" +"help.text" +msgid "In <emph>Value</emph> choose the option <emph>Not Empty</emph>." +msgstr "" + +#. fFZRM +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id441630022436605\n" +"help.text" +msgid "Click <emph>Options</emph> and select <emph>No duplications</emph>. If the first value is the column header check <emph>Range contains column labels</emph>." +msgstr "" + +#. sdBSD +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id841630022924442\n" +"help.text" +msgid "Check <emph>Copy results</emph> and use the input box below it to inform a cell address where the unique entries are to be entered." +msgstr "" + +#. DJcXh +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id61630023053412\n" +"help.text" +msgid "Click <emph>OK</emph>. The unique values in the range will be entered starting with the cell selected in the previous step." +msgstr "" + +#. 3qh4V +#: remove_duplicates.xhp +msgctxt "" +"remove_duplicates.xhp\n" +"par_id81630022708336\n" +"help.text" +msgid "The <emph>No duplications</emph> option is case sensitive. Therefore, values \"A\" and \"a\" are each considered as unique values." +msgstr "" + #. cPpmr #: rename_table.xhp msgctxt "" @@ -11429,14 +11582,14 @@ msgctxt "" msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort lists\">Sort lists</link>" msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Listes de tri\">Listes de tri</link>" -#. atsHK +#. 6GdiT #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "tit\n" "help.text" -msgid "Filter: Applying Advanced Filters" -msgstr "Filtre : application de filtres spéciaux" +msgid "Applying Advanced Filters" +msgstr "" #. Gy5TZ #: specialfilter.xhp @@ -11447,14 +11600,14 @@ msgctxt "" msgid "<bookmark_value>filters;defining advanced filters </bookmark_value><bookmark_value>advanced filters</bookmark_value><bookmark_value>defining; advanced filters</bookmark_value><bookmark_value>database ranges; advanced filters</bookmark_value>" msgstr "<bookmark_value>Filtres;définition de filtres spéciaux</bookmark_value><bookmark_value>Filtres spéciaux</bookmark_value><bookmark_value>Définition;filtres spéciaux</bookmark_value><bookmark_value>Plages de base de données;filtres spéciaux</bookmark_value>" -#. GS4TQ +#. cjgod #: specialfilter.xhp msgctxt "" "specialfilter.xhp\n" "hd_id3148798\n" "help.text" -msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link></variable>" -msgstr "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filtre : application de filtres spéciaux</link></variable>" +msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Applying Advanced Filters\">Applying Advanced Filters</link></variable>" +msgstr "" #. tYuAi #: specialfilter.xhp @@ -13283,6 +13436,276 @@ msgctxt "" msgid "<link href=\"text/scalc/01/04090000.xhp\" name=\"External data dialog\">External data dialog</link>" msgstr "<link href=\"text/scalc/01/04090000.xhp\" name=\"Boîte de dialogue Données externes\">Boîte de dialogue Données externes</link>" +#. GnXq4 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"tit\n" +"help.text" +msgid "Using Wildcards in Formulas" +msgstr "" + +#. EvMSm +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"bm_id3152149\n" +"help.text" +msgid "<bookmark_value>wildcards in calc formulas</bookmark_value> <bookmark_value>wildcards, examples</bookmark_value>" +msgstr "" + +#. 98C5v +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id941629155075179\n" +"help.text" +msgid "<variable id=\"wildcards_h1\"><link href=\"text/scalc/guide/wildcards.xhp\" name=\"wildcards_link\">Using Wildcards in Formulas</link></variable>" +msgstr "" + +#. yqMKw +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id571629155308959\n" +"help.text" +msgid "Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <emph>Find & Replace</emph> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string." +msgstr "" + +#. vQrdp +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id391629156224638\n" +"help.text" +msgid "%PRODUCTNAME Calc supports either <emph>wildcards</emph> or <emph>regular expressions</emph> as arguments depending on the current application settings. By default %PRODUCTNAME Calc is set to support wildcards instead of regular expressions." +msgstr "" + +#. DyzLn +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id551629156504794\n" +"help.text" +msgid "To make sure wildcards are supported, go to <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline> and check if the option <emph>Enable wildcards in formulas</emph> is selected. Note that you can use this dialog to switch to regular expressions by choosing <emph>Enable regular expressions in formulas</emph> or choose to support neither wildcards nor regular expressions." +msgstr "" + +#. BHJzs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629156913731\n" +"help.text" +msgid "The following wildcards are supported:" +msgstr "" + +#. tbbPM +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id801629209195110\n" +"help.text" +msgid "Wildcard" +msgstr "" + +#. 7PmfG +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209212608\n" +"help.text" +msgid "Description" +msgstr "" + +#. DfkJA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id591629209073388\n" +"help.text" +msgid "<emph>? (question mark)</emph>" +msgstr "" + +#. F2wmk +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id31629209073388\n" +"help.text" +msgid "Matches any single character. For example, the search string \"b?g\" matches “bag” and “beg” but will not match \"boog\" or \"mug\"." +msgstr "" + +#. pi9ik +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629209114452\n" +"help.text" +msgid "Note that it will not match \"bg\" as well, since \"?\" must match exactly <emph>one</emph> character. The \"?\" wildcard does not correspond to a zero-character match." +msgstr "" + +#. PmsQL +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id981629209073388\n" +"help.text" +msgid "<emph>* (asterisk)</emph>" +msgstr "" + +#. 6V7SE +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id51629209073388\n" +"help.text" +msgid "Matches any sequence of characters, including an empty string. For example, the search string \"*cast\" will match “cast”, “forecast”, and “outcast”, but will not match \"forecaster\" using default %PRODUCTNAME settings." +msgstr "" + +#. 3gkp8 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id351629209153307\n" +"help.text" +msgid "If the option <menuitem>Search criteria = and <> must apply to whole cells</menuitem> is disabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>, then \"forecaster\" will be a match using the \"*cast\" search string." +msgstr "" + +#. ek6t7 +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id181629209277556\n" +"help.text" +msgid "<emph>~ (tilde)</emph>" +msgstr "" + +#. F3Tuy +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id881629209280877\n" +"help.text" +msgid "Escapes the special meaning of a question mark, asterisk, or tilde character that follows immediately after the tilde character." +msgstr "" + +#. P35Fo +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id861629209431020\n" +"help.text" +msgid "For example, the search string \"why~?\" matches “why?” but will not match \"whys\" nor \"why~s\"." +msgstr "" + +#. aCtpj +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id1001629157561261\n" +"help.text" +msgid "Wildcards are supported in %PRODUCTNAME Calc and in Microsoft Excel. Therefore, if interoperability between both applications is needed, choose to work with wildcards instead of regular expressions. Conversely, if interoperability is not necessary, consider using regular expressions for more powerful search capabilities." +msgstr "" + +#. Dwt2G +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id671629158766165\n" +"help.text" +msgid "Supported Spreadsheet Functions" +msgstr "" + +#. YF9FB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id161629158785887\n" +"help.text" +msgid "Wildcards are supported by the following spreadsheet functions:" +msgstr "" + +#. rRPbf +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id441629158810517\n" +"help.text" +msgid "<emph>Database functions:</emph> DAVERAGE, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR and DVARP." +msgstr "" + +#. gfUGT +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id321629158810916\n" +"help.text" +msgid "<emph>Conditional functions:</emph> AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, MAXIFS, MINIFS, SUMIF and SUMIFS." +msgstr "" + +#. oUwuB +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id941629158811325\n" +"help.text" +msgid "<emph>Lookup functions:</emph> HLOOKUP, LOOKUP and VLOOKUP." +msgstr "" + +#. Ka6SK +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id41629158919808\n" +"help.text" +msgid "<emph>Other functions:</emph> MATCH and SEARCH." +msgstr "" + +#. 2ZGuQ +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"hd_id701629159564269\n" +"help.text" +msgid "Examples of Wildcards in Formulas" +msgstr "" + +#. GnADR +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id121629289062103\n" +"help.text" +msgid "The following examples consider that the options <menuitem>Enable wildcards in formulas</menuitem> and <menuitem>Search criteria = and <> must apply to whole cells</menuitem> are enabled in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>LibreOffice - Preferences - %PRODUCTNAME Calc - Calculate</menuitem></caseinline><defaultinline><menuitem>Tools - Options - %PRODUCTNAME Calc - Calculate</menuitem></defaultinline></switchinline>." +msgstr "" + +#. znKay +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id271629159111490\n" +"help.text" +msgid "<input>=COUNTIF(A1:A10;\"Chi*\")</input> counts the number of cells in the range <emph>A1:A10</emph> containing strings that start with \"Chi\" followed by zero or more characters." +msgstr "" + +#. TPRuA +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id741629159343415\n" +"help.text" +msgid "<input>=SUMIF(A1:A5;\"A??\";B1:B5)</input> sums the values in <emph>B1:B5</emph> whose corresponding values in <emph>A1:A5</emph> start with \"A\" followed by exactly two other characters." +msgstr "" + +#. 7GqMs +#: wildcards.xhp +msgctxt "" +"wildcards.xhp\n" +"par_id141629159465592\n" +"help.text" +msgid "Wildcard comparisons are <emph>not</emph> case sensitive, hence \"A?\" will match both \"A1\" and \"a1\"." +msgstr "" + #. ysgCC #: year2000.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/schart.po b/source/fr/helpcontent2/source/text/schart.po index 029a9a37b59..5a49fab00fe 100644 --- a/source/fr/helpcontent2/source/text/schart.po +++ b/source/fr/helpcontent2/source/text/schart.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: 2018-05-08 15:10+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-14 14:50+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1526309402.000000\n" +#. wtFDe #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Charts in $[officename]" msgstr "Diagrammes dans $[officename]" +#. rTRMz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>charts; overview</bookmark_value> <bookmark_value>HowTos for charts</bookmark_value>" msgstr "<bookmark_value>Diagrammes;aperçu</bookmark_value><bookmark_value>Guides pour les diagrammes</bookmark_value>" +#. MCTMA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Using Charts in %PRODUCTNAME</link></variable>" msgstr "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Diagrammes dans $[officename]\">Utilisation des diagrammes dans %PRODUCTNAME</link></variable>" +#. MKzCA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"chart\">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations.</variable>" msgstr "<variable id=\"chart\">$[officename] permet de représenter graphiquement des données dans un diagramme, de façon à comparer visuellement et à mettre en évidence des tendances dans des séries de données. Vous pouvez insérer des diagrammes dans des feuilles de calcul, des documents texte, des dessins et des présentations.</variable>" +#. wFC6F #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Chart Data" msgstr "Données du diagramme" +#. SVCdj #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Charts can be based on the following data:" msgstr "Les diagrammes peuvent être basés sur les données suivantes :" +#. upkcw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Spreadsheet values from Calc cell ranges" msgstr "Valeurs de feuilles de calcul à partir d'une plage de cellules Calc" +#. xvPKt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Cell values from a Writer table" msgstr "Valeurs de cellules à partir d'un tableau Writer" +#. pkLtG #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Values that you enter in the Chart Data Table dialog (you can create these charts in Writer, Draw, or Impress, and you can copy and paste them also to Calc)" msgstr "Valeurs saisies dans la boîte de dialogue Table de données du diagramme (vous pouvez créer ces diagrammes dans Writer, Draw ou Impress et les insérer par copier-coller dans Calc)" +#. yKUMz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a chart in the current document. To use a continuous range of cells as the data source for your chart, click inside the cell range, and then choose this command. Alternatively, select some cells and choose this command to create a chart of the selected cells.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Crée un diagramme dans le document actif. Pour utiliser une plage continue de cellules comme source de données du diagramme, cliquez à l'intérieur de la plage de cellule, puis choisissez cette commande. Alternativement, sélectionnez quelques cellules et choisissez cette commande pour créer un diagramme à partir des cellules sélectionnées.</ahelp>" +#. MZr5A #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "To insert a chart" msgstr "Pour insérer un diagramme" +#. xMyYq #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "To edit a chart" msgstr "Pour éditer un diagramme" +#. 2awPo #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Click a chart to edit the object properties:" msgstr "Cliquez sur un diagramme pour éditer les propriétés de l'objet :" +#. MMYWv #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Size and position on the current page." msgstr "Taille et position sur la page active." +#. 7zPqd #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Alignment, text wrap, outer borders, and more." msgstr "Alignement, adaptation du texte, bordures extérieures et autres." +#. X27Dw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Double-click a chart to enter the chart edit mode:" msgstr "Double-cliquez sur un diagramme pour entrer dans le mode édition de diagramme :" +#. cUADi #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Chart data values (for charts with own data)." msgstr "Valeurs des données du diagramme (pour les diagrammes ayant leurs propres données)." +#. BGFEv #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Chart type, axes, titles, walls, grid, and more." msgstr "Type de diagramme, axes, titres, murs, grille et autres éléments." +#. aDGNk #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Double-click a chart element in chart edit mode:" msgstr "Double-cliquez sur un élément du diagramme en mode édition :" +#. Ft8G5 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Double-click an axis to edit the scale, type, color, and more." msgstr "Double-cliquez sur un axe pour éditer l'échelle, le type, la couleur et d'autres éléments." +#. BcUqt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Double-click a data point to select and edit the data series to which the data point belongs." msgstr "Double-cliquez sur un point de données pour sélectionner et éditer la série de données à laquelle le point de données appartient." +#. Drw6j #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "With a data series selected, click, then double-click a single data point to edit the properties of this data point (for example, a single bar in a bar chart)." msgstr "La série de données étant sélectionnée, cliquez, puis double-cliquez sur un point de données unique pour en éditer les propriétés (par exemple, une barre seule dans un diagramme en barre)." +#. ZrY6M #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Double-click the legend to select and edit the legend. Click, then double-click a symbol in the selected legend to edit the associated data series." msgstr "Double-cliquez sur la légende pour sélectionner et éditer la légende. Cliquez, puis double-cliquez sur un symbole dans la légende sélectionnée pour éditer la série de données associée." +#. 2GvmD #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Double-click any other chart element, or click the element and open the Format menu, to edit the properties." msgstr "Double-cliquez sur n'importe quel autre élément du diagramme ou cliquez sur l'élément et ouvrez le menu Format pour en éditer les propriétés." +#. eCML4 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Click outside the chart to leave the current edit mode." msgstr "Cliquez en dehors du diagramme pour quitter le mode édition." +#. Jcdvi #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "To print a chart in high quality, you can export the chart to a PDF file and print that file." msgstr "Pour imprimer un diagramme en haute qualité, exportez le diagramme vers un fichier PDF et imprimez ce fichier." +#. dk7i6 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress." msgstr "En mode d'édition de diagramme, vous voyez la <link href=\"text/schart/main0202.xhp\">Barre de formatage</link> des diagrammes près de la bordure supérieure du document. La barre Dessin des diagrammes apparaît près de la bordure inférieure du document. La barre Dessin affiche un sous-ensemble des icônes de la barre d'outils <link href=\"text/simpress/main0210.xhp\">Dessin</link> de Draw et Impress." +#. sNqMe #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "You can right-click an element of a chart to open the context menu. The context menu offers many commands to format the selected element." msgstr "Vous pouvez faire un clic avec le bouton droit de la souris sur un élément du diagramme pour ouvrir le menu contextuel. Le menu contextuel offre de nombreuses commandes pour formater l'élément sélectionné." +#. dQSHt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected title.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate le titre sélectionné.</ahelp>" +#. orDAZ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart area.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la zone de diagramme.</ahelp>" +#. FAkFX #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart wall.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate le mur du diagramme.</ahelp>" +#. GBwcB #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart floor.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate le plancher du diagramme.</ahelp>" +#. VsRbA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the chart legend.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la légende du diagramme.</ahelp>" +#. dahmw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate l'axe sélectionné.</ahelp>" +#. dnReG #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data point.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate le point de données sélectionné.</ahelp>" +#. Em2oQ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la grille principale.</ahelp>" +#. dSJTX #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la grille secondaire.</ahelp>" +#. 8Dius #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data series.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la série de données.</ahelp>" +#. 9FeGU #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock loss indicators.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate les indicateurs de perte de valeurs.</ahelp>" +#. uhG9U #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the stock gain indicators.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate les indicateurs de gain de valeurs.</ahelp>" +#. RshCo #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate les étiquettes de données.</ahelp>" +#. 7Gexq #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the Y error bars.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate les barres d'erreur Y.</ahelp>" +#. MhtWH #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the mean value line.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la ligne de valeur moyenne.</ahelp>" +#. H44aA #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate la courbe de tendance.</ahelp>" +#. QYEkZ #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the trendline equation.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate l'équation de la courbe de tendance.</ahelp>" +#. zgFB3 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Formats the selected data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Formate l'étiquette de donnée sélectionnée.</ahelp>" +#. AdNa8 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert chart titles.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ouvre une boîte de dialogue permettant d'insérer les titres du diagramme.</ahelp>" +#. fZZ6J #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert or delete axes.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ouvre une boîte de dialogue permettant d'insérer ou de supprimer des axes.</ahelp>" +#. CzaFt #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ouvre une boîte de dialogue permettant d'insérer un axe.</ahelp>" +#. x9jBK #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to insert an axis title.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ouvre une boîte de dialogue permettant d'insérer un titre d'axe.</ahelp>" +#. tS9HE #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère une grille principale.</ahelp>" +#. NUu58 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère une grille secondaire.</ahelp>" +#. B67hx #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère des étiquettes de données.</ahelp>" +#. 2STaz #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère l'équation de la courbe de tendance et le coefficient de détermination R².</ahelp>" +#. CKUEM #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère la valeur du coefficient de détermination R².</ahelp>" +#. BsSAb #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a single data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insère une étiquette de donnée unique.</ahelp>" +#. 35PWr #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the chart legend.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime la légende du diagramme.</ahelp>" +#. CFDbR #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected axis.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime l'axe sélectionné.</ahelp>" +#. jgG2M #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the major grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime la grille principale.</ahelp>" +#. bTycs #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the minor grid.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime la grille secondaire.</ahelp>" +#. Qatm6 #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes all data labels.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime toutes les étiquettes de données.</ahelp>" +#. NDa9X #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the trendline equation.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime l'équation de la courbe de tendance.</ahelp>" +#. CbYXF #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the R² value.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime la valeur de R².</ahelp>" +#. 3thAk #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the selected data label.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime les étiquettes de données sélectionnées.</ahelp>" +#. LQRZw #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the mean value line.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime la courbe de valeur moyenne.</ahelp>" +#. WBA6w #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the Y error bars.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Supprime les barres d'erreur Y.</ahelp>" +#. d6WTf #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets the selected data point to default format.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Réinitialise le point de données sélectionné à son format par défaut.</ahelp>" +#. xZ45w #: main0000.xhp msgctxt "" "main0000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Réinitialise tous les points de données à leur format par défaut.</ahelp>" +#. XUCUB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Formatting Bar" msgstr "Barre Formatage" +#. WicyB #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "<link href=\"text/schart/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>" msgstr "<link href=\"text/schart/main0202.xhp\" name=\"Barre Formatage\">Barre Formatage</link>" +#. bGXHw #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "The Formatting Bar is shown when a chart is set to edit mode. Double-click a chart to enter edit mode. Click outside the chart to leave edit mode." msgstr "La barre Formatage est affichée lorsqu'un diagramme est en mode édition. Double-cliquez sur un diagramme pour entrer dans le mode édition. Cliquez en dehors du diagramme pour quitter le mode édition." +#. ffA95 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "You can edit the formatting of a chart using the controls and icons on the Formatting Bar." msgstr "Vous pouvez éditer le formatage d'une diagramme en utilisant les contrôles et les icônes de la barre Formatage." +#. MnXYr #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "Select Chart Element" msgstr "Sélectionner un élément de diagramme" +#. eYgyC #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<ahelp hid=\".\">Select the element from the chart that you want to format. The element gets selected in the chart preview. Click Format Selection to open the properties dialog for the selected element.</ahelp>" msgstr "<ahelp hid=\".\">Sélectionnez l'élément du diagramme que vous souhaitez formater. L'élément est sélectionné dans l'aperçu du diagramme. Cliquez sur Formater la sélection pour ouvrir la boîte de dialogue des propriétés de l'élément sélectionné.</ahelp>" +#. uGAFF #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Format Selection" msgstr "Formater la sélection" +#. BSwBH #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "Opens the properties dialog for the selected element." msgstr "Ouvre la boîte de dialogue propriété de l'élément sélectionné." +#. AUcrE #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Chart Type" msgstr "Type de diagramme" +#. Q4Sap #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Opens the Chart Type dialog." msgstr "Ouvre la boîte de dialogue Type de diagramme." +#. wepEQ #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Chart Data Table" msgstr "Table de données du diagramme" +#. c6Act #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Opens the Data Table dialog where you can edit the chart data." msgstr "Ouvre la boîte de dialogue Table de données dans laquelle vous pouvez éditer les données du diagramme." +#. aE624 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Grilles horizontales" +#. uTeV8 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "The Horizontal Grids icon on the Formatting bar toggles the visibility of the grid display for the Y axis." msgstr "L'icône Grilles horizontales dans la barre Formatage bascule la visibilité de l'affichage de la grille de l'axe Y." +#. dqfgM #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Legend On/Off" msgstr "Afficher/masquer la légende" +#. aAABk #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "To show or hide a legend, click Legend On/Off on the Formatting bar." msgstr "Pour afficher ou masquer la légende, cliquez sur (Dés)activer la légende dans la barre Formatage." +#. ACmgc #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Scale Text" msgstr "Ajuster le texte" +#. vUrp2 #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "Rescales the text in the chart when you change the size of the chart." msgstr "Redéfinit l'échelle du texte dans le diagramme lorsque vous modifiez la taille du diagramme." +#. hsSrG #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Automatic Layout" msgstr "Réorganiser le diagramme" +#. gcAxi #: main0202.xhp msgctxt "" "main0202.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Moves all chart elements to their default positions inside the current chart. This function does not alter the chart type or any other attributes other than the position of elements." msgstr "Déplace tous les éléments du diagramme à leur position par défaut à l'intérieur du diagramme actif. Cette fonction ne modifie pas le type de diagramme ou tout attribut autre que la position des éléments." +#. NCrAu #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "$[officename] Chart Features" msgstr "Fonctionnalités de $[officename] Chart" +#. dyCxy #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<link href=\"text/schart/main0503.xhp\" name=\"$[officename] Chart Features\">$[officename] Chart Features</link>" msgstr "<link href=\"text/schart/main0503.xhp\" name=\"Fonctionnalités de $[officename] Chart\" >Fonctionnalités de $[officename] Chart</link>" +#. DR7Ma #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Charts allow you to present data so that it is easy to visualize." msgstr "Les diagrammes vous permettent de présenter les données de façon à les visualiser plus facilement." +#. ozGGL #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "You can create a chart from source data in a Calc spreadsheet or a Writer table. When the chart is embedded in the same document as the data, it stays linked to the data, so that the chart automatically updates when you change the source data." msgstr "Vous pouvez créer un diagramme à partir des données source d'une feuille Calc ou d'un tableau Writer. Lorsque le diagramme est incorporé au même document que les données, il reste lié aux données et est donc automatiquement actualisé lorsque vous modifiez les données source." +#. 5BKEB #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Chart Types" msgstr "Types de diagrammes" +#. imCSX #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Choose from a variety of 3D charts and 2D charts, such as bar charts, line charts, stock charts. You can change chart types with a few clicks of the mouse." msgstr "Vous pouvez choisir parmi une variété de diagrammes en 3D ou en 2D : diagrammes en barres, diagrammes en lignes, diagrammes des cours (boursiers). Vous pouvez aisément changer de type de diagramme en quelques clics de souris." +#. xTCes #: main0503.xhp msgctxt "" "main0503.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "Individual Formatting" msgstr "Formatage individuel" +#. AuSKr #: main0503.xhp msgctxt "" "main0503.xhp\n" diff --git a/source/fr/helpcontent2/source/text/schart/00.po b/source/fr/helpcontent2/source/text/schart/00.po index 9b1a790091f..f11373477f2 100644 --- a/source/fr/helpcontent2/source/text/schart/00.po +++ b/source/fr/helpcontent2/source/text/schart/00.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: 2019-05-22 13:27+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-06-07 13:42+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: ll.org\n" @@ -13,10 +13,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559914948.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -25,6 +26,7 @@ msgctxt "" msgid "To access this function..." msgstr "Pour accéder à cette fonction..." +#. GYYED #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -33,6 +35,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Pour accéder à cette fonction...</variable>" +#. ug82V #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -41,6 +44,7 @@ msgctxt "" msgid "Choose <emph>View - Chart Data Table</emph> (Charts)" msgstr "Choisissez <emph>Affichage - Table de données</emph> (Diagrammes)" +#. fU5ZG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -49,6 +53,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Dans la barre de formatage, cliquez sur" +#. GDpSu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -57,6 +62,7 @@ msgctxt "" msgid "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icon</alt></image>" msgstr "<image id=\"img_id3147428\" src=\"cmd/sc_grid.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3147428\">Icône</alt></image>" +#. S6JmP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -65,6 +71,7 @@ msgctxt "" msgid "Chart Data" msgstr "Données du diagramme" +#. GhdKK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -73,6 +80,7 @@ msgctxt "" msgid "<variable id=\"efgttl\">Choose <emph>Insert - Titles</emph> (Charts)</variable>" msgstr "<variable id=\"efgttl\">Choisissez <emph>Insertion - Titre</emph> (Diagramme)</variable>" +#. 3x5QB #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -81,6 +89,7 @@ msgctxt "" msgid "Choose <emph>Insert - Legend</emph> (Charts)" msgstr "Choisissez <emph>Insertion - Légende</emph> (Diagrammes)" +#. HqMQr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -89,6 +98,7 @@ msgctxt "" msgid "Choose <emph>Format - Legend - Position</emph> tab (Charts)" msgstr "Choisissez sur l'onglet <emph>Format - Légende - Position</emph> (Diagrammes)" +#. EH75q #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -97,6 +107,7 @@ msgctxt "" msgid "Choose <emph>Insert - Data Labels</emph> (Charts)" msgstr "Choisissez <emph>Insertion - Étiquetage des données</emph> (Diagrammes)" +#. zEfSg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -105,6 +116,7 @@ msgctxt "" msgid "Choose <emph>Format - Format Selection - Data Point/Data Series - Data Labels</emph> tab (for data series and data point) (Charts)" msgstr "Choisissez l'onglet <emph>Format - Formater la sélection - Point de données/Séries de données- Étiquettes de données</emph> (pour les séries et point de données dans les diagrammes)" +#. SQbvj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -113,6 +125,7 @@ msgctxt "" msgid "<variable id=\"efgaug\">Choose <emph>Insert - Axes</emph> (Charts)</variable>" msgstr "<variable id=\"efgaug\">Choisissez <emph>Insertion - Axes</emph> (Diagrammes)</variable>" +#. GttHw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -121,6 +134,7 @@ msgctxt "" msgid "Choose <emph>Insert - Grids</emph> (Charts)" msgstr "Choisissez <emph>Insertion - Grilles</emph> (en mode Diagramme)" +#. LWyLt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -129,6 +143,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Dans la barre de formatage, cliquez sur" +#. zTF9a #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -137,6 +152,7 @@ msgctxt "" msgid "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icon</alt></image>" msgstr "<image id=\"img_id3155111\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155111\">Icône</alt></image>" +#. Abvw3 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -145,6 +161,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Grilles horizontales" +#. 77NFv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -153,6 +170,7 @@ msgctxt "" msgid "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icon</alt></image>" msgstr "<image id=\"img_id3152989\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152989\">Icône</alt></image>" +#. AeSzg #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -161,6 +179,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Grilles verticales" +#. Twpy9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -169,6 +188,7 @@ msgctxt "" msgid "<variable id=\"efgsta\">Choose <emph>Insert - X Error Bars</emph>, or <emph>Insert - Y Error Bars</emph> (Charts)</variable>" msgstr "<variable id=\"efgsta\">Choisissez <emph>Insérer - Barres d'erreur X</emph> ou <emph>Insérer - Barres d'erreur Y</emph> (Diagrammes)</variable>" +#. ZD5K5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -177,6 +197,7 @@ msgctxt "" msgid "<variable id=\"trendlines\">Choose <emph>Insert - Trend Line</emph> (Charts)</variable>" msgstr "<variable id=\"trendlines\">Choisissez <emph>Insertion - Courbes de tendance</emph> (Diagrammes) </variable>" +#. UzBjR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -185,6 +206,7 @@ msgctxt "" msgid "<variable id=\"sonderz\">Choose <emph>Insert - Special Character</emph> (Charts)</variable>" msgstr "<variable id=\"sonderz\">Choisissez <emph>Insertion - Caractères spéciaux</emph> (Diagrammes) </variable>" +#. 8TxLK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -193,6 +215,7 @@ msgctxt "" msgid "<variable id=\"frtoes\">Choose <emph>Format - Format Selection</emph> (Charts)</variable>" msgstr "<variable id=\"frtoes\">Choisissez <emph>Format - Formater la sélection</emph> (Diagrammes)</variable>" +#. DqsZe #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -201,6 +224,7 @@ msgctxt "" msgid "<variable id=\"frtodd\">Choose <emph>Format - Format Selection - Data Point</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodd\">Choisissez la boîte de dialogue <emph>Format - Formater la sélection - Point de données</emph> (Diagrammes) </variable>" +#. ASTDr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -209,6 +233,7 @@ msgctxt "" msgid "<variable id=\"frtodr\">Choose <emph>Format - Format Selection - Data Series</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtodr\">Choisissez la boîte de dialogue <emph>Format - Formater la sélection - Séries de données </emph> (Diagrammes)</variable>" +#. p2eYn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -217,6 +242,7 @@ msgctxt "" msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>" msgstr "<variable id=\"optionen\">Choisissez l'onglet <emph>Format - Formater la sélection - Séries de données - Options</emph> (Diagrammes)</variable>" +#. yRSaN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -225,6 +251,7 @@ msgctxt "" msgid "<variable id=\"frtttl\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frtttl\">Choisissez <emph>Format - Titre</emph> (Diagrammes)</variable>" +#. CExBh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -233,6 +260,7 @@ msgctxt "" msgid "<variable id=\"frtoe\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtoe\">Choisissez la boîte de dialogue <emph>Format - Formater la sélection - Titre</emph> (Diagrammes) </variable>" +#. icD4Y #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -241,6 +269,7 @@ msgctxt "" msgid "<variable id=\"frtegt\">Choose <emph>Format - Format Selection - Title</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtegt\">Choisissez la boîte de dialogue <emph>Format - Formater la sélection - Titre</emph> (Diagrammes)</variable>" +#. aEnjy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -249,6 +278,7 @@ msgctxt "" msgid "<variable id=\"frttya\">Choose <emph>Format - Title</emph> (Charts)</variable>" msgstr "<variable id=\"frttya\">Choisissez <emph>Format - Titre</emph> (Diagrammes)</variable>" +#. arVPN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -257,6 +287,7 @@ msgctxt "" msgid "<variable id=\"frttyab\">Choose <emph>Format - Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frttyab\">Choisissez <emph>Format - Axes</emph> (Diagrammes)</variable>" +#. HDvN2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -265,6 +296,7 @@ msgctxt "" msgid "<variable id=\"frtlgd\">Choose <emph>Format - Legend</emph>, or <emph>Format - Format Selection - Legend</emph> (Charts)</variable>" msgstr "<variable id=\"frtlgd\">Choisissez <emph>Format - Légende</emph> ou <emph>Format - Formater la sélection - Légende</emph> (Diagrammes)</variable>" +#. R5dmc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -273,6 +305,7 @@ msgctxt "" msgid "<variable id=\"frtaa\">Choose <emph>Format - Axis - X Axis/Secondary X Axis/Z Axis/All Axes</emph> (Charts)</variable>" msgstr "<variable id=\"frtaa\">Choisissez <emph>Format - Axe - Axe X / Axe X secondaire / Axe Z / Tous les axes</emph> (Diagrammes)</variable>" +#. Fphi2 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -281,6 +314,7 @@ msgctxt "" msgid "<variable id=\"frtyas\">Choose <emph>Format - Axis - Y Axis/Secondary Y Axis</emph> (Charts)</variable>" msgstr "<variable id=\"frtyas\">Choisissez <emph>Format - Axe - Axe Y ou Axe Y secondaire</emph> (Diagrammes)</variable>" +#. BH3xT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -289,6 +323,7 @@ msgctxt "" msgid "<variable id=\"frtysk\">Choose <emph>Format - Axis - Y Axis - Scale</emph> tab (Charts)</variable>" msgstr "<variable id=\"frtysk\">Choisissez l'onglet <emph>Format - Axe - Axe Y - Échelle</emph> (Diagrammes) </variable>" +#. DbZea #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -297,6 +332,7 @@ msgctxt "" msgid "<variable id=\"positioning\">Choose <emph>Format - Axis - X Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioning\">Choisissez l'onglet <emph>Format - Axe - Axe X - Positionnement</emph> (Diagrammes) </variable>" +#. 7T8FZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -305,6 +341,7 @@ msgctxt "" msgid "<variable id=\"positioningy\">Choose <emph>Format - Axis - Y Axis - Positioning</emph> tab (Charts)</variable>" msgstr "<variable id=\"positioningy\">Choisissez l'onglet <emph>Format - Axe - Axe Y - Positionnement</emph> (Diagrammes) </variable>" +#. kLZUK #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -313,6 +350,7 @@ msgctxt "" msgid "<variable id=\"frtgt\">Choose <emph>Format - Grid</emph> (Charts)</variable>" msgstr "<variable id=\"frtgt\">Choisissez <emph>Format - Grille</emph> (Diagrammes)</variable>" +#. 8RRTD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -321,6 +359,7 @@ msgctxt "" msgid "<variable id=\"frtgtr\">Choose <emph>Format - Grid - X, Y, Z Axis Major Grid/ X, Y, Z Minor Grid/ All Axis Grids</emph> (Charts)</variable>" msgstr "<variable id=\"frtgtr\">Choisissez <emph>Format - Grille - Grille principale de l'axe X, Y ou Z / Grille secondaire de l'axe X, Y ou Z / Toutes les grilles d'axes</emph> (Diagrammes)</variable>" +#. aRwaG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -329,6 +368,7 @@ msgctxt "" msgid "<variable id=\"frtdgw\">Choose <emph>Format - Chart Wall - Chart</emph> dialog (Charts)</variable>" msgstr "<variable id=\"frtdgw\">Choisissez <emph>Format - Paroi du diagramme</emph> (Diagrammes) </variable>" +#. F8nYw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -337,6 +377,7 @@ msgctxt "" msgid "<variable id=\"frtdgb\">Choose <emph>Format - Chart Floor</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgb\">Choisissez <emph>Format - Plancher du diagramme</emph> (Diagramme) </variable>" +#. e3DQt #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -345,6 +386,7 @@ msgctxt "" msgid "<variable id=\"frtdgf\">Choose <emph>Format - Chart Area</emph> (Charts)</variable>" msgstr "<variable id=\"frtdgf\">Choisissez <emph>Format - Arrière-plan du diagramme</emph> (Diagrammes) </variable>" +#. DMVGy #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -353,6 +395,7 @@ msgctxt "" msgid "Choose <emph>Format - Chart Type</emph> (Charts)" msgstr "Choisissez <emph>Format - Type de diagramme</emph> (Diagrammes)" +#. MoAXJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -361,6 +404,7 @@ msgctxt "" msgid "On Formatting bar, click" msgstr "Dans la barre de formatage, cliquez sur" +#. sucpX #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -369,6 +413,7 @@ msgctxt "" msgid "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icon</alt></image>" msgstr "<image id=\"img_id3153124\" src=\"cmd/sc_diagramtype.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153124\">Icône</alt></image>" +#. sMG8t #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -377,6 +422,7 @@ msgctxt "" msgid "Edit Chart Type" msgstr "Éditer le type de diagramme" +#. pcXEC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -385,6 +431,7 @@ msgctxt "" msgid "<variable id=\"frtdda\">Choose <emph>Format - 3D View</emph> (Charts)</variable>" msgstr "<variable id=\"frtdda\">Choisissez <emph>Format - Affichage 3D</emph> (en mode Diagramme) </variable>" +#. Fqrq7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -393,6 +440,7 @@ msgctxt "" msgid "Choose <emph>Format - Arrangement</emph> (Charts)" msgstr "Choisissez <emph>Format - Disposition</emph> (Diagrammes)" +#. fsASf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -401,6 +449,7 @@ msgctxt "" msgid "Open context menu - choose <emph>Arrangement</emph> (Charts)" msgstr "Ouvrez le menu contextuel - choisissez <emph>Disposition</emph> (Diagrammes)" +#. YFGGY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -409,6 +458,7 @@ msgctxt "" msgid "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icon</alt></image>" msgstr "<image id=\"img_id3149708\" src=\"cmd/sc_togglegridhorizontal.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149708\">Icône</alt></image>" +#. DENsj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -417,6 +467,7 @@ msgctxt "" msgid "Horizontal Grids" msgstr "Grilles horizontales" +#. sKqMD #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -425,6 +476,7 @@ msgctxt "" msgid "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icon</alt></image>" msgstr "<image id=\"img_id3151189\" src=\"cmd/sc_toggleaxisdescr.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151189\">Icône</alt></image>" +#. Mpmae #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -433,6 +485,7 @@ msgctxt "" msgid "Show/Hide Axis Descriptions" msgstr "Afficher/masquer les axes" +#. E8GSF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -441,6 +494,7 @@ msgctxt "" msgid "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icon</alt></image>" msgstr "<image id=\"img_id3156322\" src=\"cmd/sc_togglegridvertical.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156322\">Icône</alt></image>" +#. RUv7H #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -449,6 +503,7 @@ msgctxt "" msgid "Vertical Grids" msgstr "Grilles verticales" +#. HTXnr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -457,6 +512,7 @@ msgctxt "" msgid "<emph>Insert Chart</emph>" msgstr "<emph>Insertion - Diagramme</emph>" +#. FMCni #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -465,6 +521,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Choisissez <emph>Insertion - Diagramme...</emph>" +#. r4BHs #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -473,6 +530,7 @@ msgctxt "" msgid "Choose <emph>Insert - Chart...</emph>" msgstr "Choisissez <emph>Insertion - Diagramme...</emph>" +#. foJgL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -481,6 +539,7 @@ msgctxt "" msgid "Double-click a chart, then choose <emph>Format - Data Ranges</emph>" msgstr "Double-cliquez sur un diagramme et choisissez <emph>Format - Plages de données</emph>" +#. XCQwT #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -489,6 +548,7 @@ msgctxt "" msgid "<variable id=\"smlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Smooth in the Lines type drop-down, then click the Properties button.</variable>" msgstr "<variable id=\"smlp\">Dans la boîte de dialogue Type de diagramme d'un diagramme en ligne ou d'un diagramme XY qui affiche des lignes, choisissez Adoucir dans la liste déroulante Types de ligne, puis cliquez sur le bouton Propriétés.</variable>" +#. ToFBi #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/fr/helpcontent2/source/text/schart/01.po b/source/fr/helpcontent2/source/text/schart/01.po index 834aa54a6a9..5549874020f 100644 --- a/source/fr/helpcontent2/source/text/schart/01.po +++ b/source/fr/helpcontent2/source/text/schart/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: 2020-10-27 12:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-06-29 11:27+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textschart01/fr/>\n" @@ -1592,14 +1592,23 @@ msgctxt "" msgid "If you insert a trend line to a chart type that uses categories, like <emph>Line</emph> or <emph>Column</emph>, then the numbers 1, 2, 3, <emph>…</emph> are used as x-values to calculate the trend line. For such charts the XY chart type might be more suitable." msgstr "Si vous insérez une courbe de tendance dans un type de graphique qui utilise des catégories, comme <emph>Ligne</emph> ou <emph>Colonne</emph>, alors les nombres 1, 2, 3, <emph>...</emph> sont utilisés comme abscisses pour calculer la courbe de tendance. Pour de tels graphiques le type XY serait plus approprié." -#. hatV8 +#. E7mkV #: 04050100.xhp msgctxt "" "04050100.xhp\n" "par_id4349192\n" "help.text" -msgid "To insert a trend line for a data series, select the data series in the chart. Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." -msgstr "Pour insérer une courbe de tendance pour une série de données, sélectionnez la série de données dans le diagramme. Sélectionnez <item type=\"menuitem\">Insertion - Courbe de tendance</item>, ou faites un clic avec le bouton droit pour ouvrir le menu contextuel et choisissez <item type=\"menuitem\">Insérer une courbe de tendance</item>." +msgid "To insert a trend line for a data series, first double-click the chart to enter edit mode and select the data series in the chart to which a trend line is to be created." +msgstr "" + +#. VLWvK +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id801630627531175\n" +"help.text" +msgid "Choose <item type=\"menuitem\">Insert - Trend Line</item>, or right-click the data series to open the context menu, and choose <item type=\"menuitem\">Insert Trend Line</item>." +msgstr "" #. osECL #: 04050100.xhp @@ -1619,14 +1628,14 @@ msgctxt "" msgid "To delete a trend line or mean value line, click the line, then press the Del key." msgstr "Pour supprimer une courbe de tendance ou une courbe de valeur moyenne, cliquez sur la courbe et appuyez sur la touche Suppr." -#. JVZCk +#. nbEcg #: 04050100.xhp msgctxt "" "04050100.xhp\n" -"par_id296334\n" +"par_id801630627733593\n" "help.text" -msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." -msgstr "Une courbe de tendance est affichée dans la légende automatiquement. Son nom peut être défini dans les options de la courbe de tendance." +msgid "The menu item <menuitem>Insert - Trend Line</menuitem> is only available when the chart is in edit mode. It will appear grayed out if the chart is in edit mode but no data series is selected." +msgstr "" #. EFBBV #: 04050100.xhp @@ -1637,6 +1646,15 @@ msgctxt "" msgid "The trend line has the same color as the corresponding data series. To change the line properties, select the trend line and choose <item type=\"menuitem\">Format - Format Selection - Line</item>." msgstr "La courbe de tendance est de la même couleur que la série de données correspondante. Pour modifier les propriétés de la ligne, sélectionnez la courbe de tendance et choisissez <item type=\"menuitem\">Format - Formater la sélection - Ligne</item>." +#. JVZCk +#: 04050100.xhp +msgctxt "" +"04050100.xhp\n" +"par_id296334\n" +"help.text" +msgid "A trend line is shown in the legend automatically. Its name can be defined in options of the trend line." +msgstr "Une courbe de tendance est affichée dans la légende automatiquement. Son nom peut être défini dans les options de la courbe de tendance." + #. FAqAo #: 04050100.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/schart/04.po b/source/fr/helpcontent2/source/text/schart/04.po index 8f1610b4b02..c782eade4d4 100644 --- a/source/fr/helpcontent2/source/text/schart/04.po +++ b/source/fr/helpcontent2/source/text/schart/04.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-05-24 09:06+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 22:59+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: fr\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1369386374.000000\n" +"X-POOTLE-MTIME: 1494370778.000000\n" +#. XTsp4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Shortcuts for Charts" msgstr "Raccourcis pour les diagrammes" +#. ffkDP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; charts</bookmark_value><bookmark_value>charts; shortcuts</bookmark_value>" msgstr "<bookmark_value>Raccourcis clavier;diagrammes</bookmark_value><bookmark_value>Diagrammes;raccourcis</bookmark_value>" +#. pm6fm #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Shortcuts for Charts\">Shortcuts for Charts</link></variable>" msgstr "<variable id=\"Chart_keys\"><link href=\"text/schart/04/01020000.xhp\" name=\"Raccourcis pour les diagrammes\">Raccourcis pour les diagrammes</link></variable>" +#. btcmU #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "You can use the following shortcut keys in charts." msgstr "Vous pouvez utiliser les raccourcis clavier suivants dans les diagrammes." +#. eMdUn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also use the general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys\">shortcut keys</link> for $[officename]." msgstr "Vous pouvez également utiliser les <link href=\"text/shared/04/01010000.xhp\" name=\"raccourcis clavier\">raccourcis clavier</link> de $[officename]." +#. CEzNG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcuts in Charts" msgstr "Raccourcis dans les diagrammes" +#. ccGDZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Raccourcis claviers" +#. FCXGV #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Results" msgstr "Résultats" +#. P4mrP #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. taadL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Select next object." msgstr "Sélectionner l'objet suivant." +#. NthQb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Maj+Tab" +#. GQrMa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Select previous object." msgstr "Sélectionner l'objet précédent." +#. FDGRH #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Home" msgstr "Accueil" +#. 7rgPg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Select first object." msgstr "Sélectionner le premier objet." +#. EU3aF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "End" msgstr "Fin" +#. KLQvG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Select last object." msgstr "Sélectionner le dernier objet." +#. DvTKF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Esc" msgstr "Échap" +#. PnsxX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Cancel selection" msgstr "Annuler la sélection" +#. dGzRa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "up/down/left/right arrow" msgstr "Flèche vers le haut / vers le bas / vers la gauche / vers la droite" +#. UNQwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move the object in the direction of the arrow." msgstr "Déplacer l'objet dans la direction de la flèche." +#. pD6CR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "up/down/left/right arrow in pie charts" msgstr "Flèche vers le haut / vers le bas / vers la gauche / vers la droite dans les diagrammes à secteurs" +#. d2pzL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Moves the selected pie segment in the direction of the arrow." msgstr "Déplace le secteur sélectionné dans la direction de la flèche." +#. HjQaS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "F2 in titles" msgstr "F2 dans les titres" +#. tw86w #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Enter text input mode." msgstr "Mode saisie de texte." +#. nW9LT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. vaAQX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Open group so that you can edit the individual components (in legend and data series)." msgstr "Ouvrir un groupe pour en éditer les composants individuels (dans la légende et dans les séries de données)." +#. gCDwG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. nJhMW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Exit group (in legend and data series)." msgstr "Quitter le groupe (dans la légende et dans les séries de données)." +#. kkY8i #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "+/-" msgstr "+/-" +#. 28SQG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Reduce or enlarge the chart" msgstr "Réduire ou agrandir le diagramme" +#. 3VfCM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "+/- in pie charts" msgstr "+/- dans les diagrammes à secteurs" +#. 7ZRy4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/sdatabase.po b/source/fr/helpcontent2/source/text/sdatabase.po index d7b3cb9c59e..476caf56a06 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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" @@ -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.6.2\n" +"X-Generator: LibreOffice\n" #. ugSgG #: 02000000.xhp @@ -159,14 +159,14 @@ msgctxt "" msgid "Allows you to sort and filter the data in a query table." msgstr "Vous permet de trier et de filtrer les données dans une table de requête." -#. XpUzN +#. ci2PA #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153379\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Query Design</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Design\">Ébauche de requête</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Design\">Query Design</link>" +msgstr "" #. 3JCfK #: 02000000.xhp @@ -177,14 +177,14 @@ msgctxt "" msgid "With the <emph>Query Design</emph>, you can create and edit a query or view." msgstr "Grâce à l'<emph>ébauche de requête</emph>, vous pouvez créer et éditer une requête ou une vue." -#. q79aD +#. QwBay #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3153968\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Query Through Several Tables\">Requête sur plusieurs tables</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Query Through Several Tables\">Query Through Several Tables</link>" +msgstr "" #. ASeVi #: 02000000.xhp @@ -195,14 +195,14 @@ msgctxt "" msgid "The query result can contain data from several tables if these are linked to each other by suitable data fields." msgstr "Le résultat d'une requête peut contenir des données issues de plusieurs tables lorsque celles-ci sont liées via des champs de données appropriés." -#. uBo2H +#. MaoPn #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3159149\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Formulating Query Criteria\">Formulation des critères de requête</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Formulating Query Criteria\">Formulating Query Criteria</link>" +msgstr "" #. JTXBF #: 02000000.xhp @@ -213,14 +213,14 @@ msgctxt "" msgid "You can find out which operators and commands can be used to formulate the filter conditions for a query." msgstr "Vous permet de déterminer les opérateurs et les commandes à utiliser pour formuler les conditions du filtre pour une requête." -#. uCGCF +#. xmAkP #: 02000000.xhp msgctxt "" "02000000.xhp\n" "hd_id3156212\n" "help.text" -msgid "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" -msgstr "<link href=\"text/sdatabase/020010100.xhp\" name=\"Executing Functions\">Exécution de fonctions</link>" +msgid "<link href=\"text/sdatabase/02010100.xhp\" name=\"Executing Functions\">Executing Functions</link>" +msgstr "" #. FWCVa #: 02000000.xhp @@ -3894,14 +3894,14 @@ msgctxt "" msgid "Primary key and foreign keys" msgstr "Clé primaire et clés étrangères" -#. ksuDX +#. BDbWF #: 05020000.xhp msgctxt "" "05020000.xhp\n" "par_id3149168\n" "help.text" -msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." -msgstr "Si vous souhaitez définir une relation entre les différentes tables, vous devez saisir une <link href=\"text/shared/00/00000005.xhp#primaerschluessel\" name=\"primary key\">clé primaire</link> identifiant de façon unique un champ de données de la table existante. Vous pouvez faire référence à la clé primaire à partir d'autres tables pour accéder aux données de cette table. Tous les champs de données se référant à cette clé primaire sont identifiés comme des clés étrangères." +msgid "If you want to define a relation among the various tables, you should enter a <link href=\"text/shared/00/00000005.xhp#primary_key\" name=\"primary key\">primary key</link> that uniquely identifies a data field of an existing table. You can refer to the primary key from other tables to access the data of this table. All data fields referring to this primary key will be identified as a foreign key." +msgstr "" #. FACvb #: 05020000.xhp @@ -6585,6 +6585,888 @@ msgctxt "" msgid "SELECT LAST_INSERT_D();" msgstr "SELECT LAST_INSERT_D();" +#. xUFRA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"tit\n" +"help.text" +msgid "Database File" +msgstr "" + +#. STdE4 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10544\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabadoc.xhp\">Database File</link>" +msgstr "" + +#. XWsT6 +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN10554\n" +"help.text" +msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" +msgstr "" + +#. 3KEBA +#: dabadoc.xhp +msgctxt "" +"dabadoc.xhp\n" +"par_idN105B7\n" +"help.text" +msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" +msgstr "" + +#. ptEgp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"tit\n" +"help.text" +msgid "Database Properties" +msgstr "" + +#. ZqWEp +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10550\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabaprop.xhp\">Database Properties</link>" +msgstr "" + +#. J8CiZ +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_idN10560\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" +msgstr "" + +#. GkxKK +#: dabaprop.xhp +msgctxt "" +"dabaprop.xhp\n" +"par_id1322977\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" +msgstr "" + +#. X569b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"tit\n" +"help.text" +msgid "Additional Settings" +msgstr "" + +#. eYNbJ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropadd.xhp\">Additional Settings</link>" +msgstr "" + +#. aQVe4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" +msgstr "" + +#. VDVT6 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_id4641865\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" +msgstr "" + +#. jRxSF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. GXZC2 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Host name" +msgstr "" + +#. X6fnx +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105D7\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" +msgstr "" + +#. rp55d +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10579\n" +"help.text" +msgid "Port number" +msgstr "" + +#. RQEQ4 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" +msgstr "" + +#. PP95C +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1057D\n" +"help.text" +msgid "MySQL JDBC driver class" +msgstr "" + +#. 2nqZZ +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10615\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" +msgstr "" + +#. evMXj +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10581\n" +"help.text" +msgid "Character set" +msgstr "" + +#. hbyg9 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10634\n" +"help.text" +msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." +msgstr "" + +#. zvk8A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10651\n" +"help.text" +msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." +msgstr "" + +#. VoZcz +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10585\n" +"help.text" +msgid "Oracle JDBC driver class" +msgstr "" + +#. 7eLFU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10653\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" +msgstr "" + +#. 5KbCC +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10589\n" +"help.text" +msgid "Driver settings" +msgstr "" + +#. tEiQb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10672\n" +"help.text" +msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" +msgstr "" + +#. rh98b +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1058D\n" +"help.text" +msgid "Use catalog for file-based databases" +msgstr "" + +#. TipDh +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10691\n" +"help.text" +msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" +msgstr "" + +#. d3PBB +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Base DN" +msgstr "" + +#. UYaFM +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106B0\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" +msgstr "" + +#. bvx2A +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10595\n" +"help.text" +msgid "Maximum number of records" +msgstr "" + +#. AUVCH +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN106F3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" +msgstr "" + +#. K5mtr +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10599\n" +"help.text" +msgid "Display deleted records as well" +msgstr "" + +#. GENGU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10700\n" +"help.text" +msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" +msgstr "" + +#. RAmgF +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10715\n" +"help.text" +msgid "In dBASE format, deleted records remain in the file." +msgstr "" + +#. yPXvG +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10718\n" +"help.text" +msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." +msgstr "" + +#. 9EL3T +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN1059D\n" +"help.text" +msgid "Indexes" +msgstr "" + +#. EuWB8 +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10725\n" +"help.text" +msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" +msgstr "" + +#. zGqEv +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105B9\n" +"help.text" +msgid "Text contains headers" +msgstr "" + +#. RVLEb +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107B0\n" +"help.text" +msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" +msgstr "" + +#. FujFi +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105BD\n" +"help.text" +msgid "Field separator" +msgstr "" + +#. f85dT +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107CF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" +msgstr "" + +#. 2GiWs +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C1\n" +"help.text" +msgid "Text separator" +msgstr "" + +#. f9igV +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107DC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" +msgstr "" + +#. nPoAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C5\n" +"help.text" +msgid "Decimal separator" +msgstr "" + +#. zz9uf +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107E9\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" +msgstr "" + +#. pxpUk +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105C9\n" +"help.text" +msgid "Thousands separator" +msgstr "" + +#. Z66yU +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN107F6\n" +"help.text" +msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" +msgstr "" + +#. zF6Wc +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "File extension" +msgstr "" + +#. 4UxAN +#: dabapropadd.xhp +msgctxt "" +"dabapropadd.xhp\n" +"par_idN10803\n" +"help.text" +msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." +msgstr "" + +#. KEi9S +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"tit\n" +"help.text" +msgid "Connection Type Wizard" +msgstr "" + +#. tR5Cs +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropcon.xhp\">Connection Type Wizard</link>" +msgstr "" + +#. cnXMD +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10551\n" +"help.text" +msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" +msgstr "" + +#. UGEKg +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_id9003875\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" +msgstr "" + +#. nwRC4 +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10569\n" +"help.text" +msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." +msgstr "" + +#. htEBY +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056C\n" +"help.text" +msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." +msgstr "" + +#. GLS4A +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN1056F\n" +"help.text" +msgid "Database type" +msgstr "" + +#. TAPYr +#: dabapropcon.xhp +msgctxt "" +"dabapropcon.xhp\n" +"par_idN10573\n" +"help.text" +msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" +msgstr "" + +#. pr7Ss +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"tit\n" +"help.text" +msgid "Advanced Properties" +msgstr "" + +#. eFAEi +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1054D\n" +"help.text" +msgid "<link href=\"text/sdatabase/dabapropgen.xhp\">Advanced Properties</link>" +msgstr "" + +#. u6Nh4 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1055D\n" +"help.text" +msgid "Specifies some options for a database." +msgstr "" + +#. BGBSR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id4513992\n" +"help.text" +msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" +msgstr "" + +#. VRoAF +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10572\n" +"help.text" +msgid "The availability of the following controls depends on the type of database:" +msgstr "" + +#. BBQPA +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10575\n" +"help.text" +msgid "Path to dBASE files" +msgstr "" + +#. QKfDa +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10579\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" +msgstr "" + +#. L6KhU +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN1057C\n" +"help.text" +msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." +msgstr "" + +#. 3FEHH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10591\n" +"help.text" +msgid "Browse" +msgstr "" + +#. hERNG +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10595\n" +"help.text" +msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" +msgstr "" + +#. ASumy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AA\n" +"help.text" +msgid "Test Connection" +msgstr "" + +#. pvebP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105AE\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" +msgstr "" + +#. avxGq +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B1\n" +"help.text" +msgid "Path to the text files" +msgstr "" + +#. zC6Zp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B5\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" +msgstr "" + +#. BbvJR +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105B8\n" +"help.text" +msgid "Path to the spreadsheet document" +msgstr "" + +#. 7uZBe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BC\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" +msgstr "" + +#. sHbo7 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105BF\n" +"help.text" +msgid "Name of the ODBC data source on your system" +msgstr "" + +#. oEcfz +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C3\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" +msgstr "" + +#. GNzhk +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105C6\n" +"help.text" +msgid "User name" +msgstr "" + +#. SiH7S +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CA\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" +msgstr "" + +#. YDXqp +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105CD\n" +"help.text" +msgid "Password required" +msgstr "" + +#. Az64m +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D1\n" +"help.text" +msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" +msgstr "" + +#. pQT6Z +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"hd_id7806329\n" +"help.text" +msgid "Name of the database" +msgstr "" + +#. HAijN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_id5589159\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" +msgstr "" + +#. 8Bxuy +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D4\n" +"help.text" +msgid "Name of the MySQL database" +msgstr "" + +#. e9p3M +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105D8\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" +msgstr "" + +#. UECFe +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DB\n" +"help.text" +msgid "Name of the Oracle database" +msgstr "" + +#. dd99x +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105DF\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" +msgstr "" + +#. dzDEB +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105E9\n" +"help.text" +msgid "Microsoft Access database file" +msgstr "" + +#. p9EGJ +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105ED\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" +msgstr "" + +#. s7mEP +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F0\n" +"help.text" +msgid "Host name" +msgstr "" + +#. WpRBM +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F4\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" +msgstr "" + +#. NsdZh +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105F7\n" +"help.text" +msgid "Data source URL" +msgstr "" + +#. kB6vt +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FB\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" +msgstr "" + +#. 2qqXH +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN105FE\n" +"help.text" +msgid "JDBC driver class" +msgstr "" + +#. 4kGAN +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10602\n" +"help.text" +msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" +msgstr "" + +#. uprKx +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10605\n" +"help.text" +msgid "Test Class" +msgstr "" + +#. SL9De +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10609\n" +"help.text" +msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" +msgstr "" + +#. LXtcL +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10613\n" +"help.text" +msgid "Choose a database" +msgstr "" + +#. QNz26 +#: dabapropgen.xhp +msgctxt "" +"dabapropgen.xhp\n" +"par_idN10617\n" +"help.text" +msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" +msgstr "" + #. cLmBi #: main.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/sdraw/04.po b/source/fr/helpcontent2/source/text/sdraw/04.po index 7b35ed4f6eb..a8c98afad72 100644 --- a/source/fr/helpcontent2/source/text/sdraw/04.po +++ b/source/fr/helpcontent2/source/text/sdraw/04.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: 2017-10-04 11:48+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2017-10-05 15:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1507217820.000000\n" +#. XCKCk #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Shortcut Keys for Drawings" msgstr "Raccourcis clavier dans les dessins" +#. 2VC98 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys;in drawings</bookmark_value> <bookmark_value>drawings; shortcut keys</bookmark_value>" msgstr "<bookmark_value>Raccourcis clavier;dans les dessins</bookmark_value><bookmark_value>Dessins;raccourcis clavier</bookmark_value>" +#. 3pUmX #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Shortcut Keys for Drawings\">Shortcut Keys for Drawings</link></variable>" msgstr "<variable id=\"draw_keys\"><link href=\"text/sdraw/04/01020000.xhp\" name=\"Raccourcis clavier dans les dessins\">Raccourcis clavier dans les dessins</link></variable>" +#. 92ApE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "The following is a list of shortcut keys specific to Drawing documents." msgstr "Cette rubrique énumère les raccourcis clavier propres aux documents dessin." +#. 5pGEJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also use the <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">general shortcut keys for $[officename]</link>." msgstr "Les autres <link href=\"text/shared/04/01010000.xhp\" name=\"general shortcut keys for $[officename]\">combinaisons de touches de $[officename]</link>, communes à toutes les applications, sont bien sûr, ici aussi, utilisables." +#. pKEcC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Function Keys for Drawings" msgstr "Touches de fonction dans les documents dessin" +#. EgDjQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Raccourcis clavier" +#. A3Ecx #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Effet</emph>" +#. 35AGo #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "F2" msgstr "F2" +#. zPdFf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Add or edit text." msgstr "Ajouter ou éditer du texte." +#. bX7Vf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. YTmqy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Opens group to edit individual objects." msgstr "Ouvre le groupe pour éditer les différents objets." +#. AnEMG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3" +#. GarrN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Close group editor." msgstr "Fermer l'éditeur de groupe." +#. FoqKt #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Maj+F3" +#. yHpE6 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Opens the <emph>Duplicate</emph> dialog." msgstr "Ouvre la boîte de dialogue <emph>Dupliquer</emph>." +#. LbMoJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. wycWB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Opens the <emph>Position and Size</emph> dialog." msgstr "Ouvre la boîte de dialogue <emph>Position et taille</emph>." +#. Pbj7r #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "F5" msgstr "F5" +#. iYdpq #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Opens the <emph>Navigator</emph>." msgstr "Ouvre le <emph>Navigateur</emph>." +#. tVgoy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "F7" msgstr "F7" +#. Z87qg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Checks spelling." msgstr "Vérifie l'orthographe." +#. nc3yd #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F7" +#. 5ihC7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Opens the <emph>Thesaurus</emph>." msgstr "Ouvre le <emph>Dictionnaire des synonymes</emph>." +#. 8FFCE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "F8" msgstr "F8" +#. 4bM8S #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Edit points on/off." msgstr "Activer/désactiver l'édition des points." +#. aUXTB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F8" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+F8" +#. eBQXC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Fits to frame." msgstr "Adapte le texte au cadre." +#. 3wrBe #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande+T</caseinline><defaultinline>F11</defaultinline></switchinline>" +#. 88RUh #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Opens Styles window." msgstr "Ouvre la fenêtre Styles" +#. fajPA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>zooming;shortcut keys</bookmark_value> <bookmark_value>drawings; zoom function in</bookmark_value>" msgstr "<bookmark_value>Zoom;raccourcis clavier</bookmark_value><bookmark_value>Dessins;fonction de zoom</bookmark_value>" +#. LiyWC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "Shortcut Keys for Drawings" msgstr "Raccourcis clavier dans les dessins" +#. VwQCG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Raccourcis clavier" +#. wEgcG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Effet</emph>" +#. LsRSM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Plus(+) Key" msgstr "Touche Plus (+)" +#. o3zYS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Zooms in." msgstr "Agrandir." +#. Bxigw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Minus(-) Key" msgstr "Touche Moins (-)" +#. 3psr4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Zooms out." msgstr "Réduire." +#. apXDE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Multiple(×) Key (number pad)" msgstr "Multiplier (×) - pavé numérique" +#. LuerC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Zooms to fit entire page in screen." msgstr "Applique un facteur de zoom pour afficher toute la page à l'écran." +#. Lc4EE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Divide (÷) Key (number pad)" msgstr "Diviser (÷) - pavé numérique" +#. r8C6V #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Zooms in on the current selection." msgstr "Agrandit l'échelle d'affichage de la sélection." +#. Kttme #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+G" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+G" +#. xdhfv #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Groups selected objects." msgstr "Groupe les objets sélectionnés." +#. sFFsB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A" msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+A" +#. Vpa4M #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Ungroups selected group." msgstr "Dissocie le groupe sélectionné." +#. WZJry #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+K" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+K" +#. CCwzy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Combines selected objects." msgstr "Regroupe les objets sélectionnés." +#. 84EDw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Shift+K" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande+Option</caseinline><defaultinline>Ctrl+Alt</defaultinline></switchinline>+Maj+K" +#. gscGJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Uncombines selected objects." msgstr "Annule le groupement des objets sélectionnés." +#. TQoYQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ +" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+ +" +#. rXBFC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "Bring to front." msgstr "Envoyer à l'avant." +#. uTL6F #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ +" +#. XXV5X #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "Bring forward." msgstr "Envoyer vers l'avant." +#. 3RF6B #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ -" +#. xs2NW #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Send backward." msgstr "Envoyer vers l'arrière." +#. KWYVf #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+ -" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+ -" +#. ECARZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Send to back." msgstr "Envoyer à l'arrière." +#. FAgrL #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "Shortcut Keys Specific to Drawings" msgstr "Raccourcis clavier spécifiques aux dessins" +#. Syicg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Shortcut Keys" msgstr "Raccourcis clavier" +#. xJEaM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<emph>Effect</emph>" msgstr "<emph>Effet</emph>" +#. XPybN #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "Page Up" msgstr "Page précédente" +#. qXfSM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Switch to previous page" msgstr "Revenir à la page précédente" +#. 3bsWt #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Page Down" msgstr "Page suivante" +#. vZpFY #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "Switch to next page" msgstr "Passer à la page suivante" +#. VfFr5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page précédente" +#. qH8YG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "Switch to previous layer" msgstr "Passer à la couche précédente" +#. 42DMR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page suivante" +#. hTrtc #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Switch to next layer" msgstr "Passer à la couche suivante" +#. FjvJT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Arrow Key" msgstr "Touche fléchée" +#. DXEyq #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "Moves the selected object in the direction of the arrow key." msgstr "Déplace l'objet sélectionné dans le sens de la flèche." +#. YFWGm #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+flèche de direction" +#. 8G82c #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "Moves the page view in the direction of the arrow key." msgstr "Déplace l'affichage de la page dans le sens de la flèche." +#. fXEuJ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-click while dragging an object. Note: this shortcut key works only when the <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - General is enabled (it is enabled by default)." msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-clic en même temps que glisser un objet. Remarque : vous devez d'abord activer l'option <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copie lors du déplacement\">Copie lors du déplacement</link> dans <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Préférences</caseinline><defaultinline>Outils - Options</defaultinline></switchinline> - %PRODUCTNAME Draw - Général pour utiliser ce raccourci cliavier (elle est activée par défaut)." +#. KVYGa #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Creates a copy of the dragged object when mouse button is released." msgstr "Crée une copie de l'objet glissé lorsque le bouton de la souris est relâché." +#. owujw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter with keyboard focus (F6) on a drawing object icon on Tools bar" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Entrée avec le focus du clavier (F6) sur une icône d'un objet de dessin dans la barre d'outils" +#. LchHG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "Inserts a drawing object of default size into the center of the current view." msgstr "Insère un objet de dessin à la taille par défaut au centre de la vue active." +#. xADuF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "Shift+F10" msgstr "Maj+F10" +#. wBQCG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "Opens the context menu for the selected object." msgstr "Ouvre le menu contextuel pour l'objet sélectionné." +#. hREqR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "F2" msgstr "F2" +#. AANAF #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "Enters text mode." msgstr "Entre en mode texte." +#. jVnMA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "Enter" msgstr "Entrée" +#. 6kqmA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "Enters text mode if a text object is selected." msgstr "Entre en mode texte si un objet texte est sélectionné." +#. qtjRB #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Commande </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Entrée" +#. 2HVcw #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Enters text mode if a text object is selected. If there are no text objects or if you have cycled through all of the text objects on the page, a new page is inserted." msgstr "Entre en mode texte si un objet texte est sélectionné. S'il n'y a pas d'objets texte ou si vous avez parcouru tous les objets texte de la page, une nouvelle page est insérée." +#. 5MSC7 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>" +#. 9QSpM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the center of the object outward." msgstr "Appuyez sur la touche <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> et glissez avec la souris pour étirer ou redimensionner un objet à partir de son centre." +#. 96WvT #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ cliquez sur un objet" +#. 2xfiS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "Selects the object behind the currently selected object." msgstr "Sélectionne l'objet derrière l'objet actuellement sélectionné." +#. C4F7t #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -736,6 +826,7 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+click an object" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Options</caseinline><defaultinline>Alt</defaultinline></switchinline>+Maj+cliquer sur un objet" +#. HKrSi #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -744,6 +835,7 @@ msgctxt "" msgid "Selects the object in front of the currently selected object." msgstr "Sélectionne l'objet au-dessus de l'objet actuellement sélectionné." +#. siWfA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -752,6 +844,7 @@ msgctxt "" msgid "Shift key while selecting an object" msgstr "Maj lors de la sélection d'un objet" +#. hEPFb #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -760,6 +853,7 @@ msgctxt "" msgid "Adds or removes object to or from the selection." msgstr "Ajoute ou supprimer des objet de la sélection." +#. aJLvE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -768,6 +862,7 @@ msgctxt "" msgid "Shift+ drag while moving an object" msgstr "Maj+glisser lors du déplacement d'un objet" +#. bAGEn #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -776,6 +871,7 @@ msgctxt "" msgid "The movement of the selected object is constrained by multiples of 45 degrees." msgstr "L'objet sélectionné est déplacé dans la direction choisie sur un axe exactement horizontal ou vertical." +#. DRuc6 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -784,6 +880,7 @@ msgctxt "" msgid "Shift+drag while creating or resizing an object" msgstr "Maj+glisser lors de l'agrandissement/la création" +#. N8wCE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -792,6 +889,7 @@ msgctxt "" msgid "Constrains the size to keep the object's aspect ratio." msgstr "Contraint la taille pour garder le ratio d'aspect de l'objet." +#. Asv5U #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -800,6 +898,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. if8Ns #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -808,6 +907,7 @@ msgctxt "" msgid "Cycles through the objects on the page in the order in which they were created." msgstr "Sélectionne les objets selon leur chronologie, du premier au dernier objet créé." +#. uD9Ei #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -816,6 +916,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Maj+Tab" +#. W5FNA #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -824,6 +925,7 @@ msgctxt "" msgid "Cycles through the objects on the page in the reverse-order in which they were created." msgstr "Sélectionne les objets selon leur chronologie, du dernier au premier objet créé." +#. ypTEg #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -832,6 +934,7 @@ msgctxt "" msgid "Esc" msgstr "Échap" +#. DncmW #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/sdraw/guide.po b/source/fr/helpcontent2/source/text/sdraw/guide.po index 702d12f42f4..fe95db2bdee 100644 --- a/source/fr/helpcontent2/source/text/sdraw/guide.po +++ b/source/fr/helpcontent2/source/text/sdraw/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-01-25 14:55+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-19 16:40+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/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.4.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1550333796.000000\n" @@ -764,14 +764,14 @@ msgctxt "" msgid "Hold down Shift and click each object." msgstr "Maintenez la touche Maj enfoncée et cliquez sur chaque objet." -#. yq4gd +#. Dfyf6 #: cross_fading.xhp msgctxt "" "cross_fading.xhp\n" "par_id3166428\n" "help.text" -msgid "Choose <emph>Edit - Cross-fading</emph>." -msgstr "Choisissez <emph>Édition - Fondu-enchaîné</emph>." +msgid "Choose <emph>Shape - Cross-fading</emph>." +msgstr "" #. dmA2i #: cross_fading.xhp @@ -2645,14 +2645,14 @@ msgctxt "" msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>" msgstr "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icône</alt></image>" -#. BCWQR +#. GoxPE #: rotate_object.xhp msgctxt "" "rotate_object.xhp\n" "par_id3150716\n" "help.text" -msgid "Select the object you want to rotate. On the <emph>Mode</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." -msgstr "Sélectionnez l'objet que vous voulez faire pivoter. Dans la barre d'outils <emph>Mode</emph> de $[officename] Draw ou dans la barre de <emph>dessin</emph> de $[officename] Impress, cliquez sur l'icône <emph>Rotation</emph>." +msgid "Select the object you want to rotate. On the <emph>Transformations</emph> toolbar in $[officename] Draw or on the <emph>Drawing</emph> bar in $[officename] Impress, click the <emph>Rotate</emph> icon." +msgstr "" #. MLBay #: rotate_object.xhp diff --git a/source/fr/helpcontent2/source/text/shared.po b/source/fr/helpcontent2/source/text/shared.po index 992704853cc..b7be856624a 100644 --- a/source/fr/helpcontent2/source/text/shared.po +++ b/source/fr/helpcontent2/source/text/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: 2020-10-27 14:18+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-11-09 19:35+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textshared/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.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1546876650.000000\n" #. DBz3U @@ -250,14 +250,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:HelpIndex\">Opens the main page of the $[officename] Help for the current application.</ahelp> You can scroll through the Help pages and you can search for index terms or any text." msgstr "<ahelp hid=\".uno:HelpIndex\">Ouvre la page principale de l'aide de $[officename] pour l'application active.</ahelp> Vous pouvez faire défiler les pages d'aide et effectuer des recherches sur des termes de l'index ou sur tout autre texte." -#. r2xBY +#. SPpw7 #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_idN1064A\n" "help.text" -msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">icon</alt></image>" -msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id1619006\">icône</alt></image>" +msgid "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id1619006\">Icon Help</alt></image>" +msgstr "" #. iPjUH #: main0108.xhp @@ -340,6 +340,60 @@ msgctxt "" msgid "<ahelp hid=\".uno:SafeMode\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>" msgstr "<ahelp hid=\".uno:SafeMode\">Le mode sans échec est un mode dans lequel %PRODUCTNAME démarre temporairement avec un profil utilisateur neuf et désactive l'accélération matérielle. Il aide à réparer une instance de %PRODUCTNAME non fonctionnelle. </ahelp>" +#. 4BvDS +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id561629934889067\n" +"help.text" +msgid "Get Involved" +msgstr "" + +#. ZiLDo +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id501629934998665\n" +"help.text" +msgid "Opens the <link href=\"https://www.libreoffice.org/community/get-involved/\" name=\"get involved\">community Get Involved page</link> in the web browser. The page describe areas of interest where you can collaborate with the %PRODUCTNAME community." +msgstr "" + +#. YrMYp +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"hd_id431629934866702\n" +"help.text" +msgid "Donate to %PRODUCTNAME" +msgstr "" + +#. xoFgE +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id691629934873388\n" +"help.text" +msgid "%PRODUCTNAME is Free Software and is made available free of charge." +msgstr "" + +#. GAMwn +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id651629934878405\n" +"help.text" +msgid "Your donation, which is purely optional, supports our worldwide community." +msgstr "" + +#. gGbbH +#: main0108.xhp +msgctxt "" +"main0108.xhp\n" +"par_id611629934882669\n" +"help.text" +msgid "If you like the software, <link href=\"https://www.libreoffice.org/donate/\" name=\"donation\">please consider a donation</link>." +msgstr "" + #. sWFkG #: main0108.xhp msgctxt "" @@ -367,14 +421,14 @@ msgctxt "" msgid "%PRODUCTNAME Credits" msgstr "Crédits %PRODUCTNAME" -#. Jedhd +#. 26xSB #: main0108.xhp msgctxt "" "main0108.xhp\n" "par_id5144510\n" "help.text" -msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>" -msgstr "<ahelp hid=\".uno:ShowLicense\">Affiche le document <emph>CREDITS.odt</emph> qui liste les noms des individus qui ont contribué au code source OpenOffice.org (et dont les contributions ont été importées dans LibreOffice) ou LibreOffice depuis le 28/09/2010.</ahelp>" +msgid "<ahelp hid=\".uno:ShowLicense\">Displays the <emph>CREDITS.odt</emph> document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into %PRODUCTNAME) or %PRODUCTNAME since 2010-09-28.</ahelp>" +msgstr "" #. F8BFu #: main0108.xhp @@ -547,14 +601,14 @@ msgctxt "" msgid "Creates a chart in the current document." msgstr "Crée un diagramme dans le document actif." -#. P6tFi +#. DexEu #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN107D8\n" "help.text" -msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>" -msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icône</alt></image>" +msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153070\">Icon</alt></image>" +msgstr "" #. wcCfo #: main0201.xhp @@ -583,14 +637,14 @@ msgctxt "" msgid "<ahelp hid=\".\">Enables extended help tips under the mouse pointer till the next click.</ahelp>" msgstr "<ahelp hid=\".\">Active les infoballons d'aide sous le pointeur de la souris jusqu'au clic suivant.</ahelp>" -#. 4s9Yp +#. gMBSS #: main0201.xhp msgctxt "" "main0201.xhp\n" "par_idN10855\n" "help.text" -msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icon</alt></image>" -msgstr "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3174230\">icône</alt></image>" +msgid "<image id=\"img_id3174230\" src=\"cmd/sc_extendedhelp.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3174230\">icon What's this?'</alt></image>" +msgstr "" #. C6Uid #: main0201.xhp diff --git a/source/fr/helpcontent2/source/text/shared/00.po b/source/fr/helpcontent2/source/text/shared/00.po index 2ffed5f23de..52b3a1412a3 100644 --- a/source/fr/helpcontent2/source/text/shared/00.po +++ b/source/fr/helpcontent2/source/text/shared/00.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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-19 05:05+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1563716506.000000\n" @@ -296,23 +296,23 @@ msgctxt "" msgid "This option appears only for Paragraph Style and Character Style." msgstr "Cette option apparaît uniquement pour le style de paragraphe ou le style de caractère." -#. 8ZDnK +#. DQLG8 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "hd_id3153760\n" "help.text" -msgid "Shrink / Maximize" -msgstr "Réduire/Agrandir" +msgid "Shrink / Expand" +msgstr "" -#. jvSRy +#. MKk2n #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153087\n" "help.text" -msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Maximize</emph> icon. Click it to restore the dialog to its original size.</ahelp>" -msgstr "<ahelp hid=\".\">Cliquez sur l'icône <emph>Réduire</emph> pour réduire la boîte de dialogue aux dimensions d'un champ de saisie. Il est ainsi plus facile d'indiquer la référence requise dans la feuille. Les icônes se changent alors automatiquement en icône <emph>Agrandir</emph>. Cliquez sur cette dernière pour rétablir la taille initiale de la boîte de dialogue.</ahelp>" +msgid "<ahelp hid=\".\">Click the <emph>Shrink</emph> icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the <emph>Expand</emph> icon. Click it to restore the dialog to its original size.</ahelp>" +msgstr "" #. XBrSB #: 00000001.xhp @@ -323,14 +323,14 @@ msgctxt "" msgid "The dialog is automatically minimized when you click into a sheet with the mouse. As soon as you release the mouse button, the dialog is restored and the reference range defined with the mouse is highlighted in the document by a blue frame." msgstr "La réduction de la boîte de dialogue a lieu automatiquement lorsque vous appuyez sur le bouton de la souris alors qu'elle se trouve sur la feuille et que vous définissez une plage. Dès que vous relâchez le bouton de la souris, la boîte de dialogue retrouve sa taille normale et la référence de la plage définie à l'aide de la souris est mise en évidence par un cadre bleu dans le document." -#. hBM4F +#. 4pdui #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3157808\n" "help.text" -msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icon</alt></image>" -msgstr "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148685\">Icône</alt></image>" +msgid "<image id=\"img_id3148685\" src=\"formula/res/refinp1.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148685\">Icon shrink</alt></image>" +msgstr "" #. fdGk2 #: 00000001.xhp @@ -341,23 +341,23 @@ msgctxt "" msgid "Shrink" msgstr "Réduire" -#. CVMX8 +#. F3599 #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3153349\n" "help.text" -msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icon</alt></image>" -msgstr "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149784\">Icône</alt></image>" +msgid "<image id=\"img_id3149784\" src=\"formula/res/refinp2.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149784\">Icon Expand</alt></image>" +msgstr "" -#. RiUGk +#. dKe9x #: 00000001.xhp msgctxt "" "00000001.xhp\n" "par_id3155628\n" "help.text" -msgid "Maximize" -msgstr "Agrandir" +msgid "Expand" +msgstr "" #. JXBBr #: 00000001.xhp @@ -1610,24 +1610,6 @@ msgctxt "" msgid "Font Color" msgstr "Couleur de police" -#. AEQa2 -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3157898\n" -"help.text" -msgid "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icon</alt></image>" -msgstr "<image id=\"img_id3149716\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149716\">Icône</alt></image>" - -#. gfGjE -#: 00000004.xhp -msgctxt "" -"00000004.xhp\n" -"par_id3149893\n" -"help.text" -msgid "Font Color" -msgstr "Couleur de police" - #. TsxVC #: 00000004.xhp msgctxt "" @@ -2888,6 +2870,60 @@ msgctxt "" msgid "If you prefer absolute saving, all references to other files will also be defined as absolute, based on the respective drive, volume or root directory. The advantage is that the document containing the references can be moved to other directories or folders, and the references remain valid." msgstr "Si vous préférez l'enregistrement absolu, toutes les références aux autres fichiers seront également définies de manière absolue et basées sur le lecteur, volume ou répertoire racine. L'avantage de cet enregistrement est que le document contenant les références peut être déplacé dans d'autres répertoires ou dossiers sans que les références ne cessent d'être valides." +#. W3GjN +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"hd_id381624628286724\n" +"help.text" +msgid "Focus" +msgstr "" + +#. gNp8p +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id61624628294382\n" +"help.text" +msgid "In a form document, a control must receive focus from the user in order to become active and perform its tasks. For example, users must give focus to a text box in order to enter text into it." +msgstr "" + +#. DasRP +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id511624628298935\n" +"help.text" +msgid "There are several ways to give focus to a control:" +msgstr "" + +#. 2DUBz +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id301624628318973\n" +"help.text" +msgid "Designate the control with a mouse or any pointing device." +msgstr "" + +#. pXW93 +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id191624628327510\n" +"help.text" +msgid "Navigate from one control to the next with the keyboard. The document's author may define a tabbing order that specifies the order in which controls will receive focus if the user navigates the document with the keyboard. Once selected, a control may be activated by some other key sequence." +msgstr "" + +#. PEbNU +#: 00000005.xhp +msgctxt "" +"00000005.xhp\n" +"par_id351624628336039\n" +"help.text" +msgid "Select a control through an access key (sometimes called \"keyboard shortcut\" or \"keyboard accelerator\")." +msgstr "" + #. KRQQF #: 00000005.xhp msgctxt "" @@ -7694,14 +7730,14 @@ msgctxt "" msgid "HTML Source" msgstr "Texte source HTML" -#. EgBt7 +#. JUCPP #: 00000403.xhp msgctxt "" "00000403.xhp\n" "par_idN1091B\n" "help.text" -msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem> (Impress or Draw).</variable>" -msgstr "<variable id=\"grid\">Choisissez <menuitem>Affichage - Grille et lignes d'aide</menuitem> (Impress ou Draw)</variable>" +msgid "<variable id=\"grid\">Choose <menuitem>View - Grid and Helplines</menuitem>.</variable>" +msgstr "" #. rWXdw #: 00000403.xhp @@ -12833,14 +12869,14 @@ msgctxt "" msgid "<variable id=\"page_hatch\"> <switchinline select=\"appl\"> <caseinline select=\"WRITER\">Choose <menuitem>Format - Page Style - Area</menuitem></caseinline> <caseinline select=\"DRAW\">Choose <menuitem>Page - Properties - Background</menuitem></caseinline> <caseinline select=\"IMPRESS\">Choose <menuitem>Slide - Properties - Background</menuitem></caseinline> </switchinline> <emph> - Hatch</emph> tab. </variable>" msgstr "<variable id=\"page_hatch\"><switchinline select=\"appl\"><caseinline select=\"WRITER\">Choisissez l'onglet <menuitem>Format - Style de page - Remplissage</menuitem></caseinline><caseinline select=\"DRAW\">Choisissez <menuitem>Page - Propriétés - Arrière-plan</menuitem></caseinline><caseinline select=\"IMPRESS\">Choisissez <menuitem>Diapo - Propriétés - Arrière-plan</menuitem></caseinline></switchinline><emph> - Hachures</emph>.</variable>" -#. cGik7 +#. 8D2G2 #: 00040502.xhp msgctxt "" "00040502.xhp\n" "par_id3145800\n" "help.text" -msgid "<variable id=\"bitmap\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Bitmaps</menuitem> tab.</variable>" -msgstr "<variable id=\"bitmap\">Choisissez l'onglet <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Zone de texte et forme - </menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objet - </menuitem></caseinline></switchinline><menuitem>Remplissage - Bitmaps</menuitem>.</variable>" +msgid "<variable id=\"image\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Area - Image</menuitem> tab.</variable>" +msgstr "" #. VRoLs #: 00040502.xhp @@ -13904,14 +13940,14 @@ msgctxt "" msgid "Showing and Hiding Docked Windows" msgstr "Affichage et masquage des fenêtres ancrées" -#. WAD7S +#. AXPtD #: 01000000.xhp msgctxt "" "01000000.xhp\n" "par_id3149948\n" "help.text" -msgid "Every <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." -msgstr "Chaque fenêtre <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancrée\">ancrée</link> contient deux icônes permettant de contrôler les propriétés d'affichage de cette fenêtre." +msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\" name=\"docked\">docked</link> window has an icon to control the display properties of the window." +msgstr "" #. jJcsB #: 01000000.xhp diff --git a/source/fr/helpcontent2/source/text/shared/01.po b/source/fr/helpcontent2/source/text/shared/01.po index cf4ffc35d8c..cbfe38c3c17 100644 --- a/source/fr/helpcontent2/source/text/shared/01.po +++ b/source/fr/helpcontent2/source/text/shared/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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-08-10 09:20+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562148554.000000\n" @@ -224,14 +224,14 @@ msgctxt "" msgid "Database" msgstr "Base de données" -#. nPTfK +#. 9cSKy #: 01010000.xhp msgctxt "" "01010000.xhp\n" "par_idN108D0\n" "help.text" -msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>database file</emph></link>." -msgstr "Ouvre l'<link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>assistant Bases de données</emph></link> en vue de la création d'un <link href=\"text/shared/explorer/database/dabadoc.xhp\"><emph>fichier de base de données</emph></link>." +msgid "Opens the <link href=\"text/shared/explorer/database/dabawiz00.xhp\"><emph>Database Wizard</emph></link> to create a <link href=\"text/sdatabase/dabadoc.xhp\"><emph>database file</emph></link>." +msgstr "" #. 9nYdo #: 01010000.xhp @@ -7190,6 +7190,123 @@ msgctxt "" msgid "This dialog appears in Calc if the clipboard contains spreadsheet cells." msgstr "Cette boîte de dialogue apparaît dans Calc si le presse-papiers contient des cellules de feuille de calculs." +#. HA2yt +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id191630440520574\n" +"help.text" +msgid "Presets" +msgstr "" + +#. H4Mqr +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id951630440692605\n" +"help.text" +msgid "Choose one of the presets to quickly load commonly used settings for Paste Special." +msgstr "" + +#. DBS7B +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id41630440570501\n" +"help.text" +msgid "Values Only" +msgstr "" + +#. pk4yA +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id111630440722545\n" +"help.text" +msgid "Pastes only cell contents including text, numbers and dates." +msgstr "" + +#. khvcS +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id891630440587478\n" +"help.text" +msgid "Values & Formats" +msgstr "" + +#. h6phw +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id511630441051343\n" +"help.text" +msgid "Pastes cell contents and formats applied to cells." +msgstr "" + +#. VUzzv +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id301630440615367\n" +"help.text" +msgid "Formats Only" +msgstr "" + +#. uStsB +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id851630441123702\n" +"help.text" +msgid "Pastes only formats applied to cells." +msgstr "" + +#. 2kAAp +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id81630440632865\n" +"help.text" +msgid "Transpose All" +msgstr "" + +#. dszzk +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id41630441349354\n" +"help.text" +msgid "Pastes all cell contents with their positions transposed." +msgstr "" + +#. uNrP7 +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"hd_id991630441460829\n" +"help.text" +msgid "Run immediately" +msgstr "" + +#. FP5bX +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id331630441454811\n" +"help.text" +msgid "Check this option to load the preset and immediately apply it. When unchecked, choosing a preset will only load the corresponding options in the dialog without pasting anything." +msgstr "" + +#. 3etKJ +#: 02070000.xhp +msgctxt "" +"02070000.xhp\n" +"par_id811630441564039\n" +"help.text" +msgid "Uncheck <emph>Run immediately</emph> to load the options from the preset and change its settings in the Paste Special dialog before applying them by clicking <emph>OK</emph>." +msgstr "" + #. LTyRC #: 02070000.xhp msgctxt "" @@ -7676,23 +7793,32 @@ msgctxt "" msgid "Find & Replace" msgstr "Rechercher & remplacer" -#. JSALd +#. Qzs8e +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"bm_id501629842533945\n" +"help.text" +msgid "<bookmark_value>Find & Replace dialog</bookmark_value>" +msgstr "" + +#. FGyuJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154044\n" "help.text" -msgid "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link></variable>" -msgstr "<variable id=\"02100000\"><link href=\"text/shared/01/02100000.xhp\" name=\"Rechercher & remplacer\">Rechercher & remplacer</link></variable>" +msgid "<variable id=\"02100000\"> <link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link> </variable>" +msgstr "" -#. 9Lmbn +#. ANaCL #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149893\n" "help.text" -msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp></variable>" -msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Recherche ou remplace du texte ou des formats dans le document actif.</ahelp></variable>" +msgid "<variable id=\"suchenersetzentext\"> <ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp> </variable>" +msgstr "" #. 2c3d6 #: 02100000.xhp @@ -7766,23 +7892,41 @@ msgctxt "" msgid "<bookmark_value>case sensitivity;searching</bookmark_value>" msgstr "<bookmark_value>Sensible à la casse;recherche</bookmark_value>" -#. 6BpCN +#. BLpGy #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3154760\n" "help.text" -msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>" -msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Fait la distinction entre les majuscules et les minuscules.</ahelp></variable>" +msgid "<variable id=\"exakt\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Matches the exact character provided in the <emph>Find</emph> box without considering any alternative case matches.</ahelp> </variable>" +msgstr "" + +#. jsLqT +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id811629842746430\n" +"help.text" +msgid "Disable this option to consider all possible case matches. For example, entering \"a\" in the <emph>Find</emph> box matches both \"a\" and \"A\"." +msgstr "" + +#. F9EPB +#: 02100000.xhp +msgctxt "" +"02100000.xhp\n" +"par_id901629843129983\n" +"help.text" +msgid "Beware that some characters may have more than one match when <emph>Match case</emph> is disabled. For instance, \"s\" matches \"s\", \"S\" and \"ß\" (sharp S used in the German language)." +msgstr "" -#. H8feD +#. VHvn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id891558923816062\n" "help.text" -msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" -msgstr "<bookmark_value>Rechercher;nombres formattés</bookmark_value><bookmark_value>Rechercher;affichage formatté</bookmark_value><bookmark_value>Trouver;nombres formattés</bookmark_value><bookmark_value>Trouver;affichage formatté</bookmark_value>" +msgid "<bookmark_value>searching;formatted numbers</bookmark_value> <bookmark_value>searching;formatted display</bookmark_value> <bookmark_value>finding;formatted numbers</bookmark_value> <bookmark_value>finding;formatted display</bookmark_value>" +msgstr "" #. UnzxV #: 02100000.xhp @@ -7802,50 +7946,50 @@ msgctxt "" msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Includes number formatting characters in the search.</ahelp>" msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchformatted\">Inclut des caractères formaté de nombre dans la recherche.</ahelp>" -#. iw8Eo +#. QN28h #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3148538\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cellules entières</caseinline><defaultinline>Uniquement les mots entiers</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Entire Cells</caseinline> <defaultinline>Whole words only</defaultinline> </switchinline>" +msgstr "" -#. 8zaDz +#. FBomz #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149579\n" "help.text" -msgid "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>" -msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Recherche les mots entiers ou les cellules identiques au texte de la recherche.</ahelp></variable>" +msgid "<variable id=\"ganze\"> <ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp> </variable>" +msgstr "" -#. jTAAd +#. GjHVg #: 02100000.xhp msgctxt "" "02100000.xhp\n" "bm_id3152960\n" "help.text" -msgid "<bookmark_value>searching; all sheets</bookmark_value><bookmark_value>finding; in all sheets</bookmark_value><bookmark_value>sheets; searching all</bookmark_value>" -msgstr "<bookmark_value>Recherche;dans toutes les feuilles</bookmark_value><bookmark_value>Trouve;dans toutes les feuilles</bookmark_value><bookmark_value>Feuilles;recherche dans toutes</bookmark_value>" +msgid "<bookmark_value>searching; all sheets</bookmark_value> <bookmark_value>finding; in all sheets</bookmark_value> <bookmark_value>sheets; searching all</bookmark_value>" +msgstr "" -#. jkXem +#. 4ARiJ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3152960\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Toutes les feuilles</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">All sheets</caseinline> </switchinline>" +msgstr "" -#. 7MSZK +#. dQCPM #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145619\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche à travers toutes les feuilles dans le fichier classeur actif.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline> </switchinline>" +msgstr "" #. D5Jko #: 02100000.xhp @@ -7973,14 +8117,14 @@ msgctxt "" msgid "Replace All" msgstr "Tout remplacer" -#. vEXBU +#. ZNqAf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145660\n" "help.text" -msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline></switchinline>" -msgstr "<ahelp hid=\".\">Remplace toutes les occurrences de texte ou de format que vous souhaitez remplacer.</ahelp><switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Répétez cette commande jusqu'à ce que tous les remplacements aient été effectués dans la diapo.</caseinline></switchinline>" +msgid "<ahelp hid=\".\">Replaces all of the occurrences of the text or format that you want to replace.</ahelp> <switchinline select=\"appl\"> <caseinline select=\"IMPRESS\"> Repeat this command until all replacements on your slide have been made.</caseinline> </switchinline>" +msgstr "" #. vUDHU #: 02100000.xhp @@ -8063,23 +8207,23 @@ msgctxt "" msgid "<ahelp hid=\".\">In Writer, you can select to include the comment texts in your searches.</ahelp>" msgstr "<ahelp hid=\".\">Dans Writer, vous pouvez faire une sélection pour inclure les textes des commentaires dans vos recherches.</ahelp>" -#. Dvvya +#. hDiLB #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3144439\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Regular expressions</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Expressions régulières</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>" +msgstr "" -#. Vj29Y +#. YTjDH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3155342\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Allows you to use regular expressions in your search.</defaultinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Permet d'utiliser des expressions régulières dans les recherches</defaultinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>" +msgstr "" #. JTXQw #: 02100000.xhp @@ -8099,14 +8243,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Find</emph> list. To specify a replacement style, select a style from the <emph>Replace</emph> list.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Recherche le texte formaté avec le style spécifié. Activez cette case à cocher, puis sélectionnez un style dans la liste <emph>Rechercher</emph>. Pour spécifier un style de remplacement, sélectionnez un style dans la liste <emph>Remplacer par</emph>.</ahelp>" -#. YFddy +#. LYkeX #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153524\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline><caseinline select=\"CALC\">Cell Styles</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Styles de paragraphe / Y compris les styles</caseinline><caseinline select=\"CALC\">Styles de cellule</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline> <caseinline select=\"CALC\">Cell Styles</caseinline> </switchinline>" +msgstr "" #. sg7R3 #: 02100000.xhp @@ -8126,14 +8270,14 @@ msgctxt "" msgid "<variable id=\"halbnormaltitel\">Match character width (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"halbnormaltitel\">Respecter la chasse (uniquement si la prise en charge des langues asiatiques est activée)</variable>" -#. LUDU5 +#. 3PLmH #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145744\n" "help.text" -msgid "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full width</link> character forms.</ahelp></variable>" -msgstr "<variable id=\"halbnormaltext\"><ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Fait la distinction entre les formes de caractères <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">demi-chasse et pleine chasse</link>.</ahelp></variable>" +msgid "<variable id=\"halbnormaltext\"> <ahelp hid=\"svx/ui/findreplacedialog/matchcharwidth\">Distinguishes between <link href=\"text/shared/00/00000005.xhp#halfwidth\" name=\"halfwidth\">half-width and full-width</link> character forms.</ahelp> </variable>" +msgstr "" #. D4hMq #: 02100000.xhp @@ -8144,23 +8288,23 @@ msgctxt "" msgid "<variable id=\"aehnlichtitel\">Sounds like (Japanese) (only if Asian languages are enabled)</variable>" msgstr "<variable id=\"aehnlichtitel\">Similarités japonaises (uniquement si la prise en charge des langues asiatiques est activée) </variable>" -#. pvCos +#. xuxC3 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145421\n" "help.text" -msgid "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp></variable>" -msgstr "<variable id=\"aehnlichtext\"><ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Permet de spécifier les options de recherche pour des notations similaires utilisées dans un texte en japonais. Activez cette case à cocher, puis cliquez sur le bouton <emph>Sons</emph> pour spécifier les options de recherche. </ahelp></variable>" +msgid "<variable id=\"aehnlichtext\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslike\">Lets you specify the search options for similar notation used in Japanese text. Select this checkbox, and then click the <emph>Sounds</emph> button to specify the search options.</ahelp> </variable>" +msgstr "" -#. hgfVQ +#. pCFVE #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3149765\n" "help.text" -msgid "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp></variable>" -msgstr "<variable id=\"aehnlichbutton\"><ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Définit les options de recherche pour des notations similaires utilisées dans un texte en japonais.</ahelp></variable>" +msgid "<variable id=\"aehnlichbutton\"> <ahelp hid=\"svx/ui/findreplacedialog/soundslikebtn\" visibility=\"hidden\">Sets the search options for similar notation used in Japanese text.</ahelp> </variable>" +msgstr "" #. buRmS #: 02100000.xhp @@ -8207,23 +8351,23 @@ msgctxt "" msgid "Searches exact match, does not include Arabic Tatweel mark <literal>U+0640</literal> (also known as Kashida) in search. For example, searching for كتاب will not match كـتاب or كتــــاب and so on." msgstr "Recherche la correspondance exacte, n'inclut pas la marque arabe Tatweel <literal>U + 0640</literal> (également connue sous le nom de Kashida) dans la recherche. Par exemple, la recherche de كتاب ne correspondra pas à كـتاب ou كتــــاب et ainsi de suite." -#. Yfpme +#. WAxVa #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3147348\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributs</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link> </caseinline> </switchinline>" +msgstr "" -#. qXZEJ +#. S66Gf #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155854\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\"> <link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link> </caseinline> </switchinline>" +msgstr "" #. 2HX6G #: 02100000.xhp @@ -8243,23 +8387,23 @@ msgctxt "" msgid "After you select format and attributes that you want to search for, the <emph>Paragraph Styles</emph> checkbox in the <emph>Other options</emph> area changes to <emph>Including Styles</emph>. Select this checkbox if you want to include search for formatting and attributes set by styles." msgstr "Après avoir sélectionné le format et les attributs à rechercher, la case à cocher <emph>Styles de paragraphe</emph> dans la zone <emph>Autres options</emph> est modifiée en <emph>Incluant les styles</emph>. Sélectionnez cette case pour inclure la recherche de formatages et d'attributs définis par les styles." -#. iuEjF +#. 9Kfn4 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154188\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Aucun format</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">No Format</caseinline> </switchinline>" +msgstr "" -#. K6cJh +#. U8isj #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3159155\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Cliquez dans la zone <emph>Rechercher</emph> ou <emph>Remplacer</emph>, puis sur ce bouton pour supprimer les critères de recherche basés sur les formats.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline> </switchinline>" +msgstr "" #. RD9Dh #: 02100000.xhp @@ -8279,41 +8423,41 @@ msgctxt "" msgid "The search and replace criteria selected for Format and Attributes are displayed under the <emph>Find</emph> and <emph>Replace</emph> boxes." msgstr "Les critères de recherche pour le format et les attributs sont affichés sous la zone <emph>Rechercher </emph> et <emph>Remplacer</emph>." -#. AEyg4 +#. 9Z6qm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3153004\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Direction</caseinline> </switchinline>" +msgstr "" -#. h6bCC +#. DM8Er #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3156332\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Détermine l'ordre de recherche dans les cellules.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Determines the order for searching the cells.</caseinline> </switchinline>" +msgstr "" -#. BaX3C +#. zFwLm #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3155064\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Lignes</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Rows</caseinline> </switchinline>" +msgstr "" -#. MXcmg +#. TAnrV #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161457217894\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche de gauche à droite ligne après ligne.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline> </switchinline>" +msgstr "" #. XN5B4 #: 02100000.xhp @@ -8324,23 +8468,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from left to right across the rows.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Recherche de gauche à droite à travers les lignes.</ahelp>" -#. CJSEj +#. ga3sb #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3156277\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Colonnes</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Columns</caseinline> </switchinline>" +msgstr "" -#. DavNn +#. drjqY #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3145207\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche du haut vers le bas colonne après colonne.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline> </switchinline>" +msgstr "" #. DKdyD #: 02100000.xhp @@ -8351,32 +8495,32 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches from top to bottom through the columns.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Recherche du haut vers le bas à travers les colonnes.</ahelp>" -#. 2we6m +#. 6ALEr #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3154944\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Search in</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rechercher</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Search in</caseinline> </switchinline>" +msgstr "" -#. jaDAq +#. GpAnn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3146925\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formules</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Formulas</caseinline> </switchinline>" +msgstr "" -#. 8PEbc +#. BsCkZ #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id301020161448509633\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche les caractères que vous avez indiqué dans les formules et dans les valeurs fixées (non calculées). Par exemple, vous pouvez rechercher des formules qui contiennent \"SOMME\".</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline> </switchinline>" +msgstr "" #. 5Jw5w #: 02100000.xhp @@ -8387,23 +8531,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Recherche les caractères que vous avez indiqué dans les formules et dans les valeurs fixées (non calculées). Par exemple, vous pouvez rechercher des formules qui contiennent 'SOMME'.</ahelp>" -#. SCCjN +#. uDxxn #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3149400\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Valeurs</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Values</caseinline> </switchinline>" +msgstr "" -#. gNAhz +#. g2dn5 #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3146969\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche les caractères que vous avez spécifiés en valeurs et dans les résultats des formules.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in values and in the results of formulas.</caseinline> </switchinline>" +msgstr "" #. aj5NM #: 02100000.xhp @@ -8414,23 +8558,23 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for the characters that you specify in values and in the results of formulas.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Recherche les caractères que vous avez indiqués en valeurs et dans les résultats des formules .</ahelp>" -#. Hxei2 +#. GrF5E #: 02100000.xhp msgctxt "" "02100000.xhp\n" "hd_id3145650\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Comments</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Commentaires</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Comments</caseinline> </switchinline>" +msgstr "" -#. MTECk +#. BRdDC #: 02100000.xhp msgctxt "" "02100000.xhp\n" "par_id3153947\n" "help.text" -msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline></switchinline>" -msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Recherche les caractères que vous avez spécifiés dans les commentaires qui sont attachés aux cellules.</caseinline></switchinline>" +msgid "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Searches for the characters that you specify in the comments that are attached to the cells.</caseinline> </switchinline>" +msgstr "" #. psHFB #: 02100000.xhp @@ -9791,14 +9935,14 @@ msgctxt "" msgid "Orphans" msgstr "Orphelines" -#. wMnjp +#. rKcG8 #: 02100200.xhp msgctxt "" "02100200.xhp\n" "par_id3156737\n" "help.text" -msgid "Finds the <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Orphan Control</emph></link> attribute." -msgstr "Recherche l'attribut <link href=\"text/shared/00/00000005.xhp#schuster\"><emph>Traitement des orphelines</emph></link>." +msgid "Finds the <link href=\"text/shared/00/00000005.xhp#widows_and_orphans\"><emph>Orphan Control</emph></link> attribute." +msgstr "" #. 2r5Ai #: 02100200.xhp @@ -12437,14 +12581,14 @@ msgctxt "" msgid "<bookmark_value>changes; showing</bookmark_value><bookmark_value>hiding;changes</bookmark_value><bookmark_value>showing; changes</bookmark_value>" msgstr "<bookmark_value>Modifications;affichage</bookmark_value><bookmark_value>Masquage;modifications</bookmark_value><bookmark_value>Affichage;modifications</bookmark_value>" -#. pehkn +#. NXNow #: 02230200.xhp msgctxt "" "02230200.xhp\n" "hd_id3149988\n" "help.text" -msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show</link>" -msgstr "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Afficher</link>" +msgid "<link href=\"text/shared/01/02230200.xhp\" name=\"Show Changes\">Show Track Changes</link>" +msgstr "" #. Bk7zQ #: 02230200.xhp @@ -16307,14 +16451,14 @@ msgctxt "" msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>" msgstr "<bookmark_value>Formats;formats numérique et monétaires</bookmark_value><bookmark_value>Formats numériques;formats</bookmark_value><bookmark_value>Monétaires;codes de format</bookmark_value><bookmark_value>Par défaut;formats numériques</bookmark_value>" -#. fXs76 +#. YGEmP #: 05020300.xhp msgctxt "" "05020300.xhp\n" "hd_id3162942\n" "help.text" -msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>" -msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Nombres</link>" +msgid "<variable id=\"NumbersLink\"><link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link></variable>" +msgstr "" #. z8GFZ #: 05020300.xhp @@ -22166,14 +22310,32 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/borderpage/presets\">Select a predefined border style to apply.</ahelp>" msgstr "<ahelp hid=\"cui/ui/borderpage/presets\">Sélectionnez un style de bordure prédéfini à appliquer.</ahelp>" -#. QopCR +#. XQVt3 #: 05030500.xhp msgctxt "" "05030500.xhp\n" "par_id3148643\n" "help.text" -msgid "If you are in a table or spreadsheet, you can also add or remove predefined borders. Use the <emph>Borders</emph> icon on the <emph>Table Bar</emph>." -msgstr "Dans un tableau ou une feuille de calcul, vous pouvez également ajouter ou supprimer des bordures prédéfinies à l'aide de l'icône <emph>Bordures</emph> de la <emph>barre d'objets</emph>." +msgid "Alternatively, use the <emph>Borders</emph> button on the toolbar to apply predefined border formats." +msgstr "" + +#. m9hFs +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id591630450693398\n" +"help.text" +msgid "The <emph>Remove border</emph> option in the <emph>Adjacent Cells</emph> section determines if borders in the edges of the selected range are to be removed. Leave this option unchecked if edge borders should be left unchanged." +msgstr "" + +#. VPwsL +#: 05030500.xhp +msgctxt "" +"05030500.xhp\n" +"par_id181630450040456\n" +"help.text" +msgid "Read the help page <embedvar href=\"text/scalc/guide/borders.xhp#borders\"/> to learn more on how to define custom line arrangements." +msgstr "" #. 2SFo2 #: 05030500.xhp @@ -26297,6 +26459,15 @@ msgctxt "" msgid "<ahelp hid=\".\">Enter a name for the selected object. The name will be visible in the Navigator.</ahelp>" msgstr "<ahelp hid=\".\">Saisissez un nom pour l'objet sélectionné. Le nom est visible dans le Navigateur.</ahelp>" +#. CSL6H +#: 05190000.xhp +msgctxt "" +"05190000.xhp\n" +"par_id661630417737429\n" +"help.text" +msgid "Names must be unique between images, OLE objects and frames in the same document." +msgstr "" + #. 2gqYZ #: 05190100.xhp msgctxt "" @@ -27170,14 +27341,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Set the fill options for the selected drawing object or document element.</ahelp>" msgstr "<ahelp hid=\"cui/ui/areatabpage/AreaTabPage\">Définir les options de remplissage des objets de dessin sélectionnés ou des éléments du document.</ahelp>" -#. eE2Fr +#. DB3Ez #: 05210100.xhp msgctxt "" "05210100.xhp\n" "par_id3154863\n" "help.text" -msgid "You can add custom colors, gradients, hatchings, two color patterns and bitmap patterns to the default lists for later use." -msgstr "Vous pouvez ajouter des couleurs, dégradés, hachures, des motifs bicolores et des motifs bitmap personnalisés à la liste par défaut pour un usage ultérieur." +msgid "You can add custom colors, gradients, hatchings, two color patterns and image patterns to the default lists for later use." +msgstr "" #. CGbA3 #: 05210100.xhp @@ -27926,68 +28097,68 @@ msgctxt "" msgid "To apply a background color, select the <emph>Background color</emph> box, then select a color." msgstr "Pour appliquer une couleur d'arrière-plan, sélectionnez la zone <emph>Couleur d'arrière-plan</emph> puis sélectionnez une couleur." -#. pDxGG +#. FCpZG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "tit\n" "help.text" -msgid "Bitmap" -msgstr "Motifs bitmap" +msgid "Image" +msgstr "" -#. DL8RS +#. 9yCZ3 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "bm_id3155619\n" "help.text" -msgid "<bookmark_value>bitmaps; areas</bookmark_value><bookmark_value>areas; bitmap</bookmark_value>" -msgstr "<bookmark_value>Bitmaps;arrière-plans</bookmark_value><bookmark_value>Arrière-plans;bitmap</bookmark_value>" +msgid "<bookmark_value>images; areas</bookmark_value><bookmark_value>areas; image</bookmark_value>" +msgstr "" -#. 2jwXu +#. EXFDE #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3155619\n" "help.text" -msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" -msgstr "<link href=\"text/shared/01/05210500.xhp\" name=\"Bitmap\">Bitmap</link>" +msgid "<link href=\"text/shared/01/05210500.xhp\" name=\"Image\">Image</link>" +msgstr "" -#. Xc6qZ +#. AAzK8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3149495\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Select a bitmap that you want to use as a fill image, or add your own bitmap pattern.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BitmapTabPage\">Sélectionnez un bitmap que vous souhaitez utiliser comme image de remplissage ou ajoutez votre propre motif bitmap.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/ImageTabPage\">Select an image that you want to use as a fill image, or add your own image pattern.</ahelp>" +msgstr "" -#. wEhVG +#. fogGu #: 05210500.xhp msgctxt "" "05210500.xhp\n" "hd_id3148585\n" "help.text" -msgid "Bitmap" -msgstr "Bitmap" +msgid "Image" +msgstr "" -#. 8ZuCa +#. AbybR #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3147226\n" "help.text" -msgid "Lists the available bitmaps. You can also import bitmaps." -msgstr "Liste les bitmaps disponibles. Vous pouvez également importer des bitmaps." +msgid "Lists the available images. You can also import images." +msgstr "" -#. eCeUD +#. rr7b8 #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id501592872056000\n" "help.text" -msgid "To rename a bitmap, select the bitmap, right-click and choose <menuitem>Rename</menuitem>. To delete a bitmap, select the bitmap, right-click and choose <menuitem>Delete</menuitem>." -msgstr "Pour renommer un bitmap, sélectionnez le bitmap, faites un clic avec le bouton droit et choisissez <menuitem>Renommer</menuitem>. Pour supprimer un bitmap, sélectionnez le bitmap, faites un clic avec le bouton droit et choisissez <menuitem>Supprimer</menuitem>." +msgid "To rename an image, select the image, right-click and choose <menuitem>Rename</menuitem>. To delete an image, select the image, right-click and choose <menuitem>Delete</menuitem>." +msgstr "" #. MqVdD #: 05210500.xhp @@ -27998,23 +28169,23 @@ msgctxt "" msgid "Add/Import" msgstr "Ajouter/Importer" -#. SGKZW +#. KS3aG #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id3148473\n" "help.text" -msgid "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Locate the bitmap that you want to import, and then click <emph>Open</emph>. The bitmap is added to the end of the list of available bitmaps.</ahelp>" -msgstr "<ahelp hid=\"cui/ui/bitmaptabpage/BTN_IMPORT\">Localisez le fichier à importer, puis cliquez sur <emph>Ouvrir</emph>. Le bitmap est ajouté à la fin de la liste des bitmaps disponibles.</ahelp>" +msgid "<ahelp hid=\"cui/ui/imagetabpage/BTN_IMPORT\">Locate the image that you want to import, and then click <emph>Open</emph>. the image is added to the end of the list of available images.</ahelp>" +msgstr "" -#. EBwza +#. FXqsL #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id301592866270627\n" "help.text" -msgid "Imported bitmaps are saved in your user profile and can be used in other documents." -msgstr "Les bitmaps importés sont enregistrés dans votre profile utilisateur et peuvent être utilisés dans d'autres documents." +msgid "Imported images are saved in your user profile and can be used in other documents." +msgstr "" #. pC4QD #: 05210500.xhp @@ -28034,14 +28205,14 @@ msgctxt "" msgid "Style" msgstr "Style" -#. GnwjN +#. PgyUs #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id241592868416096\n" "help.text" -msgid "<emph>Tiled</emph>: Fill the area with the bitmap as tiles." -msgstr "<emph>Tuilé</emph> : remplissez l'arrière-plan avec le bitmap en tuiles." +msgid "<emph>Tiled</emph>: Fill the area with the image as tiles." +msgstr "" #. gCgdA #: 05210500.xhp @@ -28052,14 +28223,14 @@ msgctxt "" msgid "<emph>Stretched</emph>: Stretch the image to fit the object area." msgstr "<emph>Étendu</emph> : étend l'image pour l'adapter à l'arrière-plan de l'objet." -#. Fi4Fj +#. MRcQq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id651592868426975\n" "help.text" -msgid "<emph>Custom position/size</emph>: Set a custom size and position of the bitmap in the object area." -msgstr "<emph>Position/taille personnalisée</emph> : définissez une taille et une position personnalisées du bitmap dans l'arrière-plan de l'objet." +msgid "<emph>Custom position/size</emph>: Set a custom size and position of the image in the object area." +msgstr "" #. sAiUV #: 05210500.xhp @@ -28115,14 +28286,14 @@ msgctxt "" msgid "Position" msgstr "Position" -#. 8qFYv +#. BnQeq #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id321592869780471\n" "help.text" -msgid "Select the anchoring position of the bitmap image inside the object area." -msgstr "Sélectionnez la position de l'ancre de l'image bitmap à l'intérieur de l'arrière-plan de l'objet." +msgid "Select the anchoring position of the image inside the object area." +msgstr "" #. WKmCj #: 05210500.xhp @@ -28133,23 +28304,23 @@ msgctxt "" msgid "Tiling Position" msgstr "Position de tuilage" -#. 286Bv +#. MC32h #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id811592870169715\n" "help.text" -msgid "<emph>X-Offset</emph>: Set the horizontal bitmap offset value with respect to the anchoring position." -msgstr "<emph>Décalage X</emph> : définissez la valeur de décalage horizontal du bitmap en fonction de sa position d'ancrage." +msgid "<emph>X-Offset</emph>: Set the horizontal image offset value with respect to the anchoring position." +msgstr "" -#. w8e6v +#. MM4XP #: 05210500.xhp msgctxt "" "05210500.xhp\n" "par_id41592870267463\n" "help.text" -msgid "<emph>Y-Offset</emph>: Set the vertical bitmap offset value with respect to the anchoring position." -msgstr "<emph>Décalage Y</emph> : définissez la valeur de décalage verticale du bitmap en fonction de sa position d'ancrage." +msgid "<emph>Y-Offset</emph>: Set the vertical image offset value with respect to the anchoring position." +msgstr "" #. FeN7H #: 05210500.xhp @@ -44396,14 +44567,14 @@ msgctxt "" msgid "HTML import and export" msgstr "Import et export HTML" -#. vGJmc +#. AQC2u #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3145119\n" "help.text" -msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <emph>File - Properties</emph>, click the <emph>Description</emph> or <emph>User Defined</emph> tabs, and then type the information you want." -msgstr "Lorsque vous exporter un fichier vers un document HTML, la description et les propriété définies par l'utilisateur sont incluses comme <link href=\"text/shared/00/00000002.xhp#tags\" name=\"balises\">balises</link> META entre les balises HEAD du document exporté. Les balises META ne sont pas affichées dans un navigateur Web et sont utilisées pour inclure des informations, telles que des mots-clés pour les moteurs de recherche sur votre page Web. Pour définir les propriétés du document actif, choisissez <emph>Fichier - Propriétés</emph>, cliquez sur les onglets <emph>Description</emph> ou <emph>Personnalisées</emph> puis saisissez les informations voulues." +msgid "When you export a file to an HTML document, the description and the user-defined file properties are included as META <link href=\"text/shared/00/00000002.xhp#tags\" name=\"tags\">tags</link> between the HEAD tags of the exported document. META tags are not displayed in a Web browser, and are used to include information, such as keywords for search engines on your Web page. To set the properties of the current document, choose <menuitem>File - Properties</menuitem>, click the <emph>Description</emph> or <emph>Custom Properties</emph> tabs, and then type the information you want." +msgstr "" #. AMHpy #: about_meta_tags.xhp @@ -44414,14 +44585,32 @@ msgctxt "" msgid "The following file properties are converted to META tags when you export a file as an HTML document:" msgstr "Les propriétés de fichier suivantes sont converties en balises META lors de l'export d'un fichier comme document HTML :" -#. AdB9y +#. 5tzLL +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id321630929312928\n" +"help.text" +msgid "ODF Property" +msgstr "" + +#. 3XGHd +#: about_meta_tags.xhp +msgctxt "" +"about_meta_tags.xhp\n" +"par_id611630929312929\n" +"help.text" +msgid "HTML Tags" +msgstr "" + +#. eX98Q #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3154935\n" "help.text" -msgid "File Property" -msgstr "Propriété de fichier" +msgid "Title" +msgstr "" #. ESE4Z #: about_meta_tags.xhp @@ -44486,23 +44675,23 @@ msgctxt "" msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">" msgstr "<META NAME=\"DESCRIPTION\" CONTENT=\"Contenu de champ\">" -#. McABW +#. kSxDx #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3159149\n" "help.text" -msgid "Info fields 1...4" -msgstr "Champs d'information 1...4" +msgid "Custom Properties" +msgstr "" -#. GXt5i +#. adi33 #: about_meta_tags.xhp msgctxt "" "about_meta_tags.xhp\n" "par_id3157892\n" "help.text" -msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">" -msgstr "<META NAME=\"Nom de champ d'info\" CONTENT=\"Contenu de champ\">" +msgid "<META NAME=\"Custom field name\" CONTENT=\"Custom field content\">" +msgstr "" #. DXH3M #: about_meta_tags.xhp @@ -50102,6 +50291,24 @@ msgctxt "" msgid "Exports only the Notes page views." msgstr "Exporte uniquement les vues des pages de notes." +#. XjnLG +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"hd_id291629821618352\n" +"help.text" +msgid "Export hidden pages" +msgstr "" + +#. Wttv3 +#: ref_pdf_export_general.xhp +msgctxt "" +"ref_pdf_export_general.xhp\n" +"par_id631629821626204\n" +"help.text" +msgid "Exports the document’s hidden slides." +msgstr "" + #. 9FqPS #: ref_pdf_export_general.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/shared/02.po b/source/fr/helpcontent2/source/text/shared/02.po index ceee267d633..d2d5b4ec115 100644 --- a/source/fr/helpcontent2/source/text/shared/02.po +++ b/source/fr/helpcontent2/source/text/shared/02.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-04-27 17:02+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-19 12:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559305809.000000\n" #. Edm6o @@ -682,14 +682,14 @@ msgctxt "" msgid "Icon on the <emph>Insert</emph> toolbar (you may need to enable this initially invisible icon):" msgstr "Icône dans la barre d'outils <emph>Insérer</emph> (vous devrez peut être afficher cette icône initialement invisible) :" -#. 3bFUE +#. h7uSA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155341\n" "help.text" -msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icon</alt></image>" -msgstr "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150943\">Icône</alt></image>" +msgid "<image id=\"img_id3150943\" src=\"cmd/sc_config.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150943\">Icon</alt></image>" +msgstr "" #. Dbydo #: 01170000.xhp @@ -844,14 +844,14 @@ msgctxt "" msgid "Check Box" msgstr "Case à cocher" -#. bQbxK +#. xGAoN #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3148483\n" "help.text" -msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icon</alt></image>" -msgstr "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156380\">Icône</alt></image>" +msgid "<image id=\"img_id3156380\" src=\"cmd/sc_checkbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Check Box</alt></image>" +msgstr "" #. fbJjh #: 01170000.xhp @@ -871,14 +871,14 @@ msgctxt "" msgid "Text Box" msgstr "Zone de texte" -#. EJRD5 +#. jxTx3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3163665\n" "help.text" -msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icon</alt></image>" -msgstr "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153266\">Icône</alt></image>" +msgid "<image id=\"img_id3153266\" src=\"cmd/sc_edit.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153266\">Icon Text Box</alt></image>" +msgstr "" #. p3BAw #: 01170000.xhp @@ -898,14 +898,14 @@ msgctxt "" msgid "Formatted Field" msgstr "Champ formaté" -#. kYbGJ +#. ehyrQ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154836\n" "help.text" -msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icon</alt></image>" -msgstr "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3143277\">Icône</alt></image>" +msgid "<image id=\"img_id3143277\" src=\"cmd/sc_formattedfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143277\">Icon Formatted Field</alt></image>" +msgstr "" #. W4Jis #: 01170000.xhp @@ -934,14 +934,14 @@ msgctxt "" msgid "Push Button" msgstr "Bouton" -#. GqKLB +#. GsVDb #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145801\n" "help.text" -msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icon</alt></image>" -msgstr "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151073\">Icône</alt></image>" +msgid "<image id=\"img_id3151073\" src=\"cmd/sc_insertpushbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151073\">Icon Push Button</alt></image>" +msgstr "" #. KTA7G #: 01170000.xhp @@ -970,14 +970,14 @@ msgctxt "" msgid "Option Button" msgstr "Bouton radio" -#. MZW3N +#. qpeu3 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3152971\n" "help.text" -msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" -msgstr "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152999\">Icon</alt></image>" +msgid "<image id=\"img_id3152999\" src=\"cmd/sc_radiobutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152999\">Icon Option Button</alt></image>" +msgstr "" #. DJdqY #: 01170000.xhp @@ -997,14 +997,14 @@ msgctxt "" msgid "List Box" msgstr "Zone de liste" -#. jfrqS +#. NBqDr #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3154326\n" "help.text" -msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icon</alt></image>" -msgstr "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154135\">Icône</alt></image>" +msgid "<image id=\"img_id3154135\" src=\"cmd/sc_listbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154135\">Icon List Box</alt></image>" +msgstr "" #. Dbwav #: 01170000.xhp @@ -1024,14 +1024,14 @@ msgctxt "" msgid "Combo Box" msgstr "Boîte combinée" -#. AukwD +#. 8M2uc #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149981\n" "help.text" -msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icon</alt></image>" -msgstr "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148817\">Icône</alt></image>" +msgid "<image id=\"img_id3148817\" src=\"cmd/sc_combobox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148817\">Icon Combo Box</alt></image>" +msgstr "" #. bUeTF #: 01170000.xhp @@ -1051,14 +1051,14 @@ msgctxt "" msgid "Label Field" msgstr "Champ d'étiquette" -#. KNzCu +#. z6KGA #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145295\n" "help.text" -msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icon</alt></image>" -msgstr "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3151017\">Icône</alt></image>" +msgid "<image id=\"img_id3151017\" src=\"cmd/sc_insertfixedtext.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151017\">Icon Label Field</alt></image>" +msgstr "" #. xAedG #: 01170000.xhp @@ -1096,14 +1096,14 @@ msgctxt "" msgid "Wizards On/Off" msgstr "(Dés)activation des assistants" -#. R8E9C +#. GY3P2 #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B65\n" "help.text" -msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icon</alt></image>" -msgstr "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id6128727\">Icône</alt></image>" +msgid "<image id=\"img_id6128727\" src=\"cmd/sc_usewizards.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6128727\">Icon</alt></image>" +msgstr "" #. ySzEv #: 01170000.xhp @@ -1141,14 +1141,14 @@ msgctxt "" msgid "Spin Button" msgstr "Compteur" -#. it4JG +#. 2dBYJ #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11A64\n" "help.text" -msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icon</alt></image>" -msgstr "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id7816400\">Icône</alt></image>" +msgid "<image id=\"img_id7816400\" src=\"cmd/sc_spinbutton.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7816400\">Icon</alt></image>" +msgstr "" #. rY5Pe #: 01170000.xhp @@ -1177,14 +1177,14 @@ msgctxt "" msgid "Scrollbar" msgstr "Barre de défilement" -#. 4yAE9 +#. Mhj4A #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11ACA\n" "help.text" -msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icon</alt></image>" -msgstr "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id8203985\">Icône</alt></image>" +msgid "<image id=\"img_id8203985\" src=\"cmd/sc_scrollbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8203985\">Icon</alt></image>" +msgstr "" #. RNigC #: 01170000.xhp @@ -1411,14 +1411,14 @@ msgctxt "" msgid "Image Button" msgstr "Bouton picto" -#. JiLWn +#. Dc2HC #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159622\n" "help.text" -msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" -msgstr "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154378\">Icône Bouton image</alt></image>" +msgid "<image id=\"img_id3154378\" src=\"cmd/sc_imagebutton.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154378\">Icon image button</alt></image>" +msgstr "" #. B9Era #: 01170000.xhp @@ -1438,14 +1438,14 @@ msgctxt "" msgid "Image Control" msgstr "Contrôle picto" -#. SGrkb +#. ymnGP #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3155869\n" "help.text" -msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icon</alt></image>" -msgstr "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152381\">Icône</alt></image>" +msgid "<image id=\"img_id3152381\" src=\"cmd/sc_objectcatalog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152381\">Icon Image Control</alt></image>" +msgstr "" #. ZJDNH #: 01170000.xhp @@ -1474,14 +1474,14 @@ msgctxt "" msgid "Date Field" msgstr "Champ de date" -#. TvrCS +#. faE9Y #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149423\n" "help.text" -msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icon</alt></image>" -msgstr "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150096\">Icône</alt></image>" +msgid "<image id=\"img_id3150096\" src=\"cmd/sc_adddatefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150096\">Icon</alt></image>" +msgstr "" #. sSv2y #: 01170000.xhp @@ -1528,14 +1528,14 @@ msgctxt "" msgid "Time Field" msgstr "Champ horaire" -#. UDpQS +#. T6act #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3153687\n" "help.text" -msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icon</alt></image>" -msgstr "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155949\">Icône</alt></image>" +msgid "<image id=\"img_id3155949\" src=\"cmd/sc_timefield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155949\">Icon</alt></image>" +msgstr "" #. 7apBh #: 01170000.xhp @@ -1564,14 +1564,14 @@ msgctxt "" msgid "File Selection" msgstr "Sélection de fichier" -#. 82ZxH +#. oGq2E #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150531\n" "help.text" -msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>" -msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icône</alt></image>" +msgid "<image id=\"img_id3154344\" src=\"cmd/sc_filecontrol.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon File Selection</alt></image>" +msgstr "" #. 4CELT #: 01170000.xhp @@ -1591,14 +1591,14 @@ msgctxt "" msgid "Numerical Field" msgstr "Champ numérique" -#. LR2YN +#. c2Gra #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149396\n" "help.text" -msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icon</alt></image>" -msgstr "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153012\">Icône</alt></image>" +msgid "<image id=\"img_id3153012\" src=\"cmd/sc_insertnumericfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153012\">Icon</alt></image>" +msgstr "" #. 3jPvp #: 01170000.xhp @@ -1618,14 +1618,14 @@ msgctxt "" msgid "Currency Field" msgstr "Champ monétaire" -#. uskeC +#. 6nQhR #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3145324\n" "help.text" -msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icon</alt></image>" -msgstr "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3152866\">Icône</alt></image>" +msgid "<image id=\"img_id3152866\" src=\"cmd/sc_currencyfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152866\">Icon</alt></image>" +msgstr "" #. dc7AD #: 01170000.xhp @@ -1645,14 +1645,14 @@ msgctxt "" msgid "Pattern Field" msgstr "Champ masqué" -#. C4vNu +#. zwZsE #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3149742\n" "help.text" -msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icon</alt></image>" -msgstr "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148924\">Icône</alt></image>" +msgid "<image id=\"img_id3148924\" src=\"cmd/sc_insertpatternfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148924\">Icon</alt></image>" +msgstr "" #. 4SYQW #: 01170000.xhp @@ -1681,14 +1681,14 @@ msgctxt "" msgid "Group Box" msgstr "Zone de groupe" -#. NMGq5 +#. ZpKrz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3159334\n" "help.text" -msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icon</alt></image>" -msgstr "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153790\">Icône</alt></image>" +msgid "<image id=\"img_id3153790\" src=\"cmd/sc_groupbox.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153790\">Icon Group Box</alt></image>" +msgstr "" #. 3Suwy #: 01170000.xhp @@ -1735,14 +1735,14 @@ msgctxt "" msgid "Table Control" msgstr "Contrôle de table" -#. CdczK +#. sXNiD #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3156402\n" "help.text" -msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icon</alt></image>" -msgstr "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146324\">Icône</alt></image>" +msgid "<image id=\"img_id3146324\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146324\">Icon Table Control</alt></image>" +msgstr "" #. YNpAD #: 01170000.xhp @@ -1771,14 +1771,14 @@ msgctxt "" msgid "Navigation bar" msgstr "Barre de navigation" -#. 4sz8J +#. z63Mz #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_idN11B2C\n" "help.text" -msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icon</alt></image>" -msgstr "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id5074922\">Icône</alt></image>" +msgid "<image id=\"img_id5074922\" src=\"cmd/sc_navigationbar.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5074922\">Icon Navigation bar</alt></image>" +msgstr "" #. dmjpG #: 01170000.xhp @@ -1807,14 +1807,14 @@ msgctxt "" msgid "Automatic Control Focus" msgstr "Focalisation automatique sur le contrôle" -#. pDASa +#. LWHkL #: 01170000.xhp msgctxt "" "01170000.xhp\n" "par_id3150261\n" "help.text" -msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icon</alt></image>" -msgstr "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149351\">Icône</alt></image>" +msgid "<image id=\"img_id3149351\" src=\"cmd/sc_autocontrolfocus.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149351\">Icon</alt></image>" +msgstr "" #. iDFFL #: 01170000.xhp @@ -7342,14 +7342,14 @@ msgctxt "" msgid "Changed" msgstr "Modifié(es)" -#. FEBF7 +#. FSNEk #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3148755\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the focus and the content of the control has changed since it lost the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'événement <emph>Modifié</emph> se produit lorsque l'élément de contrôle perd le focus et que le contenu de l'élément de contrôle est modifié après la perte du focus.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>Changed</emph> event takes place when the control loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link> and the content of the control has changed since it lost the focus.</ahelp>" +msgstr "" #. pW2Ah #: 01170103.xhp @@ -7378,14 +7378,14 @@ msgctxt "" msgid "Item status changed" msgstr "Statut modifié de l'élément" -#. EZLhq +#. Dbbyx #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3150870\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">The <emph>Item status changed</emph> event takes place if the status of the control field has changed.</ahelp> The <emph>Item status changed</emph> event takes place if the status of the control field has changed." -msgstr "<ahelp hid=\".\" visibility=\"hidden\">L'événement <emph>Statut l'élément modifié</emph> se produit si le statut du champ de contrôle est modifié.</ahelp> L'événement <emph>Statut de l'élément modifié</emph> se produit si le statut du champ de contrôle est modifié." +msgid "The <emph>Item status changed</emph> event takes place if the status of the control field has changed, for example, from checked to unchecked." +msgstr "" #. CRguq #: 01170103.xhp @@ -7396,14 +7396,14 @@ msgctxt "" msgid "When receiving focus" msgstr "À la réception du focus" -#. hUKWb +#. vSAqD #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3154218\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'événement <emph>Réception de focus</emph> se produit lorsqu'un champ de contrôle reçoit le focus.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When receiving focus</emph> event takes place if a control field receives the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. NrRE4 #: 01170103.xhp @@ -7414,14 +7414,14 @@ msgctxt "" msgid "When losing focus" msgstr "À la perte du focus" -#. NwYiE +#. epakc #: 01170103.xhp msgctxt "" "01170103.xhp\n" "par_id3159252\n" "help.text" -msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the focus.</ahelp>" -msgstr "<ahelp hid=\".\">L'événement <emph>Perte de focus</emph> se produit lorsqu'un champ de contrôle perd le focus.</ahelp>" +msgid "<ahelp hid=\".\">The <emph>When losing focus</emph> event takes place if a control field loses the <link href=\"text/shared/00/00000005.xhp#form_focus\" name=\"focus\">focus</link>.</ahelp>" +msgstr "" #. JkyEm #: 01170103.xhp @@ -9133,32 +9133,32 @@ msgctxt "" msgid "When the user navigates through the data, the form always displays the current data record. If there are subforms defined, the contents of the subforms will be displayed after a short delay of approximate 200 ms. This delay enables you to quickly browse through the data records of the master form. If you navigate to the next master data record within the delay limit, the subform data need not be retrieved and displayed." msgstr "Lorsque l'utilisateur parcourt les données, le formulaire affiche toujours l'enregistrement des données actuelles. Si des sous-formulaires ont été définis, leur contenu s'affichera dans un délai très court d'environ 200 ms, durée pendant laquelle vous pouvez rapidement parcourir les enregistrements de données du formulaire principal. Si vous accédez au prochain enregistrement de données principales dans le temps imparti, il sera inutile d'extraire et d'afficher les données du sous-formulaire." -#. yknW5 +#. QBY2R #: 01170300.xhp msgctxt "" "01170300.xhp\n" "tit\n" "help.text" -msgid "Tab Order" -msgstr "Séquence d'activation" +msgid "Activation Order" +msgstr "" -#. 8XyJN +#. LWAYe #: 01170300.xhp msgctxt "" "01170300.xhp\n" "hd_id3146959\n" "help.text" -msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Tab Order</link>" -msgstr "<link href=\"text/shared/02/01170300.xhp\" name=\"Séquence d'activation\">Séquence d'activation</link>" +msgid "<link href=\"text/shared/02/01170300.xhp\" name=\"Tab Order\">Activation Order</link>" +msgstr "" -#. cdwww +#. ds3GH #: 01170300.xhp msgctxt "" "01170300.xhp\n" "par_id3150347\n" "help.text" -msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">In the<emph> Tab Order </emph>dialog you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" -msgstr "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Dans la boîte de dialogue <emph>Séquence d'activation</emph>, vous pouvez modifier l'ordre dans lequel les champs de contrôle sont mis en évidence quand vous appuyez sur la touche de tabulation.</ahelp></variable>" +msgid "<variable id=\"text\"><ahelp hid=\".uno:TabDialog\">Opens the <emph>Tab Order</emph> dialog so you can modify the order in which control fields get the focus when the user presses the tab key.</ahelp></variable>" +msgstr "" #. oEDQP #: 01170300.xhp @@ -15010,14 +15010,14 @@ msgctxt "" msgid "Standard Filter" msgstr "Filtre standard" -#. q2qAj +#. AdEPW #: 12090100.xhp msgctxt "" "12090100.xhp\n" "hd_id3151097\n" "help.text" -msgid "Standard Filter" -msgstr "Filtre standard" +msgid "<variable id=\"StandardFilter_h1\"><link href=\"text/shared/02/12090100.xhp\" name=\"StandardFilter_link\">Standard Filter</link></variable>" +msgstr "" #. u4zmZ #: 12090100.xhp @@ -17890,14 +17890,14 @@ msgctxt "" msgid "Selection Mode" msgstr "Mode Sélection" -#. 3uAEb +#. 7L8xS #: 20050000.xhp msgctxt "" "20050000.xhp\n" "bm_id3148668\n" "help.text" -msgid "<bookmark_value>selection modes in text</bookmark_value><bookmark_value>text; selection modes</bookmark_value><bookmark_value>extending selection mode</bookmark_value><bookmark_value>adding selection mode</bookmark_value><bookmark_value>block selection mode</bookmark_value>" -msgstr "<bookmark_value>Modes de sélection de texte</bookmark_value><bookmark_value>Texte;modes de sélection</bookmark_value><bookmark_value>Mode de sélection étendu</bookmark_value><bookmark_value>Mode de sélection ajout</bookmark_value><bookmark_value>Mode de sélection bloc</bookmark_value>" +msgid "<bookmark_value>selection modes in text</bookmark_value> <bookmark_value>text; selection modes</bookmark_value> <bookmark_value>extending selection mode</bookmark_value> <bookmark_value>adding selection mode</bookmark_value> <bookmark_value>block selection mode</bookmark_value>" +msgstr "" #. ntcAk #: 20050000.xhp @@ -17908,23 +17908,23 @@ msgctxt "" msgid "<link href=\"text/shared/02/20050000.xhp\" name=\"Selection Mode\">Selection Mode</link>" msgstr "<link href=\"text/shared/02/20050000.xhp\" name=\"Mode Sélection\">Mode Sélection</link>" -#. BxC56 +#. jwKSR #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3146130\n" "help.text" -msgid "<ahelp hid=\".\">Here you can switch between different selection modes.</ahelp>" -msgstr "<ahelp hid=\".\">Ici, vous pouvez basculer entre les différents modes de sélection.</ahelp>" +msgid "<ahelp hid=\".\">Switches between different selection modes.</ahelp>" +msgstr "" -#. 649aC +#. iyCEv #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153894\n" "help.text" -msgid "When you click in the field, a popup menu comes up with the available options:" -msgstr "Lorsque vous cliquez dans un champ, un menu s'affiche avec les différentes options disponibles." +msgid "Click this field to open a popup menu with the following options:" +msgstr "" #. FVGbB #: 20050000.xhp @@ -17962,77 +17962,86 @@ msgctxt "" msgid "This is the default selection mode for text documents. With the keyboard, selections can be performed by <emph>Shift</emph>+navigation key (<item type=\"keycode\">arrows, Home, End, Page Up, Page Down</item>). With the mouse, click in the text where the selection is to start, hold the left mouse button and move to the end of the selection. Release the mouse key to end selection." msgstr "C'est le mode de sélection par défaut des documents texte. Les sélections peuvent être effectuées au clavier en combinant <emph>Maj</emph>+Touche de navigation (<item type=\"keycode\">flèches, Début, Fin, Page haut, Page bas</item>). Cliquez avec la souris dans le texte où la sélection doit commencer, maintenez le bouton gauche de la souris et déplacez-la jusqu'à la fin de la sélection. Relâchez le bouton de la souris pour terminer la sélection." -#. E5Epi +#. AZd4x #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3149580\n" "help.text" -msgid "Extending selection (<item type=\"keycode\">F8</item>)" -msgstr "Sélection étendue (<item type=\"keycode\">F8</item>)" +msgid "Extending selection" +msgstr "" -#. vpxft +#. 8V8BG #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3153717\n" "help.text" -msgid "By using the <emph>arrow</emph> keys or the <item type=\"keycode\">Home</item> and <item type=\"keycode\">End</item> keys you can extend or crop the current selection. Clicking into the text selects the text between the current cursor position and the click position." -msgstr "En utilisant les touches <emph>fléchées</emph> ou les touches <item type=\"keycode\">Origine</item> et <item type=\"keycode\">Fin</item> vous pouvez étendre ou couper la sélection active. Cliquer dans le texte sélectionne le texte entre la position actuelle du curseur et la position du clic." +msgid "Use the mouse, arrow keys or the <keycode>Home</keycode> and <keycode>End</keycode> keys to extend or crop the current selection. Clicking anywhere in the text selects the region between the current cursor position and the click position." +msgstr "" + +#. Jwb3c +#: 20050000.xhp +msgctxt "" +"20050000.xhp\n" +"par_id821630330412209\n" +"help.text" +msgid "Hold the <keycode>Shift</keycode> key to temporarily activate the Extending selection mode." +msgstr "" -#. CWx2K +#. dL6uZ #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3147620\n" "help.text" -msgid "Adding selection (<item type=\"keycode\">Shift+F8</item>)" -msgstr "Ajout de sélection (<item type=\"keycode\">Maj+F8</item>)" +msgid "Adding selection (<keycode>Shift+F8</keycode>)" +msgstr "" -#. NBwAq +#. YjCCD #: 20050000.xhp msgctxt "" "20050000.xhp\n" "par_id3154307\n" "help.text" -msgid "A new selection is added to an existing selection. The result is a multiple selection." -msgstr "Une nouvelle sélection est ajoutée à une sélection existante. Il en résulte une sélection multiple." +msgid "Use this mode to select multiple ranges of text. Each new selection using the mouse or keyboard is added as a new selection." +msgstr "" -#. De6wr +#. CFmAA #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id6971037\n" +"par_id941630331257314\n" "help.text" -msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Command</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Shift+F8</item>)" -msgstr "Sélection par bloc (<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"keycode\">Commande</item></caseinline><defaultinline><item type=\"keycode\">Ctrl</item></defaultinline></switchinline><item type=\"keycode\">+Maj+F8</item>)" +msgid "Hold the <keycode>Ctrl</keycode> key to temporarily activate the Adding selection mode." +msgstr "" -#. CHTsh +#. vSETC #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id5258644\n" +"par_id6971037\n" "help.text" -msgid "A block of text can be selected." -msgstr "Un bloc de texte peut être sélectionné." +msgid "Block selection (<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F8</keycode>)" +msgstr "" -#. SzDrA +#. qAeGQ #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id4441663\n" +"par_id5258644\n" "help.text" -msgid "On Windows systems, you can hold down the <item type=\"keycode\">Alt</item> key while dragging to select a block of text. You don't need to enter the block selection mode." -msgstr "Sur les systèmes Windows, vous pouvez maintenir la touche <item type=\"keycode\">Alt</item> enfoncée pendant que vous glissez la souris pour sélectionner un bloc de texte. Vous n'avez pas besoin d'entrer dans le mode Sélection de bloc." +msgid "Use this mode to select a non-contiguous block of text." +msgstr "" -#. VyEA4 +#. tcCu3 #: 20050000.xhp msgctxt "" "20050000.xhp\n" -"par_id901513465638512\n" +"par_id41630331461837\n" "help.text" -msgid "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigating and Selecting With the Keyboard\">Navigating and Selecting With the Keyboard</link>" -msgstr "<link href=\"text/swriter/guide/text_nav_keyb.xhp\" name=\"Navigation et sélection à l'aide du clavier\">Navigation et sélection à l'aide du clavier</link>" +msgid "Hold the <keycode>Alt</keycode> key to temporarily activate the Block selection mode." +msgstr "" #. ubD2w #: 20060000.xhp diff --git a/source/fr/helpcontent2/source/text/shared/07.po b/source/fr/helpcontent2/source/text/shared/07.po index 76b61cfd302..e611c92a83c 100644 --- a/source/fr/helpcontent2/source/text/shared/07.po +++ b/source/fr/helpcontent2/source/text/shared/07.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: 2018-07-07 19:04+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-07-16 16:15+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1531757715.000000\n" +#. 6qu9B #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Web Pages" msgstr "Pages Web" +#. KFDmp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<link href=\"text/shared/07/09000000.xhp\" name=\"Web Pages\">Web Pages</link>" msgstr "<link href=\"text/shared/07/09000000.xhp\" name=\"Pages Web\">Pages Web</link>" +#. YuDvW #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "To create a new web page for the Internet, open a new <emph>HTML Document</emph> by choosing <item type=\"menuitem\">File - New</item>." msgstr "Pour créer une nouvelle page Web pour Internet, ouvrez un nouveau <emph>document HTML</emph> en choisissant <item type=\"menuitem\">Fichier - Nouveau</item>." +#. GqZYp #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <item type=\"menuitem\">View - Web</item>." msgstr "Le mode Mise en page Web permet de créer des pages Web, vous pouvez l'activer en choisissant <item type=\"menuitem\">Affichage - Web</item>." +#. TPf7Q #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Creating a New Web Page" msgstr "Création d'une nouvelle page Web" +#. NGME8 #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Switch to the web layout mode by choosing <item type=\"menuitem\">View - Web</item> or by opening a new HTML document." msgstr "Passez en mode Mise en page Web en choisissant <item type=\"menuitem\">Affichage - Mise en page Web</item> ou en ouvrant un nouveau document HTML." +#. veBKZ #: 09000000.xhp msgctxt "" "09000000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/shared/autokorr.po b/source/fr/helpcontent2/source/text/shared/autokorr.po index 01c4b021c80..8222ed78226 100644 --- a/source/fr/helpcontent2/source/text/shared/autokorr.po +++ b/source/fr/helpcontent2/source/text/shared/autokorr.po @@ -3,9 +3,9 @@ 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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-12-07 17:59+0000\n" -"Last-Translator: sophie <gautier.sophie@gmail.com>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 23:05+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: ll.org\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1386439179.000000\n" +"X-POOTLE-MTIME: 1494371111.000000\n" +#. 3VEtt #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. i3BcA #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. FTvjN #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "TWo INitial CApitals have been corrected" msgstr "La DEuxième majuscule en début de mot a été corrigée" +#. pEU6M #: 01000000.xhp msgctxt "" "01000000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "Typing errors such as \"WOrd\" have been corrected and replaced by the <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> function to \"Word\"." msgstr "Les fautes de frappe comme \"MOt\" ont été corrigées par la fonction <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> et remplacées par \"Mot\"." +#. YGggv #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. zoEyC #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. gFS3q #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Start each sentence with a capital letter" msgstr "Commencer chaque phrase avec une lettre majuscule" +#. pFvJs #: 02000000.xhp msgctxt "" "02000000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "Your text was corrected with <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> so that the current word began with a capital letter. AutoCorrect changes words at the beginning of a paragraph, and words after the character at the end of a sentence (period, exclamation point, question mark)." msgstr "Le texte a été corrigé avec la fonction <link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> afin que le mot actif commence par une majuscule. L'AutoCorrection modifie la casse des mots situés au début du paragraphe ou après une marque de fin de phrase (point, point d'exclamation, point d'interrogation)." +#. L6A3T #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. JtgRN #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. FPkJ3 #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Two capital letters at the beginning of a word and a sentence have been corrected to one capital letter" msgstr "DEux majuscules en début d'un mot et d'une phrase ont été corrigées par une seule majuscule" +#. dmDsA #: 03000000.xhp msgctxt "" "03000000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text so that a word beginning with two capital letters at the beginning of a sentence now starts with one capital letter." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a modifié le texte de façon à ce qu'un mot commençant par deux majuscules en début de phrase commence maintenant par une seule majuscule." +#. gwa8j #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. CA2DC #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. VRBAj #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "A replacement has been carried out" msgstr "Un remplacement a été effectué" +#. yJMPc #: 04000000.xhp msgctxt "" "04000000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has replaced a word." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a remplacé un mot." +#. CgGde #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. NbHBz #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. d3tZ4 #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "AutoCorrect has performed a replacement. The beginning of the sentence now starts with a capital letter" msgstr "L'AutoCorrection a effectué un remplacement. Le début de la phrase commence maintenant par une majuscule" +#. E4kio #: 05000000.xhp msgctxt "" "05000000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has performed a replacement, and the beginning of the sentence now starts with a capital letter." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a effectué un remplacement et la phrase commence à présent par une majuscule." +#. pMoyc #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. 9qGA6 #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. b4nNu #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Double quotation marks (\") have been replaced" msgstr "Les guillemets doubles (\") ont été remplacés" +#. MaFTX #: 06000000.xhp msgctxt "" "06000000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that double quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Le texte a été corrigé par l'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> pour que les guillemets doubles soient remplacés par des <link href=\"text/shared/01/06040400.xhp\" name=\"guillemets typographiques\">guillemets typographiques</link>." +#. B9CDq #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. vZ6Ro #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. VTugm #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "Single quotes have been replaced" msgstr "Les guillemets simples ont été remplacés" +#. vH2Er #: 07000000.xhp msgctxt "" "07000000.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Your text was corrected by <link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrect\">Autocorrect</link> so that single quotation marks were replaced by <link href=\"text/shared/01/06040400.xhp\" name=\"typographical quotation marks\">typographical quotation marks</link>." msgstr "Le texte a été corrigé par l'<link href=\"text/shared/01/06040000.xhp\" name=\"Autocorrection\">Autocorrection</link> pour que chaque guillemet simple soit remplacé par des <link href=\"text/shared/01/06040400.xhp\" name=\"guillemets typographiques\">guillemets typographiques</link>." +#. RkFAj #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. ekBVe #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. GDDY3 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "An URL has been detected and a hyperlink attribute has been set" msgstr "Un URL a été détecté et un attribut d'hyperlien a été défini" +#. 6exK7 #: 08000000.xhp msgctxt "" "08000000.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text. A string has been detected as an URL and is now shown as a hyperlink." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a modifié le texte. Une chaîne URL a été détectée et est maintenant affichée sous forme d'hyperlien." +#. VTdXe #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. 4NBsG #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. z3HAF #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Double spaces have been ignored" msgstr "Les espaces doubles ont été ignorés" +#. G2E4T #: 09000000.xhp msgctxt "" "09000000.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has corrected your text so that the multiple spaces you have entered have now been reduced to one single space." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a corrigé le texte de façon à ce que les espaces multiples que vous avez saisis soient à présent réduits à des espaces simples." +#. EejSa #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. eCJ3u #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. S3H9i #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Bold and underline attributes have been recognized and applied" msgstr "Les attributs gras et soulignage ont été reconnus et appliqués" +#. 76NkE #: 10000000.xhp msgctxt "" "10000000.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and the bold and/or underline text attributes have been automatically applied." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a modifié le texte et les attributs de texte gras et/ou soulignage ont été appliqués automatiquement." +#. FBeJm #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. WD2KN #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. ZLpSE #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Minus signs have been replaced" msgstr "Les signes moins (-) ont été remplacés" +#. C4dAK #: 12000000.xhp msgctxt "" "12000000.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect</link> has modified your text, and minus signs have been replaced with dashes." msgstr "L'<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrection\">AutoCorrection</link> a modifié votre texte, et les signes moins ont été remplacés par des tirets." +#. bKCng #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. hNwWE #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "AutoCorrect has been activated" msgstr "L'AutoCorrection a été activée" +#. FEB92 #: 13000000.xhp msgctxt "" "13000000.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "1st ... has been replaced with 1st ..." msgstr "1st ... a été remplacé par 1st ..." +#. WMnqT #: 13000000.xhp msgctxt "" "13000000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/shared/explorer/database.po b/source/fr/helpcontent2/source/text/shared/explorer/database.po index 6fbd7bcd854..a4a302e67ea 100644 --- a/source/fr/helpcontent2/source/text/shared/explorer/database.po +++ b/source/fr/helpcontent2/source/text/shared/explorer/database.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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-19 16:40+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedexplorerdatabase/fr/>\n" @@ -16,888 +16,6 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559571105.000000\n" -#. xUFRA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"tit\n" -"help.text" -msgid "Database File" -msgstr "Fichier de base de données" - -#. qTD7t -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10544\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Database File</link>" -msgstr "<link href=\"text/shared/explorer/database/dabadoc.xhp\">Fichier de base de données</link>" - -#. XWsT6 -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN10554\n" -"help.text" -msgid "<ahelp hid=\".\">The database file window organizes the tables, views, queries, and reports of a database in %PRODUCTNAME.</ahelp>" -msgstr "<ahelp hid=\".\">La fenêtre du fichier de base de données permet d'organiser les tables, les vues, les requêtes et les rapports d'une base de données dans %PRODUCTNAME.</ahelp>" - -#. 3KEBA -#: dabadoc.xhp -msgctxt "" -"dabadoc.xhp\n" -"par_idN105B7\n" -"help.text" -msgid "<link href=\"text/sdatabase/main.xhp\">Working with databases in %PRODUCTNAME</link>" -msgstr "<link href=\"text/sdatabase/main.xhp\">Travailler avec les bases de données dans %PRODUCTNAME</link>" - -#. ptEgp -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"tit\n" -"help.text" -msgid "Database Properties" -msgstr "Propriétés de la base de données" - -#. NAq6e -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10550\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Database Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabaprop.xhp\">Propriétés de la base de données</link>" - -#. J8CiZ -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_idN10560\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies the properties of a database.</ahelp>" -msgstr "<ahelp hid=\".\">Spécifie les propriétés d'une base de données.</ahelp>" - -#. GkxKK -#: dabaprop.xhp -msgctxt "" -"dabaprop.xhp\n" -"par_id1322977\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>" -msgstr "Dans une fenêtre de base de données, choisissez <emph>Édition - Base de données - Propriétés</emph>" - -#. X569b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"tit\n" -"help.text" -msgid "Additional Settings" -msgstr "Paramètres supplémentaires" - -#. 3zjpy -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Additional Settings</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropadd.xhp\">Paramètres supplémentaires</link>" - -#. aQVe4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "<ahelp hid=\".\">Specifies additional options for a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Spécifie les options supplémentaires d'une base de données.</ahelp>" - -#. VDVT6 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_id4641865\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Additional Settings</emph> tab" -msgstr "Dans une fenêtre de base de données, choisissez <emph>Édition - Base de données - Propriétés</emph> et cliquez sur l'onglet <emph>Paramètres supplémentaires</emph>" - -#. jRxSF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "La disponibilité des contrôles suivants dépend du type de base de données :" - -#. GXZC2 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Host name" -msgstr "Nom de l'hôte" - -#. X6fnx -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105D7\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name of the server that contains the database, for example ldap.server.com.</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez le nom d'hôte du serveur qui contient la base de données (ldap.server.com, par exemple).</ahelp>" - -#. rp55d -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10579\n" -"help.text" -msgid "Port number" -msgstr "Numéro de port" - -#. RQEQ4 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the port number for the server that hosts the database.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le numéro de port du serveur hébergeant la base de données.</ahelp>" - -#. PP95C -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1057D\n" -"help.text" -msgid "MySQL JDBC driver class" -msgstr "Classe de pilote JDBC pour MySQL" - -#. 2nqZZ -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10615\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the MySQL database.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom du pilote JDBC pour la base de données MySQL.</ahelp>" - -#. evMXj -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10581\n" -"help.text" -msgid "Character set" -msgstr "Jeu de caractères" - -#. hbyg9 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10634\n" -"help.text" -msgid "<ahelp hid=\".\">Select the character set that you want to use to view the database in $[officename].</ahelp> This setting does not affect the database. To use the default character set of your operating system, select \"System\"." -msgstr "<ahelp hid=\".\">Sélectionnez le jeu de caractères que vous souhaitez utiliser pour visualiser la base de données dans $[officename].</ahelp> Ce choix n'affecte pas la base de données elle-même. Pour utiliser le jeu de caractères par défaut de votre système d'exploitation, sélectionnez \"Système\"." - -#. zvk8A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10651\n" -"help.text" -msgid "Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes." -msgstr "Les bases de données Texte et dBase n'acceptent que des jeux de caractères avec une longueur de caractères fixe, où tous les caractères sont codés sur le même nombre d'octets." - -#. VoZcz -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10585\n" -"help.text" -msgid "Oracle JDBC driver class" -msgstr "Classe de pilote JDBC pour Oracle" - -#. 7eLFU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10653\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver for the Oracle database.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom du pilote JDBC pour la base de données Oracle.</ahelp>" - -#. 5KbCC -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10589\n" -"help.text" -msgid "Driver settings" -msgstr "Paramètres du pilote" - -#. tEiQb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10672\n" -"help.text" -msgid "<ahelp hid=\".\">Specify additional driver options.</ahelp>" -msgstr "<ahelp hid=\".\">Spécifiez des options de pilote supplémentaires.</ahelp>" - -#. rh98b -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1058D\n" -"help.text" -msgid "Use catalog for file-based databases" -msgstr "Utiliser le catalogue pour les bases de données basées sur des fichiers" - -#. TipDh -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10691\n" -"help.text" -msgid "<ahelp hid=\".\">Uses the current data source of the catalog. This option is useful when the ODBC data source is a database server. Do not select this option if the ODBC data source is a dBASE driver.</ahelp>" -msgstr "<ahelp hid=\".\">Utilise la source de données active du catalogue. Cette option est utile lorsque la source de données ODBC est un serveur de base de données. Ne sélectionnez pas cette option si la source de données ODBC est un pilote dBase.</ahelp>" - -#. d3PBB -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Base DN" -msgstr "DN de base" - -#. UYaFM -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106B0\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the starting point to search the LDAP database, for example, dc=com.</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez le point de départ de la recherche à effectuer dans la base de données LDAP (dc=com, par exemple).</ahelp>" - -#. bvx2A -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10595\n" -"help.text" -msgid "Maximum number of records" -msgstr "Nombre maximal d'enregistrements" - -#. AUVCH -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN106F3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the maximum number of records that you want to load when you access the LDAP server.</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez le nombre maximal d'enregistrements à charger lors de l'accès au serveur LDAP.</ahelp>" - -#. K5mtr -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10599\n" -"help.text" -msgid "Display deleted records as well" -msgstr "Afficher également les enregistrements supprimés" - -#. GENGU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10700\n" -"help.text" -msgid "<ahelp hid=\".\">Displays all the records in a file, including those marked as deleted. If you select this check box, you cannot delete records.</ahelp>" -msgstr "<ahelp hid=\".\">Affiche tous les enregistrements d'un fichier, y compris ceux marqués comme supprimés. Si vous activez cette case à cocher, vous ne pourrez plus supprimer d'enregistrements.</ahelp>" - -#. RAmgF -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10715\n" -"help.text" -msgid "In dBASE format, deleted records remain in the file." -msgstr "Dans le format dBase, les enregistrements supprimés restent dans le fichier." - -#. yPXvG -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10718\n" -"help.text" -msgid "To view changes that you make to the database, close the connection to the database, and then reconnect to the database." -msgstr "Pour visualiser les modifications apportées à la base de données, déconnectez-vous de cette dernière, puis reconnectez-vous." - -#. 9EL3T -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN1059D\n" -"help.text" -msgid "Indexes" -msgstr "Index" - -#. EuWB8 -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10725\n" -"help.text" -msgid "<ahelp hid=\".\">Opens the Indexes dialog, where you can organize the table indexes in the current dBASE database.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre la boîte de dialogue Index, dans laquelle vous pouvez organiser les index de table dans la base de données dBASE active.</ahelp>" - -#. zGqEv -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105B9\n" -"help.text" -msgid "Text contains headers" -msgstr "Texte avec en-tête" - -#. RVLEb -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107B0\n" -"help.text" -msgid "<ahelp hid=\".\">Select this check box if the first line of the text file contains field names.</ahelp>" -msgstr "<ahelp hid=\".\">Activez cette case à cocher si la première ligne du fichier texte contient des noms de champs.</ahelp>" - -#. FujFi -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105BD\n" -"help.text" -msgid "Field separator" -msgstr "Séparateur de champ" - -#. f85dT -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107CF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that separates data fields in the text file.</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez ou sélectionnez le caractère de séparation des champs de données du fichier texte.</ahelp>" - -#. 2GiWs -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C1\n" -"help.text" -msgid "Text separator" -msgstr "Séparateur de texte" - -#. f9igV -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107DC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that identifies a text field in the text file. You cannot use the same character as the field separator.</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez ou sélectionnez le caractère d'identification des champs de texte du fichier texte. Vous ne pouvez pas utiliser le même caractère comme séparateur de champ.</ahelp>" - -#. nPoAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C5\n" -"help.text" -msgid "Decimal separator" -msgstr "Séparateur de décimales" - -#. zz9uf -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107E9\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a decimal separator in the text file, for example, a period (0.5) or a comma (0,5).</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez ou sélectionnez le caractère utilisé comme séparateur de décimales dans le fichier texte, par exemple un point (0.5) ou une virgule (0,5).</ahelp>" - -#. pxpUk -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105C9\n" -"help.text" -msgid "Thousands separator" -msgstr "Séparateur de milliers" - -#. Z66yU -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN107F6\n" -"help.text" -msgid "<ahelp hid=\".\">Enter or select the character that is used as a thousands separator in the text file, for example a comma (1,000), or a period (1.000).</ahelp>" -msgstr "<ahelp hid=\".\">Saisissez ou sélectionnez le caractère utilisé comme séparateur de milliers dans le fichier texte, par exemple une virgule (1,000) ou un point (1.000).</ahelp>" - -#. zF6Wc -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "File extension" -msgstr "Extension de fichier" - -#. 4UxAN -#: dabapropadd.xhp -msgctxt "" -"dabapropadd.xhp\n" -"par_idN10803\n" -"help.text" -msgid "<ahelp hid=\".\">Select the format for the text file.</ahelp> The extension that you select affects some of the default settings in this dialog." -msgstr "<ahelp hid=\".\">Sélectionnez le format du fichier texte.</ahelp> L'extension sélectionnée affecte certains paramètres par défaut de cette boîte de dialogue." - -#. KEi9S -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"tit\n" -"help.text" -msgid "Connection Type Wizard" -msgstr "Assistant Type de connexion" - -#. CxEzp -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Connection Type Wizard</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropcon.xhp\">Assistant Type de connexion</link>" - -#. cnXMD -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10551\n" -"help.text" -msgid "<ahelp hid=\".\">Changes the type of connection for the current database.</ahelp>" -msgstr "<ahelp hid=\".\">Modifie le type de connexion de la base de données active.</ahelp>" - -#. UGEKg -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_id9003875\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Connection Type</emph>" -msgstr "Dans une fenêtre de base de données, choisissez <emph>Édition - Base de données - Type de connexion</emph>" - -#. nwRC4 -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10569\n" -"help.text" -msgid "The Connection Type Wizard consists of three pages. You cannot transfer all settings from one database type to another." -msgstr "L'assistant Type de connexion comprend trois pages. Vous n'avez pas la possibilité de transférer tous les paramètres d'un type de base de données à l'autre." - -#. htEBY -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056C\n" -"help.text" -msgid "For example, you can use the wizard to open a database file that is in a format that is usually not recognized by an installed database." -msgstr "Par exemple, vous pouvez utiliser l'assistant pour ouvrir un fichier de base de données dont le format n'est pas habituellement reconnu par une base de données installée." - -#. GLS4A -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN1056F\n" -"help.text" -msgid "Database type" -msgstr "Type de base de données" - -#. TAPYr -#: dabapropcon.xhp -msgctxt "" -"dabapropcon.xhp\n" -"par_idN10573\n" -"help.text" -msgid "<ahelp hid=\".\">Select the type of database that you want to connect to.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionnez le type de base de données à laquelle vous souhaitez vous connecter.</ahelp>" - -#. pr7Ss -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"tit\n" -"help.text" -msgid "Advanced Properties" -msgstr "Propriétés avancées" - -#. AdCiu -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1054D\n" -"help.text" -msgid "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Advanced Properties</link>" -msgstr "<link href=\"text/shared/explorer/database/dabapropgen.xhp\">Propriétés avancées</link>" - -#. u6Nh4 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1055D\n" -"help.text" -msgid "Specifies some options for a database." -msgstr "Spécifie certaines options de base de données." - -#. BGBSR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id4513992\n" -"help.text" -msgid "In a database window, choose <emph>Edit - Database - Properties</emph>, click <emph>Advanced Properties</emph> tab" -msgstr "Dans une fenêtre de base de données, choisissez <emph>Édition - Base de données - Propriétés</emph> et cliquez sur l'onglet <emph>Propriétés avancées</emph>" - -#. VRoAF -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10572\n" -"help.text" -msgid "The availability of the following controls depends on the type of database:" -msgstr "La disponibilité des contrôles suivants dépend du type de base de données :" - -#. BBQPA -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10575\n" -"help.text" -msgid "Path to dBASE files" -msgstr "Chemin vers les fichiers dBASE" - -#. QKfDa -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10579\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the directory that contains the dBASE files.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le chemin vers le répertoire contenant les fichiers dBase.</ahelp>" - -#. L6KhU -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN1057C\n" -"help.text" -msgid "Ensure that the *.dbf file name extension of the dBASE files is lowercase." -msgstr "Vérifiez que l'extension du nom de fichier *.dbf des fichiers dBASE est en minuscules." - -#. 3FEHH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10591\n" -"help.text" -msgid "Browse" -msgstr "Parcourir" - -#. hERNG -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10595\n" -"help.text" -msgid "<ahelp hid=\".\">Opens a dialog where you can select a file or a directory.</ahelp>" -msgstr "<ahelp hid=\".\">Ouvre une boîte de dialogue dans laquelle vous pouvez sélectionner un fichier ou un répertoire.</ahelp>" - -#. ASumy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AA\n" -"help.text" -msgid "Test Connection" -msgstr "Tester la connexion" - -#. pvebP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105AE\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection with the current settings.</ahelp>" -msgstr "<ahelp hid=\".\">Testez votre connexion à la base de données en utilisant les paramètres actifs.</ahelp>" - -#. avxGq -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B1\n" -"help.text" -msgid "Path to the text files" -msgstr "Chemin vers les fichiers texte" - -#. zC6Zp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B5\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the folder of the text files.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le chemin d'accès au dossier contenant les fichiers texte.</ahelp>" - -#. BbvJR -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105B8\n" -"help.text" -msgid "Path to the spreadsheet document" -msgstr "Chemin vers les classeurs" - -#. 7uZBe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BC\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the path to the spreadsheet document that you want to use as a database.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le chemin vers le classeur que vous souhaitez utiliser comme base de données.</ahelp>" - -#. sHbo7 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105BF\n" -"help.text" -msgid "Name of the ODBC data source on your system" -msgstr "Nom de la source de données ODBC sur votre système" - -#. oEcfz -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C3\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the ODBC data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de la source de données ODBC.</ahelp>" - -#. GNzhk -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105C6\n" -"help.text" -msgid "User name" -msgstr "Nom d'utilisateur" - -#. SiH7S -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CA\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the user name that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom d'utilisateur requis pour accéder à la base de données.</ahelp>" - -#. YDXqp -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105CD\n" -"help.text" -msgid "Password required" -msgstr "Mot de passe requis" - -#. Az64m -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D1\n" -"help.text" -msgid "<ahelp hid=\".\">If checked, the user will be asked to enter the password that is required to access the database.</ahelp>" -msgstr "<ahelp hid=\".\">Si l'option est activée, l'utilisateur est invité à saisir le mot de passe requis pour accéder à la base de données.</ahelp>" - -#. pQT6Z -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"hd_id7806329\n" -"help.text" -msgid "Name of the database" -msgstr "Nom de la base de données" - -#. HAijN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_id5589159\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the database.</ahelp>" -msgstr "<ahelp hid=\".\">Indiquez le nom de la base de données.</ahelp>" - -#. 8Bxuy -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D4\n" -"help.text" -msgid "Name of the MySQL database" -msgstr "Nom de la base de données MySQL" - -#. e9p3M -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105D8\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the MySQL database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de la base de données MySQL que vous souhaitez utiliser comme source de données.</ahelp>" - -#. UECFe -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DB\n" -"help.text" -msgid "Name of the Oracle database" -msgstr "Nom de la base de données Oracle" - -#. dd99x -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105DF\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Oracle database that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de la base de données Oracle que vous souhaitez utiliser comme source de données.</ahelp>" - -#. dzDEB -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105E9\n" -"help.text" -msgid "Microsoft Access database file" -msgstr "Fichier de base de données Microsoft Access" - -#. p9EGJ -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105ED\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the Microsoft Access database file that you want to use as a data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom du fichier de base de données Microsoft Access que vous souhaitez utiliser comme source de données.</ahelp>" - -#. s7mEP -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F0\n" -"help.text" -msgid "Host name" -msgstr "Nom de l'hôte" - -#. WpRBM -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F4\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the host name for the LDAP data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de l'hôte pour la source de données LDAP.</ahelp>" - -#. NsdZh -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105F7\n" -"help.text" -msgid "Data source URL" -msgstr "URL de la source de données" - -#. kB6vt -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FB\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the location of the JDBC data source as a URL.</ahelp>" -msgstr "<ahelp hid=\".\">Indiquez l'emplacement de la source de données JDBC sous forme d'URL.</ahelp>" - -#. 2qqXH -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN105FE\n" -"help.text" -msgid "JDBC driver class" -msgstr "Classe de pilote JDBC" - -#. 4kGAN -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10602\n" -"help.text" -msgid "<ahelp hid=\".\">Enter the name of the JDBC driver class that connects to the data source.</ahelp>" -msgstr "<ahelp hid=\".\">Entrez le nom de la classe de pilote JDBC connectée à la source de données.</ahelp>" - -#. uprKx -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10605\n" -"help.text" -msgid "Test Class" -msgstr "Tester la classe" - -#. SL9De -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10609\n" -"help.text" -msgid "<ahelp hid=\".\">Tests the database connection through the JDBC driver class.</ahelp>" -msgstr "<ahelp hid=\".\">Teste la connexion à la base de données via la classe de pilote JDBC.</ahelp>" - -#. LXtcL -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10613\n" -"help.text" -msgid "Choose a database" -msgstr "Sélectionner une base de données" - -#. QNz26 -#: dabapropgen.xhp -msgctxt "" -"dabapropgen.xhp\n" -"par_idN10617\n" -"help.text" -msgid "<ahelp hid=\".\">Select a database from the list or click <emph>Create</emph> to create a new database.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionnez une base de données dans la liste ou cliquez sur <emph>Créer</emph> pour en créer une.</ahelp>" - #. BhD6X #: dabawiz00.xhp msgctxt "" @@ -934,14 +52,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">The Database Wizard creates a database file that contains information about a database.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">L'assistant Base de données crée un fichier de base de données incluant des informations sur une base de données.</ahelp>" -#. BBkQg +#. 4L7fe #: dabawiz00.xhp msgctxt "" "dabawiz00.xhp\n" "par_id9856563\n" "help.text" -msgid "The Database Wizard creates a <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> that contains information about a database." -msgstr "L'assistant Base de données crée un <link href=\"text/shared/explorer/database/dabadoc.xhp\">fichier de base de données</link> contenant des informations sur une base de données." +msgid "The Database Wizard creates a <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> that contains information about a database." +msgstr "" #. MP58w #: dabawiz00.xhp @@ -3445,14 +2563,14 @@ msgctxt "" msgid "Save" msgstr "Enregistrer" -#. SDorY +#. 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/shared/explorer/database/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/shared/explorer/database/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." +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 diff --git a/source/fr/helpcontent2/source/text/shared/guide.po b/source/fr/helpcontent2/source/text/shared/guide.po index 96f08dca5c4..127f016c08d 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-06-11 23:57+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\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" @@ -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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559312645.000000\n" @@ -656,6 +656,186 @@ msgctxt "" msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>" msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Préférences</caseinline><defaultinline>Outils - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibilité\">$[officename] - Accessibilité</link>" +#. FFtrt +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"tit\n" +"help.text" +msgid "Automatic Redaction" +msgstr "" + +#. K7arh +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>spreadsheet; auto-redact</bookmark_value> <bookmark_value>presentations; auto-redact</bookmark_value> <bookmark_value>text documents; auto-redact contents</bookmark_value> <bookmark_value>automatic redaction</bookmark_value>" +msgstr "" + +#. dujqZ +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id171562795247122\n" +"help.text" +msgid "<variable id=\"autoredact_h1\"><link href=\"text/shared/guide/auto_redact.xhp\" name=\"auto_redact\">Automatic Redaction</link></variable>" +msgstr "" + +#. 5TXro +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id4715627952214572\n" +"help.text" +msgid "<variable id=\"auto_redact_var\"><ahelp hid=\"sfx/ui/autoredactdialog/\">Use automatic redaction to define words and patterns that are automatically marked for redaction.</ahelp></variable> This makes it easier to redact %PRODUCTNAME documents that have multiple portions of text that need to be hidden due to sensitivity or privacy issues." +msgstr "" + +#. erJBg +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>" +msgstr "" + +#. XFRFz +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id551626027709362\n" +"help.text" +msgid "This feature comes in handy in documents that have multiple occurrences of names and other personal information (e.g. credit cards, phone numbers, etc). Redacting all these portions of the document manually would required significant effort, but with Automatic Redaction this task can be automated in a more efficient manner." +msgstr "" + +#. HsEH7 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id11626028179231\n" +"help.text" +msgid "Creating Targets" +msgstr "" + +#. U4tPq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id211626097811059\n" +"help.text" +msgid "Targets are rules and patterns used by Automatic Redaction to find portions of the document to be automatically marked for redaction." +msgstr "" + +#. A6CCF +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id851626028193218\n" +"help.text" +msgid "To create a new target, click the <menuitem>Add Target</menuitem> button." +msgstr "" + +#. RGwFa +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id101626028852152\n" +"help.text" +msgid "The <emph>Add Target</emph> dialog appears, to let you define a <emph>Name</emph> for the new target, as well as to choose its <emph>Type</emph> and <emph>Content</emph>. There are three types of targets to choose from in the <emph>Type</emph> dropdown list:" +msgstr "" + +#. 5AKPv +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id241626028988544\n" +"help.text" +msgid "<emph>Text</emph>: Automatic Redaction will look for all occurrences of the specified text and mark them for redaction." +msgstr "" + +#. iCDRP +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id31626028992866\n" +"help.text" +msgid "<emph>Regular expression</emph>: Define a regular expression to use to search the document. All matches will be marked for redaction." +msgstr "" + +#. puprE +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id391626028994653\n" +"help.text" +msgid "<emph>Predefined</emph>: Choose predefined regular expressions to automatically redact contents, such as credit card numbers, email addresses and so on." +msgstr "" + +#. bMHnY +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id181626029575406\n" +"help.text" +msgid "Add all targets that you want to apply to your document and click <emph>OK</emph>. This opens the document as a drawing in %PRODUCTNAME Draw with all targets automatically redacted with the <emph>Rectangle Redaction</emph> tool." +msgstr "" + +#. kiFS3 +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id611626029791762\n" +"help.text" +msgid "Continue redacting other portions of the generated document and then print or export it to PDF." +msgstr "" + +#. gnseq +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id581626101004089\n" +"help.text" +msgid "Refer to the help page <embedvar href=\"text/shared/01/02100001.xhp#02100001\"/> to learn more about regular expressions." +msgstr "" + +#. AE55E +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"hd_id951626029985729\n" +"help.text" +msgid "Exporting and Importing Targets" +msgstr "" + +#. CsYeH +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id701626030005749\n" +"help.text" +msgid "Click the <emph>Save Targets</emph> button to save all defined targets in the document as a JSON (JavaScript Object Notation) file." +msgstr "" + +#. M2XoB +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id971626030103135\n" +"help.text" +msgid "Click the <emph>Load Targets</emph> button to import and apply the targets defined in a JSON file to another %PRODUCTNAME document." +msgstr "" + +#. 2haDR +#: auto_redact.xhp +msgctxt "" +"auto_redact.xhp\n" +"par_id311626030327293\n" +"help.text" +msgid "The document automatic redaction targets are saved alongside the document. Hence, they are available in the document after you save and close it." +msgstr "" + #. K7YtD #: autocorr_url.xhp msgctxt "" @@ -1682,14 +1862,14 @@ msgctxt "" msgid "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Adding Texture to Chart Bars\">Adding Texture to Chart Bars</link></variable>" msgstr "<variable id=\"chart_barformat\"><link href=\"text/shared/guide/chart_barformat.xhp\" name=\"Ajout de texture aux barres de diagramme\">Ajout de texture aux barres de diagramme</link></variable>" -#. FTMBo +#. 3ZmxR #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3156136\n" "help.text" -msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via bitmap graphics:" -msgstr "Vous pouvez ajouter une texture aux barres des images ou des diagrammes (pour remplacer leurs couleurs par défaut) à l'aide d'images bitmap :" +msgid "You can add texture to the bars in a graph or chart (instead of the default colors) via graphics:" +msgstr "" #. 4UEfD #: chart_barformat.xhp @@ -1727,14 +1907,14 @@ msgctxt "" msgid "In the context menu choose <emph>Object Properties</emph>. Then choose the <emph>Area</emph> tab." msgstr "Dans le menu contextuel, sélectionnez l'entrée <emph>Propriétés de l'objet</emph>, puis l'onglet <emph>Remplissage</emph>." -#. 4EBBU +#. uLD5N #: chart_barformat.xhp msgctxt "" "chart_barformat.xhp\n" "par_id3146797\n" "help.text" -msgid "Click on <emph>Bitmap</emph>. In the list box select a bitmap as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." -msgstr "Cliquez sur <emph>Bitmap</emph>. Dans la zone de liste, sélectionnez maintenant un bitmap en tant que texture pour ces barres. Cliquez sur <emph>OK</emph> pour appliquer les paramètres." +msgid "Click on <emph>Image</emph>. In the list box select an image as a texture for the currently selected bars. Click <emph>OK</emph> to accept the setting." +msgstr "" #. rgZEg #: chart_insert.xhp @@ -6713,14 +6893,14 @@ msgctxt "" msgid "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Registering and Deleting a Database</link></variable>" msgstr "<variable id=\"data_register\"><link href=\"text/shared/guide/data_register.xhp\">Enregistrement et suppression d'une base de données</link></variable>" -#. E6cCK +#. CEh3D #: data_register.xhp msgctxt "" "data_register.xhp\n" "par_idN105C1\n" "help.text" -msgid "Data from any <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." -msgstr "Les données de tout <link href=\"text/shared/explorer/database/dabadoc.xhp\">fichier de base de données</link> peuvent être enregistrées dans l'instance installée de %PRODUCTNAME. Enregistrer signifie dire à %PRODUCTNAME où se trouvent les données, comment elles sont organisées, comment obtenir ces données, et plus encore. Une fois la base de données enregistrée, vous pouvez utiliser la commande de menu <emph>Affichage - Source de données</emph> pour accéder aux enregistrements de données de vos documents texte et feuilles de calcul." +msgid "Data from any <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> can be registered to the installed instance of %PRODUCTNAME. To register means to tell %PRODUCTNAME where the data is located, how it is organized, how to get that data, and more. Once the database is registered, you can use the menu command <emph>View - Data source</emph> to access the data records from your text documents and spreadsheets." +msgstr "" #. ADK4M #: data_register.xhp @@ -7757,14 +7937,14 @@ msgctxt "" msgid "Choose <emph>File - Open</emph> to open the database file." msgstr "Pour ouvrir le fichier de base de données, choisissez <emph>Fichier - Ouvrir</emph>." -#. C7CYD +#. e8sEc #: data_view.xhp msgctxt "" "data_view.xhp\n" "par_idN105D1\n" "help.text" -msgid "The <link href=\"text/shared/explorer/database/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." -msgstr "Le <link href=\"text/shared/explorer/database/dabadoc.xhp\">fichier de base de données</link> vous donne un accès complet aux tables, requêtes, rapports et formulaires. Vous pouvez éditer la structure de vos tables et modifier le contenu des enregistrements de données." +msgid "The <link href=\"text/sdatabase/dabadoc.xhp\">database file</link> gives you full access to tables, queries, reports, and forms. You can edit the structure of your tables and change the contents of the data records." +msgstr "" #. drvbN #: data_view.xhp @@ -7991,6 +8171,447 @@ msgctxt "" msgid "<link href=\"text/shared/01/05340400.xhp\" name=\"Enter, edit and copy records\">Enter, edit and copy records</link>" msgstr "<link href=\"text/shared/01/05340400.xhp\" name=\"Saisir, éditer et copier les enregistrements\">Saisir, éditer et copier les enregistrements</link>" +#. DiHDB +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"tit\n" +"help.text" +msgid "Development Tools" +msgstr "" + +#. EQHbW +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"bm_id821562797360035\n" +"help.text" +msgid "<bookmark_value>development tools</bookmark_value> <bookmark_value>object inspector</bookmark_value>" +msgstr "" + +#. SfpDF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id951627860296699\n" +"help.text" +msgid "<variable id=\"DevTools_h1\"><link href=\"text/shared/guide/dev_tools.xhp\" name=\"DevTools_help\">Development Tools</link></variable>" +msgstr "" + +#. p3pqz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3155069\n" +"help.text" +msgid "<variable id=\"DevTools_intro\"><ahelp hid=\".uno:LoadToolBox\">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable>" +msgstr "" + +#. st97j +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Tools - Development Tools</menuitem>" +msgstr "" + +#. XaydF +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id271627931218557\n" +"help.text" +msgid "After <emph>Development Tools</emph> is enabled it will become visible in all documents and %PRODUCTNAME applications. This setting is persistent and the <emph>Development Tools</emph> will remain visible until it is explicitly disabled by choosing <menuitem>Tools - Development Tools</menuitem>." +msgstr "" + +#. D74vk +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3152821\n" +"help.text" +msgid "When <emph>Development Tools</emph> is enabled, a dockable window will be shown at the bottom of the screen. This window has two main sections:" +msgstr "" + +#. BbGGE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id31627862228021\n" +"help.text" +msgid "<emph>Document Object Model tree view:</emph> Displays document portions according to the Document Object Model (DOM). Use this section to chose the object to inspect." +msgstr "" + +#. fJXDt +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id581627862228381\n" +"help.text" +msgid "<emph>Object inspection panel:</emph> Displays the available services, methods, properties and interfaces of the selected object." +msgstr "" + +#. SfCJQ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id91627862617231\n" +"help.text" +msgid "This feature is available since %PRODUCTNAME 7.2 and can be used in Writer, Calc, Impress and Draw." +msgstr "" + +#. 5J2jc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id791627911297568\n" +"help.text" +msgid "Document Model Tree View" +msgstr "" + +#. WCR6k +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id3153303\n" +"help.text" +msgid "The left side of the window contains a <emph>Current Selection</emph> toggle button, a <emph>Refresh</emph> button and a tree view that displays all objects in the document." +msgstr "" + +#. DEPEn +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627912224207\n" +"help.text" +msgid "The behavior of the tree view depends on the status of the <emph>Current Selection</emph> toggle button:" +msgstr "" + +#. CjDg6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id811627912238786\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>enabled</emph>, then the <emph>Object Inspection Panel</emph> will display the properties of the object that is currently selected in the document. Hence, clicking any item in the tree view will have no effect." +msgstr "" + +#. 8sDyd +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id721627912239053\n" +"help.text" +msgid "If <emph>Current Selection</emph> is <emph>disabled</emph>, then clicking any item in the tree view will update the contents of the <emph>Object Inspection Panel</emph>." +msgstr "" + +#. PmkTZ +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id931627912467594\n" +"help.text" +msgid "The types of objects displayed by the <emph>Document Model Tree View</emph> depend on the %PRODUCTNAME application being used:" +msgstr "" + +#. AMFhp +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id691627912559559\n" +"help.text" +msgid "%PRODUCTNAME application" +msgstr "" + +#. 44vcy +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id771627912559559\n" +"help.text" +msgid "Supported objects" +msgstr "" + +#. c5tx6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id551627912559559\n" +"help.text" +msgid "Writer" +msgstr "" + +#. meXjs +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id941627912559559\n" +"help.text" +msgid "Paragraphs<br/>Text Portions in a Paragraph<br/>Shapes<br/>Tables<br/>Frames<br/>Graphic Objects<br/>Embedded Objects (OLE)<br/>Style Families and Styles" +msgstr "" + +#. KrHuw +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id171627912693619\n" +"help.text" +msgid "Calc" +msgstr "" + +#. SHryG +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id601627912702265\n" +"help.text" +msgid "Sheets<br/>Shapes per sheet<br/>Charts per sheet<br/>Pivot tables per sheet<br/>Style Families and Styles" +msgstr "" + +#. c5S5D +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898951\n" +"help.text" +msgid "Impress" +msgstr "" + +#. G7tq6 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902324\n" +"help.text" +msgid "Slides<br/>Shapes per slide<br/>Master slides<br/>Style Families and Styles" +msgstr "" + +#. APvko +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id711627912898022\n" +"help.text" +msgid "Draw" +msgstr "" + +#. QBNop +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id561627912902123\n" +"help.text" +msgid "Pages<br/>Shapes per page<br/>Style Families and Styles" +msgstr "" + +#. SsmFY +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id731627913346236\n" +"help.text" +msgid "Object Inspection Panel" +msgstr "" + +#. cP4WT +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id571627913372273\n" +"help.text" +msgid "The right side of the window consists of the <emph>Object Inspection Panel</emph> that displays information about the object being inspected." +msgstr "" + +#. CGBzb +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id361627930602108\n" +"help.text" +msgid "The first piece of information available is the <emph>Class Name</emph>, which is the name of the implementation class of the object." +msgstr "" + +#. aF94B +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id111627931046662\n" +"help.text" +msgid "Use the <emph>class name</emph> to search more information in the API documentation. For example, the top-level object in a Writer document is an instance of the class <emph>SwXTextDocument</emph>, which is documented at <link href=\"https://docs.libreoffice.org/sw/html/classSwXTextDocument.html\" name=\"SwXTextDocument_API\">SwXTextDocument Class Reference</link>." +msgstr "" + +#. X9o8G +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627930700568\n" +"help.text" +msgid "It is possible to inspect the object further by using the four tabs available that display its <emph>Interfaces</emph>, <emph>Services</emph>, <emph>Properties</emph> and <emph>Methods</emph>." +msgstr "" + +#. AwMan +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id71627913884995\n" +"help.text" +msgid "Each of the tabs organize the information about the object in columns. The set of columns presented depend on which tab is selected." +msgstr "" + +#. RECVL +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id511627914011995\n" +"help.text" +msgid "Interfaces tab" +msgstr "" + +#. FJcvE +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id321627914033147\n" +"help.text" +msgid "Contains a single column presenting the list of interfaces implemented by the object." +msgstr "" + +#. BF7qu +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id21627913972266\n" +"help.text" +msgid "Services tab" +msgstr "" + +#. HZPma +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627913989665\n" +"help.text" +msgid "Contains a single column presenting the list of services supported by the object." +msgstr "" + +#. NGnte +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id901627914056156\n" +"help.text" +msgid "Properties tab" +msgstr "" + +#. 9kX9a +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id531627914066770\n" +"help.text" +msgid "Contains four columns that describe the properties of the object:" +msgstr "" + +#. VyG2A +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id461627914264898\n" +"help.text" +msgid "<emph>Property</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. YBmE7 +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id491627914265327\n" +"help.text" +msgid "<emph>Value</emph>: Displays a textual representation of the values of all properties." +msgstr "" + +#. 7P4rv +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id981627914265672\n" +"help.text" +msgid "<emph>Type</emph>: Shows the property type." +msgstr "" + +#. FYv4W +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id391627914265992\n" +"help.text" +msgid "<emph>Info</emph>: Presents relevant information about the property. For instance, a property that is read-only will have a \"read-only\" value in this column." +msgstr "" + +#. G2CGc +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id161627914138859\n" +"help.text" +msgid "The <emph>Properties</emph> tab contains an additional section that shows a textual representation of the value of the selected property. When a property is selected the value is updated in the text box available at the bottom of the <emph>Object Inspection Panel</emph>. This is useful when the value is too long to be shown in the <emph>Value</emph> column." +msgstr "" + +#. ptFVa +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"hd_id941627914764723\n" +"help.text" +msgid "Methods tab" +msgstr "" + +#. XBugD +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id671627914803456\n" +"help.text" +msgid "Contains four columns that describe the combined list of methods that can be called by the current object:" +msgstr "" + +#. Bq4dK +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id281627914839271\n" +"help.text" +msgid "<emph>Method</emph>: Shows the names of all properties that can be inspected." +msgstr "" + +#. kxBZz +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id421627914839748\n" +"help.text" +msgid "<emph>Return type</emph>: Displays the return type of the methods that can be called by the object. Methods that do not return any value are marked as \"void\" in this column." +msgstr "" + +#. NwGtg +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id891627914840174\n" +"help.text" +msgid "<emph>Parameters</emph>: Shows the list of parameters that are required by the method as well as their respective types." +msgstr "" + +#. KDTST +#: dev_tools.xhp +msgctxt "" +"dev_tools.xhp\n" +"par_id371627914840561\n" +"help.text" +msgid "<emph>Implementation class</emph>: Displays the name of the class where the method is implemented." +msgstr "" + #. WNbRY #: digital_signatures.xhp msgctxt "" @@ -18971,14 +19592,14 @@ msgctxt "" msgid "Copying Attributes With the Clone Formatting Tool" msgstr "Copier des attributs avec l'outil Cloner le formatage" -#. TRHUk +#. 7Frig #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "bm_id380260\n" "help.text" -msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" -msgstr "<bookmark_value>Pinceau de formatage</bookmark_value> <bookmark_value>Cloner le formatage</bookmark_value> <bookmark_value>Formatage;copie</bookmark_value> <bookmark_value>Copie;formatage</bookmark_value> <bookmark_value>Pinceau</bookmark_value>" +msgid "<bookmark_value>Format Paintbrush</bookmark_value> <bookmark_value>clone formatting</bookmark_value> <bookmark_value>formatting;copying</bookmark_value> <bookmark_value>copying;formatting</bookmark_value> <bookmark_value>Paintbrush</bookmark_value>" +msgstr "" #. 7BBrB #: paintbrush.xhp @@ -18989,23 +19610,14 @@ msgctxt "" msgid "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copying Formatting With the Clone Formatting Tool</link></variable>" msgstr "<variable id=\"formatpaintbrush\"><link href=\"text/shared/guide/paintbrush.xhp\">Copie de formatage à l'aide de l'outil Cloner le formatage</link></variable>" -#. qhepx +#. KdqKE #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10655\n" "help.text" -msgid "You can use the Clone Formatting tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." -msgstr "Vous pouvez utiliser l'outil Cloner le formatage pour copier le formatage d'une sélection de texte ou d'un objet et l'appliquer à une autre sélection de texte ou d'objet." - -#. iDbUF -#: paintbrush.xhp -msgctxt "" -"paintbrush.xhp\n" -"par_id101920091122570\n" -"help.text" -msgid "In Calc, the Clone Formatting tool only applies to cell formatting." -msgstr "Dans Calc, l'outil Cloner le formatage ne s'applique qu'au formatage de cellule." +msgid "Use the <emph>Clone Formatting</emph> tool to copy formatting from a text selection or from an object and apply the formatting to another text selection or object." +msgstr "" #. F7Fcd #: paintbrush.xhp @@ -19016,50 +19628,50 @@ msgctxt "" msgid "Select the text or object whose formatting you want to copy." msgstr "Sélectionnez le texte ou l'objet dont vous souhaitez copier le formatage." -#. jdFbC +#. gu5yT #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN10667\n" "help.text" -msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon." -msgstr "Dans la <emph>barre Standard</emph>, cliquez sur l'icône <emph>Cloner le formatage</emph>." +msgid "On the <emph>Standard Bar</emph>, click the <emph>Clone Formatting</emph> icon. The mouse cursor will change to a paint bucket." +msgstr "" -#. ipwBd +#. AZjCv #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10660\n" +"par_idN1066E\n" "help.text" -msgid "The cursor changes to a paint bucket." -msgstr "Le curseur prend l'aspect d'un pot de peinture." +msgid "Select or click the text or object that you want to apply the formatting to." +msgstr "Sélectionnez ou cliquez sur le texte ou l'objet auquel vous souhaitez appliquer le formatage." -#. Ets82 +#. c28pc #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10663\n" +"par_id291629997756899\n" "help.text" -msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon<image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." -msgstr "Si vous souhaitez appliquer le formatage à plusieurs sélections, double-cliquez sur l'icône <emph>Cloner le formatage</emph><image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">icône</alt></image>. Après avoir terminé le formatage, cliquez de nouveau sur l'icône." +msgid "If you want to apply the formatting to more than one selection, double-click the <emph>Clone Formatting</emph> icon <image id=\"img_id209967\" src=\"cmd/sc_formatpaintbrush.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id209967\">Icon</alt></image>. After you apply all the formatting, click the icon again." +msgstr "" -#. AZjCv +#. 9ivCF #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN1066E\n" +"par_idN10716\n" "help.text" -msgid "Select or click the text or object that you want to apply the formatting to." -msgstr "Sélectionnez ou cliquez sur le texte ou l'objet auquel vous souhaitez appliquer le formatage." +msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." +msgstr "Par défaut, uniquement le formatage des caractères est copié ; pour inclure le formatage du paragraphe, maintenez la touche <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline> lorsque vous cliquez. Pour copier uniquement le formatage du paragraphe, maintenez les touches <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj lorsque vous cliquez." -#. 9ivCF +#. Q29RQ #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" -"par_idN10716\n" +"par_id1001629997571404\n" "help.text" -msgid "By default only the character formatting is copied ; to include paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> when you click. To copy only the paragraph formatting, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift when you click." -msgstr "Par défaut, uniquement le formatage des caractères est copié ; pour inclure le formatage du paragraphe, maintenez la touche <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline> lorsque vous cliquez. Pour copier uniquement le formatage du paragraphe, maintenez les touches <switchinline select=\"sys\"><caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj lorsque vous cliquez." +msgid "In Calc, the Clone Formatting tool only copies formatting applied using the <menuitem>Format - Cells</menuitem> dialog or other equivalent methods. Therefore, any formatting applied directly to characters by selecting text inside a cell and then going to the <menuitem>Format - Character</menuitem> dialog will not be copied using the Clone Formatting tool." +msgstr "" #. pjGa2 #: paintbrush.xhp @@ -19250,14 +19862,14 @@ msgctxt "" msgid "Calc table or cells are selected" msgstr "Des tables ou des cellules Calc sont sélectionnées" -#. xBbMX +#. kuPwA #: paintbrush.xhp msgctxt "" "paintbrush.xhp\n" "par_idN1070C\n" "help.text" -msgid "Copies the formatting that is specified in the <item type=\"menuitem\">Format - Cells</item> dialog as well as the formatting of the cell contents" -msgstr "Copie le formatage spécifié dans la boîte de dialogue <item type=\"menuitem\">Format - Cellules</item> ainsi que le formatage du contenu des cellules" +msgid "Copies cell formatting specified using the <menuitem>Format - Cells</menuitem> dialog." +msgstr "" #. LFKkc #: pasting.xhp @@ -20276,23 +20888,23 @@ msgctxt "" msgid "<bookmark_value>spreadsheet; redacting contents</bookmark_value> <bookmark_value>presentations; redacting contents</bookmark_value> <bookmark_value>text documents; redacting contents</bookmark_value> <bookmark_value>redaction</bookmark_value>" msgstr "<bookmark_value>Feuille de calcul;caviarder du contenu</bookmark_value><bookmark_value>Présentations;caviarder du contenu</bookmark_value><bookmark_value>Documents texte;caviarder du contenu</bookmark_value><bookmark_value>Caviardage</bookmark_value>" -#. uen9A +#. A7KDQ #: redaction.xhp msgctxt "" "redaction.xhp\n" "hd_id171562795247717\n" "help.text" -msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Redacting Documents</link>" -msgstr "<link href=\"text/shared/guide/redaction.xhp\" name=\"redaction\">Caviarder des documents</link>" +msgid "<variable id=\"redaction_h1\"><link href=\"text/shared/guide/redaction.xhp\" name=\"redaction_link\">Redacting Documents</link></variable>" +msgstr "" -#. rUjmE +#. AFwWF #: redaction.xhp msgctxt "" "redaction.xhp\n" "par_id471562795247717\n" "help.text" -msgid "<variable id=\"redaction\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." -msgstr "<variable id=\"redaction\"><ahelp hid=\".\"> Le caviardage des documents bloque des mots ou des parties d'un document à des fins d'utilisation ou de visualisation autorisées. </ahelp> </variable> Le caviardage protège les informations sensibles et aide les entreprises et les organisations à respecter les réglementations en matière de confidentialité ou de confidentialité." +msgid "<variable id=\"redaction_desc\"><ahelp hid=\".\">Redacting documents blocks out words or portions of a document for authorized use or viewing.</ahelp></variable> Redaction protects sensitive information and helps enterprises and organizations to comply with regulations on confidentiality or privacy." +msgstr "" #. QdoMp #: redaction.xhp @@ -24749,6 +25361,123 @@ msgctxt "" msgid "<link href=\"text/shared/04/01010000.xhp\" name=\"Keyboard commands\">Keyboard commands</link>" msgstr "<link href=\"text/shared/04/01010000.xhp\" name=\"Commandes au clavier\">Commandes au clavier</link>" +#. AWjj4 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"tit\n" +"help.text" +msgid "Tip of the day" +msgstr "" + +#. hEahE +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"bm_id961630844980165\n" +"help.text" +msgid "<bookmark_value>tip of the day</bookmark_value>" +msgstr "" + +#. Pmxkf +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id161630843025887\n" +"help.text" +msgid "<link href=\"text/shared/guide/tipoftheday.xhp\" name=\"tod\">Tip of the Day</link>" +msgstr "" + +#. PtZCz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id731630843025888\n" +"help.text" +msgid "<variable id=\"variable name\"><ahelp hid=\"hid path or command\">The Tip of the Day dialog displays useful tips for the user.</ahelp></variable>" +msgstr "" + +#. eGRcH +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id721630843443217\n" +"help.text" +msgid "Choose <menuitem>Help - Show Tip of the day</menuitem>." +msgstr "" + +#. Mix66 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id601630844290206\n" +"help.text" +msgid "The set of tips is collected from several %PRODUCTNAME community web pages, and is updated on each new release of the software." +msgstr "" + +#. cFRY5 +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id51630844860633\n" +"help.text" +msgid "The tip of the day is not specific to the current module." +msgstr "" + +#. XjuPZ +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id171630844295289\n" +"help.text" +msgid "Show tips on startup" +msgstr "" + +#. LqZHq +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id711630844302059\n" +"help.text" +msgid "Displays a dialog with a random tip on %PRODUCTNAME startup." +msgstr "" + +#. PAxHM +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id81630844306451\n" +"help.text" +msgid "Next Tip" +msgstr "" + +#. nqjpy +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id401630844318220\n" +"help.text" +msgid "Displays another tip of the day in the same dialog." +msgstr "" + +#. rSTiz +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"hd_id251630844323484\n" +"help.text" +msgid "OK" +msgstr "" + +#. GoQru +#: tipoftheday.xhp +msgctxt "" +"tipoftheday.xhp\n" +"par_id511630844327861\n" +"help.text" +msgid "Close the Tip of the Day dialog." +msgstr "" + #. C6Bb4 #: undo_formatting.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/shared/optionen.po b/source/fr/helpcontent2/source/text/shared/optionen.po index 537145ac94b..4c1058e4301 100644 --- a/source/fr/helpcontent2/source/text/shared/optionen.po +++ b/source/fr/helpcontent2/source/text/shared/optionen.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-05-14 14:15+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-19 12:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/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.4.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559572506.000000\n" @@ -2996,23 +2996,23 @@ msgctxt "" msgid "Help Improve %PRODUCTNAME" msgstr "Aider à améliorer %PRODUCTNAME" -#. Wrk7m +#. qxiYD #: 01010600.xhp msgctxt "" "01010600.xhp\n" "hd_id3169299\n" "help.text" -msgid "Collect usage data and send it to The Document Foundation" -msgstr "Rassembler des données d'utilisation et les envoyer à The Document Foundation" +msgid "Send crash reports to The Document Foundation" +msgstr "" -#. q2Akd +#. FpxZ2 #: 01010600.xhp msgctxt "" "01010600.xhp\n" "par_id3167530\n" "help.text" -msgid "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Send usage data to help The Document Foundation improve the software usability.</ahelp> The software development team is interested in information about the usage pattern of %PRODUCTNAME. This data helps to improve the usability of the applications, by identifying the most frequently used sequences of commands while performing common tasks, and in return, design a user interface that is easier to use and more productive. The usage data is sent anonymously and carry no document contents, only the commands used." -msgstr "<ahelp hid=\"cui/ui/optgeneralpage/collectusageinfo\">Envoyer les données d'utilisation pour aider The Document Foundation à améliorer l'utilisabilité du logiciel.</ahelp> L'équipe de développement du logiciel est intéressée par l'information à propos des formes d'utilisation de %PRODUCTNAME. Ces données favorisent l'amélioration de l'utilisabilité des applications en identifiant les séquences de commandes les plus fréquemment utilisées pour accomplir les tâches communes et permettent ainsi de concevoir une interface utilisateur plus facile à utiliser et plus productive. Les données d'utilisation sont envoyées anonymement et ne contiennent aucun contenu de document, seulement les commandes utilisées." +msgid "<ahelp hid=\"cui/ui/optgeneralpage/crashreport\">Send crash reports to help developers improve the software’s reliability.</ahelp> Whenever %PRODUCTNAME crashes, you can opt to send reports containing certain debugging information, useful to help track down the cause of the bug and fix it eventually." +msgstr "" #. Zb7tT #: 01010600.xhp @@ -5993,6 +5993,60 @@ msgctxt "" msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligns the vertical ruler with the right border.</ahelp>" msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/vrulerright\">Aligne la règle verticale sur la bordure droite.</ahelp>" +#. mpQdJ +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"bm_id411624631841785\n" +"help.text" +msgid "<bookmark_value>outline folding buttons;settings</bookmark_value>" +msgstr "" + +#. AyGcm +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id751624630367767\n" +"help.text" +msgid "Outline folding" +msgstr "" + +#. ZLHPa +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id671624630372163\n" +"help.text" +msgid "Show outline-folding buttons" +msgstr "" + +#. tbuLW +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id261624630524895\n" +"help.text" +msgid "Displays outline folding buttons on the left of the outline headings." +msgstr "" + +#. G6sDV +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"hd_id211624630375989\n" +"help.text" +msgid "Include sub levels" +msgstr "" + +#. GyAV9 +#: 01040200.xhp +msgctxt "" +"01040200.xhp\n" +"par_id231624630529145\n" +"help.text" +msgid "Also displays the folding buttons of the outline sub levels." +msgstr "" + #. jH6p8 #: 01040200.xhp msgctxt "" @@ -9773,14 +9827,14 @@ msgctxt "" msgid "General" msgstr "Général" -#. r9GEx +#. dNqQR #: 01060300.xhp msgctxt "" "01060300.xhp\n" "bm_id3151110\n" "help.text" -msgid "<bookmark_value>metrics;in sheets</bookmark_value><bookmark_value>tab stops; setting in sheets</bookmark_value><bookmark_value>cells; cursor positions after input (Calc)</bookmark_value><bookmark_value>edit mode; through Enter key (Calc)</bookmark_value><bookmark_value>formatting; expanding (Calc)</bookmark_value><bookmark_value>expanding formatting (Calc)</bookmark_value><bookmark_value>references; expanding (Calc)</bookmark_value><bookmark_value>column headers; highlighting (Calc)</bookmark_value><bookmark_value>row headers; highlighting (Calc)</bookmark_value>" -msgstr "<bookmark_value>Mesures;feuilles</bookmark_value><bookmark_value>Tabulations;paramètre dans les feuilles</bookmark_value><bookmark_value>Cellules;positions du curseur après la saisie (Calc)</bookmark_value><bookmark_value>Mode d'édition;via la touche Entrée (Calc)</bookmark_value><bookmark_value>Formatage;extension (Calc)</bookmark_value><bookmark_value>Extension du formatage (Calc)</bookmark_value><bookmark_value>Références;extension</bookmark_value><bookmark_value>En-têtes de colonnes;mise en évidence (Calc)</bookmark_value><bookmark_value>En-têtes de lignes;mise en évidence (Calc)</bookmark_value>" +msgid "<bookmark_value>metrics;in sheets</bookmark_value> <bookmark_value>tab stops; setting in sheets</bookmark_value> <bookmark_value>cells; cursor positions after input (Calc)</bookmark_value> <bookmark_value>edit mode; through Enter key (Calc)</bookmark_value> <bookmark_value>formatting; expanding (Calc)</bookmark_value> <bookmark_value>expanding formatting (Calc)</bookmark_value> <bookmark_value>references; expanding (Calc)</bookmark_value> <bookmark_value>column headers; highlighting (Calc)</bookmark_value> <bookmark_value>row headers; highlighting (Calc)</bookmark_value>" +msgstr "" #. ViFyA #: 01060300.xhp @@ -9881,14 +9935,32 @@ msgctxt "" msgid "Press Enter to switch to edit mode" msgstr "Touche Entrée pour basculer dans le mode Éditer" -#. Skn2E +#. jHBp2 #: 01060300.xhp msgctxt "" "01060300.xhp\n" "par_id3148943\n" "help.text" -msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Allows you to immediately edit the selected cell after pressing the Enter key.</ahelp>" -msgstr "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Permet d'éditer immédiatement la cellule sélectionnée après avoir appuyé sur la touche Entrée.</ahelp>" +msgid "<ahelp hid=\"modules/scalc/ui/scgeneralpage/editmodecb\">Determines the behavior of the Enter key in a spreadsheet. Checking this option causes Enter to open cell contents for editing.</ahelp>" +msgstr "" + +#. NMaGC +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id291629751925288\n" +"help.text" +msgid "Uncheck this option to make the Enter key select the cell below the current cell." +msgstr "" + +#. msttp +#: 01060300.xhp +msgctxt "" +"01060300.xhp\n" +"par_id391629752077203\n" +"help.text" +msgid "If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling this option is useful when entering values into a range of cells sequentially." +msgstr "" #. zqG2F #: 01060300.xhp @@ -11861,14 +11933,14 @@ msgctxt "" msgid "All control points in Bézier editor" msgstr "Tous les points de contrôle de l'éditeur Bézier" -#. XhTcm +#. d6woc #: 01070100.xhp msgctxt "" "01070100.xhp\n" "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#bezierobjekt\" 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 "<ahelp hid=\"modules/simpress/ui/sdviewpage/handlesbezier\">Affiche les points de contrôle de tous les points de Bézier si vous avez sélectionné auparavant une <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"courbe de Bézier\"> courbe de Bézier</link>. Si l'option <emph>Tous les points de contrôle de l'éditeur Bézier</emph> n'est pas sélectionnée, seuls les points de contrôle des points de Bézier s'affichent.</ahelp>" +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 "" #. aDatu #: 01070100.xhp @@ -12833,14 +12905,14 @@ msgctxt "" msgid "Drawing scale" msgstr "Échelle de dessin" -#. tMAM4 +#. nXodr #: 01070500.xhp msgctxt "" "01070500.xhp\n" "par_id3153965\n" "help.text" -msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Determines the drawing scale on the rulers.</ahelp>" -msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/scaleBox\">Définit l'espacement entre les tabulations.</ahelp>" +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 "" #. CVDi7 #: 01070500.xhp @@ -17234,6 +17306,105 @@ msgctxt "" msgid "for more information on OpenCL, visit <link href=\"https://www.khronos.org/opencl/\">the OpenCL site</link>" msgstr "pour plus d'information sur OpenCL, visiter <link href=\"https://www.khronos.org/opencl/\">le site OpenCL</link>" +#. myGoD +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"tit\n" +"help.text" +msgid "Search Commands" +msgstr "" + +#. LBGY4 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"bm_id8215627973621527\n" +"help.text" +msgid "<bookmark_value>search commands</bookmark_value> <bookmark_value>head-up display (hud)</bookmark_value>" +msgstr "" + +#. n8hsF +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"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 "" + +#. fVXLC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"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 "" + +#. rgr85 +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795750725\n" +"help.text" +msgid "Choose <menuitem>Help - Search Commands</menuitem>" +msgstr "" + +#. 2jAJE +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id961562795754587\n" +"help.text" +msgid "Use the shortcut <emph>Shift + Esc</emph>" +msgstr "" + +#. 9gqGJ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"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 "" + +#. LBa6c +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id991628622249416\n" +"help.text" +msgid "To execute a command:" +msgstr "" + +#. CJ4EC +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"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 "" + +#. uEWNu +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"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 "" + +#. XFXXZ +#: search_commands.xhp +msgctxt "" +"search_commands.xhp\n" +"par_id41628622450782\n" +"help.text" +msgid "This feature is available in Writer, Calc, Impress and Draw." +msgstr "" + #. uqPJR #: securityoptionsdialog.xhp msgctxt "" @@ -17243,14 +17414,14 @@ msgctxt "" msgid "Security Options and Warnings" msgstr "Options et avertissements de sécurité" -#. 2AJs6 +#. FiSkp #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "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 "<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>" +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 "" #. EsBEH #: securityoptionsdialog.xhp @@ -17369,14 +17540,14 @@ msgctxt "" msgid "Remove personal information on saving" msgstr "Supprimer les informations personnelles lors de l'enregistrement" -#. 8wTMu +#. tMGtt #: securityoptionsdialog.xhp msgctxt "" "securityoptionsdialog.xhp\n" "par_idN10667\n" "help.text" -msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. 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 "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Cliquez ici pour que les données d'utilisateur soient toujours supprimées des propriétés du fichier. Si cette option n'est pas sélectionnée, vous avez toujours la possibilité de supprimer les informations personnelles du document actif en choisissant <emph>Fichier - Propriétés - Général</emph>, puis en cliquant sur le bouton <emph>Réinitialiser les propriétés</emph>.</ahelp>" +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 "" #. HJEQF #: securityoptionsdialog.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/00.po b/source/fr/helpcontent2/source/text/simpress/00.po index 7fb85a6b5e7..ac34f0435bc 100644 --- a/source/fr/helpcontent2/source/text/simpress/00.po +++ b/source/fr/helpcontent2/source/text/simpress/00.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-03-19 17:31+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-03-20 17: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" @@ -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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559911077.000000\n" #. sqmGT @@ -205,14 +205,14 @@ msgctxt "" msgid "Shift+F3" msgstr "Maj+F3" -#. CDuQB +#. YHwXy #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id3149263\n" "help.text" -msgid "<variable id=\"bearbueber\">Choose <emph>Edit - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only) </variable>" -msgstr "<variable id=\"bearbueber\">Choisissez <emph>Édition - Fondu-enchaîné</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw uniquement) </variable>" +msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)</variable>" +msgstr "" #. k3XUS #: 00000402.xhp @@ -241,14 +241,14 @@ msgctxt "" msgid "<variable id=\"feldbefehl\">Choose <emph>Edit - Fields</emph></variable>" msgstr "<variable id=\"feldbefehl\">Choisissez <emph>Édition - Champs</emph></variable>" -#. NSTGw +#. EzPdL #: 00000402.xhp msgctxt "" "00000402.xhp\n" "par_id8695944\n" "help.text" -msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>" -msgstr "<variable id=\"gluebar\">Cliquez sur l'icône <emph>Points de collage</emph> dans la barre de dessin</variable>" +msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar</variable>" +msgstr "" #. cjzea #: 00000403.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/01.po b/source/fr/helpcontent2/source/text/simpress/01.po index 7e099c911e0..640bd16663c 100644 --- a/source/fr/helpcontent2/source/text/simpress/01.po +++ b/source/fr/helpcontent2/source/text/simpress/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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-06-26 11:03+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1559911461.000000\n" @@ -458,14 +458,14 @@ msgctxt "" msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>" msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Ouvre le Navigateur, qui permet de passer rapidement à d'autres diapos ou de vous déplacer rapidement entre différents fichiers ouverts.</ahelp>" -#. pMcDi +#. ce4X2 #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3154015\n" "help.text" -msgid "You can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." -msgstr "Vous pouvez <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancrer\">ancrer</link> le Navigateur sur le bord de la zone de travail." +msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator to the edge of your workspace." +msgstr "" #. C3o34 #: 02110000.xhp @@ -755,14 +755,14 @@ msgctxt "" msgid "Insert as link" msgstr "Insérer comme lien" -#. nDvVC +#. ik84A #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3153747\n" "help.text" -msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"link\">link</link> into the active slide." -msgstr "Insère des diapos en tant que <link href=\"text/shared/00/00000005.xhp#verknuepfung\" name=\"lien\">lien</link> dans la diapo active." +msgid "Inserts slides as a <link href=\"text/shared/00/00000005.xhp#link\" name=\"link\">link</link> into the active slide." +msgstr "" #. 3RHDp #: 02110000.xhp @@ -8135,15 +8135,6 @@ msgctxt "" msgid "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Bullet and Position</link>" msgstr "<link href=\"text/simpress/01/bulletandposition.xhp\" name=\"command_name\">Puce et position</link>" -#. D3TGn -#: bulletandposition.xhp -msgctxt "" -"bulletandposition.xhp\n" -"par_id401623253567633\n" -"help.text" -msgid "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" -msgstr "<embedvar href=\"text/shared/01/06050600.xhp#positioninfo\" markup=\"ignore\"/>" - #. phgxq #: bulletandposition.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/simpress/02.po b/source/fr/helpcontent2/source/text/simpress/02.po index bfab9d34f0c..7340da0b725 100644 --- a/source/fr/helpcontent2/source/text/simpress/02.po +++ b/source/fr/helpcontent2/source/text/simpress/02.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: 2020-11-20 15:34+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2020-11-21 15:35+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpress02/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.1.1\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559911464.000000\n" #. AiACn @@ -736,14 +736,14 @@ msgctxt "" msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>" msgstr "<bookmark_value>Retournement autour d'un axe</bookmark_value><bookmark_value>Retournement d'objets</bookmark_value><bookmark_value>Corps de révolution 3D;conversion</bookmark_value><bookmark_value>Inclinaison d'objets</bookmark_value><bookmark_value>Objets;effets</bookmark_value><bookmark_value>Distorsion d'objets</bookmark_value><bookmark_value>Cisaillement d'objets</bookmark_value><bookmark_value>Transparence;objets</bookmark_value><bookmark_value>Dégradés;transparent</bookmark_value><bookmark_value>Couleurs;définition interactive de dégradés</bookmark_value><bookmark_value>Dégradés;définition de couleurs</bookmark_value><bookmark_value>Cercles d'objets</bookmark_value>" -#. YqkFR +#. CJuj9 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "hd_id3147264\n" "help.text" -msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>" -msgstr "<link href=\"text/simpress/02/10030000.xhp\" name=\"Mode\">Mode</link>" +msgid "<link href=\"text/simpress/02/10030000.xhp\" name=\"Transformations\">Transformations</link>" +msgstr "" #. EpoHs #: 10030000.xhp @@ -754,32 +754,41 @@ msgctxt "" msgid "<ahelp hid=\".uno:AdvancedMode\">Modifies the shape, orientation or fill of the selected object(s).</ahelp>" msgstr "<ahelp hid=\".uno:AdvancedMode\">Modifie la forme, l'orientation ou le remplissage du ou des objets sélectionnés.</ahelp>" -#. GqWCz +#. uEqDG #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149665\n" +"par_id3149018\n" "help.text" -msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icon</alt></image>" -msgstr "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154490\">Icône</alt></image>" +msgid "Choose <menuitem>View - Toolbars - Transformations</menuitem>." +msgstr "" -#. fMEpv +#. iDvMV #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3154018\n" +"par_id401626114053741\n" "help.text" -msgid "Transformations (%PRODUCTNAME Draw only)" -msgstr "Transformations (%PRODUCTNAME Draw uniquement)" +msgid "Click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." +msgstr "" -#. xeiRd +#. QAxua #: 10030000.xhp msgctxt "" "10030000.xhp\n" -"par_id3149018\n" +"par_id3149665\n" "help.text" -msgid "To open the <emph>Transformations</emph> toolbar, choose <emph>View - Toolbars - Transformations</emph>. In <item type=\"productname\">%PRODUCTNAME</item> Draw, you can also click the arrow next to the <emph>Transformations</emph> icon on the <emph>Standard</emph> bar." -msgstr "Pour ouvrir la barre d'outils <emph>Transformations</emph>, choisissez <emph>Affichage - Barres d'outils - Transformations</emph>. Dans <item type=\"productname\">%PRODUCTNAME</item> Draw, vous pouvez aussi cliquer sur la flèche près de l'icône <emph>Transformations</emph> dans la barre d'outils <emph>Standard</emph>." +msgid "<image id=\"img_id3154490\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154490\">Icon Transformations</alt></image>" +msgstr "" + +#. ZKyMH +#: 10030000.xhp +msgctxt "" +"10030000.xhp\n" +"par_id3154018\n" +"help.text" +msgid "Transformations" +msgstr "" #. pfG6c #: 10030000.xhp @@ -817,14 +826,14 @@ msgctxt "" msgid "If you select a group that includes a 3D object, only the 3D object is rotated. You cannot skew a 3D object, instead, you can rotate it about the X and Y axes by dragging the center handles." msgstr "Si vous sélectionnez un groupement comprenant un objet 3D, seul l'objet 3D pivote. Vous ne pouvez pas décaler un objet 3D, mais vous pouvez le faire pivoter sur les axes X et Y en faisant glisser ses poignées du milieu." -#. ixzBs +#. mgG2X #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3146962\n" "help.text" -msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icon</alt></image>" -msgstr "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153811\">Icône</alt></image>" +msgid "<image id=\"img_id3153811\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153811\">Icon Rotate</alt></image>" +msgstr "" #. WCPSb #: 10030000.xhp @@ -853,14 +862,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Mirror\">Flips the selected object(s) around a flip line, that you can drag to anywhere on the slide. Drag a handle of the object(s) across the flip line to flip the object(s). To change the orientation of the flip line, drag one of its end points to new location.</ahelp>" msgstr "<ahelp hid=\".uno:Mirror\">Reflète le ou les objets sélectionnés autour d'une ligne de reflet, que vous pouvez faire glisser partout dans la diapo. Faites glisser une poignée du ou des objets sur la ligne de reflet pour les refléter. Pour modifier l'orientation de la ligne de reflet, faites glisser l'une de ses extrémités vers un autre emplacement.</ahelp>" -#. pAXUd +#. wqV7B #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3153035\n" "help.text" -msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icon</alt></image>" -msgstr "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3153932\">Icône</alt></image>" +msgid "<image id=\"img_id3153932\" src=\"cmd/sc_mirror.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153932\">Icon Flip</alt></image>" +msgstr "" #. Kz9PF #: 10030000.xhp @@ -898,14 +907,14 @@ msgctxt "" msgid "Drag the symmetry line to a new location to change the shape of the converted object. To change the orientation of the symmetry line, drag one of its end points. Click the object to convert it to 3D." msgstr "Faites glisser l'axe de symétrie vers un nouvel emplacement pour modifier la forme de l'objet converti. Pour modifier l'orientation de l'axe de symétrie, faites glisser une de ses extrémités vers un autre emplacement. Cliquez sur l'objet pour le convertir en 3D." -#. ZfTVn +#. EAroP #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150928\n" "help.text" -msgid "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icon</alt></image>" -msgstr "<image id=\"img_id3145295\" src=\"svx/res/rotate3d.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145295\">Icône</alt></image>" +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 "" #. vCf5c #: 10030000.xhp @@ -934,14 +943,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookRotate\">Déforme l'objet sélectionné en le drapant autour de cercles imaginaires et en ajoutant des perspectives. Faites glisser une poignée de l'objet sélectionné pour le déformer.</ahelp> Si l'objet sélectionné n'est ni un polygone ni une courbe de Bézier, vous êtes invité à le transformer en courbe avant de le déformer." -#. DVfeM +#. pQ368 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3147167\n" "help.text" -msgid "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icon</alt></image>" -msgstr "<image id=\"img_id3083443\" src=\"cmd/sc_crookslant.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3083443\">Icône</alt></image>" +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 "" #. jQBPp #: 10030000.xhp @@ -970,14 +979,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:CrookSlant\">Déforme l'objet sélectionné en le drapant autour de cercles imaginaires. Faites glisser une poignée de l'objet sélectionné pour le déformer.</ahelp> Si l'objet sélectionné n'est ni un polygone ni une courbe de Bézier, vous êtes invité à le transformer en courbe avant de le déformer." -#. HH6FB +#. fLFPv #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150875\n" "help.text" -msgid "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icon</alt></image>" -msgstr "<image id=\"img_id3150882\" src=\"cmd/sc_crookrotate.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3150882\">Icône</alt></image>" +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 "" #. CHQyt #: 10030000.xhp @@ -1006,14 +1015,14 @@ msgctxt "" msgid "<ahelp hid=\".uno:Shear\">Lets you drag the handles of the selected object to change its shape.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it." msgstr "<ahelp hid=\".uno:Shear\">Permet de faire glisser les poignées de l'objet sélectionné pour modifier sa forme.</ahelp> Si l'objet sélectionné n'est ni un polygone ni une courbe de Bézier, vous êtes invité à le transformer en courbe avant de le déformer." -#. Lw7AA +#. e6Ep6 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154693\n" "help.text" -msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icon</alt></image>" -msgstr "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154933\">Icône</alt></image>" +msgid "<image id=\"img_id3154933\" src=\"cmd/sc_shear.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154933\">Icon Distort</alt></image>" +msgstr "" #. 5Fh3F #: 10030000.xhp @@ -1060,14 +1069,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Pour afficher la <emph>barre Couleurs</emph>, choisissez <emph>Affichage - Barres d'outils - Barre Couleurs</emph>." -#. N3Tqg +#. RK2M3 #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3154602\n" "help.text" -msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icon</alt></image>" -msgstr "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154790\">Icône</alt></image>" +msgid "<image id=\"img_id3154790\" src=\"cmd/sc_interactivetransparence.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154790\">Icon Transparency</alt></image>" +msgstr "" #. xZb79 #: 10030000.xhp @@ -1105,14 +1114,14 @@ msgctxt "" msgid "To display the <emph>Color Bar</emph>, choose <emph>View - Toolbars - Color Bar</emph>." msgstr "Pour afficher la <emph>barre Couleurs</emph>, choisissez <emph>Affichage - Barres d'outils - Barre Couleurs</emph>." -#. oCZAH +#. SyUHL #: 10030000.xhp msgctxt "" "10030000.xhp\n" "par_id3150990\n" "help.text" -msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icon</alt></image>" -msgstr "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3151102\">Icône</alt></image>" +msgid "<image id=\"img_id3151102\" src=\"cmd/sc_interactivegradient.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151102\">Icon Gradient</alt></image>" +msgstr "" #. nVb58 #: 10030000.xhp diff --git a/source/fr/helpcontent2/source/text/simpress/guide.po b/source/fr/helpcontent2/source/text/simpress/guide.po index 470fff9faf6..6d482edd560 100644 --- a/source/fr/helpcontent2/source/text/simpress/guide.po +++ b/source/fr/helpcontent2/source/text/simpress/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-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-05-05 13:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559911552.000000\n" #. S83CC @@ -988,14 +988,14 @@ msgctxt "" msgid "<variable id=\"background\"> <link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Changing the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Slide</caseinline><defaultinline>Page</defaultinline></switchinline> Background Fill</link> </variable>" msgstr "<variable id=\"background\"><link href=\"text/simpress/guide/background.xhp\" name=\"Changing the Slide Background Fill\">Modification du remplissage d'arrière plan de la <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Diapo</caseinline><defaultinline>Page</defaultinline></switchinline></link></variable>" -#. 5zK9c +#. DL4oF #: background.xhp msgctxt "" "background.xhp\n" "par_id3155067\n" "help.text" -msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Vous pouvez modifier la couleur d'arrière-plan ou le remplissage d'arrière-plan de la diapo active ou de la totalité des diapos de votre document. Pour un remplissage d'arrière-plan, vous pouvez utiliser une hachure, un dégradé ou une image bitmap." +msgid "You can change the background color or the background fill of the current slide or all of the slides in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. SEPCz #: background.xhp @@ -1006,23 +1006,23 @@ msgctxt "" msgid "If you want to change the background fill for all of the slides, choose <menuitem>View - Master Slide</menuitem>. To change the background fill of a single slide, choose <menuitem>View - Normal</menuitem>." msgstr "Si vous souhaitez modifier le remplissage d'arrière-plan de toutes les diapos, choisissez <menuitem>Affichage - Diapo maîtresse</menuitem>. Pour modifier le remplissage d'une seule diapo, choisissez <menuitem>Affichage - Normal</menuitem>." -#. ZUiCf +#. uWB9C #: background.xhp msgctxt "" "background.xhp\n" "par_id624713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cliquez sur Définir l'image comme arrière-plan de diapo dans le menu contextuel d'une diapo en mode d'affichage Normal pour sélectionner une image bitmap. Ce fichier est utilisé comme image d'arrière-plan.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Slide in the context menu of a slide in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" -#. NRK9m +#. 6eFDv #: background.xhp msgctxt "" "background.xhp\n" "par_id4155067\n" "help.text" -msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or a bitmap image." -msgstr "Vous pouvez modifier la couleur d'arrière-pan ou le remplissage d'arrière-plan de la page active ou de toutes les pages du document. Pour le remplissage d'arrière-plan, vous pouvez utiliser un hachage, un dégradé ou une image bitmap." +msgid "You can change the background color or the background fill of the current page or all of the pages in your document. For a background fill, you can use hatching, a gradient, or an image." +msgstr "" #. BUHu6 #: background.xhp @@ -1033,14 +1033,14 @@ msgctxt "" msgid "If you want to change the background fill for all of the pages, choose <menuitem>View - Master Page</menuitem>. To change the background fill of a single page, choose <menuitem>View - Normal</menuitem>." msgstr "Si vous souhaitez modifier le remplissage d'arrière-plan de toutes les pages, choisissez <menuitem>Affichage - Page maîtresse</menuitem>. Pour modifier le remplissage d'arrière-plan pour une seule page, choisissez <menuitem>Affichage - Normal</menuitem>." -#. Dh3Ju +#. GbV3P #: background.xhp msgctxt "" "background.xhp\n" "par_id644713\n" "help.text" -msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select a bitmap file. This file is used as a background picture.</ahelp>" -msgstr "<ahelp hid=\".\" visibility=\"hidden\">Cliquez sur Définir l'image d'arrière plan pour la page dans le menu contextuel d'une page dans l'affichage Normal pour sélectionner un fichier bitmap. Ce fichier est utilisé comme image d'arrière-plan.</ahelp>" +msgid "<ahelp hid=\".\" visibility=\"hidden\">Click Set Background Picture for Page in the context menu of a page in Normal view to select an image file. This file is used as a background picture.</ahelp>" +msgstr "" #. KuE3E #: background.xhp @@ -1132,23 +1132,23 @@ msgctxt "" msgid "Choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Properties</menuitem></caseinline><defaultinline><menuitem>Page - Properties</menuitem></defaultinline></switchinline>, and then click on the <emph>Background</emph> tab." msgstr "Choisissez <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapo - Propriétés</menuitem></caseinline><defaultinline><menuitem>Page - Propriétés</menuitem></defaultinline></switchinline> puis cliquez sur l'onglet <emph>Arrière-plan</emph>." -#. xDXpC +#. 79gTB #: background.xhp msgctxt "" "background.xhp\n" "par_id3145356\n" "help.text" -msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list." -msgstr "Dans la zone <emph>Remplissage</emph>, sélectionnez <emph>Bitmap</emph>, puis cliquez sur une image de la liste." +msgid "In the <emph>Fill </emph>area, select <emph>Image</emph>, and then click an image in the list." +msgstr "" -#. BAQi9 +#. 8yUQT #: background.xhp msgctxt "" "background.xhp\n" "par_id3150757\n" "help.text" -msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list." -msgstr "Pour utiliser une image personnalisée pour l'arrière plan de la <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapo</caseinline><defaultinline>page</defaultinline></switchinline>, cliquez sur le bouton <emph>Importer</emph>. Localisez l'image et cliquez sur <widget>Ouvrir</widget>. Lors du retour sur l'onglet <emph>Arrière-plan</emph>, l'image importée est dans la liste des <emph>Bitmap</emph>." +msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Image</emph> list." +msgstr "" #. 24cCs #: background.xhp @@ -3769,14 +3769,14 @@ msgctxt "" msgid "To apply a new <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">master slide</caseinline><defaultinline>master page</defaultinline></switchinline>" msgstr "Pour appliquer une nouvelle <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">diapo maîtresse</caseinline><defaultinline>page maîtresse</defaultinline></switchinline>" -#. NDv5o +#. wWCBU #: masterpage.xhp msgctxt "" "masterpage.xhp\n" "par_id3154702\n" "help.text" -msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Master Slide</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." -msgstr "Sélectionnez <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapo - Diapo maîtresse</menuitem></caseinline><defaultinline><menuitem>Page - Page maîtresse</menuitem></defaultinline></switchinline>." +msgid "Select <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Change Slide Master</menuitem></caseinline><defaultinline><menuitem>Page - Master Page</menuitem></defaultinline></switchinline>." +msgstr "" #. AvkGN #: masterpage.xhp @@ -3859,6 +3859,15 @@ msgctxt "" msgid "To apply the page design to the current page only, clear the <emph>Exchange background page</emph> check box, and then click <widget>OK</widget>." msgstr "Pour appliquer l'ébauche à la page active uniquement, décochez la case <emph>Échanger l'arrière-plan de la page</emph> et cliquez sur <widget>OK</widget>." +#. H8tb8 +#: masterpage.xhp +msgctxt "" +"masterpage.xhp\n" +"par_id21631211553150\n" +"help.text" +msgid "Check <emph>Delete unused backgrounds</emph> to remove unreferenced background slides and presentation layouts from the document." +msgstr "" + #. rnFQF #: masterpage.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/smath/00.po b/source/fr/helpcontent2/source/text/smath/00.po index f24d5af33dc..0feaa1a0987 100644 --- a/source/fr/helpcontent2/source/text/smath/00.po +++ b/source/fr/helpcontent2/source/text/smath/00.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: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2019-06-07 12:46+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -13,9 +13,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Accelerator-Marker: ~\n" -"X-Generator: Pootle 2.8\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1559911584.000000\n" +#. E9tti #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "To access this function..." msgstr "Pour accéder à cette fonction..." +#. rsAwM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<variable id=\"wie\">To access this function...</variable>" msgstr "<variable id=\"wie\">Pour accéder à cette fonction... </variable>" +#. BL3Y8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Marker</emph>" msgstr "Choisissez <emph>Édition - Marqueur suivant</emph>" +#. jEFg6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "F4 key" msgstr "Touche F4" +#. 5DAtH #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Marker</emph>" msgstr "Choisissez <emph> Édition - Marqueur précédent</emph>" +#. 7hjUN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Maj+F4" +#. JMkTx #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Choose <emph>Edit - Next Error</emph>" msgstr "Choisissez <emph>Édition - Erreur suivante</emph>" +#. BmVBo #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3 key" msgstr "Touche F3" +#. WR9HA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Choose <emph>Edit - Previous Error</emph>" msgstr "Choisissez <emph>Édition - Erreur précédente</emph>" +#. rhrSM #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Maj+F3" +#. A2tmE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. FqS3z #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icon</alt></image>" msgstr "<image id=\"img_id3154765\" src=\"cmd/sc_zoom100percent.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3154765\">Icône</alt></image>" +#. ZGH5E #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Zoom 100%" msgstr "Zoom 100%" +#. rcgc8 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom In</emph>" msgstr "Choisissez <emph>Affichage - Agrandir</emph>" +#. zazds #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. cFNys #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icon</alt></image>" msgstr "<image id=\"img_id3163822\" src=\"cmd/sc_zoomin.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3163822\">Icône</alt></image>" +#. t3FPw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Zoom In" msgstr "Agrandir" +#. mDN9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Choose <emph>View - Zoom Out</emph>" msgstr "Choisissez <emph>Affichage - Réduire</emph>" +#. HEGXE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. eEHDh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icon</alt></image>" msgstr "<image id=\"img_id3148387\" src=\"cmd/sc_zoomminus.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148387\">Icône</alt></image>" +#. FwGWc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Zoom Out" msgstr "Réduire" +#. trnPc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Choose <emph>View - Show All</emph>" msgstr "Choisissez <emph>Affichage - Tout montrer</emph>" +#. b2Bq4 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. dhew7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icon</alt></image>" msgstr "<image id=\"img_id3151272\" src=\"cmd/sc_zoom.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151272\">Icône</alt></image>" +#. 2bHgE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Show All" msgstr "Tout afficher" +#. 7feMp #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "Choose <emph>View - Update</emph>" msgstr "Choisissez <emph>Affichage - Actualiser</emph>" +#. FGuRC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "F9 key" msgstr "Touche F9" +#. Wi2Cb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. xD6qA #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icon</alt></image>" msgstr "<image id=\"img_id3151168\" src=\"cmd/sc_refresh.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3151168\">Icône</alt></image>" +#. 9BewG #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Update" msgstr "Actualiser" +#. uo9hE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<variable id=\"neuzeichnen\">Choose <emph>View - AutoUpdate Display</emph></variable>" msgstr "<variable id=\"neuzeichnen\">Choisissez <emph>Affichage - Rafraîchir automatiquement l'affichage</emph></variable>" +#. V5dDC #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"astopa\">Choose <emph>View - Elements</emph></variable>" msgstr "<variable id=\"astopa\">Choisissez <emph>Affichage - Éléments</emph></variable>" +#. EcYMF #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Unary/Binary Operators</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Opérateurs unaires/binaires</emph>" +#. F4bjv #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis dans le volet Éléments, sélectionnez <emph>Opérateurs unaires/binaires</emph> à partir de la liste déroulante." +#. y5SEf #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Relations</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Relations</emph>" +#. BF7L6 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis, dans le volet Éléments sélectionnez <emph>Relations</emph> à partir de la liste déroulante." +#. pdkFZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Operators</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Opérateurs</emph>" +#. kupZ9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis, dans le volet Éléments, sélectionnez <emph>Opérateurs</emph> à partir de la liste déroulante." +#. AMNH5 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Functions</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Fonctions</emph>" +#. uLDoL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis dans le volet Éléments, sélectionnez <emph>Fonctions</emph> à partir de la liste déroulante." +#. trDLY #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Brackets</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Parenthèses</emph>" +#. Ecj7h #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis, dans le volet Éléments, sélectionnez <emph>Parenthèses</emph> à partir de la liste déroulante." +#. hH2hr #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Attributes</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Attributs</emph>" +#. qFQk7 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis, dans le volet Éléments, sélectionnez <emph>Attributs</emph> à partir de la liste déroulante." +#. FxAcz #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Formats</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre Commandes - choisissez <emph>Formatages</emph>" +#. fEH8m #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis dans le volet Éléments, sélectionnez <emph>Formats</emph> à partir de la liste déroulante." +#. b7NCw #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Set Operations</emph>" msgstr "Ouvre le menu contextuel dans la fenêtre Commandes - choisissez <emph>Opérations quantitatives</emph>" +#. pBfZE #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis dans le volet Éléments, sélectionnez <emph>Opérations d'ensemble</emph> à partir de la liste déroulante." +#. GGUzh #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>" msgstr "<variable id=\"fmtsfa\">Choisissez <emph>Format - Polices</emph></variable>" +#. 83k2g #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>" msgstr "<variable id=\"fmtssa\">Choisissez <emph>Format - Polices - Modifier</emph></variable>" +#. WE6Kn #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>" msgstr "<variable id=\"fmtsgr\">Choisissez <emph>Format - Tailles de police</emph></variable>" +#. YFE9o #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "<variable id=\"fmtabs\">Choose <emph>Format - Spacing</emph></variable>" msgstr "<variable id=\"fmtabs\">Choisissez <emph>Format - Espacement</emph></variable>" +#. MUh9G #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "<variable id=\"fmtarg\">Choose <emph>Format - Align</emph></variable>" msgstr "<variable id=\"fmtarg\">Choisissez <emph>Format - Aligner</emph></variable>" +#. X3CNj #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "<variable id=\"textmodus\">Choose <emph>Format - Text Mode</emph></variable>" msgstr "<variable id=\"textmodus\">Choisissez <emph>Format - Mode Texte</emph></variable>" +#. go9mc #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "Choose <emph>Tools - Symbols</emph>" msgstr "Choisissez <emph>Outils - Symboles</emph>" +#. FZ2Tu #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "On the Tools bar, click" msgstr "Dans la barre Outils, cliquez sur" +#. 63bpb #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icon</alt></image>" msgstr "<image id=\"img_id3153264\" src=\"cmd/sc_autosum.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153264\">Icône</alt></image>" +#. gNanN #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Symbols" msgstr "Symboles" +#. B9byP #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "<variable id=\"etssba\">Choose <emph>Tools - Symbols - Edit</emph></variable>" msgstr "<variable id=\"etssba\">Choisissez <emph>Outils - Symboles - Éditer</emph></variable>" +#. HB8a9 #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "<variable id=\"etsfim\">Choose <emph>Tools - Import Formula</emph></variable>" msgstr "<variable id=\"etsfim\">Choisissez <emph>Outils - Importer une formule</emph></variable>" +#. jFJ4D #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "<variable id=\"etsmim\">Choose <emph>Tools - Import MathML from Clipboard</emph></variable>" msgstr "<variable id=\"etsmim\">Choisissez <emph>Outils - Importer MathML depuis le presse-papiers</emph></variable>" +#. ELXVZ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "<variable id=\"etsaps\">Choose <emph>Tools - Customize</emph></variable>" msgstr "<variable id=\"etsaps\">Choisissez <emph>Outils - Personnaliser</emph></variable>" +#. rrpNJ #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "Open the context menu in the Commands window - choose <emph>Others</emph>" msgstr "Ouvrez le menu contextuel dans la fenêtre des commandes - choisissez <emph>Autres</emph>" +#. fa4UR #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox." msgstr "Choisissez <emph>Affichage - Éléments</emph> ; puis, dans le volet Éléments, sélectionnez <emph>Autres</emph> à partir de la liste déroulante." +#. QG6eL #: 00000004.xhp msgctxt "" "00000004.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>" msgstr "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icône</alt></image>" +#. vtF4A #: 00000004.xhp msgctxt "" "00000004.xhp\n" diff --git a/source/fr/helpcontent2/source/text/smath/02.po b/source/fr/helpcontent2/source/text/smath/02.po index b8076635e0a..77e2be1af21 100644 --- a/source/fr/helpcontent2/source/text/smath/02.po +++ b/source/fr/helpcontent2/source/text/smath/02.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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2013-05-24 09:08+0000\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 23:09+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: fr\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1369386495.000000\n" +"X-POOTLE-MTIME: 1494371387.000000\n" +#. uFbKy #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Curseur de formule" +#. Lggdu #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>formula cursor in $[officename] Math</bookmark_value><bookmark_value>cursor; in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>Curseur de formule dans $[officename] Math</bookmark_value><bookmark_value>Curseur;$[officename] Math</bookmark_value>" +#. zyNoS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "Formula Cursor" msgstr "Curseur de formule" +#. WAyJH #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Use this icon on the Tools bar to turn the Formula Cursor on or off.</ahelp> The part of the formula where the cursor is positioned in the <emph>Commands</emph> window is marked with a thin border when the formula cursor is active.</variable>" msgstr "<variable id=\"cursor\"><ahelp hid=\"SID_FORMULACURSOR\">Utilisez cette icône dans la barre Outils pour activer ou désactiver le curseur de formule.</ahelp> La partie de la formule où le curseur est positionné dans la fenêtre <emph>Commandes</emph> est marquée avec une fine bordure lorsque le curseur de formule est actif.</variable>" +#. 8EZQS #: 03010000.xhp msgctxt "" "03010000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "You can also click a position in the document to move the cursor to its corresponding position in the <emph>Commands</emph> window." msgstr "Vous pouvez également cliquer sur un emplacement dans le document pour déplacer le curseur à l'emplacement correspondant dans la fenêtre <emph>Commandes</emph>." +#. wLEFG #: 03010000.xhp msgctxt "" "03010000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/smath/04.po b/source/fr/helpcontent2/source/text/smath/04.po index 77ce7c7c925..83dd86c2357 100644 --- a/source/fr/helpcontent2/source/text/smath/04.po +++ b/source/fr/helpcontent2/source/text/smath/04.po @@ -3,9 +3,9 @@ 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: 2017-05-09 16:45+0200\n" -"PO-Revision-Date: 2017-01-25 17:10+0000\n" -"Last-Translator: sophie <gautier.sophie@gmail.com>\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" +"PO-Revision-Date: 2017-05-09 23:09+0000\n" +"Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -14,8 +14,9 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Accelerator-Marker: ~\n" "X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1485364232.000000\n" +"X-POOTLE-MTIME: 1494371388.000000\n" +#. fW4At #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Formula Shortcut Keys" msgstr "Raccourcis clavier pour les formules" +#. 7PGFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>shortcut keys; in formulas</bookmark_value>" msgstr "<bookmark_value>Raccourcis clavier;dans les formules</bookmark_value>" +#. WVdeo #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Formula Shortcut Keys\">Formula Shortcut Keys</link></variable>" msgstr "<variable id=\"math_keys\"><link href=\"text/smath/04/01020000.xhp\" name=\"Raccourcis clavier pour les formules\">Raccourcis clavier pour les formules</link></variable>" +#. CraEp #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "A list of the shortcut keys specific to creating formulas is contained in this section." msgstr "Cette rubrique mentionne les combinaisons de touches propres aux documents contenant des formules." +#. BoUhM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "The general <link href=\"text/shared/04/01010000.xhp\" name=\"shortcut keys in $[officename]\">shortcut keys in $[officename]</link> also apply." msgstr "Les <link href=\"text/shared/04/01010000.xhp\" name=\"raccourcis clavier de $[officename]\">raccourcis claviers $[officename]</link> généraux s'appliquent également." +#. JHsws #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "Shortcut Keys for Formula Functions" msgstr "Raccourcis claviers pour les fonctions de formule" +#. WKVpk #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "The following shortcut keys correspond to commands in the <emph>Edit</emph> and <emph>View </emph>menus." msgstr "Les raccourcis clavier suivants correspondent aux commandes des menus <emph>Édition</emph> et <emph>Affichage</emph>." +#. jfmkj #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "F3" msgstr "F3" +#. M6NJ5 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Next Error" msgstr "Erreur suivante" +#. NsA5D #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "Shift+F3" msgstr "Maj+F3" +#. MZugQ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "Previous Error" msgstr "Erreur précédente" +#. UYWph #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "F4" msgstr "F4" +#. 4FGAR #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Next Marker (Placeholder)" msgstr "Marqueur suivant (substituant)" +#. CjJwC #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "Shift+F4" msgstr "Maj+F4" +#. SELdy #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "Previous Marker (Placeholder)" msgstr "Marqueur précédent (substituant)" +#. TEBFE #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "F9" msgstr "F9" +#. L5c7R #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "Update" msgstr "Actualiser" +#. EfFPe #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "Navigation in the Elements pane" msgstr "Navigation dans le volet des éléments" +#. DzDg9 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Left or right arrow" msgstr "Flèche vers la gauche ou vers la droite" +#. qpCKG #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "Move left or right to the next category or function." msgstr "Déplacer vers la gauche ou la droite jusqu'à la prochaine catégorie ou fonction." +#. r7rNS #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Enter key" msgstr "Touche Entrée" +#. CnhE4 #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "Selects a category (within the category section) or inserts a function in the <emph>Commands</emph> window (within the function section)." msgstr "Sélectionne un catégorie (dans la section Catégorie) ou insère une fonction dans la <emph>fenêtre de commandes</emph> (dans la section Fonction)." +#. FpXaM #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Tab" msgstr "Tab" +#. NMMtZ #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "Jump from the first category item to the first function of the category." msgstr "Passe du premier élément de la catégorie à la première fonction de la catégorie." +#. nt5td #: 01020000.xhp msgctxt "" "01020000.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "Shift+Tab" msgstr "Maj+Tab" +#. G4Sdf #: 01020000.xhp msgctxt "" "01020000.xhp\n" diff --git a/source/fr/helpcontent2/source/text/smath/06.po b/source/fr/helpcontent2/source/text/smath/06.po index 22d2e439426..8ac9685293a 100644 --- a/source/fr/helpcontent2/source/text/smath/06.po +++ b/source/fr/helpcontent2/source/text/smath/06.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: 2019-04-08 14:23+0200\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2018-05-22 20:37+0000\n" "Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1527021469.000000\n" +#. TrAzH #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Math screenshots" msgstr "Captures d'écran Math" +#. QABk4 #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Alignment Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png\" id=\"img_id331525570544232\" localize=\"true\"><alt id=\"alt_id641525570544232\">Boîte de dialogue d'alignement</alt></image>" +#. XxMrP #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Font Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontdialog/FontDialog.png\" id=\"img_id41525570710879\" localize=\"true\"><alt id=\"alt_id931525570710879\">Boîte de dialogue de police</alt></image>" +#. FFXms #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Font Size Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png\" id=\"img_id131525570713808\" localize=\"true\"><alt id=\"alt_id501525570713809\">Boîte de dialogue de taille de police</alt></image>" +#. 7RGJx #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Font Type Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png\" id=\"img_id441525570718035\" localize=\"true\"><alt id=\"alt_id401525570718036\">Boîte de dialogue de type de police</alt></image>" +#. qDFEC #: screenshots.xhp msgctxt "" "screenshots.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Save Default Dialog</alt></image>" msgstr "<image src=\"media/screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png\" id=\"img_id571525570721266\" localize=\"true\"><alt id=\"alt_id981525570721266\">Boîte de dialogue d'enregistrement par défaut</alt></image>" +#. 6KgFe #: screenshots.xhp msgctxt "" "screenshots.xhp\n" diff --git a/source/fr/helpcontent2/source/text/smath/guide.po b/source/fr/helpcontent2/source/text/smath/guide.po index 59b3dd5497e..5926db36788 100644 --- a/source/fr/helpcontent2/source/text/smath/guide.po +++ b/source/fr/helpcontent2/source/text/smath/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: 2019-01-12 13:18+0100\n" +"POT-Creation-Date: 2019-07-11 18:38+0200\n" "PO-Revision-Date: 2017-05-09 23:09+0000\n" "Last-Translator: Anonymous Pootle User\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,6 +16,7 @@ msgstr "" "X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1494371389.000000\n" +#. P9FEQ #: align.xhp msgctxt "" "align.xhp\n" @@ -24,6 +25,7 @@ msgctxt "" msgid "Manually Aligning Formula Parts" msgstr "Alignement manuel des éléments d'une formule" +#. Dc94G #: align.xhp msgctxt "" "align.xhp\n" @@ -32,6 +34,7 @@ msgctxt "" msgid "<bookmark_value>aligning; characters in %PRODUCTNAME Math</bookmark_value><bookmark_value>formula parts; manually aligning</bookmark_value>" msgstr "<bookmark_value>Alignement;caractères dans %PRODUCTNAME Math</bookmark_value><bookmark_value>Éléments de formules;alignement manuel</bookmark_value>" +#. 5ENLq #: align.xhp msgctxt "" "align.xhp\n" @@ -40,6 +43,7 @@ msgctxt "" msgid "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Manually Aligning Formula Parts\">Manually Aligning Formula Parts</link></variable>" msgstr "<variable id=\"align\"><link href=\"text/smath/guide/align.xhp\" name=\"Alignement manuel des différents éléments d'une formule\">Alignement manuel des différents éléments d'une formule</link></variable>" +#. eUZmq #: align.xhp msgctxt "" "align.xhp\n" @@ -48,6 +52,7 @@ msgctxt "" msgid "How do you align characters in $[officename] Math quickly and easily?" msgstr "Comment aligner des caractères dans $[officename] Math rapidement et facilement ?" +#. EJ2GY #: align.xhp msgctxt "" "align.xhp\n" @@ -56,6 +61,7 @@ msgctxt "" msgid "To accomplish this, you must define empty groups and character strings. They do not require any space, but carry information that helps in the alignment process." msgstr "Utilisez pour cela l'option de définition des groupes et des chaînes de caractères vides. Aucun espace n'est nécessaire mais vous saisissez des informations qui sont utiles lors de l'alignement." +#. BLcvk #: align.xhp msgctxt "" "align.xhp\n" @@ -64,6 +70,7 @@ msgctxt "" msgid "To create empty groups, enter curly brackets <emph>{}</emph> in the Commands window. In the following example, the goal is to achieve a line break so that the plus signs are beneath one another, even though one less character is entered in the upper line:" msgstr "Pour créer des groupes vides, saisissez des accolades <emph>{}</emph> dans la fenêtre de commandes. L'objectif, dans l'exemple suivant, est d'introduire un retour à la ligne de manière à ce que les signes + se trouvent alignés même si la première ligne contient un caractère de moins :" +#. wDfhJ #: align.xhp msgctxt "" "align.xhp\n" @@ -72,6 +79,7 @@ msgctxt "" msgid "Empty character strings are a simple way to ensure that texts and formulas are left-aligned. They are defined using double inverted commas \"\" . Make sure you do not use any typographic inverted commas. Example:" msgstr "Les chaînes de caractères vides constituent une manière simple de garantir que le texte et les formules sont alignés à gauche. Elles sont définies par l'utilisation de doubles guillemets \"\" . Assurez-vous de ne pas utiliser des guillemets typographiques. Exemple :" +#. C6Ky9 #: align.xhp msgctxt "" "align.xhp\n" @@ -80,6 +88,7 @@ msgctxt "" msgid "\"A further example.\" newline a+b newline \"\"c-d" msgstr "\"Exemple supplémentaire.\" newline a+b newline \"\"c-d" +#. WA2Pc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -88,6 +97,7 @@ msgctxt "" msgid "Changing Default Attributes" msgstr "Modification des attributs par défaut" +#. 4DrY6 #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -96,6 +106,7 @@ msgctxt "" msgid "<bookmark_value>attributes; changing in $[officename] Math</bookmark_value><bookmark_value>font attributes;changing defaults</bookmark_value><bookmark_value>formatting;changing default attributes</bookmark_value><bookmark_value>defaults;changing default formatting</bookmark_value><bookmark_value>changing;default formatting</bookmark_value>" msgstr "<bookmark_value>Attributs;modification dans $[officename] Math</bookmark_value><bookmark_value>Caractères;modification des attributs par défaut</bookmark_value><bookmark_value>Formatage;modification des attributs par défaut</bookmark_value><bookmark_value>Formatage par défaut;modification</bookmark_value><bookmark_value>Modification;formatage par défaut</bookmark_value>" +#. WndEQ #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -104,6 +115,7 @@ msgctxt "" msgid "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Changing Default Attributes\">Changing Default Attributes</link></variable>" msgstr "<variable id=\"attributes\"><link href=\"text/smath/guide/attributes.xhp\" name=\"Modification des attributs par défaut\">Modification des attributs par défaut</link></variable>" +#. gAHnh #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -112,6 +124,7 @@ msgctxt "" msgid "Can default formats in $[officename] Math be modified?" msgstr "Modification des formatages standard dans $[officename] Math :" +#. k9ADA #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -120,6 +133,7 @@ msgctxt "" msgid "Some parts of formulas are always formatted bold or italic by default." msgstr "Certaines parties des formules sont toujours en gras ou en italique par défaut." +#. 7A7Vi #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -128,6 +142,7 @@ msgctxt "" msgid "You can remove these attributes using \"nbold\" and \"nitalic\". Example:" msgstr "Vous pouvez supprimer ces attributs en utilisant la commande \"nbold\" et \"nitalic\". Exemple :" +#. MCJxc #: attributes.xhp msgctxt "" "attributes.xhp\n" @@ -136,6 +151,7 @@ msgctxt "" msgid "In the second formula, the a is not italic. The b is bold. You cannot change the plus sign by this method." msgstr "Dans la deuxième formule, le \"a\" n'est pas en italiques. Le \"b\" est en gras. Cette méthode ne vous permet pas de modifier le signe plus." +#. oPuAE #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -144,6 +160,7 @@ msgctxt "" msgid "Merging Formula Parts in Brackets" msgstr "Fusion des éléments de la formule entre parenthèses" +#. bDPkX #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -152,6 +169,7 @@ msgctxt "" msgid "<bookmark_value>brackets; merging formula parts</bookmark_value><bookmark_value>formula parts; merging</bookmark_value><bookmark_value>fractions in formulas</bookmark_value><bookmark_value>merging;formula parts</bookmark_value>" msgstr "<bookmark_value>Parenthèses;fusion des éléments de formule</bookmark_value><bookmark_value>Éléments de formule;fusion</bookmark_value><bookmark_value>Fractions dans les formules</bookmark_value><bookmark_value>Fusion;éléments de formule</bookmark_value>" +#. J7BeM #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -160,6 +178,7 @@ msgctxt "" msgid "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Merging Formula Parts in Brackets\">Merging Formula Parts in Brackets</link></variable>" msgstr "<variable id=\"brackets\"><link href=\"text/smath/guide/brackets.xhp\" name=\"Regroupement de certains éléments de formule entre des parenthèses\">Regroupement de certains éléments de formule entre des parenthèses</link></variable>" +#. z6zop #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -168,6 +187,7 @@ msgctxt "" msgid "Inserting fractions into formulas" msgstr "Saisie des fractions dans une formule" +#. jPtfJ #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -176,6 +196,7 @@ msgctxt "" msgid "In the case of a fraction whose numerator and denominator consist of a product, a sum, and so on, the values that belong together must be bracketed together." msgstr "Pour une fraction dont le numérateur ou le dénominateur se compose d'un produit, d'une somme, etc., les valeurs allant de pair sont indiquées par une parenthèse." +#. 4bWFt #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -184,6 +205,7 @@ msgctxt "" msgid "Use the following syntax:" msgstr "Utilisez la syntaxe suivante :" +#. FX6mw #: brackets.xhp msgctxt "" "brackets.xhp\n" @@ -192,6 +214,7 @@ msgctxt "" msgid "or" msgstr "ou" +#. 3UYoM #: comment.xhp msgctxt "" "comment.xhp\n" @@ -200,6 +223,7 @@ msgctxt "" msgid "Entering Comments" msgstr "Saisie de commentaires" +#. EpAyX #: comment.xhp msgctxt "" "comment.xhp\n" @@ -208,6 +232,7 @@ msgctxt "" msgid "<bookmark_value>comments; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;comments in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>Commentaires;saisie dans $[officename] Math</bookmark_value><bookmark_value>Insertion;commentaires dans $[officename] Math</bookmark_value>" +#. RB5xU #: comment.xhp msgctxt "" "comment.xhp\n" @@ -216,6 +241,7 @@ msgctxt "" msgid "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Entering Comments\">Entering Comments</link></variable>" msgstr "<variable id=\"comment\"><link href=\"text/smath/guide/comment.xhp\" name=\"Saisie de commentaires\">Saisie de commentaires</link></variable>" +#. CA8hE #: comment.xhp msgctxt "" "comment.xhp\n" @@ -224,6 +250,7 @@ msgctxt "" msgid "How does one attach comments that don't appear in the document to a formula?" msgstr "Attribution aux formules de commentaires n'apparaissant pas dans le document :" +#. sj3Gt #: comment.xhp msgctxt "" "comment.xhp\n" @@ -232,6 +259,7 @@ msgctxt "" msgid "A comment begins with a double percent sign <emph>%%</emph>, and extends to the next line-end character (Enter key). Everything that lies in between is ignored and is not printed out. If there are percent signs in the text, they are treated as part of the text." msgstr "Un commentaire commence par un signe de double pourcentage <emph>%%</emph> et se termine par le caractère de fin de ligne suivant (touche Entrée). Tous les éléments de cette zone sont ignorés et n'apparaissent pas à l'impression. Si des signes de pourcentage sont inclus dans le texte, ils sont traités comme des éléments du texte." +#. 27yBP #: comment.xhp msgctxt "" "comment.xhp\n" @@ -240,6 +268,7 @@ msgctxt "" msgid "Example:" msgstr "Exemple :" +#. CMAYs #: comment.xhp msgctxt "" "comment.xhp\n" @@ -248,6 +277,7 @@ msgctxt "" msgid "a^2+b^2=c^2 %% Pythagorean theorem." msgstr "a^2+b^2=c^2 %% Théorème de Pythagore." +#. PZSB7 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -256,6 +286,7 @@ msgctxt "" msgid "Shortcuts ($[officename] Math Accessibility)" msgstr "Raccourcis (accessibilité $[officename] Math)" +#. rsGdv #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -264,6 +295,7 @@ msgctxt "" msgid "<bookmark_value>accessibility; $[officename] Math shortcuts</bookmark_value>" msgstr "<bookmark_value>Accessibilité;raccourcis $[officename] Math</bookmark_value>" +#. 4zHFd #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -272,6 +304,7 @@ msgctxt "" msgid "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Shortcuts ($[officename] Math Accessibility)\">Shortcuts ($[officename] Math Accessibility)</link></variable>" msgstr "<variable id=\"keyboard\"><link href=\"text/smath/guide/keyboard.xhp\" name=\"Raccourcis (Accessibilité dans $[officename] Math)\">Raccourcis (Accessibilité dans $[officename] Math)</link></variable>" +#. ZkpGA #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -280,6 +313,7 @@ msgctxt "" msgid "You can control $[officename] Math without a mouse." msgstr "Vous pouvez contrôler $[officename] Math sans la souris." +#. dNEFC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -288,6 +322,7 @@ msgctxt "" msgid "Inserting a Formula Directly" msgstr "Insertion directe d'une formule" +#. 3ztDF #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -296,6 +331,7 @@ msgctxt "" msgid "If you want to insert a formula into a text document, and you already know the correct writing, you can proceed as follows:" msgstr "Si vous souhaitez insérer une formule dans un document texte et que vous en connaissiez déjà la syntaxe, vous pouvez procéder comme suit :" +#. qoVM4 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -304,6 +340,7 @@ msgctxt "" msgid "Write the formula into your text" msgstr "Écrivez la formule dans votre texte" +#. dmJc9 #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -312,6 +349,7 @@ msgctxt "" msgid "Select the formula" msgstr "Sélectionnez la formule" +#. bN6uQ #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -320,6 +358,7 @@ msgctxt "" msgid "Choose the command <emph>Insert - Object - Formula</emph>." msgstr "Choisissez la commande <emph>Insertion - Objet - Formule</emph>." +#. aowxC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -328,6 +367,7 @@ msgctxt "" msgid "Inserting a Formula using a Window" msgstr "Insertion d'une formule par le biais d'une fenêtre" +#. Tqx4F #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -336,6 +376,7 @@ msgctxt "" msgid "If you want to use the $[officename] Math interface to edit a formula, choose the command <emph>Insert - Object - Formula</emph> without any text selected." msgstr "Si vous souhaitez utiliser l'interface $[officename] Math pour éditer une formule, choisissez la commande <emph>Insertion - Objet - Formule</emph> sans avoir sélectionné de texte." +#. sEBBM #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -344,6 +385,7 @@ msgctxt "" msgid "The cursor waits in the Commands window and you can type the formula." msgstr "Le curseur se trouve dans la fenêtre Commandes et vous pouvez taper la formule." +#. rvzhp #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -352,6 +394,7 @@ msgctxt "" msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open." msgstr "Vous pouvez composer des formules en utilisant le volet Éléments. Ouvrez-le à l'aide du menu <emph>Affichage - Éléments</emph> s'il n'est pas déjà ouvert." +#. tfpCC #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -360,6 +403,7 @@ msgctxt "" msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back." msgstr "Si le volet Éléments est ouvert, utilisez F6 pour passer de la fenêtre Commandes au volet Éléments et inversement." +#. PxwLi #: keyboard.xhp msgctxt "" "keyboard.xhp\n" @@ -368,6 +412,7 @@ msgctxt "" msgid "Elements pane" msgstr "Volet Éléments" +#. iKfcF #: limits.xhp msgctxt "" "limits.xhp\n" @@ -376,6 +421,7 @@ msgctxt "" msgid "Working with Limits" msgstr "Travail avec des limites" +#. 6WSEC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -384,6 +430,7 @@ msgctxt "" msgid "<bookmark_value>limits;in sums/integrals</bookmark_value><bookmark_value>integral limits</bookmark_value>" msgstr "<bookmark_value>Limites;dans les sommes/intégrales</bookmark_value><bookmark_value>Limites intégrales</bookmark_value>" +#. jCWYY #: limits.xhp msgctxt "" "limits.xhp\n" @@ -392,6 +439,7 @@ msgctxt "" msgid "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Working with Limits</link></variable>" msgstr "<variable id=\"limits\"><link href=\"text/smath/guide/limits.xhp\">Travail avec des limites</link></variable>" +#. Gtt8e #: limits.xhp msgctxt "" "limits.xhp\n" @@ -400,6 +448,7 @@ msgctxt "" msgid "How can I define the limits in a Sum or Integral formula?" msgstr "Comment puis-je définir les limites d'une formule de somme ou d'intégrale ?" +#. kFrLC #: limits.xhp msgctxt "" "limits.xhp\n" @@ -408,6 +457,7 @@ msgctxt "" msgid "You want to insert a summation formula like \"summation of s^k from k = 0 to n\" at the cursor in a Writer text document." msgstr "Vous voulez insérer une formule de somme telle que \"somme de s^k à partir de k = 0 à n\" à l'endroit du curseur dans un document texte Writer." +#. 5oKcr #: limits.xhp msgctxt "" "limits.xhp\n" @@ -416,6 +466,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Choisissez <item type=\"menuitem\">Insertion - Objet - Formule</item>." +#. qAFch #: limits.xhp msgctxt "" "limits.xhp\n" @@ -424,6 +475,7 @@ msgctxt "" msgid "You see the Math input window and the Elements pane on the left." msgstr "Vous voyez la fenêtre de saisie Math et le volet Éléments sur la gauche." +#. DZW2c #: limits.xhp msgctxt "" "limits.xhp\n" @@ -432,6 +484,7 @@ msgctxt "" msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item." msgstr "Dans la liste de la partie supérieure du volet Éléments, sélectionnez l'élément <emph>Opérateurs</emph>." +#. r8sVG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -440,6 +493,7 @@ msgctxt "" msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon." msgstr "Dans la partie inférieure du volet Éléments, cliquez sur l'icône <emph>Somme</emph>." +#. erGA9 #: limits.xhp msgctxt "" "limits.xhp\n" @@ -448,6 +502,7 @@ msgctxt "" msgid "To enable lower and upper limits, click additionally the <emph>Upper and Lower Limits</emph> icon." msgstr "Pour activer les limites inférieures et supérieures, cliquez sur l'icône additionnelle <emph>Limites inférieures et supérieures</emph>." +#. YxM8C #: limits.xhp msgctxt "" "limits.xhp\n" @@ -456,6 +511,7 @@ msgctxt "" msgid "In the input window, the first placeholder or marker is selected, and you can start to enter the lower limit:" msgstr "Dans la fenêtre de saisie, le premier substituant ou marqueur est sélectionné et vous pouvez commencer à saisir la limite inférieure :" +#. szLNG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -464,6 +520,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the upper limit:" msgstr "Appuyez sur F4 pour avancer au marqueur suivant et saisissez la limite supérieure :" +#. Wh4vB #: limits.xhp msgctxt "" "limits.xhp\n" @@ -472,6 +529,7 @@ msgctxt "" msgid "Press F4 to advance to the next marker, and enter the summand:" msgstr "Appuyez sur F4 pour avancer au marqueur suivant et saisissez l'opérande :" +#. dJvvn #: limits.xhp msgctxt "" "limits.xhp\n" @@ -480,6 +538,7 @@ msgctxt "" msgid "Now the formula is complete. Click into your text document outside the formula to leave the formula editor." msgstr "Maintenant, la formule est complète. Cliquez dans votre document texte en dehors de la formule pour quitter l'éditeur de formules." +#. bFFkA #: limits.xhp msgctxt "" "limits.xhp\n" @@ -488,6 +547,7 @@ msgctxt "" msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window." msgstr "Dans la même façon, vous pouvez saisir une formule intégrale avec des limites. Lors que vous cliquez sur une icône dans le volet Éléments, la commande de texte assignée est insérée dans la fenêtre de saisie. Si vous connaissez les commandes de texte, vous pouvez saisir les commandes directement dans la fenêtre de saisie." +#. q8yAH #: limits.xhp msgctxt "" "limits.xhp\n" @@ -496,6 +556,7 @@ msgctxt "" msgid "Choose <item type=\"menuitem\">Insert - Object - Formula</item>." msgstr "Choisissez <item type=\"menuitem\">Insertion - Objet - Formule</item>." +#. VAoyi #: limits.xhp msgctxt "" "limits.xhp\n" @@ -504,6 +565,7 @@ msgctxt "" msgid "Click in the input window and enter the following line:" msgstr "Cliquez dans la fenêtre de saisie et saisissez la ligne suivante :" +#. 7rRJW #: limits.xhp msgctxt "" "limits.xhp\n" @@ -512,6 +574,7 @@ msgctxt "" msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon." msgstr "Un léger espace existe entre f(x) et dx, que vous pouvez également saisir en utilisant le volet Éléments : sélectionnez sur l'élément <emph>Format</emph> dans la liste en haut, puis cliquez sur l'icône <emph>Petit espace</emph>." +#. FSWqq #: limits.xhp msgctxt "" "limits.xhp\n" @@ -520,6 +583,7 @@ msgctxt "" msgid "If you don't like the font of the letters f and x, choose <item type=\"menuitem\">Format - Fonts</item> and select other fonts. Click the <emph>Default</emph> button to use the new fonts as default from now on." msgstr "Si vous n'aimez pas les polices des lettres f et x, choisissez <item type=\"menuitem\">Format - Polices</item> et sélectionnez d'autres polices. Cliquez sur le bouton <emph>Par défaut</emph> pour utiliser la nouvelle police comme police par défaut à partir de maintenant." +#. KBUXj #: limits.xhp msgctxt "" "limits.xhp\n" @@ -528,6 +592,7 @@ msgctxt "" msgid "If you need the formula within a line of text, the limits increase the line height. You can choose <item type=\"menuitem\">Format - Text Mode</item> to place the limits besides the Sum or Integral symbol, which reduces the line height." msgstr "Si vous souhaitez une formule positionnée entre les lignes du texte, les limites augmentent la hauteur de la ligne. Vous pouvez choisir <item type=\"menuitem\">Format - Mode texte</item> pour placer les limites à côté des symboles Somme ou Intégrale, ce qui réduit la hauteur de la ligne." +#. FMfHG #: limits.xhp msgctxt "" "limits.xhp\n" @@ -536,6 +601,7 @@ msgctxt "" msgid "<link href=\"text/smath/01/03090909.xhp\">Example of Integral and Sum ranges</link>" msgstr "<link href=\"text/smath/01/03090909.xhp\">Exemple de plages Intégrale et Somme</link>" +#. tfPe4 #: main.xhp msgctxt "" "main.xhp\n" @@ -544,6 +610,7 @@ msgctxt "" msgid "Instructions for Using $[officename] Math" msgstr "Instructions d'utilisation de $[officename] Math" +#. FfhxL #: main.xhp msgctxt "" "main.xhp\n" @@ -552,6 +619,7 @@ msgctxt "" msgid "<bookmark_value>$[officename] Math;general instructions</bookmark_value><bookmark_value>instructions; $[officename] Math</bookmark_value><bookmark_value>Equation Editor, see $[officename] Math</bookmark_value>" msgstr "<bookmark_value>$[officename] Math;instructions générales</bookmark_value><bookmark_value>Instructions;$[officename] Math</bookmark_value><bookmark_value>Éditeur d'équations, voir $[officename] Math</bookmark_value>" +#. DyNdG #: main.xhp msgctxt "" "main.xhp\n" @@ -560,6 +628,7 @@ msgctxt "" msgid "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instructions for Using $[officename] Math\">Instructions for Using $[officename] Math</link></variable>" msgstr "<variable id=\"main\"><link href=\"text/smath/guide/main.xhp\" name=\"Instructions pour l'utilisation de $[officename] Math\">Instructions pour l'utilisation de $[officename] Math</link></variable>" +#. ArDuV #: main.xhp msgctxt "" "main.xhp\n" @@ -568,6 +637,7 @@ msgctxt "" msgid "Entering and Editing Formulas" msgstr "Saisie et édition des formules" +#. 74qEh #: newline.xhp msgctxt "" "newline.xhp\n" @@ -576,6 +646,7 @@ msgctxt "" msgid "Entering Line Breaks" msgstr "Insertion de retours à la ligne" +#. S8pTx #: newline.xhp msgctxt "" "newline.xhp\n" @@ -584,6 +655,7 @@ msgctxt "" msgid "<bookmark_value>line breaks; in formulas</bookmark_value><bookmark_value>formulas;line breaks</bookmark_value><bookmark_value>wrapping text;in formulas</bookmark_value>" msgstr "<bookmark_value>Retours à la ligne;formules</bookmark_value><bookmark_value>Formules;retours à la ligne</bookmark_value><bookmark_value>Adaptation du texte;formules</bookmark_value>" +#. Uaq5F #: newline.xhp msgctxt "" "newline.xhp\n" @@ -592,6 +664,7 @@ msgctxt "" msgid "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Entering Line Breaks\">Entering Line Breaks</link></variable>" msgstr "<variable id=\"newline\"><link href=\"text/smath/guide/newline.xhp\" name=\"Renvoi à la ligne\">Renvoi à la ligne</link></variable>" +#. gLLUF #: newline.xhp msgctxt "" "newline.xhp\n" @@ -600,6 +673,7 @@ msgctxt "" msgid "How to write formulas in $[officename] Math over two lines (with manual line break):" msgstr "Formule à deux lignes dans $[officename] Math (avec renvoi à la ligne manuel) :" +#. hYDBe #: newline.xhp msgctxt "" "newline.xhp\n" @@ -608,6 +682,7 @@ msgctxt "" msgid "Create a line break by using the \"newline\" command. Everything coming after the line break is placed on the next line." msgstr "Pour effectuer un renvoi à la ligne, utilisez la commande \"newline\" ; tout ce qui vient après fait partie d'une nouvelle ligne." +#. fhtKa #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -616,6 +691,7 @@ msgctxt "" msgid "Inserting Brackets" msgstr "Insertion de parenthèses" +#. CeDFE #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -624,6 +700,7 @@ msgctxt "" msgid "<bookmark_value>brackets; inserting in %PRODUCTNAME Math</bookmark_value><bookmark_value>inserting;brackets</bookmark_value><bookmark_value>distances between brackets</bookmark_value>" msgstr "<bookmark_value>Parenthèses;insertion dans %PRODUCTNAME Math</bookmark_value><bookmark_value>Insertion;parenthèses</bookmark_value><bookmark_value>Distances entre les parenthèses</bookmark_value>" +#. XkEUk #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -632,6 +709,7 @@ msgctxt "" msgid "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Inserting Brackets\">Inserting Brackets</link></variable>" msgstr "<variable id=\"parentheses\"><link href=\"text/smath/guide/parentheses.xhp\" name=\"Saisie des parenthèses\">Saisie des parenthèses</link></variable>" +#. cAGdF #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -640,6 +718,7 @@ msgctxt "" msgid "In <item type=\"productname\">%PRODUCTNAME</item> Math, can brackets be shown separately so that the distance between them is freely definable?" msgstr "Affichage des parenthèses séparément et selon une taille variable dans <item type=\"productname\">%PRODUCTNAME</item> Math :" +#. L2fFP #: parentheses.xhp msgctxt "" "parentheses.xhp\n" @@ -648,6 +727,7 @@ msgctxt "" msgid "You can set individual brackets using \"left\" and \"right\", but the distance between the brackets will not be fixed, as they adapt to the argument. Nevertheless, there is a way to display brackets so that the distance between them is fixed. To accomplish this, place a \"\\\" (backslash) before the normal brackets. These brackets now behave like any other symbol and the alignment is the same as with other symbols:" msgstr "Vous pouvez inclure des parenthèses individuelles en utilisant \"left\" et \"right\", mais la distance entre les parenthèses ne sera pas fixe car elle s'adapte à l'argument. Il existe néanmoins une manière d'afficher des parenthèses à distance fixe. Placez une \"\\\" (barre oblique inverse) avant la parenthèse. Ces parenthèses se comporteront comme tout autre symbole et l'alignement est le même que pour les autres symboles :" +#. AECF4 #: text.xhp msgctxt "" "text.xhp\n" @@ -656,6 +736,7 @@ msgctxt "" msgid "Entering Text" msgstr "Saisie de texte" +#. FGbj6 #: text.xhp msgctxt "" "text.xhp\n" @@ -664,6 +745,7 @@ msgctxt "" msgid "<bookmark_value>text strings; entering in $[officename] Math</bookmark_value><bookmark_value>direct text; entering in $[officename] Math</bookmark_value><bookmark_value>inserting;text in $[officename] Math</bookmark_value>" msgstr "<bookmark_value>Chaînes de texte;saisie dans $[officename] Math</bookmark_value><bookmark_value>Texte direct;saisie dans $[officename] Math</bookmark_value><bookmark_value>Insertion;texte dans $[officename] Math</bookmark_value>" +#. XRDUC #: text.xhp msgctxt "" "text.xhp\n" @@ -672,6 +754,7 @@ msgctxt "" msgid "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Entering Text\">Entering Text</link></variable>" msgstr "<variable id=\"text\"><link href=\"text/smath/guide/text.xhp\" name=\"Saisie de texte\">Saisie de texte</link></variable>" +#. FGjG4 #: text.xhp msgctxt "" "text.xhp\n" @@ -680,6 +763,7 @@ msgctxt "" msgid "How to enter direct text strings that do not get interpreted?" msgstr "Comment saisir des chaînes de texte directement sans qu'elles soient interprétées ?" +#. 8AWkB #: text.xhp msgctxt "" "text.xhp\n" @@ -688,6 +772,7 @@ msgctxt "" msgid "Some text strings get interpreted as operators automatically. Sometimes this is not what you want. If you want to write W<emph>*</emph> (a letter with a superscripted asterisk), the asterisk will be interpreted as a multiplication operator. Enclose the direct text within double quotes or add spaceholders." msgstr "Certaines chaînes de texte sont interprétées automatiquement comme des opérateurs. Parfois, ce n'est pas ce que vous désirez. Si vous voulez écrire W<emph>*</emph> (une lettre avec un astérisque en exposant), l'astérisque sera interprété comme un opérateur de multiplication. Mettez le texte entre guillemets doubles ou ajoutez un substituant." +#. HCpMB #: text.xhp msgctxt "" "text.xhp\n" @@ -696,6 +781,7 @@ msgctxt "" msgid "Examples:" msgstr "Exemples :" +#. aKbTy #: text.xhp msgctxt "" "text.xhp\n" @@ -704,6 +790,7 @@ msgctxt "" msgid "An imported MathType formula contains the following string" msgstr "Une formule MathType importée contient les chaînes suivantes" +#. pgDrE #: text.xhp msgctxt "" "text.xhp\n" @@ -712,6 +799,7 @@ msgctxt "" msgid "If you have set up Math to convert imported MathType formulas (in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - Microsoft Office), you see the formula with a placeholder instead of the asterisk." msgstr "Si vous avez défini Math pour convertir des formules MathType importées (dans <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Préférences</caseinline><defaultinline>Outils - Options</defaultinline></switchinline> - Chargement/enregistrement - Microsoft Office), vous voyez la formule avec un substituant à la place de l'astérisque." +#. VXaga #: text.xhp msgctxt "" "text.xhp\n" @@ -720,6 +808,7 @@ msgctxt "" msgid "Change {*} to {} * {} as in the following formula:" msgstr "Modifiez {*} en {} * {} comme dans la formule suivante :" +#. HGq8j #: text.xhp msgctxt "" "text.xhp\n" @@ -728,6 +817,7 @@ msgctxt "" msgid "You can also use W^\"*\" to enter the character as direct text." msgstr "Vous pouvez également utiliser W^\"*\" pour saisir le caractère comme texte." +#. qELLZ #: text.xhp msgctxt "" "text.xhp\n" diff --git a/source/fr/helpcontent2/source/text/swriter.po b/source/fr/helpcontent2/source/text/swriter.po index d466aaf1e24..406dee3a03c 100644 --- a/source/fr/helpcontent2/source/text/swriter.po +++ b/source/fr/helpcontent2/source/text/swriter.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-06-11 17:09+0200\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-10 15:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/fr/>\n" @@ -467,42 +467,6 @@ msgctxt "" msgid "Show or hide <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">resolved comments</link>." msgstr "Afficher ou masquer les <link href=\"text/shared/01/04050000.xhp#resolvecomments\" name=\"resolve comments\">commentaires résolus</link>." -#. EsnVW -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150854018740\n" -"help.text" -msgid "Show Whitespace" -msgstr "Afficher les espaces vides" - -#. WJ3Vz -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"par_id102720150854012820\n" -"help.text" -msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements above and display document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." -msgstr "Affiche le document avec les marges haute et basse, l'en-tête et le pied de page et un espace entre les pages. Décochez pour réduire tous les éléments ci-dessus et afficher le document dans un flux de page contigu. Masquer les espaces vierges n'est possible que dans Affichage une seule page." - -#. eBSCq -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id03302017034826145\n" -"help.text" -msgid "Track Changes" -msgstr "Suivi des modifications" - -#. 95G2n -#: main0103.xhp -msgctxt "" -"main0103.xhp\n" -"hd_id102720150908397549\n" -"help.text" -msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>" -msgstr "<link href=\"text/shared/01/gallery.xhp\">Galerie</link>" - #. NEqPZ #: main0103.xhp msgctxt "" @@ -872,6 +836,24 @@ msgctxt "" msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>" +#. KAnyG +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id621628789958422\n" +"help.text" +msgid "<link href=\"text/shared/guide/redaction.xhp\" name=\"Redact\">Redact</link>" +msgstr "" + +#. hoCpd +#: main0106.xhp +msgctxt "" +"main0106.xhp\n" +"hd_id231628790402002\n" +"help.text" +msgid "<link href=\"text/shared/guide/auto_redact.xhp\" name=\"AutoRedact\">Auto-Redact</link>" +msgstr "" + #. 9FPWA #: main0106.xhp msgctxt "" @@ -1466,6 +1448,42 @@ msgctxt "" msgid "Toggles the setting for automatically recognizing numbers or dates that you enter into a table cell, converting them from text to an appropriate number format." msgstr "Bascule le paramétrage pour reconnaître automatiquement les nombres ou les dates saisies dans une cellule de tableau, les convertissant du format texte en un format de nombre approprié." +#. kz8tL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id711630938569930\n" +"help.text" +msgid "Header Rows Repeat Across Pages" +msgstr "" + +#. pV6gM +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id451630938722616\n" +"help.text" +msgid "Repeat a table heading on each new page that the table spans." +msgstr "" + +#. kXsZH +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"hd_id191630938574129\n" +"help.text" +msgid "Rows to Break Across Pages" +msgstr "" + +#. iUmYL +#: main0110.xhp +msgctxt "" +"main0110.xhp\n" +"par_id841630938899606\n" +"help.text" +msgid "Allows a page break or column break inside a row of the table. This option is not applied to the first row in a table if the <emph>Repeat Heading</emph> option is selected." +msgstr "" + #. kwKdS #: main0110.xhp msgctxt "" @@ -2366,14 +2384,14 @@ msgctxt "" msgid "Rulers display the dimensions of the page, and the position of tabs, indents, borders and columns. You can modify all of these on the rulers using the mouse." msgstr "Les règles indiquent non seulement les dimensions de la page mais également les taquets de tabulation, retraits, marges et colonnes, que vous pouvez modifier à l'aide de la souris." -#. NtELb +#. qEzBZ #: main0213.xhp msgctxt "" "main0213.xhp\n" "par_id3154239\n" "help.text" -msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." -msgstr "Double-cliquez dans une zone libre (grise) des règles pour activer la boîte de dialogue <emph>Paragraphe</emph> permettant de définir des <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatages directs\">formatages directs</link> applicables au paragraphe actif ou à l'ensemble des paragraphes sélectionnés." +msgid "By double-clicking on the ruler, you can open the <emph>Paragraph</emph> dialog and assign <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct paragraph formatting\">direct paragraph formatting</link> for the current paragraph or all selected paragraphs." +msgstr "" #. LqCV4 #: main0214.xhp diff --git a/source/fr/helpcontent2/source/text/swriter/00.po b/source/fr/helpcontent2/source/text/swriter/00.po index 128bf94a5f9..0fd5c373f85 100644 --- a/source/fr/helpcontent2/source/text/swriter/00.po +++ b/source/fr/helpcontent2/source/text/swriter/00.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-03-23 11:45+0100\n" +"POT-Creation-Date: 2021-09-10 23:11+0200\n" "PO-Revision-Date: 2021-04-10 15:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/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.4.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1557848222.000000\n" @@ -494,6 +494,33 @@ msgctxt "" msgid "Formatting Marks" msgstr "Marques de formatage" +#. LmXFe +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id401629894593714\n" +"help.text" +msgid "Choose <menuitem>View - Show Whitespace</menuitem>." +msgstr "" + +#. SuxGC +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id291629893774665\n" +"help.text" +msgid "<image src=\"cmd/lc_showwhitespace.svg\" id=\"img_id221629893774666\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id141629893774667\">Icon Show Whitespace </alt></image>" +msgstr "" + +#. BEcch +#: 00000403.xhp +msgctxt "" +"00000403.xhp\n" +"par_id311629893774668\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + #. PM6tg #: 00000403.xhp msgctxt "" @@ -2816,6 +2843,24 @@ msgctxt "" msgid "<variable id=\"adiagr\">Choose <menuitem>Tools - Update - Charts</menuitem></variable>" msgstr "<variable id=\"adiagr\">Choisissez <menuitem>Outils - Actualiser - Diagrammes</menuitem></variable>" +#. eFAoC +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id101630955770811\n" +"help.text" +msgid "<variable id=\"protectfield\">Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem>.</variable>" +msgstr "" + +#. YhoGY +#: 00000406.xhp +msgctxt "" +"00000406.xhp\n" +"par_id621630955775413\n" +"help.text" +msgid "<variable id=\"protecbookmarks\">Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem>.</variable>" +msgstr "" + #. DbjCa #: 00000406.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/swriter/01.po b/source/fr/helpcontent2/source/text/swriter/01.po index 86f86ea146e..2fc2e34792b 100644 --- a/source/fr/helpcontent2/source/text/swriter/01.po +++ b/source/fr/helpcontent2/source/text/swriter/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-06-24 12:51+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-06-26 11:03+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/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.6.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1558473287.000000\n" @@ -692,14 +692,14 @@ msgctxt "" msgid "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigator</link></variable>" msgstr "<variable id=\"Navigator\"><link href=\"text/swriter/01/02110000.xhp\" name=\"Navigator\">Navigateur</link></variable>" -#. uXgCi +#. BpzBg #: 02110000.xhp msgctxt "" "02110000.xhp\n" "par_id3149802\n" "help.text" -msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." -msgstr "<ahelp hid=\".\">Affiche ou masque le Navigateur, à partir duquel vous pouvez accéder rapidement aux différents éléments du document. Le Navigateur permet aussi d'insérer des éléments provenant du document actif ou d'un autre document ouvert, et d'organiser des documents maîtres.</ahelp> Pour éditer un élément dans le Navigateur, cliquez avec le bouton droit de la souris sur l'élément en question, puis choisissez une commande dans le menu contextuel. Vous pouvez <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancrer\">ancrer</link> le Navigateur au bord de la zone de travail." +msgid "<ahelp hid=\".\">Shows or hides the Navigator window, where you can quickly jump to different parts of your document. Navigator is also available as a deck of the Sidebar. You can also use the Navigator to insert elements from the current document or other open documents, and to organize master documents.</ahelp> To edit an item in the Navigator, right-click the item, and then choose a command from the context menu. If you want, you can <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Navigator at the edge of your workspace." +msgstr "" #. 3Bt3V #: 02110000.xhp @@ -15794,14 +15794,14 @@ msgctxt "" msgid "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the <emph>Lines </emph>box.</ahelp> If the number of lines at the top of the page is less than the amount specified in the <emph>Lines </emph>box, the position of the break is adjusted." msgstr "<ahelp hid=\"cui/ui/textflowpage/spinWidow\">Spécifie le nombre minimal de lignes que doit contenir un paragraphe en haut de la page qui suit un saut de page. Activez cette case à cocher, puis saisissez le nombre de lignes souhaité dans la zone <emph>Lignes</emph>.</ahelp> Si le nombre de lignes en haut de la page est inférieur à celui spécifié dans la zone <emph>Lignes</emph>, la position du saut est ajustée en conséquence." -#. BVnkP +#. r5hME #: 05030200.xhp msgctxt "" "05030200.xhp\n" "par_id3155860\n" "help.text" -msgid "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphans\">Orphans</link>." -msgstr "<link href=\"text/shared/00/00000005.xhp#schuster\" name=\"Orphelines\">Orphelines</link>." +msgid "<link href=\"text/shared/00/00000005.xhp#widows_and_orphans\" name=\"Orphans\">Orphans</link>." +msgstr "" #. ZG3Lb #: 05030400.xhp @@ -17531,14 +17531,14 @@ msgctxt "" msgid "Type" msgstr "Type" -#. 7Ft3j +#. RszD2 #: 05060100.xhp msgctxt "" "05060100.xhp\n" "bm_id9646290\n" "help.text" -msgid "<bookmark_value>resizing;aspect ratio</bookmark_value><bookmark_value>aspect ratio;resizing objects</bookmark_value>" -msgstr "<bookmark_value>Redimensionnement;proportion</bookmark_value><bookmark_value>Proportion;redimensionnement d'objets</bookmark_value>" +msgid "<bookmark_value>resizing;aspect ratio</bookmark_value> <bookmark_value>aspect ratio;resizing objects</bookmark_value>" +msgstr "" #. aWPDS #: 05060100.xhp @@ -17900,23 +17900,113 @@ msgctxt "" msgid "to" msgstr "pour" -#. 2BZkr +#. UukGz #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3149213\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionnez le point de référence l'option d'alignement horizontal sélectionnée.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected horizontal alignment option.</ahelp> The following options are available:" +msgstr "" + +#. pSgnp +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629211712372\n" +"help.text" +msgid "<emph>Paragraph area:</emph> the object is positioned considering the whole width available for the paragraph, including indent spaces." +msgstr "" + +#. iWFAw +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id761629211713907\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the whole width available for text in the paragraph, excluding indent spaces." +msgstr "" + +#. ANQo2 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id821629211714199\n" +"help.text" +msgid "<emph>Left paragraph border:</emph> the object is positioned considering the width of the indent space available to the left of the paragraph." +msgstr "" + +#. sChkG +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211714572\n" +"help.text" +msgid "<emph>Right paragraph border:</emph> the object is positioned considering the width of the indent space available to the right of the paragraph." +msgstr "" + +#. UWViJ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id171629211714933\n" +"help.text" +msgid "<emph>Left page border:</emph> the object is positioned considering the space available between the left page border and the left paragraph border." +msgstr "" + +#. F9qZf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id131629211715280\n" +"help.text" +msgid "<emph>Right page border:</emph> the object is positioned considering the space available between the right page border and the right paragraph border." +msgstr "" + +#. norkq +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629211796237\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the whole width of the page, from the left to the right page borders." +msgstr "" + +#. CmKyb +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id981629211796563\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the whole width available for text in the page, from the left to the right page margins." +msgstr "" + +#. JuoS4 +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629211796776\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the horizontal space used by the character." +msgstr "" -#. Cz8Vi +#. cAAkt #: 05060100.xhp msgctxt "" "05060100.xhp\n" -"par_id3149230\n" +"par_id701629220055018\n" +"help.text" +msgid "Beware that the set of options available depend on the Anchor settings. Therefore, not all options listed above may be shown due to the current Anchor choice." +msgstr "" + +#. eBQAz +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id741629211922065\n" "help.text" msgid "You can see the result of the alignments options that you select in the Preview box." -msgstr "Vous pouvez voir le résultat des options d'alignement sélectionnées dans la zone d'aperçu." +msgstr "" #. EUGc6 #: 05060100.xhp @@ -17999,14 +18089,86 @@ msgctxt "" msgid "to" msgstr "pour" -#. GevPM +#. WCoTF #: 05060100.xhp msgctxt "" "05060100.xhp\n" "par_id3155075\n" "help.text" -msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp>" -msgstr "<ahelp hid=\".\">Sélectionnez le point de référence pour l'option d'alignement verticale sélectionnée.</ahelp>" +msgid "<ahelp hid=\".\">Select the reference point for the selected vertical alignment option.</ahelp> The following options are available:" +msgstr "" + +#. 5GxHP +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id551629212019498\n" +"help.text" +msgid "<emph>Margin:</emph> Depending on the anchoring type, the object is positioned considering the space between the top margin and the character (\"To character\" anchoring) or bottom edge of the paragraph (\"To paragraph\" anchoring) where the anchor is placed." +msgstr "" + +#. vKwer +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id481629212019833\n" +"help.text" +msgid "<emph>Paragraph text area:</emph> the object is positioned considering the height of the paragraph where the anchor is placed." +msgstr "" + +#. 2i9ic +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id521629212020113\n" +"help.text" +msgid "<emph>Entire page:</emph> the object is positioned considering the full page height, from top to bottom page borders." +msgstr "" + +#. WvDZQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id691629212020466\n" +"help.text" +msgid "<emph>Page text area:</emph> the object is positioned considering the full height available for text, from top to bottom margins." +msgstr "" + +#. R8syf +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id951629212020860\n" +"help.text" +msgid "<emph>Character:</emph> the object is positioned considering the vertical space used by the character." +msgstr "" + +#. 76CzL +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629212021233\n" +"help.text" +msgid "<emph>Line of text:</emph> the object is positioned considering the height of the line of text where the anchor is placed." +msgstr "" + +#. ywYwM +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id631629220309961\n" +"help.text" +msgid "<emph>Baseline:</emph> available only for \"As character\" anchoring, this option will position the object considering the text baseline over which all characters are placed." +msgstr "" + +#. xYbGQ +#: 05060100.xhp +msgctxt "" +"05060100.xhp\n" +"par_id811629220310472\n" +"help.text" +msgid "<emph>Row:</emph> available only for \"As character\" anchoring, this option will position the object considering the height of the row where the anchor is placed." +msgstr "" #. bQXrs #: 05060100.xhp @@ -22481,14 +22643,14 @@ msgctxt "" msgid "When a List Style is created, a name is assigned to the style. The list style can be applied to paragraphs or assigned to a paragraph style in the Apply List Style section of the <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Outline & List</link> tab." msgstr "Lorsqu'un style de liste est créé, un nom est assigné au style. Le style de liste peut être appliqué aux paragraphes ou assigné à un style de paragraphe dans la section Appliquer le style de lise de l'onglet <link href=\"text/swriter/01/05030800.xhp\" name=\"ApplyListStyle\">Plan et liste</link> ." -#. MU724 +#. 9GiGz #: 05130004.xhp msgctxt "" "05130004.xhp\n" "par_id3151390\n" "help.text" -msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>. They are not list styles." -msgstr "Les listes ordonnées et non ordonnées créées dans la boîte de dialogue <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Puces et numérotation</link> ou par les icônes <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">(Dés)activer la liste ordonnée</link> et <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">(Dés)activer la liste non ordonnée</link> de la barre <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatage</link> utilisent une <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">formatage direct</link>. Ce ne sont pas des styles de liste." +msgid "Ordered lists and unordered lists created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the <link href=\"text/swriter/02/02110000.xhp\" name=\"Toggle Ordered List\">Toggle Ordered List</link> and <link href=\"text/shared/02/06120000.xhp\" name=\"Toggle Unordered List\">Toggle Unordered List</link> icons of the <link href=\"text/swriter/main0202.xhp\" name=\"object bar\">Formatting</link> bar use <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"direct formatting\">direct formatting</link>. They are not list styles." +msgstr "" #. UgisA #: 05130100.xhp @@ -22778,14 +22940,14 @@ msgctxt "" msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose Edit Paragraph Style in the context menu of a paragraph to edit the style of all paragraphs of the same style.</ahelp>" msgstr "<ahelp hid=\".\" visibility=\"hidden\">Choisissez Éditer le style de paragraphe dans le menu contextuel d'un paragraphe pour éditer le style de tous les paragraphes du même styles.</ahelp>" -#. 8qFKz +#. PCdBP #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_idN106EF\n" "help.text" -msgid "To <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." -msgstr "Pour <link href=\"text/shared/00/00000005.xhp#andocken\" name=\"ancrer\">ancrer</link> la fenêtre Styles, faites glisser sa barre de titre vers le bord droit ou gauche de la zone de travail. Pour détacher la fenêtre, double-cliquez dans une zone libre de sa barre d'outils." +msgid "To <link href=\"text/shared/00/00000005.xhp#docking\" name=\"dock\">dock</link> the Styles window, drag its title bar to the left or to the right side of the workspace. To undock the window, double-click a free space on its toolbar." +msgstr "" #. rnJBS #: 05140000.xhp @@ -22823,14 +22985,14 @@ msgctxt "" msgid "Paragraph Styles" msgstr "Styles de paragraphe" -#. qAqK4 +#. YsBSM #: 05140000.xhp msgctxt "" "05140000.xhp\n" "par_id3149800\n" "help.text" -msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." -msgstr "<ahelp hid=\".\">Affiche les styles de formatage applicables aux paragraphes.</ahelp> Les styles de paragraphe permettent d'appliquer le même <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"formatage\">formatage</link> tels que police, numérotation et mise en page aux paragraphes de votre document." +msgid "<ahelp hid=\".\">Displays formatting styles for paragraphs.</ahelp> Use paragraph styles to apply the same <link href=\"text/shared/00/00000005.xhp#formatting\" name=\"formatting\">formatting</link>, such as font, numbering, and layout to the paragraphs in your document." +msgstr "" #. ataNf #: 05140000.xhp @@ -24569,14 +24731,14 @@ msgctxt "" msgid "Load/Save" msgstr "Chargement/enregistrement" -#. 4jFGn +#. Abswb #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3147512\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/user\">Enregistre ou charge un format de numérotation des chapitres. Un format de numérotation des chapitres enregistré est disponible au chargement dans d'autres documents texte.</ahelp>" +msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/format\">Saves or loads a chapter numbering format. A saved chapter numbering format is available to load into other text documents.</ahelp>" +msgstr "" #. DkYUj #: 06060000.xhp @@ -24596,14 +24758,14 @@ msgctxt "" msgid "Untitled 1 - 9" msgstr "Sans nom 1 - 9" -#. GEBee +#. EWZmA #: 06060000.xhp msgctxt "" "06060000.xhp\n" "par_id3150350\n" "help.text" -msgid "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." -msgstr "<ahelp hid=\"modules/swriter/ui/outlinenumbering/form1\">Sélectionnez un format de numérotation prédéfini.</ahelp> Enregistrez votre propre format de numérotation prédéfini en utilisant <emph>Enregistrer sous</emph>." +msgid "<ahelp hid=\".\">Select a predefined numbering format.</ahelp> Save your own predefined numbering formats using <emph>Save As</emph>." +msgstr "" #. NoHGV #: 06060000.xhp @@ -24740,15 +24902,6 @@ msgctxt "" msgid "<emph>Description</emph>" msgstr "<emph>Description</emph>" -#. AoxBN -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3155899\n" -"help.text" -msgid "1, 2, 3, ..." -msgstr "1, 2, 3, ..." - #. rDEQw #: 06060100.xhp msgctxt "" @@ -24758,15 +24911,6 @@ msgctxt "" msgid "Arabic numerals" msgstr "Chiffres arabes" -#. aMCaW -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3147513\n" -"help.text" -msgid "A, B, C, ..." -msgstr "A, B, C, ..." - #. zVG2q #: 06060100.xhp msgctxt "" @@ -24776,15 +24920,6 @@ msgctxt "" msgid "Capital letters" msgstr "Majuscules" -#. sgQ6h -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3154104\n" -"help.text" -msgid "a, b, c, ..." -msgstr "a, b, c, ..." - #. E2DAU #: 06060100.xhp msgctxt "" @@ -24794,15 +24929,6 @@ msgctxt "" msgid "Lowercase letters" msgstr "Minuscules" -#. XbqUP -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3151314\n" -"help.text" -msgid "I, II, III, ..." -msgstr "I, II, III, ..." - #. PNNRW #: 06060100.xhp msgctxt "" @@ -24812,15 +24938,6 @@ msgctxt "" msgid "Roman numerals (upper)" msgstr "Majuscules romaines" -#. PZNRY -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3150360\n" -"help.text" -msgid "i, ii, iii, ..." -msgstr "i, ii, iii, ..." - #. QHGzf #: 06060100.xhp msgctxt "" @@ -24830,15 +24947,6 @@ msgctxt "" msgid "Roman numerals (lower)" msgstr "Minuscules romaines" -#. cihkt -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3149298\n" -"help.text" -msgid "A,... AA,... AAA,..." -msgstr "A,... AA,... AAA,..." - #. ozLot #: 06060100.xhp msgctxt "" @@ -24848,15 +24956,6 @@ msgctxt "" msgid "Alphabetical numbering with identical capital letters, where the number of letters indicates the chapter level. For example, the second number in level three is \"BBB\"." msgstr "Numérotation alphabétique avec des lettres majuscules identiques, où le nombre de lettres indique le niveau de chapitre. Par exemple, le numéro deux du troisième niveau est \"BBB\"." -#. dYQ5A -#: 06060100.xhp -msgctxt "" -"06060100.xhp\n" -"par_id3143284\n" -"help.text" -msgid "a,... aa,... aaa,..." -msgstr "a,... aa,... aaa,..." - #. AdZyB #: 06060100.xhp msgctxt "" @@ -26927,6 +27026,222 @@ msgctxt "" msgid "Updates items in the current document that have dynamic contents, so as fields and indexes." msgstr "Actualise les éléments du document actif dont le contenu est dynamique, tels que les champs et les index." +#. T2G4E +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"tit\n" +"help.text" +msgid "Accessibility Check" +msgstr "" + +#. BQC8G +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"bm_id551630942369429\n" +"help.text" +msgid "<bookmark_value>accessibility;check in text document</bookmark_value> <bookmark_value>PDF/UA;ckeck</bookmark_value>" +msgstr "" + +#. M96s3 +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id771630940172827\n" +"help.text" +msgid "<variable id=\"accessibilitycheckh1\"><link href=\"text/swriter/01/accessibility_check.xhp\" name=\"Accessibility Check\">Accessibility Check</link></variable>" +msgstr "" + +#. yT4uv +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id951630940172830\n" +"help.text" +msgid "Review common accessibility problems in the document, and support for PDF/UA specifications in the PDF export dialog." +msgstr "" + +#. EYLLt +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id311630940367510\n" +"help.text" +msgid "Choose <menuitem>Tools - Accessibility Check</menuitem>." +msgstr "" + +#. MChEF +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id521630941308319\n" +"help.text" +msgid "Select <menuitem>File - Export as PDF - General - Universal Accessibility (PDF/UA)</menuitem> and click <emph>OK</emph>." +msgstr "" + +#. FvnEV +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941406987\n" +"help.text" +msgid "The Accessibility Check tool traverses the document structure and gather all possible accessibility issues. The check can be run manually through the menu or it will be triggered after PDF export dialog, when the PDF/UA support is enabled." +msgstr "" + +#. RpbFj +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id271630943848307\n" +"help.text" +msgid "The Accessibility Check dialog" +msgstr "" + +#. FAFuD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id681630943858371\n" +"help.text" +msgid "The Accessibility Check dialog shows a list of all issues found in the text document." +msgstr "" + +#. RPhYG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id841630943833924\n" +"help.text" +msgid "Go to Issue" +msgstr "" + +#. fquGN +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id41630943863594\n" +"help.text" +msgid "Click the button to jump to the page and select the object or issue that requires attention for accessibility." +msgstr "" + +#. WgpUi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"hd_id121630943721145\n" +"help.text" +msgid "Common accessibility checks" +msgstr "" + +#. 9u7no +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id31630941412046\n" +"help.text" +msgid "The checks that are currently implemented are:" +msgstr "" + +#. sxkkp +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id191630941836904\n" +"help.text" +msgid "Check that the document title is set." +msgstr "" + +#. B3GtS +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941860410\n" +"help.text" +msgid "Check that the document language is set, or that all styles that are in use, have the language set." +msgstr "" + +#. EhNJE +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id1001630941880414\n" +"help.text" +msgid "Check all images, graphics, OLE objects for the alt (or title in some objects) text." +msgstr "" + +#. PSxFG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id491630941907745\n" +"help.text" +msgid "Check tables don't include splits or merges, which aren't allowed by the specifications." +msgstr "" + +#. wkEAD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id901630941949974\n" +"help.text" +msgid "Check for fake/manual numbering (not using integrated numbering). For example writing \"1.\" \"2.\" \"3.\" at the beginning of the paragraphs." +msgstr "" + +#. 9e7Xi +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id981630941970321\n" +"help.text" +msgid "Check that hyperlink text is not a hyperlink itself - hyperlink should be described." +msgstr "" + +#. DRKCs +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id421630941989099\n" +"help.text" +msgid "Check for the contrast between text and the background. The algorithm is described in the WCAG specification." +msgstr "" + +#. dVG2r +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id781630942005022\n" +"help.text" +msgid "Check for blinking text, which can be problematic for people with cognitive disabilities or photosensitive epilepsy." +msgstr "" + +#. QgCco +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id651630942022847\n" +"help.text" +msgid "Check for footnotes and endnotes, which should be avoided." +msgstr "" + +#. uoggD +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id531630942039864\n" +"help.text" +msgid "Check for heading order. Order of the headings must increase incrementally with no skips (for example Heading 1 to Heading 3, skipping Heading 2)." +msgstr "" + +#. LdMWG +#: accessibility_check.xhp +msgctxt "" +"accessibility_check.xhp\n" +"par_id221630942064725\n" +"help.text" +msgid "Check, if text conveys additional meaning with (direct) formatting." +msgstr "" + #. k5UDL #: edit_reference_submenu.xhp msgctxt "" @@ -30374,6 +30689,96 @@ msgctxt "" msgid "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Making a Shortcut Key</link>" msgstr "<link href=\"text/shared/01/06140200.xhp\" name=\"makeshortcut\">Faire un raccourci clavier</link>" +#. o5ZPq +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"tit\n" +"help.text" +msgid "Protect Document" +msgstr "" + +#. 2VVFB +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"bm_id71630957701819\n" +"help.text" +msgid "<bookmark_value>protection;fields in text documents</bookmark_value><bookmark_value>protection;bookmarks in text documents</bookmark_value>" +msgstr "" + +#. iNpsr +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id631630954633446\n" +"help.text" +msgid "<link href=\"text/swriter/01/protectdocument.xhp\" name=\"Protect Document\">Protect Document</link>" +msgstr "" + +#. NTd9C +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id491630954633448\n" +"help.text" +msgid "Toggles write protection for fields and bookmarks in the document." +msgstr "" + +#. 9CfQn +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id18112016398104\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protwarn\"/>" +msgstr "" + +#. ZeFv5 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id431630956035026\n" +"help.text" +msgid "Protect Fields" +msgstr "" + +#. wRf6V +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id851630956050636\n" +"help.text" +msgid "Toggles fields write protection. When checked, the fields cannot be edited or deleted." +msgstr "" + +#. DBkt8 +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"hd_id871630956040154\n" +"help.text" +msgid "Protect Bookmarks" +msgstr "" + +#. PxAHD +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id631630956055502\n" +"help.text" +msgid "Toggles bookmark write protection. When checked, the bookmarks cannot be deleted or renamed." +msgstr "" + +#. 96cqF +#: protectdocument.xhp +msgctxt "" +"protectdocument.xhp\n" +"par_id281630957530212\n" +"help.text" +msgid "<embedvar href=\"text/swriter/guide/protection.xhp#protection\"/>" +msgstr "" + #. KadxR #: selection_mode.xhp msgctxt "" @@ -30419,6 +30824,33 @@ msgctxt "" msgid "<ahelp hid=\".\">In block selection mode, you can select a rectangular block of text.</ahelp>" msgstr "<ahelp hid=\".\">Dans le mode de sélection bloc, vous sélectionnez un bloc de texte rectangulaire.</ahelp>" +#. E3EVP +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"tit\n" +"help.text" +msgid "Show Whitespace" +msgstr "" + +#. Bb74x +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"hd_id11629893531856\n" +"help.text" +msgid "<link href=\"text/swriter/01/show_whitespace.xhp\" name=\"show_whitespace\">Show Whitespace</link>" +msgstr "" + +#. 9GHq6 +#: show_whitespace.xhp +msgctxt "" +"show_whitespace.xhp\n" +"par_id102720150854012820\n" +"help.text" +msgid "Displays the document with the top and bottom margins, header and footer and a gap between pages. Uncheck to collapse all the elements cited and display the document in a contiguous page stream. Hiding whitespace is only possible in Single-page view." +msgstr "" + #. wDniB #: title_page.xhp msgctxt "" diff --git a/source/fr/helpcontent2/source/text/swriter/04.po b/source/fr/helpcontent2/source/text/swriter/04.po index c71f8a9d668..4eff599f407 100644 --- a/source/fr/helpcontent2/source/text/swriter/04.po +++ b/source/fr/helpcontent2/source/text/swriter/04.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-03-08 14:40+0100\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-03-19 16:40+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/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.4.2\n" +"X-Generator: LibreOffice\n" "X-POOTLE-MTIME: 1529166455.000000\n" #. brcGC @@ -1276,14 +1276,14 @@ msgctxt "" msgid "Ctrl+Arrow Up" msgstr "Ctrl+Flèche vers le haut" -#. AMkTV +#. cDPtt #: 01020000.xhp msgctxt "" "01020000.xhp\n" "par_id1764275\n" "help.text" -msgid "Move cursor to beginning of the previous paragraph" -msgstr "Déplacer le curseur au début du paragraphe précédent" +msgid ">Move cursor to beginning of paragraph. Next keystroke moves cursor to beginning of previous paragraph" +msgstr "" #. VEwNS #: 01020000.xhp diff --git a/source/fr/helpcontent2/source/text/swriter/guide.po b/source/fr/helpcontent2/source/text/swriter/guide.po index 173a1062db5..1f64277115c 100644 --- a/source/fr/helpcontent2/source/text/swriter/guide.po +++ b/source/fr/helpcontent2/source/text/swriter/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-04-27 17:03+0200\n" +"POT-Creation-Date: 2021-09-14 12:01+0200\n" "PO-Revision-Date: 2021-05-05 13:37+0000\n" "Last-Translator: sophie <gautier.sophie@gmail.com>\n" "Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/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.4.2\n" +"X-Generator: LibreOffice\n" "X-Project-Style: openoffice\n" "X-POOTLE-MTIME: 1562257671.000000\n" @@ -13265,14 +13265,14 @@ msgctxt "" msgid "For whole table, select the table, and choose the <item type=\"menuitem\">Table - Protect Cells</item> in menu bar." msgstr "Pour le tableau entier, sélectionnez le tableau et choisissez <item type=\"menuitem\">Tableau - Protéger les cellules</item> dans la barre de menu." -#. Eq6S6 +#. umEmt #: protection.xhp msgctxt "" "protection.xhp\n" "par_id3155178\n" "help.text" -msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item> </caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" -msgstr "<variable id=\"firstof\">Si nécessaire, choisissez<switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Préférences</item> </caseinline><defaultinline><item type=\"menuitem\">Outils - Options</item></defaultinline></switchinline><item type=\"menuitem\">%PRODUCTNAME Writer - Aides au formatage</item> et sélectionnez <emph>Activer le curseur</emph> au dessous de <emph>Zones protégées</emph>.</variable>" +msgid "<variable id=\"firstof\">If necessary, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item> and select <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>" +msgstr "" #. bYNoc #: protection.xhp @@ -13346,6 +13346,33 @@ msgctxt "" msgid "Right-click in the index or table of contents in the Navigator and uncheck <emph>Index - Read-only</emph>." msgstr "Cliquez avec le bouton droit sur l'index ou la table des matières dans le Navigateur et décochez <emph>Index - Lecture seule</emph>." +#. BatoS +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"hd_id641630957309611\n" +"help.text" +msgid "Protecting fields and bookmarks from changes" +msgstr "" + +#. KGn3f +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id621630957319188\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Fields</menuitem> to protect all fields against changes. Use this protection to prevent accidental changes in fields." +msgstr "" + +#. DDDVG +#: protection.xhp +msgctxt "" +"protection.xhp\n" +"par_id111630957324575\n" +"help.text" +msgid "Choose <menuitem>Tools - Protect Document - Protect Bookmarks</menuitem> to protect all bookmarks against changes. Use this protection to prevent accidental bookmark changes." +msgstr "" + #. 8pBwt #: protection.xhp msgctxt "" @@ -14228,14 +14255,14 @@ msgctxt "" msgid "Using Regular Expressions in Text Searches" msgstr "Utiliser des expressions régulières dans les recherches textuelles" -#. BfcDE +#. zQBiL #: search_regexp.xhp msgctxt "" "search_regexp.xhp\n" "bm_id3150099\n" "help.text" -msgid "<bookmark_value>wildcards, see regular expressions</bookmark_value><bookmark_value>searching; with regular expressions</bookmark_value><bookmark_value>regular expressions;searching</bookmark_value><bookmark_value>examples for regular expressions</bookmark_value><bookmark_value>characters;finding all</bookmark_value><bookmark_value>invisible characters;finding</bookmark_value><bookmark_value>paragraph marks;searching</bookmark_value>" -msgstr "<bookmark_value>Caractères génériques, voir expressions régulières</bookmark_value><bookmark_value>Recherche;avec des expressions régulières</bookmark_value><bookmark_value>Expressions régulières;recherche</bookmark_value><bookmark_value>Exemples d'expressions régulières</bookmark_value><bookmark_value>Caractères;tous les rechercher</bookmark_value><bookmark_value>Caractères invisibles;recherche</bookmark_value><bookmark_value>Marques de paragraphe;recherche</bookmark_value>" +msgid "<bookmark_value>searching; with regular expressions</bookmark_value> <bookmark_value>regular expressions;searching</bookmark_value> <bookmark_value>examples for regular expressions</bookmark_value> <bookmark_value>characters;finding all</bookmark_value> <bookmark_value>invisible characters;finding</bookmark_value> <bookmark_value>paragraph marks;searching</bookmark_value>" +msgstr "" #. Q5Xoa #: search_regexp.xhp @@ -14381,15 +14408,6 @@ msgctxt "" msgid "A search using a regular expression will work only within one paragraph. To search using a regular expression in more than one paragraph, do a separate search in each paragraph." msgstr "Une recherche utilisant les expressions régulières ne fonctionnera qu'à travers un paragraphe. Pour faire une recherche utilisant les expressions régulières dans plus d'un paragraphe, faites une recherche séparée dans chaque paragraphe." -#. kyToN -#: search_regexp.xhp -msgctxt "" -"search_regexp.xhp\n" -"par_id3149875\n" -"help.text" -msgid "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">List of regular expressions</link>" -msgstr "<link href=\"text/shared/01/02100001.xhp\" name=\"List of regular expressions\">Liste des expressions régulières</link>" - #. r7Kkv #: section_edit.xhp msgctxt "" |