2021-01-03 18:34:11 +00:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Gnome Terminator <terminator@lazyfrosch.de>, 2020
# Samuël Weber/GwendalD <samuel.weber@normalesup.org>, 2020
#
#, fuzzy
2008-02-14 23:24:21 +00:00
msgid ""
msgstr ""
2021-01-03 18:34:11 +00:00
"Project-Id-Version: PACKAGE VERSION\n"
2015-08-03 19:15:28 +00:00
"Report-Msgid-Bugs-To: \n"
2021-01-03 18:34:11 +00:00
"POT-Creation-Date: 2021-01-03 19:12+0100\n"
"PO-Revision-Date: 2020-04-22 08:11+0000\n"
"Last-Translator: Samuël Weber/GwendalD <samuel.weber@normalesup.org>, 2020\n"
"Language-Team: French (https://www.transifex.com/terminator/teams/109338/fr/)\n"
2008-02-14 23:24:21 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2021-01-03 18:34:11 +00:00
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2008-02-14 23:24:21 +00:00
2015-09-20 04:59:10 +00:00
#. Command uuid req. Description
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:39
2015-09-20 04:59:10 +00:00
msgid "Open a new window"
2015-10-06 06:25:10 +00:00
msgstr "Ouvrir une nouvelle fenêtre"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:40
2015-09-20 04:59:10 +00:00
msgid "Open a new tab"
2015-10-06 06:25:10 +00:00
msgstr "Ouvrir un nouvel onglet"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:41
2015-09-20 04:59:10 +00:00
msgid "Split the current terminal horizontally"
2015-10-06 06:25:10 +00:00
msgstr "Diviser horizontalement le terminal actuel"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:42
2015-09-20 04:59:10 +00:00
msgid "Split the current terminal vertically"
2015-10-06 06:25:10 +00:00
msgstr "Diviser verticalement le terminal actuel"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:43
2015-09-20 04:59:10 +00:00
msgid "Get a list of all terminals"
2015-10-06 06:25:10 +00:00
msgstr "Avoir la liste de tous les terminaux."
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:44
2015-09-20 04:59:10 +00:00
msgid "Get the UUID of a parent window"
2016-07-05 06:04:04 +00:00
msgstr "Obtenir l'UUID d'une fenêtre parente."
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:45
2015-09-20 04:59:10 +00:00
msgid "Get the title of a parent window"
2015-10-06 06:25:10 +00:00
msgstr "Obtenir le titre de la fenêtre parente"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:46
2015-09-20 04:59:10 +00:00
msgid "Get the UUID of a parent tab"
2016-07-05 06:04:04 +00:00
msgstr "Obtenir l'UUID d'une table parente"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:47
2015-09-20 04:59:10 +00:00
msgid "Get the title of a parent tab"
2015-10-06 06:25:10 +00:00
msgstr "Obtenir le titre d'une table parente"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:64
2015-09-20 04:59:10 +00:00
#, python-format
msgid ""
"Run one of the following Terminator DBus commands:\n"
"\n"
"%s"
msgstr ""
2016-07-05 06:04:04 +00:00
"Lancer l'une des commandes Terminator DBus suivantes :\n"
"\n"
"%s"
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:65
2015-09-20 04:59:10 +00:00
msgid ""
"* These entries require either TERMINATOR_UUID environment var,\n"
" or the --uuid option must be used."
msgstr ""
2016-07-26 05:41:08 +00:00
"* Ces entrées requièrent soit la variable d'environnement TERMINATOR_UUID,\n"
" soit l'option --uuid doit être utilisée."
2015-09-20 04:59:10 +00:00
2020-10-19 21:45:16 +00:00
#: ../remotinator.py:67
2015-09-20 04:59:10 +00:00
msgid "Terminal UUID for when not in env var TERMINATOR_UUID"
msgstr ""
2016-07-26 05:41:08 +00:00
"Terminal UUID utilisée lorsqu'il n'est pas dans la variable d'environnement "
"TERMINATOR_UUID"
2015-09-20 04:59:10 +00:00
2015-09-01 21:16:04 +00:00
#: ../data/terminator.desktop.in.h:1 ../data/terminator.appdata.xml.in.h:1
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/activitywatch.py:83
#: ../terminatorlib/plugins/activitywatch.py:162
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:155
2010-03-30 19:02:44 +00:00
msgid "Terminator"
msgstr "Terminator"
2008-08-28 12:06:52 +00:00
2015-09-01 21:16:04 +00:00
#: ../data/terminator.desktop.in.h:2 ../data/terminator.appdata.xml.in.h:2
2013-01-31 04:32:37 +00:00
msgid "Multiple terminals in one window"
msgstr "Permet d'avoir plusieurs terminaux en une seule fenêtre"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:3
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:156
2015-09-01 21:16:04 +00:00
msgid "The robot future of terminals"
2015-10-06 06:25:10 +00:00
msgstr "Le futur robot des terminaux."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:4
msgid ""
"A power-user tool for arranging terminals. It is inspired by programs such "
"as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging "
2021-01-03 18:34:11 +00:00
"terminals in grids (tabs is the most common default method, which Terminator"
" also supports)."
2015-09-01 21:16:04 +00:00
msgstr ""
2021-01-03 18:34:11 +00:00
"Un outil pour utilisateur et utilisatrice expérimenté⋅e d'organisation des "
"terminaux. Il s'inspire des programmes tels que gnome-multi-term, "
"quadkonsole, etc. dont le principal objectif est l'organisation des "
"terminaux en grille (sous forme d'onglets dans le mode par défaut le plus "
"basique, mode que Terminator prend en charge)."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:5
msgid ""
"Much of the behavior of Terminator is based on GNOME Terminal, and we are "
"adding more features from that as time goes by, but we also want to extend "
"out in different directions with useful features for sysadmins and other "
"users."
msgstr ""
2021-01-03 18:34:11 +00:00
"Le fonctionnement de Terminator est principalement fondé sur celui de GNOME "
2016-07-26 05:41:08 +00:00
"Terminal. Nous lui ajoutons des fonctionnalités au fur et à mesure, mais "
"nous voulons aussi les étendre dans différentes directions, avec des "
"fonctionnalités utiles pour les administrateurs système et les autres "
2021-01-03 18:34:11 +00:00
"utilisateurs."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:6
msgid "Some highlights:"
2016-07-05 06:04:04 +00:00
msgstr "Quelques points forts :"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:7
msgid "Arrange terminals in a grid"
2015-10-06 06:25:10 +00:00
msgstr "Arranger les terminaux en grille."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:8
msgid "Tabs"
2015-09-02 05:56:15 +00:00
msgstr "Onglets"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:9
msgid "Drag and drop re-ordering of terminals"
2016-07-05 06:04:04 +00:00
msgstr "Glisser/déposer pour réordonner les terminaux"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:10
msgid "Lots of keyboard shortcuts"
2015-09-19 05:42:16 +00:00
msgstr "De nombreux raccourcis clavier"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:11
msgid "Save multiple layouts and profiles via GUI preferences editor"
msgstr ""
2016-07-26 05:41:08 +00:00
"Enregistrer les multiples dispositions et profils via l'éditeur de "
"préférence GUI."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:12
msgid "Simultaneous typing to arbitrary groups of terminals"
2016-07-05 06:04:04 +00:00
msgstr "Écriture simultanée dans n'importe quel groupe de terminaux"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:13
msgid "And lots more..."
2015-09-19 05:42:16 +00:00
msgstr "Et bien plus..."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:14
msgid "The main window showing the application in action"
2015-09-19 05:42:16 +00:00
msgstr "La fenêtre principale montrant l'application en action"
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:15
msgid "Getting a little crazy with the terminals"
2016-07-26 05:41:08 +00:00
msgstr "Devenir un peu fou avec les terminaux."
2015-09-01 21:16:04 +00:00
#: ../data/terminator.appdata.xml.in.h:16
msgid "The preferences window where you can change the defaults"
msgstr ""
2015-09-19 05:42:16 +00:00
"La fenêtre des préférences où vous pouvez modifier les réglages par défaut"
2015-09-01 21:16:04 +00:00
2013-01-31 04:32:37 +00:00
#: ../terminatorlib/container.py:163
2010-07-04 03:42:38 +00:00
msgid "Close?"
2015-08-04 05:47:09 +00:00
msgstr "Fermer ?"
2008-08-28 12:06:52 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/container.py:169
2010-07-04 03:42:38 +00:00
msgid "Close _Terminals"
2014-06-25 05:29:17 +00:00
msgstr "Fermer les _terminaux"
2010-07-04 03:42:38 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/container.py:171
2010-07-04 03:42:38 +00:00
msgid "<big><b>Close multiple terminals?</b></big>"
2015-08-04 05:47:09 +00:00
msgstr "<big><b>Fermer tous les terminaux ?</b></big>"
2010-07-04 03:42:38 +00:00
2017-01-13 06:38:29 +00:00
#: ../terminatorlib/container.py:175
2010-07-04 03:42:38 +00:00
msgid ""
2017-01-13 06:38:29 +00:00
"This window has several terminals open. Closing the window will also close "
"all terminals within it."
msgstr ""
2018-07-26 05:55:03 +00:00
"Cette fenêtre contient plusieurs terminaux ouverts. Fermer la fenêtre "
"fermera également les terminaux qu'elle contient."
2017-01-13 06:38:29 +00:00
#: ../terminatorlib/container.py:178
msgid ""
"This tab has several terminals open. Closing the tab will also close all "
2010-07-04 03:42:38 +00:00
"terminals within it."
msgstr ""
2018-07-26 05:55:03 +00:00
"Cet onglet contient plusieurs terminaux ouverts. Fermer l'onglet fermera "
"également les terminaux qu'il contient."
2008-08-28 12:06:52 +00:00
2017-01-13 06:38:29 +00:00
#: ../terminatorlib/container.py:198
2013-01-31 04:32:37 +00:00
msgid "Do not show this message next time"
2013-03-09 04:32:57 +00:00
msgstr "Ne pas afficher ce message la prochaine fois"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:34
2008-07-07 21:53:52 +00:00
msgid "Current Locale"
2011-09-16 04:30:47 +00:00
msgstr "Locale actuelle"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:35 ../terminatorlib/encoding.py:48
#: ../terminatorlib/encoding.py:67 ../terminatorlib/encoding.py:90
#: ../terminatorlib/encoding.py:101
2008-07-07 21:53:52 +00:00
msgid "Western"
2010-12-01 04:54:30 +00:00
msgstr "Occidentale"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:36 ../terminatorlib/encoding.py:68
#: ../terminatorlib/encoding.py:80 ../terminatorlib/encoding.py:99
2008-07-07 21:53:52 +00:00
msgid "Central European"
2010-07-29 03:30:41 +00:00
msgstr "Europe centrale"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:37
2008-07-07 21:53:52 +00:00
msgid "South European"
2010-12-01 04:54:30 +00:00
msgstr "Europe du Sud"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:38 ../terminatorlib/encoding.py:46
#: ../terminatorlib/encoding.py:106
2008-07-07 21:53:52 +00:00
msgid "Baltic"
2016-07-05 06:04:04 +00:00
msgstr "Balte"
2008-07-07 21:53:52 +00:00
2010-03-30 19:02:44 +00:00
#. [False, "JOHAB", _("Korean") ],
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:39 ../terminatorlib/encoding.py:69
#: ../terminatorlib/encoding.py:75 ../terminatorlib/encoding.py:77
#: ../terminatorlib/encoding.py:82 ../terminatorlib/encoding.py:100
2008-07-07 21:53:52 +00:00
msgid "Cyrillic"
2010-07-04 03:42:38 +00:00
msgstr "Cyrillique"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:40 ../terminatorlib/encoding.py:72
#: ../terminatorlib/encoding.py:79 ../terminatorlib/encoding.py:105
2008-07-07 21:53:52 +00:00
msgid "Arabic"
msgstr "Arabe"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:41 ../terminatorlib/encoding.py:85
#: ../terminatorlib/encoding.py:102
2008-07-07 21:53:52 +00:00
msgid "Greek"
msgstr "Grec"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:42
2008-07-07 21:53:52 +00:00
msgid "Hebrew Visual"
2015-08-04 05:47:09 +00:00
msgstr "Hébreu visuel"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:43 ../terminatorlib/encoding.py:71
#: ../terminatorlib/encoding.py:88 ../terminatorlib/encoding.py:104
2008-07-07 21:53:52 +00:00
msgid "Hebrew"
msgstr "Hébreu"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:44 ../terminatorlib/encoding.py:70
#: ../terminatorlib/encoding.py:92 ../terminatorlib/encoding.py:103
2008-07-07 21:53:52 +00:00
msgid "Turkish"
msgstr "Turc"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:45
2008-07-07 21:53:52 +00:00
msgid "Nordic"
msgstr "Nordique"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:47
2008-07-07 21:53:52 +00:00
msgid "Celtic"
msgstr "Celte"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:49 ../terminatorlib/encoding.py:91
2008-07-07 21:53:52 +00:00
msgid "Romanian"
msgstr "Roumain"
2010-03-30 19:02:44 +00:00
#. [False, "UTF-7", _("Unicode") ],
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:51
2008-07-07 21:53:52 +00:00
msgid "Unicode"
msgstr "Unicode"
2010-03-30 19:02:44 +00:00
#. [False, "UTF-16", _("Unicode") ],
#. [False, "UCS-2", _("Unicode") ],
#. [False, "UCS-4", _("Unicode") ],
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:55
2008-07-07 21:53:52 +00:00
msgid "Armenian"
msgstr "Arménien"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:56 ../terminatorlib/encoding.py:57
#: ../terminatorlib/encoding.py:61
2008-07-07 21:53:52 +00:00
msgid "Chinese Traditional"
2015-08-04 05:47:09 +00:00
msgstr "Chinois traditionnel"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:58
2008-07-07 21:53:52 +00:00
msgid "Cyrillic/Russian"
2016-07-05 06:04:04 +00:00
msgstr "Cyrillique/russe"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:59 ../terminatorlib/encoding.py:73
#: ../terminatorlib/encoding.py:94
2008-07-07 21:53:52 +00:00
msgid "Japanese"
msgstr "Japonais"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:60 ../terminatorlib/encoding.py:74
#: ../terminatorlib/encoding.py:97
2008-07-07 21:53:52 +00:00
msgid "Korean"
msgstr "Coréen"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:62 ../terminatorlib/encoding.py:63
#: ../terminatorlib/encoding.py:64 ../terminatorlib/encoding.py:66
2008-07-07 21:53:52 +00:00
msgid "Chinese Simplified"
2015-08-04 05:47:09 +00:00
msgstr "Chinois simplifié"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:65
2008-07-07 21:53:52 +00:00
msgid "Georgian"
msgstr "Géorgien"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:78 ../terminatorlib/encoding.py:93
2008-07-07 21:53:52 +00:00
msgid "Cyrillic/Ukrainian"
2015-08-04 05:47:09 +00:00
msgstr "Cyrillique/ukrainien"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:81
2008-07-07 21:53:52 +00:00
msgid "Croatian"
msgstr "Croate"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:83
2008-07-07 21:53:52 +00:00
msgid "Hindi"
2015-08-04 05:47:09 +00:00
msgstr "Hindi"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:84
2008-07-07 21:53:52 +00:00
msgid "Persian"
2009-01-20 22:45:57 +00:00
msgstr "Persan"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:86
2008-07-07 21:53:52 +00:00
msgid "Gujarati"
2015-08-04 05:47:09 +00:00
msgstr "Gujarati"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:87
2008-07-07 21:53:52 +00:00
msgid "Gurmukhi"
2015-08-04 05:47:09 +00:00
msgstr "Gurmukhi"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:89
2008-07-07 21:53:52 +00:00
msgid "Icelandic"
msgstr "Islandais"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:95 ../terminatorlib/encoding.py:98
#: ../terminatorlib/encoding.py:107
2008-07-07 21:53:52 +00:00
msgid "Vietnamese"
msgstr "Vietnamien"
2008-02-14 23:24:21 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/encoding.py:96
2008-07-07 21:53:52 +00:00
msgid "Thai"
msgstr "Thaï"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/layoutlauncher.glade.h:1
msgid "Terminator Layout Launcher"
2016-07-05 06:04:04 +00:00
msgstr "Lanceur de dispositions de Terminator"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/layoutlauncher.glade.h:2
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:142
2015-08-03 19:15:28 +00:00
msgid "Layout"
2016-07-05 06:04:04 +00:00
msgstr "Disposition"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/layoutlauncher.glade.h:3
msgid "Launch"
2015-10-26 05:27:21 +00:00
msgstr "Lancer"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/notebook.py:359
2010-07-04 03:42:38 +00:00
msgid "tab"
msgstr "onglet"
2009-01-20 22:45:57 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/notebook.py:629
2010-07-04 03:42:38 +00:00
msgid "Close Tab"
msgstr "Fermer l'onglet"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:49
2010-10-16 04:44:37 +00:00
msgid "Display program version"
2016-07-05 06:04:04 +00:00
msgstr "Afficher la version du programme"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:51 ../terminatorlib/optionparse.py:53
2015-12-03 06:18:33 +00:00
msgid "Maximize the window"
2016-07-05 06:04:04 +00:00
msgstr "Maximiser la fenêtre"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:55
2010-10-16 04:44:37 +00:00
msgid "Make the window fill the screen"
2015-10-26 05:27:21 +00:00
msgstr "Mettre la fenêtre en plein écran"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:57
2010-10-16 04:44:37 +00:00
msgid "Disable window borders"
2015-10-26 05:27:21 +00:00
msgstr "Désactiver les bordures de fenêtre"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:59
2010-10-16 04:44:37 +00:00
msgid "Hide the window at startup"
2016-07-05 06:04:04 +00:00
msgstr "Masquer la fenêtre au démarrage"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:61
2010-10-16 04:44:37 +00:00
msgid "Specify a title for the window"
2015-10-26 05:27:21 +00:00
msgstr "Spécifier un titre pour la fenêtre"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:63
2013-01-31 04:32:37 +00:00
msgid "Set the preferred size and position of the window(see X man page)"
2016-07-05 06:04:04 +00:00
msgstr "Définir la taille et la position de la fenêtre (voir X man page)"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:67 ../terminatorlib/optionparse.py:70
2010-10-16 04:44:37 +00:00
msgid "Specify a command to execute inside the terminal"
2016-07-05 06:04:04 +00:00
msgstr "Spécifier une commande à exécuter dans le terminal"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:73 ../terminatorlib/optionparse.py:81
2010-10-16 04:44:37 +00:00
msgid ""
"Use the rest of the command line as a command to execute inside the "
"terminal, and its arguments"
msgstr ""
2016-07-05 06:04:04 +00:00
"Utiliser le reste de la ligne de commande en tant que commande à exécuter "
2010-10-16 04:44:37 +00:00
"dans le terminal (avec ses arguments)"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:76
2015-08-03 19:15:28 +00:00
msgid "Specify a config file"
msgstr "Spécifier un fichier de configuration"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:78
msgid "Specify a partial config json file"
2021-01-03 18:34:11 +00:00
msgstr "Spécifier un fichier json de configuration partiel"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:84
2010-10-16 04:44:37 +00:00
msgid "Set the working directory"
2016-07-05 06:04:04 +00:00
msgstr "Définir le répertoire de travail"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:85
2013-01-31 04:32:37 +00:00
msgid "Set a custom icon for the window (by file or name)"
2013-05-04 05:10:36 +00:00
msgstr "Définir une icône personnalisée pour la fenêtre (par nom ou fichier)"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:88
2010-10-16 04:44:37 +00:00
msgid "Set a custom WM_WINDOW_ROLE property on the window"
2016-07-05 06:04:04 +00:00
msgstr "Définir une propriété WM_WINDOW_ROLE à la fenêtre"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:90
2015-08-03 19:15:28 +00:00
msgid "Launch with the given layout"
2016-07-05 06:04:04 +00:00
msgstr "Lancer avec la disposition donnée"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:92
2015-08-03 19:15:28 +00:00
msgid "Select a layout from a list"
2016-07-05 06:04:04 +00:00
msgstr "Sélectionner une disposition depuis une liste"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:94
2010-10-16 04:44:37 +00:00
msgid "Use a different profile as the default"
2016-07-05 06:04:04 +00:00
msgstr "Utiliser un autre profil en tant que valeur par défaut"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:96
2010-10-16 04:44:37 +00:00
msgid "Disable DBus"
2016-07-05 06:04:04 +00:00
msgstr "Désactiver DBus"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:98
2010-10-16 04:44:37 +00:00
msgid "Enable debugging information (twice for debug server)"
msgstr ""
2016-07-05 06:04:04 +00:00
"Activer l'information de débogage (deux fois pour le serveur de débogage)"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:100
2010-10-16 04:44:37 +00:00
msgid "Comma separated list of classes to limit debugging to"
msgstr ""
2010-11-21 04:43:28 +00:00
"Liste de classes auxquelles limiter le débogage (séparées par des virgules)"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:102
2010-10-16 04:44:37 +00:00
msgid "Comma separated list of methods to limit debugging to"
msgstr ""
2010-11-21 04:43:28 +00:00
"Liste de méthodes auxquelles limiter le débogage (séparées par des virgules)"
2010-10-16 04:44:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/optionparse.py:104
2013-01-31 04:32:37 +00:00
msgid "If Terminator is already running, just open a new tab"
2016-07-05 06:04:04 +00:00
msgstr "Si Terminator est déjà lancé, ouvrir seulement un nouvel onglet"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/optionparse.py:106
msgid "If Terminator is already running, just unhide all hidden windows"
msgstr ""
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/activitywatch.py:54
2015-08-04 01:17:05 +00:00
msgid "Watch for _activity"
2016-07-05 06:04:04 +00:00
msgstr "Surveiller l'_activité"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/activitywatch.py:83
2015-08-04 01:17:05 +00:00
#, python-format
msgid "Activity in: %s"
2015-09-19 05:42:16 +00:00
msgstr "Activité dans : %s"
2010-07-04 03:42:38 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/activitywatch.py:120
2015-08-04 01:17:05 +00:00
msgid "Watch for _silence"
2016-07-05 06:04:04 +00:00
msgstr "Surveiller le _silence"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/activitywatch.py:162
2015-08-04 01:17:05 +00:00
#, python-format
msgid "Silence in: %s"
2015-09-19 05:42:16 +00:00
msgstr "Silence dans : %s"
2011-08-21 04:31:44 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/plugins/custom_commands.py:61
2015-08-04 01:17:05 +00:00
msgid "_Custom Commands"
2015-10-26 05:27:21 +00:00
msgstr "_Commandes personnalisées"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#. VERIFY FOR GTK3: is this ever false?
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/plugins/custom_commands.py:67
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:194
2015-08-03 19:15:28 +00:00
msgid "_Preferences"
msgstr "_Préférences"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:134
2010-03-30 19:02:44 +00:00
msgid "Custom Commands Configuration"
2010-04-07 20:57:56 +00:00
msgstr "Configuration des commandes personnalisées"
2009-12-03 13:07:49 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:138
#: ../terminatorlib/plugins/custom_commands.py:287
#: ../terminatorlib/plugins/logger.py:20
#: ../terminatorlib/plugins/terminalshot.py:20
2015-08-04 01:17:05 +00:00
msgid "_Cancel"
2016-07-05 06:04:04 +00:00
msgstr "Ann_uler"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:139
#: ../terminatorlib/plugins/custom_commands.py:288
2015-08-04 01:17:05 +00:00
msgid "_OK"
2016-07-05 06:04:04 +00:00
msgstr "_OK"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:166
2015-08-04 01:17:05 +00:00
msgid "Enabled"
2015-10-26 05:27:21 +00:00
msgstr "Activées"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:170
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:144
2015-08-04 01:17:05 +00:00
msgid "Name"
2015-09-19 05:42:16 +00:00
msgstr "Nom"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:174
#: ../terminatorlib/preferences.glade.h:108
2015-08-04 01:17:05 +00:00
msgid "Command"
msgstr "Commande"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:188
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:37
2015-08-04 01:17:05 +00:00
msgid "Top"
msgstr "En haut"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:194
2015-08-04 01:17:05 +00:00
msgid "Up"
2016-07-05 06:04:04 +00:00
msgstr "Haut"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:200
2015-08-04 01:17:05 +00:00
msgid "Down"
2016-07-05 06:04:04 +00:00
msgstr "Bas"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:206
2015-08-04 01:17:05 +00:00
msgid "Last"
2016-07-05 06:04:04 +00:00
msgstr "Dernier"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:212
2015-08-04 01:17:05 +00:00
msgid "New"
2016-07-05 06:04:04 +00:00
msgstr "Nouveau"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:217
2015-08-04 01:17:05 +00:00
msgid "Edit"
2016-07-05 06:04:04 +00:00
msgstr "Modifier"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:223
2015-08-04 01:17:05 +00:00
msgid "Delete"
2016-07-05 06:04:04 +00:00
msgstr "Supprimer"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:283
2010-03-30 19:02:44 +00:00
msgid "New Command"
2010-04-07 20:57:56 +00:00
msgstr "Nouvelle commande"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:294
2010-03-30 19:02:44 +00:00
msgid "Enabled:"
2013-02-15 04:31:04 +00:00
msgstr "Activé :"
2009-06-23 19:58:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:300
2010-03-30 19:02:44 +00:00
msgid "Name:"
2013-02-15 04:31:04 +00:00
msgstr "Nom :"
2008-08-28 12:06:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:306
2010-03-30 19:02:44 +00:00
msgid "Command:"
2013-02-15 04:31:04 +00:00
msgstr "Commande :"
2009-12-03 13:07:49 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:329
#: ../terminatorlib/plugins/custom_commands.py:439
2010-03-30 19:02:44 +00:00
msgid "You need to define a name and command"
2010-07-29 03:30:41 +00:00
msgstr "Vous devez définir un nom et une commande"
2009-06-23 19:58:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/custom_commands.py:346
#: ../terminatorlib/plugins/custom_commands.py:458
2010-03-30 19:02:44 +00:00
#, python-format
msgid "Name *%s* already exist"
2010-04-07 20:57:56 +00:00
msgstr "Le nom *%s* existe déjà"
2010-03-30 19:02:44 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/logger.py:21
#: ../terminatorlib/plugins/terminalshot.py:21
2015-08-04 01:17:05 +00:00
msgid "_Save"
2016-07-05 06:04:04 +00:00
msgstr "Enregi_strer"
2015-08-04 01:17:05 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/logger.py:32
2015-08-04 01:17:05 +00:00
msgid "Start _Logger"
2016-07-05 06:04:04 +00:00
msgstr "Démarrer _l'enregistreur"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/logger.py:35
2015-08-04 01:17:05 +00:00
msgid "Stop _Logger"
2016-07-05 06:04:04 +00:00
msgstr "Arrêter _l'enregistreur"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/logger.py:65
2015-08-03 19:15:28 +00:00
msgid "Save Log File As"
2015-09-19 05:42:16 +00:00
msgstr "Enregistrer le fichier de journal sous"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/terminalshot.py:28
2015-08-04 01:17:05 +00:00
msgid "Terminal _screenshot"
2016-07-05 06:04:04 +00:00
msgstr "_Capture d'écran de terminal"
2008-07-07 21:53:52 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/plugins/terminalshot.py:37
2015-08-03 19:15:28 +00:00
msgid "Save image"
2015-09-02 05:56:15 +00:00
msgstr "Enregistrer l'image"
2015-08-03 19:15:28 +00:00
2013-01-31 04:32:37 +00:00
#: ../terminatorlib/preferences.glade.h:1
msgid "Automatic"
2013-03-09 04:32:57 +00:00
msgstr "Automatique"
2013-01-31 04:32:37 +00:00
#: ../terminatorlib/preferences.glade.h:2
msgid "Control-H"
2013-03-09 04:32:57 +00:00
msgstr "Contrôle-H"
2013-01-31 04:32:37 +00:00
#: ../terminatorlib/preferences.glade.h:3
msgid "ASCII DEL"
2013-03-09 04:32:57 +00:00
msgstr "DEL ASCII"
2013-01-31 04:32:37 +00:00
#: ../terminatorlib/preferences.glade.h:4
msgid "Escape sequence"
2013-03-09 04:32:57 +00:00
msgstr "Séquence d'échappement"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#. FIXME: Why isn't this being done by Terminator() ?
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:5 ../terminatorlib/window.py:715
2015-08-03 19:15:28 +00:00
msgid "All"
msgstr "Tous"
#: ../terminatorlib/preferences.glade.h:6
msgid "Group"
2015-09-02 05:56:15 +00:00
msgstr "Groupe"
2015-08-03 19:15:28 +00:00
2015-08-04 18:52:02 +00:00
#: ../terminatorlib/preferences.glade.h:7
2015-08-03 19:15:28 +00:00
msgid "None"
msgstr "Aucun"
#: ../terminatorlib/preferences.glade.h:8
2013-01-31 04:32:37 +00:00
msgid "Exit the terminal"
2013-03-09 04:32:57 +00:00
msgstr "Quitter le terminal"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:9
2013-01-31 04:32:37 +00:00
msgid "Restart the command"
2013-03-09 04:32:57 +00:00
msgstr "Relancer la commande"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:10
2013-01-31 04:32:37 +00:00
msgid "Hold the terminal open"
2013-03-09 04:32:57 +00:00
msgstr "Conserver le terminal ouvert"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:11
2013-01-31 04:32:37 +00:00
msgid "Black on light yellow"
2013-03-09 04:32:57 +00:00
msgstr "Noir sur jaune pâle"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:12
2013-01-31 04:32:37 +00:00
msgid "Black on white"
2013-03-09 04:32:57 +00:00
msgstr "Noir sur blanc"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:13
2015-12-03 06:18:33 +00:00
msgid "Gray on black"
2016-07-05 06:04:04 +00:00
msgstr "Gris sur noir"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:14
2013-01-31 04:32:37 +00:00
msgid "Green on black"
2013-03-09 04:32:57 +00:00
msgstr "Vert sur noir"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:15
2013-01-31 04:32:37 +00:00
msgid "White on black"
2013-03-09 04:32:57 +00:00
msgstr "Blanc sur noir"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:16
2013-01-31 04:32:37 +00:00
msgid "Orange on black"
2013-03-09 04:32:57 +00:00
msgstr "Orange sur noir"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:17
2013-01-31 04:32:37 +00:00
msgid "Ambience"
2013-03-09 04:32:57 +00:00
msgstr "Ambiance"
2013-01-31 04:32:37 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:18
msgid "Solarized light"
2015-10-26 05:27:21 +00:00
msgstr "Solarisé clair"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:19
msgid "Solarized dark"
2015-10-26 05:27:21 +00:00
msgstr "Solarisé sombre"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/preferences.glade.h:20
2016-12-13 05:54:37 +00:00
msgid "Gruvbox light"
2018-07-26 05:55:03 +00:00
msgstr "Gruvbox clair"
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:21
msgid "Gruvbox dark"
2018-07-26 05:55:03 +00:00
msgstr "Gruvbox sombre"
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:22
2013-01-31 04:32:37 +00:00
msgid "Custom"
2013-03-09 04:32:57 +00:00
msgstr "Personnalisé"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:23
2013-01-31 04:32:37 +00:00
msgid "Block"
2013-03-09 04:32:57 +00:00
msgstr "Bloc"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:24
2013-01-31 04:32:37 +00:00
msgid "Underline"
2013-03-09 04:32:57 +00:00
msgstr "Souligné"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:25
2013-01-31 04:32:37 +00:00
msgid "I-Beam"
2013-05-04 05:10:36 +00:00
msgstr "Barre verticale"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:26
2013-01-31 04:32:37 +00:00
msgid "GNOME Default"
2013-05-04 05:10:36 +00:00
msgstr "Navigateur de Gnome"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:27
2013-01-31 04:32:37 +00:00
msgid "Click to focus"
2016-07-05 06:04:04 +00:00
msgstr "Cliquer pour focaliser"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:28
2013-01-31 04:32:37 +00:00
msgid "Follow mouse pointer"
2013-03-09 04:32:57 +00:00
msgstr "Suivre le pointeur de la souris"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:29
2013-01-31 04:32:37 +00:00
msgid "Tango"
2013-03-09 04:32:57 +00:00
msgstr "Tango"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:30
2013-01-31 04:32:37 +00:00
msgid "Linux"
2013-03-09 04:32:57 +00:00
msgstr "Linux"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:31
2013-01-31 04:32:37 +00:00
msgid "XTerm"
2013-03-09 04:32:57 +00:00
msgstr "XTerm"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:32
2013-01-31 04:32:37 +00:00
msgid "Rxvt"
2013-05-04 05:10:36 +00:00
msgstr "Rxvt"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:33
2015-08-03 19:15:28 +00:00
msgid "Solarized"
2015-10-26 05:27:21 +00:00
msgstr "Solarisé"
2015-08-03 19:15:28 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:34
2013-01-31 04:32:37 +00:00
msgid "On the left side"
2013-04-21 04:33:37 +00:00
msgstr "Sur le côté gauche"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:35
2013-01-31 04:32:37 +00:00
msgid "On the right side"
2013-04-21 04:33:37 +00:00
msgstr "Sur le côté droit"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:36
2013-01-31 04:32:37 +00:00
msgid "Disabled"
2013-05-04 05:10:36 +00:00
msgstr "Désactivé"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:38
2013-01-31 04:32:37 +00:00
msgid "Bottom"
2013-04-21 04:33:37 +00:00
msgstr "En bas"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:39
2013-01-31 04:32:37 +00:00
msgid "Left"
2016-07-05 06:04:04 +00:00
msgstr "À gauche"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:40
2013-01-31 04:32:37 +00:00
msgid "Right"
2016-07-05 06:04:04 +00:00
msgstr "À droite"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:41
2013-01-31 04:32:37 +00:00
msgid "Hidden"
2013-04-21 04:33:37 +00:00
msgstr "Masqué"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:42
2013-01-31 04:32:37 +00:00
msgid "Normal"
2013-04-21 04:33:37 +00:00
msgstr "Normal"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:43
2013-01-31 04:32:37 +00:00
msgid "Maximised"
2013-05-04 05:10:36 +00:00
msgstr "Maximisé"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:44
2013-01-31 04:32:37 +00:00
msgid "Fullscreen"
2013-04-21 04:33:37 +00:00
msgstr "Plein écran"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:45
2013-01-31 04:32:37 +00:00
msgid "Terminator Preferences"
2016-07-05 06:04:04 +00:00
msgstr "Options de Terminator"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:46
2015-08-03 19:15:28 +00:00
msgid "<b>Behavior</b>"
2015-09-02 05:56:15 +00:00
msgstr "<b>Comportement</b>"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:47
2015-08-03 19:15:28 +00:00
msgid "Window state:"
2015-09-19 05:42:16 +00:00
msgstr "État de la fenêtre :"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:48
2015-08-03 19:15:28 +00:00
msgid "Always on top"
msgstr "Toujours au premier plan"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:49
2013-01-31 04:32:37 +00:00
msgid "Show on all workspaces"
2013-05-04 05:10:36 +00:00
msgstr "Afficher sur tous les espaces de travail"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:50
2015-08-03 19:15:28 +00:00
msgid "Hide on lose focus"
2016-07-05 06:04:04 +00:00
msgstr "Masquer si la fenêtre passe en arrière-plan"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:51
2015-08-03 19:15:28 +00:00
msgid "Hide from taskbar"
msgstr "Masquer dans la barre des tâches"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:52
2015-08-03 19:15:28 +00:00
msgid "Window geometry hints"
msgstr "Conseils sur la géométrie de la fenêtre"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:53
2015-12-03 06:18:33 +00:00
msgid "DBus server"
msgstr "Serveur DBus"
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:54
2015-08-03 19:15:28 +00:00
msgid "Mouse focus:"
2016-07-05 06:04:04 +00:00
msgstr "Focus de la souris:"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:55
2015-08-03 19:15:28 +00:00
msgid "Broadcast default:"
2016-07-05 06:04:04 +00:00
msgstr "Réglage par défaut de la diffusion:"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:56
2020-10-19 21:45:16 +00:00
msgid "PuTTY style paste:"
2021-01-03 18:34:11 +00:00
msgstr "Coller à la façon PuTTY :"
2015-12-03 06:18:33 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:57
2015-12-03 06:18:33 +00:00
msgid "Smart copy"
2016-07-05 06:04:04 +00:00
msgstr "Copier intelligent"
2015-12-03 06:18:33 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:58
2013-01-31 04:32:37 +00:00
msgid "Re-use profiles for new terminals"
2013-05-04 05:10:36 +00:00
msgstr "Réutiliser les profils pour les nouveaux terminaux"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:59
2015-08-03 19:15:28 +00:00
msgid "Use custom URL handler"
2016-07-05 06:04:04 +00:00
msgstr "Utiliser un gestionnaire d'URL personnalisée"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:60
2015-08-03 19:15:28 +00:00
msgid "Custom URL handler:"
2016-07-05 06:04:04 +00:00
msgstr "Gestionnaire d'URL personnalisée :"
2013-01-31 04:32:37 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/preferences.glade.h:61
2020-10-19 21:45:16 +00:00
msgid "PRIMARY"
2021-01-03 18:34:11 +00:00
msgstr "PRIMAIRE"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:62
msgid "Clipboard"
2021-01-03 18:34:11 +00:00
msgstr "Presse-papier"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:63
2021-01-03 18:34:11 +00:00
msgid "Clear selection on copy"
msgstr ""
#: ../terminatorlib/preferences.glade.h:64
2015-08-03 19:15:28 +00:00
msgid "<b>Appearance</b>"
2015-09-02 05:56:15 +00:00
msgstr "<b>Apparence</b>"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:65
2016-12-13 05:54:37 +00:00
msgid "Window borders"
msgstr "Bordures de fenêtre"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:66
2015-08-03 19:15:28 +00:00
msgid "Unfocused terminal font brightness:"
2020-10-19 21:45:16 +00:00
msgstr "Luminosité de la police de caractère des terminaux non sélectionnés :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:67
2016-12-13 05:54:37 +00:00
msgid "Terminal separator size:"
msgstr "Taille du séparateur de terminal :"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:68
2020-10-19 21:45:16 +00:00
msgid "Line Height:"
2021-01-03 18:34:11 +00:00
msgstr "Hauteur de ligne :"
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:69
2016-12-13 05:54:37 +00:00
msgid "Extra Styling (Theme dependant)"
2019-09-25 06:10:13 +00:00
msgstr "Personnalisation extra (Suivant le thème)"
2016-12-13 05:54:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:70
2015-08-03 19:15:28 +00:00
msgid "Tab position:"
2015-09-02 05:56:15 +00:00
msgstr "Position de l'onglet :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:71
2015-08-03 19:15:28 +00:00
msgid "Tabs homogeneous"
2016-07-05 06:04:04 +00:00
msgstr "Onglets homogènes"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:72
2015-08-03 19:15:28 +00:00
msgid "Tabs scroll buttons"
2016-07-05 06:04:04 +00:00
msgstr "Ascenseur des onglets"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:73
2015-08-03 19:15:28 +00:00
msgid "<b>Terminal Titlebar</b>"
2015-09-19 05:42:16 +00:00
msgstr "<b>Barre de titre du terminal</b>"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:74
2015-08-03 19:15:28 +00:00
msgid "Font color:"
2016-07-05 06:04:04 +00:00
msgstr "Couleur de la police de caractères :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:75
2015-08-03 19:15:28 +00:00
msgid "Background:"
2015-09-02 05:56:15 +00:00
msgstr "Arrière-plan :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:76
2016-12-13 05:54:37 +00:00
msgid "Focused"
msgstr "Actif"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:77
2016-12-13 05:54:37 +00:00
msgid "Inactive"
msgstr "Inactif"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:78
2016-12-13 05:54:37 +00:00
msgid "Receiving"
msgstr "Réception"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:79
2020-10-19 21:45:16 +00:00
msgid "Title bar at bottom (Require restart)"
2021-01-03 18:34:11 +00:00
msgstr "Barre de titre en bas (nécessite un redémarrage)"
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:80
2015-08-03 19:15:28 +00:00
msgid "Hide size from title"
2016-07-05 06:04:04 +00:00
msgstr "Masquer la taille du titre"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:81
2015-08-03 19:15:28 +00:00
msgid "_Use the system font"
2015-10-26 05:27:21 +00:00
msgstr "_Utiliser la police de caractères système"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:82
2015-08-03 19:15:28 +00:00
msgid "_Font:"
2015-10-24 06:02:37 +00:00
msgstr "_Police de caractères :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:83
2015-08-03 19:15:28 +00:00
msgid "Choose A Titlebar Font"
2016-07-05 06:04:04 +00:00
msgstr "Choisissez une police de caractères pour la barre de titre"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:84
2015-08-03 19:15:28 +00:00
msgid "Global"
msgstr "Global"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:85
2015-08-04 01:17:05 +00:00
msgid "Profile"
msgstr "Profil"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:86
2015-08-03 19:15:28 +00:00
msgid "_Use the system fixed width font"
msgstr "_Utiliser la police à chasse fixe du système"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:87
2015-08-03 19:15:28 +00:00
msgid "Choose A Terminal Font"
2016-07-05 06:04:04 +00:00
msgstr "Choisir la police de caractères du terminal"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:88
2015-08-03 19:15:28 +00:00
msgid "_Allow bold text"
msgstr "_Activer le texte en gras"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:89
2015-08-03 19:15:28 +00:00
msgid "Show titlebar"
2016-07-05 06:04:04 +00:00
msgstr "Afficher la barre de titre"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:90
2015-08-03 19:15:28 +00:00
msgid "Copy on selection"
msgstr "Copier la sélection"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:91
msgid "Disable Ctrl+mousewheel zoom"
2021-01-03 18:34:11 +00:00
msgstr "Désactiver le zoom Ctrl+roulette"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:92
2015-12-03 06:18:33 +00:00
msgid "Select-by-_word characters:"
msgstr "Sélectionner par caractères des _mots"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:93
2015-08-03 19:15:28 +00:00
msgid "<b>Cursor</b>"
msgstr "<b>Curseur</b>"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:94
2015-08-03 19:15:28 +00:00
msgid "_Shape:"
2016-07-05 06:04:04 +00:00
msgstr "_Forme :"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:95
2016-12-13 05:54:37 +00:00
msgid "Color:"
msgstr "Couleur :"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:96
2015-08-03 19:15:28 +00:00
msgid "Blink"
2016-07-05 06:04:04 +00:00
msgstr "Clignotement"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:97
2016-12-13 05:54:37 +00:00
msgid "Foreground"
2018-07-26 05:55:03 +00:00
msgstr "Premier plan"
2016-12-13 05:54:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:98
2015-08-03 19:15:28 +00:00
msgid "<b>Terminal bell</b>"
msgstr "<b>Bip du terminal</b>"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:99
2015-08-03 19:15:28 +00:00
msgid "Titlebar icon"
msgstr "Icône de la barre de titre"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:100
2015-12-03 06:18:33 +00:00
msgid "Visual flash"
msgstr "Flash visuel"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:101
2015-08-03 19:15:28 +00:00
msgid "Audible beep"
msgstr "Bip sonore"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:102
2015-08-03 19:15:28 +00:00
msgid "Window list flash"
msgstr "Liste de fenêtres instantanée"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:103
2015-08-03 19:15:28 +00:00
msgid "General"
msgstr "Général"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:104
2015-08-03 19:15:28 +00:00
msgid "_Run command as a login shell"
msgstr "_Lancer la commande en tant que shell de connexion"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:105
2015-08-03 19:15:28 +00:00
msgid "Ru_n a custom command instead of my shell"
msgstr "Exécuter une comma_nde personnalisée au lieu de mon shell"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:106
2015-08-03 19:15:28 +00:00
msgid "Custom co_mmand:"
msgstr "Co_mmande personnalisée :"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:107
2015-08-03 19:15:28 +00:00
msgid "When command _exits:"
msgstr "Quand la commande se _termine :"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:109
2013-01-31 04:32:37 +00:00
msgid "<b>Foreground and Background</b>"
2014-06-25 05:29:17 +00:00
msgstr "<b>Premier et arrière plans</b>"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:110
2013-01-31 04:32:37 +00:00
msgid "_Use colors from system theme"
2013-06-02 04:33:06 +00:00
msgstr "_Utiliser les couleurs du thème système"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:111
2013-01-31 04:32:37 +00:00
msgid "Built-in sche_mes:"
2014-06-25 05:29:17 +00:00
msgstr "_Palettes prédéfinies :"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:112
2016-12-13 05:54:37 +00:00
msgid "_Text color:"
msgstr "Couleur du _texte :"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:113
2016-12-13 05:54:37 +00:00
msgid "_Background color:"
msgstr "_Couleur d'arrière-plan :"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:114
2013-01-31 04:32:37 +00:00
msgid "<b>Palette</b>"
2013-06-30 05:13:11 +00:00
msgstr "<b>Palette</b>"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:115
2013-01-31 04:32:37 +00:00
msgid "Built-in _schemes:"
2014-06-25 05:29:17 +00:00
msgstr "Pa_lettes prédéfinies :"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:116
2013-01-31 04:32:37 +00:00
msgid "Color p_alette:"
2014-06-25 05:29:17 +00:00
msgstr "P_alette de couleurs :"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:117
2020-04-25 18:24:11 +00:00
msgid "Show b_old text in bright colors"
2021-01-03 18:34:11 +00:00
msgstr "Afficher les textes en gras en couleurs vives"
2020-04-25 18:24:11 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:118
msgid "Colors"
msgstr "Couleurs"
#: ../terminatorlib/preferences.glade.h:119
2013-01-31 04:32:37 +00:00
msgid "_Solid color"
2014-06-25 05:29:17 +00:00
msgstr "Couleur _unie"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:120
2013-01-31 04:32:37 +00:00
msgid "_Transparent background"
2013-06-02 04:33:06 +00:00
msgstr "Arrière-plan _transparent"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:121
2021-01-03 18:34:11 +00:00
msgid "Background Image"
msgstr ""
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:122
2021-01-03 18:34:11 +00:00
msgid "Background Image File:"
msgstr ""
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:123
2021-01-03 18:34:11 +00:00
msgid "Choose file"
msgstr "Choisir un fichier"
2013-01-31 04:32:37 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:124
2021-01-03 18:34:11 +00:00
msgid "S_hade background:"
2020-10-19 21:45:16 +00:00
msgstr ""
#: ../terminatorlib/preferences.glade.h:125
2021-01-03 18:34:11 +00:00
msgid "<small><i>None</i></small>"
msgstr "<small><i>Aucun</i></small>"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:126
2021-01-03 18:34:11 +00:00
msgid "<small><i>Maximum</i></small>"
msgstr "<small><i>Maximum</i></small>"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/preferences.glade.h:127
2015-08-03 19:15:28 +00:00
msgid "Background"
msgstr "Arrière-plan"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:128
2013-01-31 04:32:37 +00:00
msgid "_Scrollbar is:"
2014-06-25 05:29:17 +00:00
msgstr "La _barre de défilement est :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:129
2016-12-13 05:54:37 +00:00
msgid "Scroll on _output"
msgstr "Défilement sur la _sortie"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:130
2016-12-13 05:54:37 +00:00
msgid "Scroll on _keystroke"
msgstr "Défilement sur _pression d'une touche"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:131
2013-01-31 04:32:37 +00:00
msgid "Infinite Scrollback"
2014-06-25 05:29:17 +00:00
msgstr "Défilement infini"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:132
2016-12-13 05:54:37 +00:00
msgid "Scroll_back:"
msgstr "Défilement récursif :"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:133
2016-12-13 05:54:37 +00:00
msgid "lines"
msgstr "lignes"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:134
2013-01-31 04:32:37 +00:00
msgid "Scrolling"
2013-06-02 04:33:06 +00:00
msgstr "Défilement"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:135
2013-01-31 04:32:37 +00:00
msgid ""
"<small><i><b>Note:</b> These options may cause some applications to behave "
"incorrectly. They are only here to allow you to work around certain "
2021-01-03 18:34:11 +00:00
"applications and operating systems that expect different terminal "
"behavior.</i></small>"
2013-01-31 04:32:37 +00:00
msgstr ""
2016-07-05 06:04:04 +00:00
"<small><i><b>Note :</b> ces options peuvent gêner le fonctionnement de "
2021-01-03 18:34:11 +00:00
"certaines applications. Elles sont seulement là pour vous permettre de faire"
" fonctionner certaines applications et systèmes d'exploitation qui attendent"
" un comportement du terminal différent.</i></small>"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:136
2013-01-31 04:32:37 +00:00
msgid "_Backspace key generates:"
2016-07-05 06:04:04 +00:00
msgstr "La touche « _Retour arrière » émet :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:137
2016-12-13 05:54:37 +00:00
msgid "_Delete key generates:"
msgstr "La touche « _Suppr » émet :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:138
2016-12-13 05:54:37 +00:00
msgid "Encoding:"
2018-07-26 05:55:03 +00:00
msgstr "Codage des caractères :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:139
2016-12-13 05:54:37 +00:00
msgid "_Reset Compatibility Options to Defaults"
msgstr "_Réinitialiser les options de compatibilité aux valeurs par défaut"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:140
2013-01-31 04:32:37 +00:00
msgid "Compatibility"
2013-06-02 04:33:06 +00:00
msgstr "Compatibilité"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:141
#: ../terminatorlib/terminal_popup_menu.py:201
2013-01-31 04:32:37 +00:00
msgid "Profiles"
msgstr "Profils"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:143
2015-08-04 01:17:05 +00:00
msgid "Type"
2016-07-05 06:04:04 +00:00
msgstr "Type"
2015-08-04 01:17:05 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:145
2015-08-03 19:15:28 +00:00
msgid "Profile:"
2015-09-02 05:56:15 +00:00
msgstr "Profil :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:146
2015-08-03 19:15:28 +00:00
msgid "Custom command:"
2015-09-19 05:42:16 +00:00
msgstr "Commande personnalisée :"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:147
2015-08-03 19:15:28 +00:00
msgid "Working directory:"
2015-09-02 05:56:15 +00:00
msgstr "Dossier de travail :"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:148
2013-01-31 04:32:37 +00:00
msgid "Layouts"
2014-06-25 05:29:17 +00:00
msgstr "Dispositions"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:149
2015-08-04 01:17:05 +00:00
msgid "Action"
2015-09-19 05:42:16 +00:00
msgstr "Action"
2015-08-04 01:17:05 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:150
2015-08-04 01:17:05 +00:00
msgid "Keybinding"
2015-09-02 05:56:15 +00:00
msgstr "Raccourci clavier"
2015-08-04 01:17:05 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:151
2013-01-31 04:32:37 +00:00
msgid "Keybindings"
2014-06-25 05:29:17 +00:00
msgstr "Raccourcis clavier"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:152
2015-08-04 01:17:05 +00:00
msgid "Plugin"
2015-09-19 05:42:16 +00:00
msgstr "Greffon"
2015-08-04 01:17:05 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:153
2013-01-31 04:32:37 +00:00
msgid "This plugin has no configuration options"
2014-06-25 05:29:17 +00:00
msgstr "Ce greffon n'a pas d'options de configuration"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:154
2013-01-31 04:32:37 +00:00
msgid "Plugins"
2013-06-30 05:13:11 +00:00
msgstr "Greffons"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:157
2020-10-19 21:45:16 +00:00
msgid "Version: 2.0.1"
2021-01-03 18:34:11 +00:00
msgstr "Version : 2.0.1"
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:158
2015-08-03 19:15:28 +00:00
msgid ""
2021-01-03 18:34:11 +00:00
"The goal of this project is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports).\n"
2015-08-03 19:15:28 +00:00
"\n"
2021-01-03 18:34:11 +00:00
"Much of the behavior of Terminator is based on GNOME Terminal, and we are adding more features from that as time goes by, but we also want to extend out in different directions with useful features for sysadmins and other users. If you have any suggestions, please file wishlist bugs! (see left for the Development link)"
2015-08-03 19:15:28 +00:00
msgstr ""
2021-01-03 18:34:11 +00:00
"Le but de ce projet est de créer un outil puissant pour gèrer les terminaux. Il est inspiré de programmes tels que gnome-multi-term, quadkonsole, etc. car il se concentre aussi sur le fait de présenter les terminaux en grille (les onglets sont la méthode par défaut la plus répandue, ce qui est également supporté par terminator).\n"
2016-07-05 06:04:04 +00:00
"\n"
2021-01-03 18:34:11 +00:00
"Une grande partie du comportement de Terminator est basée sur le terminal GNOME, nous ajoutons de nouvelles fonctionnalités au fil du temps, mais nous désirons également nous étendre dans différentes directions avec des capacités utiles aux administrateurs système et aux autres utilisateurs. Si vous avez des suggestions, merci de remplir un bug de souhait! (regardez a gauche pour le lien de développement)"
#: ../terminatorlib/preferences.glade.h:161
2015-09-01 20:50:09 +00:00
msgid "The Manual"
2016-07-05 06:04:04 +00:00
msgstr "Le manuel"
2015-09-01 20:50:09 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:162
2015-09-01 20:50:09 +00:00
msgid ""
2020-04-17 15:35:41 +00:00
"<a href=\"https://github.com/gnome-terminator/terminator\">Development</a>\n"
2021-01-03 18:34:11 +00:00
"<a href=\"https://github.com/gnome-terminator/terminator/issues\">Bugs / Enhancements</a>"
2015-09-01 20:50:09 +00:00
msgstr ""
2021-01-03 18:34:11 +00:00
"<a href=\"https://github.com/gnome-terminator/terminator\">Développement</a>\n"
"<a href=\"https://github.com/gnome-terminator/terminator/issues\">Bugs / Améliorations</a>"
2015-09-01 20:50:09 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/preferences.glade.h:164
2015-08-03 19:15:28 +00:00
msgid "About"
2015-09-02 05:56:15 +00:00
msgstr "À propos"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/prefseditor.py:105
2015-08-03 19:15:28 +00:00
msgid "Increase font size"
2016-07-05 06:04:04 +00:00
msgstr "Augmenter la taille de la police de caractères"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/prefseditor.py:106
2015-08-03 19:15:28 +00:00
msgid "Decrease font size"
2016-07-05 06:04:04 +00:00
msgstr "Réduire la taille de la police de caractères"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/prefseditor.py:107
2015-08-03 19:15:28 +00:00
msgid "Restore original font size"
2016-07-05 06:04:04 +00:00
msgstr "Restaurer la taille d'origine de la police de caractères"
2015-08-03 19:15:28 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/prefseditor.py:108
2021-01-03 18:34:11 +00:00
msgid "Increase font size on all terminals"
msgstr ""
#: ../terminatorlib/prefseditor.py:109
msgid "Decrease font size on all terminals"
msgstr ""
#: ../terminatorlib/prefseditor.py:110
msgid "Restore original font size on all terminals"
msgstr ""
#: ../terminatorlib/prefseditor.py:111
2015-08-03 19:15:28 +00:00
msgid "Create a new tab"
2015-09-02 05:56:15 +00:00
msgstr "Créer un nouvel onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:112 ../terminatorlib/prefseditor.py:114
2015-08-03 19:15:28 +00:00
msgid "Focus the next terminal"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le prochain terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:113 ../terminatorlib/prefseditor.py:115
2015-08-03 19:15:28 +00:00
msgid "Focus the previous terminal"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le terminal précédent"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:116
2015-08-03 19:15:28 +00:00
msgid "Focus the terminal above"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le terminal du dessus"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:117
2015-08-03 19:15:28 +00:00
msgid "Focus the terminal below"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le terminal du dessous"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:118
2015-08-03 19:15:28 +00:00
msgid "Focus the terminal left"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le terminal de gauche"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:119
2015-08-03 19:15:28 +00:00
msgid "Focus the terminal right"
2016-07-05 06:04:04 +00:00
msgstr "Mettre en évidence le terminal de droite"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:120
2015-08-03 19:15:28 +00:00
msgid "Rotate terminals clockwise"
2015-10-26 05:27:21 +00:00
msgstr "Faire pivoter les terminaux dans le sens horaire"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:121
2015-08-03 19:15:28 +00:00
msgid "Rotate terminals counter-clockwise"
2015-09-19 05:42:16 +00:00
msgstr "Faire pivoter les terminaux dans le sens antihoraire"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:122
2015-08-03 19:15:28 +00:00
msgid "Split horizontally"
2017-02-22 06:09:31 +00:00
msgstr "Scinder horizontalement"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:123
2015-08-03 19:15:28 +00:00
msgid "Split vertically"
2017-02-22 06:09:31 +00:00
msgstr "Scinder verticalement"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:124
2015-08-03 19:15:28 +00:00
msgid "Close terminal"
2015-09-19 05:42:16 +00:00
msgstr "Fermer le terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:125
2015-08-03 19:15:28 +00:00
msgid "Copy selected text"
2015-09-02 05:56:15 +00:00
msgstr "Copier le texte sélectionné"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:126
2015-08-03 19:15:28 +00:00
msgid "Paste clipboard"
2015-09-19 05:42:16 +00:00
msgstr "Coller le contenu du presse-papier"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:127
2015-08-03 19:15:28 +00:00
msgid "Show/Hide the scrollbar"
2015-09-19 05:42:16 +00:00
msgstr "Afficher/masquer la barre de défilement"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:128
2015-08-03 19:15:28 +00:00
msgid "Search terminal scrollback"
2016-07-10 05:38:52 +00:00
msgstr "Chercher dans l'historique du terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:129
2015-08-03 19:15:28 +00:00
msgid "Scroll upwards one page"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le haut d'une page"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:130
2015-08-03 19:15:28 +00:00
msgid "Scroll downwards one page"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le bas d'une page"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:131
2015-08-03 19:15:28 +00:00
msgid "Scroll upwards half a page"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le haut d'une demi-page"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:132
2015-08-03 19:15:28 +00:00
msgid "Scroll downwards half a page"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le bas d'une demi-page"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:133
2015-08-03 19:15:28 +00:00
msgid "Scroll upwards one line"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le haut d'une ligne"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:134
2015-08-03 19:15:28 +00:00
msgid "Scroll downwards one line"
2016-07-05 06:04:04 +00:00
msgstr "Défiler vers le bas d'une ligne"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:135
2015-08-03 19:15:28 +00:00
msgid "Close window"
2015-09-19 05:42:16 +00:00
msgstr "Fermer la fenêtre"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:136
2015-08-03 19:15:28 +00:00
msgid "Resize the terminal up"
2015-10-26 05:27:21 +00:00
msgstr "Redimensionner le terminal vers le haut"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:137
2015-08-03 19:15:28 +00:00
msgid "Resize the terminal down"
2015-10-26 05:27:21 +00:00
msgstr "Redimensionner le terminal vers le bas"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:138
2015-08-03 19:15:28 +00:00
msgid "Resize the terminal left"
2015-10-26 05:27:21 +00:00
msgstr "Redimensionner le terminal vers la gauche"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:139
2015-08-03 19:15:28 +00:00
msgid "Resize the terminal right"
2015-10-26 05:27:21 +00:00
msgstr "Redimensionner le terminal vers la droite"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:140
2015-08-03 19:15:28 +00:00
msgid "Move the tab right"
2015-09-19 05:42:16 +00:00
msgstr "Déplacer l'onglet à droite"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:141
2015-08-03 19:15:28 +00:00
msgid "Move the tab left"
2015-09-02 05:56:15 +00:00
msgstr "Déplacer l'onglet à gauche"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:142
2015-12-03 06:18:33 +00:00
msgid "Maximize terminal"
2016-07-05 06:04:04 +00:00
msgstr "Maximiser le terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:143
2015-08-03 19:15:28 +00:00
msgid "Zoom terminal"
2015-09-19 05:42:16 +00:00
msgstr "Zoomer sur le terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:144
2015-08-03 19:15:28 +00:00
msgid "Switch to the next tab"
2015-09-02 05:56:15 +00:00
msgstr "Basculer vers l'onglet suivant"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:145
2015-08-03 19:15:28 +00:00
msgid "Switch to the previous tab"
2015-09-02 05:56:15 +00:00
msgstr "Basculer vers l'onglet précédent"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:146
2015-08-03 19:15:28 +00:00
msgid "Switch to the first tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le premier onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:147
2015-08-03 19:15:28 +00:00
msgid "Switch to the second tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le deuxième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:148
2015-08-03 19:15:28 +00:00
msgid "Switch to the third tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le troisième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:149
2015-08-03 19:15:28 +00:00
msgid "Switch to the fourth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le quatrième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:150
2015-08-03 19:15:28 +00:00
msgid "Switch to the fifth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le cinquième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:151
2015-08-03 19:15:28 +00:00
msgid "Switch to the sixth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le sixième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:152
2015-08-03 19:15:28 +00:00
msgid "Switch to the seventh tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le septième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:153
2015-08-03 19:15:28 +00:00
msgid "Switch to the eighth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le huitième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:154
2015-08-03 19:15:28 +00:00
msgid "Switch to the ninth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le neuvième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:155
2015-08-03 19:15:28 +00:00
msgid "Switch to the tenth tab"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le dixième onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:156
2015-08-03 19:15:28 +00:00
msgid "Toggle fullscreen"
2015-09-02 05:56:15 +00:00
msgstr "Basculer en mode plein écran"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:157
2015-08-03 19:15:28 +00:00
msgid "Reset the terminal"
2015-09-02 05:56:15 +00:00
msgstr "Réinitialiser le terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:158
2015-08-03 19:15:28 +00:00
msgid "Reset and clear the terminal"
2015-09-02 05:56:15 +00:00
msgstr "Réinitialiser et effacer le terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:159
2015-08-03 19:15:28 +00:00
msgid "Toggle window visibility"
2016-07-05 06:04:04 +00:00
msgstr "Changer la visibilité de la fenêtre"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:160
2020-10-19 21:45:16 +00:00
msgid "Create new group"
2021-01-03 18:34:11 +00:00
msgstr "Créer un nouveau groupe"
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:161
2015-08-03 19:15:28 +00:00
msgid "Group all terminals"
2015-09-19 05:42:16 +00:00
msgstr "Grouper tous les terminaux"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:162
2015-08-03 19:15:28 +00:00
msgid "Group/Ungroup all terminals"
2015-09-19 05:42:16 +00:00
msgstr "Grouper/dégrouper tous les terminaux"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:163
2015-08-03 19:15:28 +00:00
msgid "Ungroup all terminals"
2015-09-19 05:42:16 +00:00
msgstr "Dégrouper tous les terminaux"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:164
2015-08-03 19:15:28 +00:00
msgid "Group terminals in tab"
2016-07-05 06:04:04 +00:00
msgstr "Grouper les terminaux dans un onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:165
2015-08-03 19:15:28 +00:00
msgid "Group/Ungroup terminals in tab"
2016-07-05 06:04:04 +00:00
msgstr "Grouper/dégrouper les terminaux dans un onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:166
2015-08-03 19:15:28 +00:00
msgid "Ungroup terminals in tab"
2016-07-05 06:04:04 +00:00
msgstr "Dégrouper les terminaux de l'onglet"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:167
2015-08-03 19:15:28 +00:00
msgid "Create a new window"
2015-09-02 05:56:15 +00:00
msgstr "Créer une nouvelle fenêtre"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:168
2015-08-03 19:15:28 +00:00
msgid "Spawn a new Terminator process"
2015-09-02 05:56:15 +00:00
msgstr "Démarrer un nouveau processus Terminator"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:169
2015-08-03 19:15:28 +00:00
msgid "Don't broadcast key presses"
2016-07-05 06:04:04 +00:00
msgstr "Ne pas diffuser les appuis de touche"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:170
2015-08-03 19:15:28 +00:00
msgid "Broadcast key presses to group"
2016-07-05 06:04:04 +00:00
msgstr "Diffuser les appuis de touche au groupe"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:171
2015-08-03 19:15:28 +00:00
msgid "Broadcast key events to all"
2016-07-05 06:04:04 +00:00
msgstr "Diffuser les évènements de touche à tous"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:172
2015-08-03 19:15:28 +00:00
msgid "Insert terminal number"
msgstr "Insérer le numéro du terminal"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:173
2015-08-03 19:15:28 +00:00
msgid "Insert padded terminal number"
msgstr "Insérer le numéro du terminal, avec des zéros"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:174
2015-08-03 19:15:28 +00:00
msgid "Edit window title"
2015-09-02 05:56:15 +00:00
msgstr "Modifier le titre de la fenêtre"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:175
2015-12-03 06:18:33 +00:00
msgid "Edit terminal title"
2016-07-05 06:04:04 +00:00
msgstr "Modifier le titre du terminal"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:176
2015-12-03 06:18:33 +00:00
msgid "Edit tab title"
2016-07-05 06:04:04 +00:00
msgstr "Modifier le titre de l'onglet"
2015-12-03 06:18:33 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:177
2015-12-03 06:18:33 +00:00
msgid "Open layout launcher window"
2016-07-05 06:04:04 +00:00
msgstr "Ouvrir la fenêtre du lanceur de diposition"
2015-12-03 06:18:33 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:178
2015-08-03 19:15:28 +00:00
msgid "Switch to next profile"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le profil suivant"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:179
2015-08-03 19:15:28 +00:00
msgid "Switch to previous profile"
2015-09-19 05:42:16 +00:00
msgstr "Basculer sur le profil précédent"
2015-08-03 19:15:28 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:180
2020-10-19 21:45:16 +00:00
msgid "Open the Preferences window"
2021-01-03 18:34:11 +00:00
msgstr "Ouvrir les préférences"
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:181
2015-09-01 20:50:09 +00:00
msgid "Open the manual"
2015-09-19 05:42:16 +00:00
msgstr "Ouvrir le manuel"
2015-09-01 20:50:09 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:1327 ../terminatorlib/prefseditor.py:1332
2010-07-04 03:42:38 +00:00
msgid "New Profile"
msgstr "Nouveau profil"
2008-07-07 21:53:52 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/prefseditor.py:1372 ../terminatorlib/prefseditor.py:1377
2010-07-04 03:42:38 +00:00
msgid "New Layout"
msgstr "Nouvel agencement"
2008-02-14 23:24:21 +00:00
2010-03-30 19:02:44 +00:00
#. Label
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/searchbar.py:56
2009-01-20 22:45:57 +00:00
msgid "Search:"
2013-02-15 04:31:04 +00:00
msgstr "Rechercher :"
2009-01-20 22:45:57 +00:00
2016-12-13 05:54:37 +00:00
#: ../terminatorlib/searchbar.py:68
2010-03-30 19:02:44 +00:00
msgid "Close Search bar"
2010-04-07 20:57:56 +00:00
msgstr "Fermer la barre de recherche"
2010-03-30 19:02:44 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:59
2010-03-30 19:02:44 +00:00
msgid "_Send email to..."
2016-07-05 06:04:04 +00:00
msgstr "Envoyer un couuriel à..."
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:60
2010-03-30 19:02:44 +00:00
msgid "_Copy email address"
2016-07-05 06:04:04 +00:00
msgstr "_Copier l'adresse électronique"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:62
2010-03-30 19:02:44 +00:00
msgid "Ca_ll VoIP address"
2010-07-29 03:30:41 +00:00
msgstr "Appe_ller l'adresse VoIP"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:63
2010-03-30 19:02:44 +00:00
msgid "_Copy VoIP address"
2010-07-29 03:30:41 +00:00
msgstr "_Copier l'adresse VoIP"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:84
2010-03-30 19:02:44 +00:00
msgid "_Open link"
2010-07-29 03:30:41 +00:00
msgstr "_Ouvrir le lien"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:86
2010-03-30 19:02:44 +00:00
msgid "_Copy address"
2010-07-29 03:30:41 +00:00
msgstr "_Copier l'adresse"
2010-07-04 03:42:38 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/terminal_popup_menu.py:102
msgid "_Copy"
2016-07-05 06:04:04 +00:00
msgstr "Co_pier"
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/terminal_popup_menu.py:107
msgid "_Paste"
2016-07-05 06:04:04 +00:00
msgstr "C_oller"
2015-08-03 19:15:28 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:114
2010-07-04 03:42:38 +00:00
msgid "Split H_orizontally"
2010-07-29 03:30:41 +00:00
msgstr "Diviser h_orizontalement"
2010-03-30 19:02:44 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:124
2010-07-04 03:42:38 +00:00
msgid "Split V_ertically"
2010-07-29 03:30:41 +00:00
msgstr "Diviser v_erticalement"
2010-07-04 03:42:38 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:134
2010-03-30 19:02:44 +00:00
msgid "Open _Tab"
msgstr "Ouvrir un ongle_t"
2009-01-20 22:45:57 +00:00
2015-09-20 04:59:10 +00:00
#: ../terminatorlib/terminal_popup_menu.py:140
2010-07-04 03:42:38 +00:00
msgid "Open _Debug Tab"
2010-07-29 03:30:41 +00:00
msgstr "Ouvrir un onglet de _débogage"
2010-07-04 03:42:38 +00:00
2015-08-03 19:15:28 +00:00
#: ../terminatorlib/terminal_popup_menu.py:147
msgid "_Close"
2016-07-05 06:04:04 +00:00
msgstr "_Quitter"
2015-08-03 19:15:28 +00:00
2015-12-03 06:18:33 +00:00
#: ../terminatorlib/terminal_popup_menu.py:156
2010-03-30 19:02:44 +00:00
msgid "_Zoom terminal"
msgstr "_Zoomer le terminal"
2015-12-03 06:18:33 +00:00
#: ../terminatorlib/terminal_popup_menu.py:161
msgid "Ma_ximize terminal"
2016-07-05 06:04:04 +00:00
msgstr "Ma_ximiser le terminal"
2010-03-30 19:02:44 +00:00
2015-12-03 06:18:33 +00:00
#: ../terminatorlib/terminal_popup_menu.py:168
2010-03-30 19:02:44 +00:00
msgid "_Restore all terminals"
2011-08-07 04:33:45 +00:00
msgstr "_Restaurer tous les terminaux"
2010-07-04 03:42:38 +00:00
2015-12-03 06:18:33 +00:00
#: ../terminatorlib/terminal_popup_menu.py:175
2010-07-04 03:42:38 +00:00
msgid "Grouping"
2010-07-13 03:40:45 +00:00
msgstr "Regroupement"
2010-03-30 19:02:44 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:183
msgid "Relaunch Command"
msgstr ""
#: ../terminatorlib/terminal_popup_menu.py:188
2010-03-30 19:02:44 +00:00
msgid "Show _scrollbar"
2016-07-05 06:04:04 +00:00
msgstr "Afficher la barre de défilement"
2010-03-30 19:02:44 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:246
2020-10-19 21:45:16 +00:00
msgid "_Layouts..."
2021-01-03 18:34:11 +00:00
msgstr "_Organisations..."
2020-10-19 21:45:16 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:260
2008-07-07 21:53:52 +00:00
msgid "Encodings"
2016-07-05 06:04:04 +00:00
msgstr "Codages"
2008-07-07 21:53:52 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:275
2010-03-30 19:02:44 +00:00
msgid "Default"
2010-04-07 20:57:56 +00:00
msgstr "Valeur par défaut"
2009-06-23 19:58:52 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:278
2010-03-30 19:02:44 +00:00
msgid "User defined"
2010-04-07 20:57:56 +00:00
msgstr "Défini par l'utilisateur"
2009-06-23 19:58:52 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal_popup_menu.py:294
2010-03-30 19:02:44 +00:00
msgid "Other Encodings"
2016-07-05 06:04:04 +00:00
msgstr "Autres codages"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:509
2015-08-04 18:52:02 +00:00
msgid "N_ew group..."
2015-09-19 05:42:16 +00:00
msgstr "Nouv_eau groupe..."
2015-08-04 01:17:05 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:515
2015-08-04 18:52:02 +00:00
msgid "_None"
2015-09-02 05:56:15 +00:00
msgstr "Aucu_n"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:535
2010-07-04 03:42:38 +00:00
#, python-format
msgid "Remove group %s"
msgstr "Supprimer le groupe %s"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:540
2010-07-04 03:42:38 +00:00
msgid "G_roup all in tab"
2016-07-05 06:04:04 +00:00
msgstr "Tout reg_rouper dans l'onglet"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:545
2015-08-04 18:52:02 +00:00
msgid "Ungro_up all in tab"
2016-07-05 06:04:04 +00:00
msgstr "Tout dégro_uper dans un onglet"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:550
2010-07-04 03:42:38 +00:00
msgid "Remove all groups"
msgstr "Supprimer tout les groupes"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:557
2010-07-04 03:42:38 +00:00
#, python-format
msgid "Close group %s"
msgstr "Fermer le groupe %s"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:567
2015-08-04 18:52:02 +00:00
msgid "Broadcast _all"
2016-07-05 06:04:04 +00:00
msgstr "Diffuser _tout"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:568
2015-08-04 18:52:02 +00:00
msgid "Broadcast _group"
2016-07-05 06:04:04 +00:00
msgstr "Diffuser au _groupe"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:569
2015-08-04 18:52:02 +00:00
msgid "Broadcast _off"
2016-07-05 06:04:04 +00:00
msgstr "Diffusion désactivée"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:585
2015-08-04 18:52:02 +00:00
msgid "_Split to this group"
2016-07-05 06:04:04 +00:00
msgstr "_Scinder vers ce groupe"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:590
2015-08-04 18:52:02 +00:00
msgid "Auto_clean groups"
2016-07-05 06:04:04 +00:00
msgstr "Netto_yer automatiquement les groupes"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:597
2015-08-04 18:52:02 +00:00
msgid "_Insert terminal number"
2015-09-02 05:56:15 +00:00
msgstr "_Insérer le numéro du terminal"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:601
2015-08-04 18:52:02 +00:00
msgid "Insert _padded terminal number"
2016-07-05 06:04:04 +00:00
msgstr "Insérer le _numéro du terminal"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:1494
2010-07-04 03:42:38 +00:00
msgid "Unable to find a shell"
msgstr "Impossible de trouver un shell"
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:1525
2010-07-04 03:42:38 +00:00
msgid "Unable to start shell:"
2013-02-15 04:31:04 +00:00
msgstr "Impossible de démarrer le shell :"
2010-07-04 03:42:38 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:1956
2013-01-31 04:32:37 +00:00
msgid "Rename Window"
2013-04-21 04:33:37 +00:00
msgstr "Renommer la fenêtre"
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/terminal.py:1964
2013-01-31 04:32:37 +00:00
msgid "Enter a new title for the Terminator window..."
2013-06-30 05:13:11 +00:00
msgstr "Saisir un nouveau titre pour la fenêtre Terminator..."
2013-01-31 04:32:37 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:112
msgid "[INACTIVE: Right-Click for Relaunch option] "
msgstr ""
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Alpha"
2015-09-02 05:56:15 +00:00
msgstr "Alpha"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Beta"
2016-07-05 06:04:04 +00:00
msgstr "Bêta"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Gamma"
2015-09-02 05:56:15 +00:00
msgstr "Gamma"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Delta"
2015-09-02 05:56:15 +00:00
msgstr "Delta"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Epsilon"
2015-09-02 05:56:15 +00:00
msgstr "Epsilon"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Zeta"
2016-07-05 06:04:04 +00:00
msgstr "Zêta"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:258
2015-08-04 18:52:02 +00:00
msgid "Eta"
2016-07-05 06:04:04 +00:00
msgstr "Êta"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Theta"
2016-07-05 06:04:04 +00:00
msgstr "Thêta"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Iota"
2015-09-02 05:56:15 +00:00
msgstr "Iota"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Kappa"
2015-09-02 05:56:15 +00:00
msgstr "Kappa"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Lambda"
2015-09-02 05:56:15 +00:00
msgstr "Lambda"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Mu"
2015-09-02 05:56:15 +00:00
msgstr "Mu"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Nu"
2015-09-02 05:56:15 +00:00
msgstr "Nu"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:259
2015-08-04 18:52:02 +00:00
msgid "Xi"
2015-09-02 05:56:15 +00:00
msgstr "Xi"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Omicron"
2015-09-02 05:56:15 +00:00
msgstr "Omicron"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Pi"
2015-09-02 05:56:15 +00:00
msgstr "Pi"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Rho"
2016-07-05 06:04:04 +00:00
msgstr "Rhô"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Sigma"
2015-09-02 05:56:15 +00:00
msgstr "Sigma"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Tau"
2015-09-02 05:56:15 +00:00
msgstr "Tau"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Upsilon"
2015-09-02 05:56:15 +00:00
msgstr "Upsilon"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:260
2015-08-04 18:52:02 +00:00
msgid "Phi"
2015-09-02 05:56:15 +00:00
msgstr "Phi"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:261
2015-08-04 18:52:02 +00:00
msgid "Chi"
2015-09-02 05:56:15 +00:00
msgstr "Chi"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:261
2015-08-04 18:52:02 +00:00
msgid "Psi"
2015-09-02 05:56:15 +00:00
msgstr "Psi"
2015-08-04 18:52:02 +00:00
2021-01-03 18:34:11 +00:00
#: ../terminatorlib/titlebar.py:261
2015-08-04 18:52:02 +00:00
msgid "Omega"
2016-07-05 06:04:04 +00:00
msgstr "Oméga"
2015-08-04 18:52:02 +00:00
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/window.py:283 ../terminatorlib/window.py:288
2010-07-04 03:42:38 +00:00
msgid "window"
msgstr "fenêtre"
2020-10-19 21:45:16 +00:00
#: ../terminatorlib/window.py:741
2010-07-04 03:42:38 +00:00
#, python-format
msgid "Tab %d"
2010-07-29 03:30:41 +00:00
msgstr "Onglet %d"