diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/fr/man5/nanorc.5.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/fr/man5/nanorc.5.po')
-rw-r--r-- | po/fr/man5/nanorc.5.po | 3594 |
1 files changed, 3594 insertions, 0 deletions
diff --git a/po/fr/man5/nanorc.5.po b/po/fr/man5/nanorc.5.po new file mode 100644 index 00000000..d3eb1906 --- /dev/null +++ b/po/fr/man5/nanorc.5.po @@ -0,0 +1,3594 @@ +# French translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Jean-Philippe Guérard <fevrier@tigreraye.org>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.0.0\n" +"POT-Creation-Date: 2024-02-15 18:05+0100\n" +"PO-Revision-Date: 2006-08-28 09:45+0200\n" +"Last-Translator: Jean-Philippe Guérard <fevrier@tigreraye.org>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 20.04.1\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NANORC" +msgstr "NANORC" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "version 7.2" +msgstr "version 7.2" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "January 2023" +msgstr "Janvier 2023" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "nanorc - GNU nano's configuration file" +msgstr "nanorc - fichier de configuration de l'éditeur nano du projet GNU" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<nanorc> files contain the default settings for B<nano>, a small and " +"friendly editor. During startup, if B<--rcfile> is not given, B<nano> will " +"read two files: first the system-wide settings, from I</etc/nanorc> (the " +"exact path might be different on your system), and then the user-specific " +"settings, either from I<~/.nanorc> or from I<$XDG_CONFIG_HOME/nano/nanorc> " +"or from I<~/.config/nano/nanorc>, whichever is encountered first. If B<--" +"rcfile> is given, B<nano> will read just the specified settings file." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "The configuration file accepts a series of B<set> and B<unset> commands, " +#| "which can be used to configure nano on startup without using the command " +#| "line options. Additionally, the B<syntax>, B<color>, and B<icolor> " +#| "keywords are used to define syntax highlighting rules for different text " +#| "patterns. B<nano> will read one command per line." +msgid "" +"The configuration file accepts a series of B<set> and B<unset> commands, " +"which can be used to configure nano on startup without using command-line " +"options. Additionally, there are some commands to define syntax " +"highlighting and to rebind keys -- see the two separate sections on those. " +"B<nano> reads one command per line. All commands and keywords should be " +"written in lowercase." +msgstr "" +"Le fichier de configuration accepte une série de commandes B<set> (activer) " +"et B<unset> (désactiver), qui permettent de définir le paramétrage de nano " +"au démarrage sans avoir à utiliser d'options de ligne de commande. De plus, " +"les mots clefs B<syntax> (syntaxe), B<color> (couleur) et B<icolor> (couleur " +"insensible à la casse) sont utilisés pour définir les règles de colorisation " +"pour différents motifs de texte. B<nano> lit une commande par ligne." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Options in nanorc files take precedence over nano's defaults, and command " +#| "line options override nanorc settings. Also, options are unset by " +#| "default, except for those that take arguments." +msgid "" +"Options in I<nanorc> files take precedence over nano's defaults, and command-" +"line options override I<nanorc> settings. Also, options that do not take an " +"argument are unset by default. So using the B<unset> command is only needed " +"when wanting to override a setting of the system's I<nanorc> file in your " +"own I<nanorc>. Options that take an argument cannot be unset." +msgstr "" +"Les options du fichier de configuration ont priorité sur les valeurs par " +"défaut utilisées par nano. Les options de la ligne de commande sont " +"prioritaires par rapport aux options du fichier de configuration. Les " +"options sont désactivées (unset) par défaut, sauf les options prenant un " +"argument." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Quotes inside the I<characters> parameters below should not be escaped. The " +"last double quote on the line will be seen as the closing quote." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The supported commands and arguments are:" +msgstr "Les commandes et arguments reconnus sont\\ :" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set afterends>" +msgstr "B<set afterends>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make Ctrl+Right and Ctrl+Delete stop at word ends instead of beginnings." +msgstr "" +"Faire que les combinaisons Ctrl+droite et Ctrl+supprimer s'arrêtent à la fin " +"des mots plutôt qu'au début." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set allow_insecure_backup>" +msgstr "B<set allow_insecure_backup>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When backing up files, allow the backup to succeed even if its permissions " +"can't be (re)set due to special OS considerations. You should NOT enable " +"this option unless you are sure you need it." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set atblanks>" +msgstr "B<set atblanks>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When soft line wrapping is enabled, make it wrap lines at blank characters " +"(tabs and spaces) instead of always at the edge of the screen." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set autoindent>" +msgstr "B<set autoindent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Automatically indent a newly created line to the same number of tabs and/or " +"spaces as the previous line (or as the next line if the previous line is the " +"beginning of a paragraph)." +msgstr "" +"Indenter automatiquement une ligne nouvelle du même nombre de tabulations ou " +"d'espaces que la ligne précédente (ou que la ligne suivante si la ligne " +"précédente est le début d'un paragraphe)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set backup>" +msgstr "B<set backup>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When saving a file, create a backup file by adding a tilde (B<~>) to the " +"file's name." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set backupdir >I<directory>" +msgstr "B<set backupdir >I<répertoire>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make and keep not just one backup file, but make and keep a uniquely " +"numbered one every time a file is saved -- when backups are enabled with " +"B<set backup> or B<--backup> or B<-B>. The uniquely numbered files are " +"stored in the specified I<directory>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set boldtext>" +msgstr "B<set boldtext>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use bold instead of reverse video for the title bar, status bar, key combos, " +"function tags, line numbers, and selected text. This can be overridden by " +"setting the options B<titlecolor>, B<statuscolor>, B<keycolor>, " +"B<functioncolor>, B<numbercolor>, and B<selectedcolor>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set bookstyle>" +msgstr "B<set bookstyle>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When justifying, treat any line that starts with whitespace as the beginning " +"of a paragraph (unless auto-indenting is on)." +msgstr "" +"Lors de la justification, traiter toutes les lignes qui débutent par une " +"espace comme le début d'un paragraphe (à moins que l'autoindentation ne soit " +"active)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set brackets >I<string>" +msgid "B<set brackets \">I<characters>B<\">" +msgstr "B<set brackets >I<chaîne>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +msgid "" +"Set the characters treated as closing brackets when justifying paragraphs. " +"This may not include blank characters. Only closing punctuation (see B<set " +"punct>), optionally followed by the specified closing brackets, can end " +"sentences. The default value is \"B<\"')E<gt>]}>\"." +msgstr "" +"Définit les caractères considérés comme des crochets fermants lors de la " +"justification des paragraphes. Ces caractères ne doivent pas contenir " +"d'espaces. Seules les ponctuations terminales, éventuellement suivies de " +"crochets fermants, peuvent terminer une phrase.\n" +"(N.D.T.\\ : reportez-vous au paragraphe sur l'option B<punct> pour plus " +"d'informations.)\n" +"La valeur par défaut de cette option est\\ : \"I<\"')E<gt>]}>\"." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set breaklonglines>" +msgstr "B<set breaklonglines>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Automatically hard-wrap the current line when it becomes overlong." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set casesensitive>" +msgstr "B<set casesensitive>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do case-sensitive searches by default." +msgstr "Par défaut, les recherches ne tiennent pas compte de la casse." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set constantshow>" +msgstr "B<set constantshow>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Constantly display the cursor position in the status bar." +msgid "" +"Constantly display the cursor position in the status bar. This overrides " +"the option B<quickblank>." +msgstr "Affiche en permanence la position du curseur dans la ligne d'état." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set cutfromcursor>" +msgstr "B<set cutfromcursor>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use cut-from-cursor-to-end-of-line by default, instead of cutting the whole " +"line." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set emptyline>" +msgstr "B<set emptyline>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Do not use the line below the title bar, leaving it entirely blank." +msgstr "" +"Ne pas utiliser la ligne située sous la ligne de titre, en la laissant " +"entièrement blanche." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set errorcolor >I<fgcolor>,I<bgcolor>" +msgid "B<set errorcolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set errorcolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the status bar when an error message is " +"displayed. The default value is B<bold,white,red>. See B<set titlecolor> " +"for valid color names." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set fill >I<n>" +msgid "B<set fill >I<number>" +msgstr "B<set fill >I<n>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the target width for justifying and automatic hard-wrapping at this " +"I<number> of columns. If the value is 0 or less, wrapping will occur at the " +"width of the screen minus I<number> columns, allowing the wrap point to vary " +"along with the width of the screen if the screen is resized. The default " +"value is B<-8>." +msgstr "" +"Régler la largeur cible pour la justification et passer automatiquement à la " +"ligne une fois arrivé à la colonne I<nombre>. Si la valeur indiquée est de " +"B<0> ou moins, le point de passage à la ligne aura lieu à la taille de " +"l'écran moins I<nombre> colonnes. Cela permet de faire varier le point de " +"passage à la ligne lorsque l'on change la taille de l'écran. La valeur par " +"défaut est B<-8>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set functioncolor >I<fgcolor>,I<bgcolor>" +msgid "B<set functioncolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set functioncolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the concise function descriptions in the two " +"help lines at the bottom of the screen. See B<set titlecolor> for more " +"details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set quotestr >I<string>" +msgid "B<set guidestripe >I<number>" +msgstr "B<set quotestr >I<chaîne>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Draw a vertical stripe at the given column, to help judge the width of the " +"text. (The color of the stripe can be changed with B<set stripecolor>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set historylog>" +msgstr "B<set historylog>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Save the last hundred search strings and replacement strings and executed " +"commands, so they can be easily reused in later sessions." +msgstr "" +"Conserver les cent dernières chaînes de recherche et de remplacement et les " +"commandes exécutées de manière à ce qu'elles soient facilement réutilisées " +"dans des sessions ultérieures." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set nowrap>" +msgid "B<set indicator>" +msgstr "B<set nowrap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display a \"scrollbar\" on the righthand side of the edit window. It shows " +"the position of the viewport in the buffer and how much of the buffer is " +"covered by the viewport." +msgstr "" +"Afficher une I<barre de défilement> sur le côté droit de la fenêtre " +"d'édition. Elle montre la position de la fenêtre d'affichage dans le fichier " +"et quelle proportion du fichier est couverte par la fenêtre d'affichage." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set jumpyscrolling>" +msgstr "B<set jumpyscrolling>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Scroll the buffer contents per half-screen instead of per line." +msgstr "" +"Faire défiler le contenu du tampon par demi-écran plutôt que ligne par ligne." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set keycolor >I<fgcolor>,I<bgcolor>" +msgid "B<set keycolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set keycolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the shortcut key combos in the two help lines " +"at the bottom of the screen. See B<set titlecolor> for more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set linenumbers>" +msgstr "B<set linenumbers>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display line numbers to the left of the text area. (Any line with an anchor " +"additionally gets a mark in the margin.)" +msgstr "" +"Afficher les numéros de ligne à la gauche de la zone de texte. (Les lignes " +"avec une ancre ont une marque supplémentaire dans la marge.)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set locking>" +msgstr "B<set locking>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Enable vim-style lock-files for when editing files." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set zap>" +msgid "B<set magic>" +msgstr "B<set zap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When neither the file's name nor its first line give a clue, try using " +"libmagic to determine the applicable syntax. (Calling libmagic can be " +"relatively time consuming. It is therefore not done by default.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set matchbrackets >I<string>" +msgid "B<set matchbrackets \">I<characters>B<\">" +msgstr "B<set matchbrackets >I<chaîne>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Set the opening and closing brackets that can be found by bracket " +#| "searches. They cannot contain blank characters. The former set must " +#| "come before the latter set, and both must be in the same order. The " +#| "default value is \"I<(E<lt>[{)E<gt>]}>\"." +msgid "" +"Specify the opening and closing brackets that can be found by bracket " +"searches. This may not include blank characters. The opening set must come " +"before the closing set, and the two sets must be in the same order. The " +"default value is \"B<(E<lt>[{)E<gt>]}>\"." +msgstr "" +"Définit les crochets ouvrants et fermant pour la recherche de crochets " +"correspondants. Cette liste ne doit pas contenir de blancs. L'ensemble des " +"crochets ouvrants doit être indiqué en premier, suivi de l'ensemble des " +"crochets fermant, qui doit être dans le même ordre. La valeur par défaut de " +"cette option est \"I<(E<lt>[{)E<gt>]}>\"." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set nowrap>" +msgid "B<set minibar>" +msgstr "B<set nowrap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Suppress the title bar and instead show information about the current buffer " +"at the bottom of the screen, in the space for the status bar. In this " +"\"minibar\" the filename is shown on the left, followed by an asterisk if " +"the buffer has been modified. On the right are displayed the current line " +"and column number, the code of the character under the cursor (in Unicode " +"format: U+xxxx), the same flags as are shown by B<set stateflags>, and a " +"percentage that expresses how far the cursor is into the file (linewise). " +"When a file is loaded or saved, and also when switching between buffers, the " +"number of lines in the buffer is displayed after the filename. This number " +"is cleared upon the next keystroke, or replaced with an [i/n] counter when " +"multiple buffers are open. The line plus column numbers and the character " +"code are displayed only when B<set constantshow> is used, and can be toggled " +"on and off with B<M-C>. The state flags are displayed only when B<set " +"stateflags> is used." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set titlecolor >I<fgcolor>,I<bgcolor>" +msgid "B<set minicolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set titlecolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the minibar. (When this option is not " +"specified, the colors of the title bar are used.) See B<set titlecolor> for " +"more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set mouse>" +msgstr "B<set mouse>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Enable mouse support, if available for your system. When enabled, mouse " +"clicks can be used to place the cursor, set the mark (with a double click), " +"and execute shortcuts. The mouse will work in the X Window System, and on " +"the console when gpm is running. Text can still be selected through " +"dragging by holding down the Shift key." +msgstr "" +"Activer l'utilisation de la souris, si elle est disponible pour votre " +"système. Lorsque celle-ci est activée, il est possible d'utiliser la souris " +"pour positionner le curseur, pour marquer le texte (avec un double-clic) et " +"pour lancer les fonctions correspondant aux raccourcis. Il est possible " +"d'utiliser la souris sous X\\ Window ou en mode console avec gpm. Le texte " +"peut toujours être sélectionné en faisant glisser la souris en tenant la " +"touche B<Shift> appuyée." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set multibuffer>" +msgstr "B<set multibuffer>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When reading in a file with B<^R>, insert it into a new buffer by default." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set noconvert>" +msgstr "B<set noconvert>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Don't convert files from DOS/Mac format." +msgstr "Pas de conversion depuis les formats DOS et Mac." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set nohelp>" +msgstr "B<set nohelp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Don't display the help lists at the bottom of the screen." +msgid "Don't display the two help lines at the bottom of the screen." +msgstr "Désactive les lignes d'aide affichée en bas de l'écran." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set nonewlines>" +msgstr "B<set nonewlines>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Don't automatically add a newline when a text does not end with one. (This " +"can cause you to save non-POSIX text files.)" +msgstr "" +"Ne pas ajouter automatiquement un saut de ligne si un fichier n'en a pas à " +"la fin. (Cela peut aboutir à la sauvegarde de fichiers texte non POSIX.)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set nowrap>" +msgstr "B<set nowrap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Deprecated option since it has become the default setting. When needed, use " +"B<unset breaklonglines> instead." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set numbercolor >I<fgcolor>,I<bgcolor>" +msgid "B<set numbercolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set numbercolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for line numbers. See B<set titlecolor> for more " +"details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set operatingdir >I<directory>" +msgstr "B<set operatingdir >I<répertoire>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<nano> will only read and write files inside I<directory> and its " +"subdirectories. Also, the current directory is changed to here, so files " +"are inserted from this directory. By default, the operating directory " +"feature is turned off." +msgstr "" +"B<nano> ne lira et n'écrira des fichiers qu'à l'intérieur du I<répertoire> " +"et de ses sous-répertoires. De plus, celui-ci devient le répertoire courant, " +"afin que les fichiers soient lus depuis ce répertoire. Par défaut, cette " +"fonction est désactivée." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set positionlog>" +msgstr "B<set positionlog>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Save the cursor position of files between editing sessions. The cursor " +"position is remembered for the 200 most-recently edited files." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set preserve>" +msgstr "B<set preserve>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Preserve the XON and XOFF keys (B<^Q> and B<^S>)." +msgstr "Préserve les séquences XON et XOFF (B<^Q> et B<^S>)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set errorcolor >I<fgcolor>,I<bgcolor>" +msgid "B<set promptcolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set errorcolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the prompt bar. (When this option is not " +"specified, the colors of the title bar are used.) See B<set titlecolor> for " +"more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set punct >I<string>" +msgid "B<set punct \">I<characters>B<\">" +msgstr "B<set punct >I<chaîne>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +msgid "" +"Set the characters treated as closing punctuation when justifying " +"paragraphs. This may not include blank characters. Only the specfified " +"closing punctuation, optionally followed by closing brackets (see " +"B<brackets>), can end sentences. The default value is \"B<!.?>\"." +msgstr "" +"Définit les caractères interprétés comme des ponctuations terminales lors de " +"la justification des paragraphes. Ces caractères ne peuvent inclure de " +"blancs. Seules les ponctuations terminales, éventuellement suivies de " +"crochets fermants, peuvent terminer une phrase. La valeur par défaut de " +"cette option est \"I<!.?>\".\n" +"(N.D.T.\\ : ce réglage permet, lors de la justification, de conserver 2\\ " +"espaces au lieu d'une derrière les ponctuations terminales, ce qui " +"correspond aux normes typographiques anglo-saxonnes, mais n'a pas lieu " +"d'être en français. Pour le français, le plus simple est d'indiquer, dans le " +"fichier nanorc, une chaîne vide pour ce paramètre.)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set quickblank>" +msgstr "B<set quickblank>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Do quick statusbar blanking. Statusbar messages will disappear after 1 " +#| "keystroke instead of 25." +msgid "" +"Make status-bar messages disappear after 1 keystroke instead of after 20. " +"Note that option B<constantshow> overrides this. When option B<minibar> or " +"B<zero> is in effect, B<quickblank> makes a message disappear after 0.8 " +"seconds instead of after the default 1.5 seconds." +msgstr "" +"Effacement rapide de la ligne d'état. Les messages affichés par la ligne " +"d'état disparaîtront après une frappe clavier au lieu de 25." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set quotestr \">I<regex>B<\">" +msgstr "B<set quotestr \">I<motif>B<\">" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Set the regular expression for matching the quoting part of a line. The " +"default value is \"B<^([\\ \\et]*([!#%:;E<gt>|}]|//))+>\". (Note that " +"B<\\et> stands for an actual Tab character.) This makes it possible to " +"rejustify blocks of quoted text when composing email, and to rewrap blocks " +"of line comments when writing source code." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set rawsequences>" +msgstr "B<set rawsequences>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Interpret escape sequences directly, instead of asking B<ncurses> to " +"translate them. (If you need this option to get some keys to work properly, " +"it means that the terminfo terminal description that is used does not fully " +"match the actual behavior of your terminal. This can happen when you ssh " +"into a BSD machine, for example.) Using this option disables B<nano>'s " +"mouse support." +msgstr "" +"Interpréter directement les séquences d'échappement plutôt que demander à " +"B<ncurses> de les traduire. (Si vous avez besoin de cette option pour que " +"votre clavier fonctionne correctement, cela signifie que la description de " +"terminal B<terminfo> qui est utilisée ne correspond pas complètement au " +"comportement réel de votre terminal. Cela peut se produire quand vous " +"intervenez à travers ssh dans une machine BSD, par exemple.). Utiliser cette " +"option désactive la prise en charge de la souris par B<nano>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set rebinddelete>" +msgstr "B<set rebinddelete>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Interpret the Delete and Backspace keys differently so that both Backspace " +"and Delete work properly. You should only use this option when on your " +"system either Backspace acts like Delete or Delete acts like Backspace." +msgstr "" +"Interpréter différemment les touches B<Supprimer> et B<Retour arrière>, afin " +"que B<Retour arrière> et B<Supprimer> fonctionnent correctement. Vous ne " +"devriez avoir besoin de cette option que si, sur votre système, la touche " +"B<Retour arrière> produit l'effet de la touche B<Supprimer> ou si la touche " +"B<Supprimer> produit l'effet de la touche B<Retour arrière>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set regexp>" +msgstr "B<set regexp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Do regular-expression searches by default. Regular expressions in B<nano> " +"are of the extended type (ERE)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set autoindent>" +msgid "B<set saveonexit>" +msgstr "B<set autoindent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Save a changed buffer automatically on exit (B<^X>); don't prompt." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set errorcolor >I<fgcolor>,I<bgcolor>" +msgid "B<set scrollercolor >I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set errorcolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the indicator alias \"scrollbar\". (On " +"terminal emulators that link to a libvte older than version 0.55, using a " +"background color here does not work correctly.) See B<set titlecolor> for " +"more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<color >I<fgcolor>B<,>I<bgcolor>B< >I<regex>B< ...>" +msgid "B<set selectedcolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<color >I<couleur_texte>B<,>I<couleur_fond>B< >I<motif>B< ...>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for selected text. See B<set titlecolor> for " +"more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set showcursor>" +msgstr "B<set showcursor>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Put the cursor on the highlighted item in the file browser, and show the " +"cursor in the help viewer, to aid braille users and people with poor vision." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set smarthome>" +msgstr "B<set smarthome>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make the Home key smarter. When Home is pressed anywhere but at the very " +"beginning of non-whitespace characters on a line, the cursor will jump to " +"that beginning (either forwards or backwards). If the cursor is already at " +"that position, it will jump to the true beginning of the line." +msgstr "" +"Rendre plus malin le fonctionnement de la touche I<Début>. Lorsqu'on appuie " +"sur cette touche à n'importe quel endroit excepté au tout début du texte " +"d'une ligne (c'est-à-dire au premier caractère non blanc), le curseur se " +"positionnera au début du texte de la ligne (qu'il soit en avant ou en " +"arrière). Si le curseur y est déjà, il se placera au vrai début de la ligne." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set softwrap>" +msgstr "B<set softwrap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Display lines that exceed the screen's width over multiple screen lines. " +"(You can make this soft-wrapping occur at whitespace instead of rudely at " +"the screen's edge, by using also B<set atblanks>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set speller \">I<program> [I<argument >...]B<\">" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Use spelling checker I<spellprog> instead of the built-in one, which " +#| "calls I<spell>." +msgid "" +"Use the given I<program> to do spell checking and correcting, instead of " +"using the built-in corrector that calls B<hunspell>(1) or B<spell>(1)." +msgstr "" +"Utilise le correcteur orthographique I<programme> au lieu du correcteur " +"intégré, qui s'appuie sur I<spell>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set titlecolor >I<fgcolor>,I<bgcolor>" +msgid "B<set spotlightcolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set titlecolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for highlighting a search match. The default " +"value is B<black,lightyellow>. See B<set titlecolor> for valid color names." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set atblanks>" +msgid "B<set stateflags>" +msgstr "B<set atblanks>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use the top-right corner of the screen for showing some state flags: B<I> " +"when auto-indenting, B<M> when the mark is on, B<L> when hard-wrapping " +"(breaking long lines), B<R> when recording a macro, and B<S> when soft-" +"wrapping. When the buffer is modified, a star (B<*>) is shown after the " +"filename in the center of the title bar." +msgstr "" +"Utiliser le coin supérieur droit de l'écran pour afficher certains " +"indicateurs d'état : B<I> autoindentation active, B<M> marquage du texte " +"actif, B<L> passage à la ligne (césure des longues lignes), B<R> " +"enregistrement d'une macro et B<S> repliement de ligne. Quand le tampon est " +"modifié, un astérisque (B<*>) est affiché après le nom du fichier au centre " +"de la barre de titre." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set statuscolor >I<fgcolor>,I<bgcolor>" +msgid "B<set statuscolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set statuscolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the status bar. See B<set titlecolor> for " +"more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set stripecolor >I<fgcolor>,I<bgcolor>" +msgid "B<set stripecolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set stripecolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the vertical guiding stripe. See B<set " +"titlecolor> for more details." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set tabsize >I<n>" +msgid "B<set tabsize >I<number>" +msgstr "B<set tabsize >I<n>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Use a tab size of I<n> columns. The value of I<n> must be greater than " +#| "0. The default value is 8." +msgid "" +"Use a tab size of I<number> columns. The value of I<number> must be greater " +"than 0. The default value is B<8>." +msgstr "" +"Utilise une taille de tabulation de I<n> colonnes. Cette valeur doit être " +"strictement supérieure à 0. La valeur par défaut est de\\ 8." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set tabstospaces>" +msgstr "B<set tabstospaces>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Convert each typed tab to spaces -- to the number of spaces that a tab at " +"that position would take up." +msgstr "" +"Convertir toutes les tabulations clavier en espaces – avec le nombre " +"d'espaces que prendrait une tabulation à cet emplacement." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set titlecolor >I<fgcolor>,I<bgcolor>" +msgid "B<set titlecolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>" +msgstr "B<set titlecolor >I<couleur_texte>,I<couleur_fond>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use this color combination for the title bar. Valid names for the " +"foreground and background colors are: B<red>, B<green>, B<blue>, B<magenta>, " +"B<yellow>, B<cyan>, B<white>, and B<black>. Each of these eight names may " +"be prefixed with the word B<light> to get a brighter version of that color. " +"The word B<grey> or B<gray> may be used as a synonym for B<lightblack>. On " +"terminal emulators that can do at least 256 colors, other valid (but " +"unprefixable) color names are: B<pink>, B<purple>, B<mauve>, B<lagoon>, " +"B<mint>, B<lime>, B<peach>, B<orange>, B<latte>, B<rosy>, B<beet>, B<plum>, " +"B<sea>, B<sky>, B<slate>, B<teal>, B<sage>, B<brown>, B<ocher>, B<sand>, " +"B<tawny>, B<brick>, B<crimson>, and B<normal> -- where B<normal> means the " +"default foreground or background color. On such emulators, the color may " +"also be specified as a three-digit hexadecimal number prefixed with B<#>, " +"with the digits representing the amounts of red, green, and blue, " +"respectively. This tells B<nano> to select from the available palette the " +"color that approximates the given values." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Either \"I<fgcolor>\" or \"B<,>I<bgcolor>\" may be left out, and the pair " +"may be preceded by B<bold> and/or B<italic> (separated by commas) to get a " +"bold and/or slanting typeface, if your terminal can do those." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set trimblanks>" +msgstr "B<set trimblanks>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Remove trailing whitespace from wrapped lines when automatic hard-wrapping " +"occurs or when text is justified." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set unix>" +msgstr "B<set unix>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Save a file by default in Unix format. This overrides nano's default " +"behavior of saving a file in the format that it had. (This option has no " +"effect when you also use B<set noconvert>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set whitespace >I<string>" +msgid "B<set whitespace \">I<characters>B<\">" +msgstr "B<set whitespace >I<chaîne>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Set the two characters used to display the first characters of tabs and " +#| "spaces. They must be single-column characters." +msgid "" +"Set the two characters used to indicate the presence of tabs and spaces. " +"They must be single-column characters. The default pair for a UTF-8 locale " +"is \"B<\\[Fc]\\[md]>\", and for other locales \"B<E<gt>.>\"." +msgstr "" +"Définit les deux caractères utilisés pour afficher les premiers caractères " +"des tabulations et des espaces. Ces deux caractères doivent être mono-" +"colonne." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set wordbounds>" +msgstr "B<set wordbounds>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Detect word boundaries more accurately by treating punctuation characters " +#| "as parts of words." +msgid "" +"Detect word boundaries differently by treating punctuation characters as " +"parts of words." +msgstr "" +"Détection plus précise des limites de mots, obtenue en considérant les " +"caractères de ponctuation comme faisant partie des mots." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set wordchars \">I<characters>B<\">" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Specify which other characters (besides the normal alphanumeric ones) " +"should be considered as parts of words. When using this option, you " +"probably want to unset B<wordbounds>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<set zap>" +msgstr "B<set zap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Let an unmodified Backspace or Delete erase the marked region (instead of a " +"single character, and without affecting the cutbuffer)." +msgstr "" +"Laisser les touches non modifiées B<Retour arrière> et B<Supprimer> effacer " +"la région marquée (au lieu d'un caractère unique et sans affecter le presse-" +"papier)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set zap>" +msgid "B<set zero>" +msgstr "B<set zap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Hide all elements of the interface (title bar, status bar, and help lines) " +"and use all rows of the terminal for showing the contents of the buffer. " +"The status bar appears only when there is a significant message, and " +"disappears after 1.5 seconds or upon the next keystroke. With B<M-Z> the " +"title bar plus status bar can be toggled. With B<M-X> the help lines." +msgstr "" +"Cacher tous les éléments de l'interface (barre de titre, barre d'état et " +"lignes d'aide) et utiliser toutes les lignes du terminal pour afficher le " +"contenu du tampon. La barre d'état apparaît seulement quand il y a un " +"message important et disparaît après 1,5 seconde ou à la première frappe " +"clavier. Avec B<M-Z>, la barre de titre et la barre d'état peuvent être " +"affichées ou non. Pour la barre d'aide, c'est avec B<M-X>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NOTES" +msgstr "NOTES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Obsolete option; ignored. Suspension is enabled by default, reachable " +#| "via B<^T^Z>. (If you want a plain B<^Z> to suspend nano, add B<bind ^Z " +#| "suspend main> to your nanorc.)" +msgid "" +"Option B<set suspendable> has been removed. Suspension is enabled by " +"default, reachable via B<^T^Z>. (If you want a plain B<^Z> to suspend nano, " +"add B<bind ^Z suspend main> to your nanorc.)" +msgstr "" +"Option obsolète et ignorée. La suspension est activée par défaut avec les " +"touches B<^T^Z>. (Si vous voulez suspendre B<nano> avec seulement B<^Z>, " +"ajoutez B<bind ^Z suspend main> dans I<nanorc>.)" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNTAX HIGHLIGHTING" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Coloring the different syntactic elements of a file is done via regular " +"expressions (see the B<color> command below). This is inherently imperfect, " +"because regular expressions are not powerful enough to fully parse a file. " +"Nevertheless, regular expressions can do a lot and are easy to make, so they " +"are a good fit for a small editor like B<nano>." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All regular expressions in B<nano> are POSIX extended regular expressions. " +"This means that B<.>, B<?>, B<*>, B<+>, B<^>, B<$>, and several other " +"characters are special. The period B<.> matches any single character, B<?> " +"means the preceding item is optional, B<*> means the preceding item may be " +"matched zero or more times, B<+> means the preceding item must be matched " +"one or more times, B<^> matches the beginning of a line, and B<$> the end, " +"B<\\eE<lt>> matches the start of a word, and B<\\eE<gt>> the end, and " +"B<\\es> matches a blank. It also means that lookahead and lookbehind are " +"not possible. A complete explanation can be found in the manual page of GNU " +"grep: B<man grep>." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Each regular expression in a B<nanorc> file should be wrapped in double " +"quotes (B<\"\">). Multiple regular expressions can follow each other on a " +"line by separating them with blanks. This means that a regular expression " +"cannot contain a double quote followed by a blank. When you need this " +"combination inside a regular expression, then either the double quote or the " +"blank should be put between square brackets (B<[]>)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"For each kind of file a separate syntax can be defined via the following " +"commands:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<syntax>I< name >[B<\">I<fileregex>B<\" >...]" +msgstr "B<syntax>I< nom >[B<\">I<motif_de_fichier>B<\" >...]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Start the definition of a syntax with this I<name>. All subsequent B<color> " +"and other such commands will be added to this syntax, until a new B<syntax> " +"command is encountered." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Defines a syntax named I<str> which can be activated via the -Y/--syntax " +#| "command line option, or will be automatically activated if the current " +#| "filename matches the extended regular expression I<fileregex>. All " +#| "following B<color> and B<icolor> statements will apply to I<syntax> until " +#| "a new syntax is defined." +msgid "" +"When B<nano> is run, this syntax will be automatically activated if the " +"current filename matches the extended regular expression I<fileregex>. Or " +"the syntax can be explicitly activated by using the B<-Y> or B<--syntax> " +"command-line option followed by the I<name>." +msgstr "" +"Définit une syntaxe nommée I<chaîne> qui pourra être activé via l'option B<-" +"Y> (ou B<--syntax>) ou qui sera automatiquement activée si le nom du fichier " +"en cours correspond à l'expression rationnelle étendue I<motif_de_fichier>. " +"Toutes les instructions suivantes de colorisation B<color> ou B<icolor> " +"s'appliqueront à cette syntaxe, jusqu'à la définition d'une nouvelle syntaxe." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The syntax B<default> is special: it takes no I<fileregex>, and applies to " +"files that don't match any syntax's regexes. The syntax B<none> is " +"reserved; specifying it on the command line is the same as not having a " +"syntax at all." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<header \">I<regex>B<\" >..." +msgstr "B<header \">I<motif>B<\" >..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If from all defined syntaxes no I<fileregex> matched, then compare this " +"I<regex> (or regexes) against the first line of the current file, to " +"determine whether this syntax should be used for it." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<magic \">I<regex>B<\" >..." +msgstr "B<magic \">I<motif>B<\" >..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no I<fileregex> matched and no B<header> regex matched either, then " +"compare this I<regex> (or regexes) against the result of querying the " +"B<magic> database about the current file, to determine whether this syntax " +"should be used for it. (This functionality only works when B<libmagic> is " +"installed on the system and will be silently ignored otherwise.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<formatter>I< program >[I<argument >...]" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Run the given I<program> on the full contents of the current buffer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<linter>I< program >[I<argument >...]" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Use the given I<program> to run a syntax check on the current buffer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<comment \">I<string>B<\">" +msgstr "B<comment \">I<chaîne>B<\">" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Use the given I<string> for commenting and uncommenting lines. If the " +"string contains a vertical bar or pipe character (B<|>), this designates " +"bracket-style comments; for example, \"B</*|*/>\" for CSS files. The " +"characters before the pipe are prepended to the line and the characters " +"after the pipe are appended at the end of the line. If no pipe character is " +"present, the full string is prepended; for example, \"B<#>\" for Python " +"files. If empty double quotes are specified, the comment/uncomment function " +"is disabled; for example, \"\" for JSON. The default value is \"B<#>\"." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tabgives \">I<string>B<\">" +msgstr "B<tabgives \">I<chaîne>B<\">" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Make the E<lt>TabE<gt> key produce the given I<string>. Useful for " +"languages like Python that want to see only spaces for indentation. This " +"overrides the setting of the B<tabstospaces> option." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<color >I<fgcolor>B<,>I<bgcolor>B< \">I<regex>B<\" >..." +msgid "B<color >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>B< \">I<regex>B<\" >..." +msgstr "B<color >I<couleur_texte>B<,>I<couleur_fond>B< \">I<motif>B<\" >..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Paint all pieces of text that match the extended regular expression I<regex> " +"with the given foreground and background colors, at least one of which must " +"be specified. Valid color names are: B<red>, B<green>, B<blue>, B<magenta>, " +"B<yellow>, B<cyan>, B<white>, and B<black>. Each of these eight names may " +"be prefixed with the word B<light> to get a brighter version of that color. " +"The word B<grey> or B<gray> may be used as a synonym for B<lightblack>. On " +"terminal emulators that can do at least 256 colors, other valid (but " +"unprefixable) color names are: B<pink>, B<purple>, B<mauve>, B<lagoon>, " +"B<mint>, B<lime>, B<peach>, B<orange>, B<latte>, B<rosy>, B<beet>, B<plum>, " +"B<sea>, B<sky>, B<slate>, B<teal>, B<sage>, B<brown>, B<ocher>, B<sand>, " +"B<tawny>, B<brick>, B<crimson>, and B<normal> -- where B<normal> means the " +"default foreground or background color. On such emulators, the color may " +"also be specified as a three-digit hexadecimal number prefixed with B<#>, " +"with the digits representing the amounts of red, green, and blue, " +"respectively. This tells B<nano> to select from the available palette the " +"color that approximates the given values." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The color pair may be preceded by B<bold> and/or B<italic> (separated by " +"commas) to get a bold and/or slanting typeface, if your terminal can do " +"those." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"All coloring commands are applied in the order in which they are specified, " +"which means that later commands can recolor stuff that was colored earlier." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<icolor >I<fgcolor>B<,>I<bgcolor>B< \">I<regex>B<\" >..." +msgid "B<icolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>B< \">I<regex>B<\" >..." +msgstr "B<icolor >I<couleur_texte>B<,>I<couleur_fond>B< \">I<motif>B<\" >..." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Same as above, except that the expression matching is case insensitive." +msgid "Same as above, except that the matching is case insensitive." +msgstr "" +"Comme ci-dessus, mais la recherche des motifs est effectuée sans tenir " +"compte de la casse." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<color >I<fgcolor>B<,>I<bgcolor>B< start=\">I<sr>B<\" end=\">I<er>B<\">" +msgid "B<color >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>B< start=\">I<fromrx>B<\" end=\">I<torx>B<\">" +msgstr "B<color >I<couleur_texte>B<,>I<couleur_fond>B< start=\">I<motif_début>B<\" end=\">I<motif_fin>B<\">" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Display expressions which start with the extended regular expression " +#| "I<sr> and end with the extended regular expression I<er> with foreground " +#| "color I<fgcolor> and background color I<bgcolor>, at least one of which " +#| "must be specified. This allows syntax highlighting to span multiple " +#| "lines. Note that all subsequent instances of I<sr> after an initial " +#| "I<sr> is found will be highlighted until the first instance of I<er>." +msgid "" +"Paint all pieces of text whose start matches extended regular expression " +"I<fromrx> and whose end matches extended regular expression I<torx> with the " +"given foreground and background colors, at least one of which must be " +"specified. This means that, after an initial instance of I<fromrx>, all " +"text until the first instance of I<torx> will be colored. This allows " +"syntax highlighting to span multiple lines." +msgstr "" +"Affiche les expressions commençant par l'expression rationnelle étendue " +"I<motif_début> et se terminant par l'expression rationnelle étendue " +"I<motif_fin> en utilisant la couleur de texte I<couleur_texte> et la couleur " +"de fond I<couleur_fond>, l'une de ces deux couleurs au moins devant être " +"définie. Cela permet à la colorisation syntaxique de s'étendre sur plusieurs " +"lignes. Notez que toutes les occurrences successives de I<motif_début> après " +"le I<motif_début> initial seront surlignées jusqu'à la prochaine instance de " +"I<motif_fin>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<icolor >I<fgcolor>B<,>I<bgcolor>B< start=\">I<sr>B<\" end=\">I<er>B<\">" +msgid "B<icolor >[B<bold,>][B<italic,>]I<fgcolor>B<,>I<bgcolor>B< start=\">I<fromrx>B<\" end=\">I<torx>B<\">" +msgstr "B<icolor >I<couleur_texte>B<,>I<couleur_fond>B< start=\">I<motif_début>B<\" end=\">I<motif_fin>B<\">" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<include >I<syntaxfile>" +msgid "B<include \">I<syntaxfile>B<\">" +msgstr "B<include >I<syntaxfile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "" +#| "Read in self-contained color syntaxes from I<syntaxfile>. Note that " +#| "I<syntaxfile> can only contain B<syntax>, B<color>, and B<icolor> " +#| "commands." +msgid "" +"Read in self-contained color syntaxes from I<syntaxfile>. Note that " +"I<syntaxfile> may contain only the above commands, from B<syntax> to " +"B<icolor>." +msgstr "" +"Lit le fichier I<fichier_de_syntaxes> contenant une liste autosuffisante de " +"définitions de syntaxes. Ce fichier ne doit contenir que des commandes " +"B<syntax>, B<color> et B<icolor>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<extendsyntax>I< name command argument >..." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Extend the syntax previously defined as I<name> with another I<command>. " +"This allows adding a new B<color>, B<icolor>, B<header>, B<magic>, " +"B<formatter>, B<linter>, B<comment>, or B<tabgives> command to an already " +"defined syntax -- useful when you want to slightly improve a syntax defined " +"in one of the system-installed files (which normally are not writable)." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REBINDING KEYS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Key bindings can be changed via the following three commands:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind>I< key function menu>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Rebinds the given I<key> to the given I<function> in the given I<menu> (or " +"in all menus where the function exists when B<all> is used)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<bind>I< key >B<\">I<string>B<\">I< menu>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Makes the given I<key> produce the given I<string> in the given I<menu> (or " +"in all menus where the key exists when B<all> is used). Besides literal " +"text and/or control codes, the I<string> may contain function names between " +"braces. These functions will be invoked when the key is typed. To include " +"a literal opening brace, use B<{{}>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unbind>I< key menu>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Unbinds the given I<key> from the given I<menu> (or from all menus where the " +"key exists when B<all> is used)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Note that B<bind >I<key> B<\"{>I<function>B<}\"> I<menu> is equivalent to " +"B<bind >I<key> I<function> I<menu>, except that for the latter form B<nano> " +"will check the availabilty of the I<function> in the given I<menu> at " +"startup time (and report an error if it does not exist there), whereas for " +"the first form B<nano> will check at execution time that the I<function> " +"exists but not whether it makes any sense in the current menu. The user has " +"to take care that a function name between braces (or any sequence of them) " +"is appropriate. Strange behavior can result when it is not." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "The format of I<key> should be one of:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<^>I<X>" +msgstr "B<^>I<X>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where I<X> is a Latin letter, or one of several ASCII characters (@, ], \\e, " +"^, _), or the word \"Space\". Example: ^C." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<M->I<X>" +msgstr "B<M->I<X>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where I<X> is any ASCII character except [, or the word \"Space\". Example: " +"M-8." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<Sh-M->I<X>" +msgstr "B<Sh-M->I<X>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where I<X> is a Latin letter. Example: Sh-M-U. By default, each " +"Meta+letter keystroke does the same as the corresponding Shift+Meta+letter. " +"But when any Shift+Meta bind is made, that will no longer be the case, for " +"all letters." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<F>I<N>" +msgstr "B<F>I<N>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"where I<N> is a numeric value from 1 to 24. Example: F10. (Often, B<F13> " +"to B<F24> can be typed as B<F1> to B<F12> with Shift.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<Ins> or B<Del>." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Rebinding B<^M> (Enter) or B<^I> (Tab) is probably not a good idea. " +"Rebinding B<^[> (Esc) is not possible, because its keycode is the starter " +"byte of Meta keystrokes and escape sequences. Rebinding any of the " +"dedicated cursor-moving keys (the arrows, Home, End, PageUp and PageDown) is " +"not possible. On some terminals it's not possible to rebind B<^H> (unless " +"B<--raw> is used) because its keycode is identical to that of the Backspace " +"key." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Valid I<function> names to be bound are:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<help>" +msgstr "B<help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Invokes the help viewer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cancel>" +msgstr "B<cancel>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Cancels the current command." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<exit>" +msgstr "B<exit>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Exits from the program (or from the help viewer or file browser)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<writeout>" +msgstr "B<writeout>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Writes the current buffer to disk, asking for a name." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<savefile>" +msgstr "B<savefile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Writes the current file to disk without prompting." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<insert>" +msgstr "B<insert>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Inserts a file into the current buffer (at the current cursor position), or " +"into a new buffer when option B<multibuffer> is set." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<whereis>" +msgstr "B<whereis>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Starts a forward search for text in the current buffer -- or for filenames " +"matching a string in the current list in the file browser." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<wherewas>" +msgstr "B<wherewas>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Starts a backward search for text in the current buffer -- or for filenames " +"matching a string in the current list in the file browser." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<findprevious>" +msgstr "B<findprevious>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Searches the next occurrence in the backward direction." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<findnext>" +msgstr "B<findnext>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Searches the next occurrence in the forward direction." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<replace>" +msgstr "B<replace>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Interactively replaces text within the current buffer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cut>" +msgstr "B<cut>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Cuts and stores the current line (or the marked region)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<copy>" +msgstr "B<copy>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copies the current line (or the marked region) without deleting it." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<paste>" +msgstr "B<paste>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Pastes the currently stored text into the current buffer at the current " +"cursor position." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<zap>" +msgstr "B<zap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Throws away the current line (or the marked region). (This function is " +"bound by default to E<lt>Meta+DeleteE<gt>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<chopwordleft>" +msgstr "B<chopwordleft>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Deletes from the cursor position to the beginning of the preceding word. " +"(This function is bound by default to E<lt>Shift+Ctrl+DeleteE<gt>. If your " +"terminal produces B<^H> for E<lt>Ctrl+BackspaceE<gt>, you can make " +"E<lt>Ctrl+BackspaceE<gt> delete the word to the left of the cursor by " +"rebinding B<^H> to this function.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<chopwordright>" +msgstr "B<chopwordright>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Deletes from the cursor position to the beginning of the next word. (This " +"function is bound by default to E<lt>Ctrl+DeleteE<gt>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cutrestoffile>" +msgstr "B<cutrestoffile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Constantly display the cursor position in the status bar." +msgid "Cuts all text from the cursor position till the end of the buffer." +msgstr "Affiche en permanence la position du curseur dans la ligne d'état." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mark>" +msgstr "B<mark>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Sets the mark at the current position, to start selecting text. Or, when it " +"is set, unsets the mark." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<localhost>" +msgid "B<location>" +msgstr "B<localhost>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Reports the current position of the cursor in the buffer: the line, column, " +"and character positions." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<wordcount>" +msgstr "B<wordcount>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Counts and reports on the status bar the number of lines, words, and " +"characters in the current buffer (or in the marked region)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<flipexecute>" +msgid "B<execute>" +msgstr "B<flipexecute>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Prompts for a program to execute. The program's output will be inserted " +"into the current buffer (or into a new buffer when B<M-F> is toggled)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<speller>" +msgstr "B<speller>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Invokes a spell-checking program, either the default B<hunspell>(1) or GNU " +"B<spell>(1), or the one defined by B<--speller> or B<set speller>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<formatter>" +msgstr "B<formatter>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Invokes a full-buffer-processing program (if the active syntax defines " +"one). (The current buffer is written out to a temporary file, the program " +"is run on it, and then the temporary file is read back in, replacing the " +"contents of the buffer.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<linter>" +msgstr "B<linter>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Invokes a syntax-checking program (if the active syntax defines one). If " +"this program produces lines of the form \"filename:linenum:charnum: some " +"message\", then the cursor will be put at the indicated position in the " +"mentioned file while showing \"some message\" on the status bar. You can " +"move from message to message with E<lt>PgUpE<gt> and E<lt>PgDnE<gt>, and " +"leave linting mode with B<^C> or E<lt>EnterE<gt>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<justify>" +msgstr "B<justify>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Justifies the current paragraph (or the marked region). A paragraph is a " +"group of contiguous lines that, apart from possibly the first line, all have " +"the same indentation. The beginning of a paragraph is detected by either " +"this lone line with a differing indentation or by a preceding blank line." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<fulljustify>" +msgstr "B<fulljustify>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Justifies the entire current buffer (or the marked region)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<indent>" +msgstr "B<indent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Indents (shifts to the right) the current line or the marked lines." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<unindent>" +msgstr "B<unindent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Unindents (shifts to the left) the current line or the marked lines." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<comment>" +msgstr "B<comment>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Comments or uncomments the current line or the marked lines, using the " +"comment style specified in the active syntax." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<complete>" +msgstr "B<complete>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Completes (when possible) the fragment before the cursor to a full word " +"found elsewhere in the current buffer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<left>" +msgstr "B<left>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes left one position (in the editor or browser)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<right>" +msgstr "B<right>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes right one position (in the editor or browser)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<up>" +msgstr "B<up>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes one line up (in the editor or browser)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<down>" +msgstr "B<down>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes one line down (in the editor or browser)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<scrollup>" +msgstr "B<scrollup>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Scrolls the viewport up one row (meaning that the text slides down) while " +"keeping the cursor in the same text position, if possible. (This function " +"is bound by default to E<lt>Alt+UpE<gt>. If E<lt>Alt+UpE<gt> does nothing " +"on your Linux console, see the FAQ: E<.UR https://nano-editor.org/dist/" +"latest/faq.html#4.1> E<.UE .)>" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<scrolldown>" +msgstr "B<scrolldown>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Scrolls the viewport down one row (meaning that the text slides up) while " +"keeping the cursor in the same text position, if possible. (This function " +"is bound by default to E<lt>Alt+DownE<gt>.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<enter>" +msgid "B<center>" +msgstr "B<enter>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Don't display the help lists at the bottom of the screen." +msgid "Scrolls the line with the cursor to the middle of the screen." +msgstr "Désactive les lignes d'aide affichée en bas de l'écran." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<prevword>" +msgstr "B<prevword>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the beginning of the previous word." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nextword>" +msgstr "B<nextword>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the beginning of the next word." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<home>" +msgstr "B<home>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the beginning of the current line." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<end>" +msgstr "B<end>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the end of the current line." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<beginpara>" +msgstr "B<beginpara>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the beginning of the current paragraph." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<endpara>" +msgstr "B<endpara>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the end of the current paragraph." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<prevblock>" +msgstr "B<prevblock>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Moves the cursor to the beginning of the current or preceding block of " +"text. (Blocks are separated by one or more blank lines.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nextblock>" +msgstr "B<nextblock>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Moves the cursor to the beginning of the next block of text." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pageup>" +msgstr "B<pageup>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes up one screenful." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<pagedown>" +msgstr "B<pagedown>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Goes down one screenful." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<firstline>" +msgstr "B<firstline>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the first line of the file." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<lastline>" +msgstr "B<lastline>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the last line of the file." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<gotoline>" +msgstr "B<gotoline>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Goes to a specific line (and column if specified). Negative numbers count " +"from the end of the file (and end of the line)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<findbracket>" +msgstr "B<findbracket>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Moves the cursor to the bracket (or brace or parenthesis, etc.) that matches " +"(pairs) with the one under the cursor. See B<set matchbrackets>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<--author>" +msgid "B<anchor>" +msgstr "B<--author>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Places an anchor at the current line, or removes it when already present. " +"(An anchor is visible when line numbers are activated.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<prevword>" +msgid "B<prevanchor>" +msgstr "B<prevword>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the first anchor before the current line." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<nextword>" +msgid "B<nextanchor>" +msgstr "B<nextword>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the first anchor after the current line." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<prevbuf>" +msgstr "B<prevbuf>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Switches to editing/viewing the previous buffer when multiple buffers are " +"open." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nextbuf>" +msgstr "B<nextbuf>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Switches to editing/viewing the next buffer when multiple buffers are open." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<verbatim>" +msgstr "B<verbatim>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Inserts the next keystroke verbatim into the file, or begins Unicode input " +"when a hexadecimal digit is typed." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tab>" +msgstr "B<tab>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Inserts a tab at the current cursor location." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<enter>" +msgstr "B<enter>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "Don't add newlines to the ends of files." +msgid "Inserts a new line below the current one." +msgstr "Ne pas ajouter de passage à la ligne à la fin des fichiers." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<delete>" +msgstr "B<delete>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Deletes the character under the cursor." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<backspace>" +msgstr "B<backspace>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Deletes the character before the cursor." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<recordmacro>" +msgstr "B<recordmacro>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Starts the recording of keystrokes -- the keystrokes are stored as a macro. " +"When already recording, the recording is stopped." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<runmacro>" +msgstr "B<runmacro>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Replays the keystrokes of the last recorded macro." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<undo>" +msgstr "B<undo>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Undoes the last performed text action (add text, delete text, etc)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<redo>" +msgstr "B<redo>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Redoes the last undone action (i.e., it undoes an undo)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<refresh>" +msgstr "B<refresh>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Refreshes the screen." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<suspend>" +msgstr "B<suspend>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Suspends the editor and returns control to the shell (until you tell the " +"process to resume execution with B<fg>)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<casesens>" +msgstr "B<casesens>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles whether searching/replacing ignores or respects the case of the " +"given characters." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<regexp>" +msgstr "B<regexp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles whether searching/replacing uses literal strings or regular " +"expressions." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<backwards>" +msgstr "B<backwards>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles whether searching/replacing goes forward or backward." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<older>" +msgstr "B<older>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Retrieves the previous (earlier) entry at a prompt." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<newer>" +msgstr "B<newer>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Retrieves the next (later) entry at a prompt." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flipreplace>" +msgstr "B<flipreplace>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles between searching for something and replacing something." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flipgoto>" +msgstr "B<flipgoto>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles between searching for text and targeting a line number." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flipexecute>" +msgstr "B<flipexecute>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles between inserting a file and executing a command." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flippipe>" +msgstr "B<flippipe>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When executing a command, toggles whether the current buffer (or marked " +"region) is piped to the command." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flipnewbuffer>" +msgstr "B<flipnewbuffer>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles between inserting into the current buffer and into a new empty " +"buffer." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<flipconvert>" +msgstr "B<flipconvert>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When reading in a file, toggles between converting and not converting it " +"from DOS/Mac format. Converting is the default." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<dosformat>" +msgstr "B<dosformat>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When writing a file, switches to writing a DOS format (CR/LF)." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<macformat>" +msgstr "B<macformat>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When writing a file, switches to writing a Mac format." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<append>" +msgstr "B<append>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When writing a file, appends to the end instead of overwriting." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<prepend>" +msgstr "B<prepend>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When writing a file, 'prepends' (writes at the beginning) instead of " +"overwriting." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<backup>" +msgstr "B<backup>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "When writing a file, creates a backup of the current file." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<discardbuffer>" +msgstr "B<discardbuffer>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When about to write a file, discard the current buffer without saving. " +"(This function is bound by default only when option B<--saveonexit> is in " +"effect.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<browser>" +msgstr "B<browser>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Starts the file browser (in the Read File and Write Out menus), allowing to " +"select a file from a list." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<gotodir>" +msgstr "B<gotodir>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Goes to a directory to be specified, allowing to browse anywhere in the " +"filesystem." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<firstfile>" +msgstr "B<firstfile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the first file in the list when using the file browser." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<lastfile>" +msgstr "B<lastfile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "The name of the file." +msgid "Goes to the last file in the list when using the file browser." +msgstr "Le nom du fichier." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nohelp>" +msgstr "B<nohelp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles the presence of the two-line list of key bindings at the bottom of " +"the screen. (This toggle is special: it is available in all menus except " +"the help viewer and the linter. All further toggles are available in the " +"main menu only.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set zap>" +msgid "B<zero>" +msgstr "B<set zap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles the presence of title bar and status bar." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<constantshow>" +msgstr "B<constantshow>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles the constant display of the current line, column, and character " +"positions." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<softwrap>" +msgstr "B<softwrap>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles the displaying of overlong lines on multiple screen lines." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<linenumbers>" +msgstr "B<linenumbers>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles the display of line numbers in front of the text." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<whitespacedisplay>" +msgstr "B<whitespacedisplay>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy +#| msgid "ignore changes in the amount of white space" +msgid "Toggles the showing of whitespace." +msgstr "Ne pas tenir compte des modifications dues au nombre d'espaces." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<nosyntax>" +msgstr "B<nosyntax>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles syntax highlighting." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<smarthome>" +msgstr "B<smarthome>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles the smartness of the Home key." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<autoindent>" +msgstr "B<autoindent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles whether a newly created line will contain the same amount of leading " +"whitespace as the preceding line -- or as the next line if the preceding " +"line is the beginning of a paragraph." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<cutfromcursor>" +msgstr "B<cutfromcursor>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles whether cutting text will cut the whole line or just from the " +"current cursor position to the end of the line." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "B<set breaklonglines>" +msgid "B<breaklonglines>" +msgstr "B<set breaklonglines>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Toggles whether long lines will be hard-wrapped to the next line. (The old " +"name of this function, 'nowrap', is deprecated.)" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<tabstospaces>" +msgstr "B<tabstospaces>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles whether typed tabs will be converted to spaces." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<mouse>" +msgstr "B<mouse>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Toggles mouse support." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Valid I<menu> sections are:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<main>" +msgstr "B<main>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The main editor window where text is entered and edited." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The help-viewer menu." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<search>" +msgstr "B<search>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The search menu (AKA whereis)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'search to replace' menu." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<replacewith>" +msgstr "B<replacewith>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'replace with' menu, which comes up after 'search to replace'." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<yesno>" +msgstr "B<yesno>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'yesno' menu, where the Yes/No/All/Cancel question is asked." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'goto line (and column)' menu." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'write file' menu." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'insert file' menu." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The 'file browser' menu, for selecting a file to be opened or inserted or " +"written to." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<whereisfile>" +msgstr "B<whereisfile>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'search for a file' menu in the file browser." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The 'go to directory' menu in the file browser." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The menu for inserting the output from an external command, or for filtering " +"the buffer (or the marked region) through an external command, or for " +"executing one of several tools." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<spell>" +msgstr "B<spell>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The menu of the integrated spell checker where the user can edit a " +"misspelled word." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The linter menu, which allows jumping through the linting messages." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<all>" +msgstr "B<all>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"A special name that encompasses all menus. For B<bind> it means all menus " +"where the specified I<function> exists; for B<unbind> it means all menus " +"where the specified I<key> exists." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "FICHIERS" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I</etc/nanorc>" +msgstr "I</etc/nanorc>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "System-wide configuration file." +msgstr "Fichier de configuration système." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<~/.nanorc> or I<$XDG_CONFIG_HOME/nano/nanorc> or I<~/.config/nano/nanorc>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Per-user configuration file." +msgstr "Fichier de configuration de l'utilisateur." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, fuzzy, no-wrap +#| msgid "I</usr/share/zoneinfo/>" +msgid "I</usr/share/nano/*>" +msgstr "I</usr/share/zoneinfo/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Syntax definitions for the syntax coloring of common file types (and for " +"less common file types in the I<extra/> subdirectory)." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nano>(1)" +msgstr "B<nano>(1)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<https://nano-editor.org/cheatsheet.html>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "An overview of the default key bindings." +msgstr "" |