zenity/help/fr/fr.po

2103 lines
63 KiB
Plaintext
Raw Normal View History

# French translation of gnome-control-center documentation.
# Copyright (C) 2005-2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the gedit documentation package.
#
2011-12-26 22:08:39 +00:00
#
# Christophe Bliard <christophe.bliard@trux.info>, 2005.
# Vincent Untz <vuntz@gnome.org>, 2005.
# Claude Paroz <claude@2xlibre.net>, 2009.
2011-12-26 22:08:39 +00:00
# Bruno Brouard <annoa.b@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: zenity fr\n"
2011-12-26 22:08:39 +00:00
"POT-Creation-Date: 2011-12-26 17:47+0000\n"
"PO-Revision-Date: 2011-12-26 09:30+0100\n"
"Last-Translator: Alain Lojewski <allomervan@gmail.com>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2011-12-26 22:08:39 +00:00
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
2011-12-26 22:08:39 +00:00
#: C/warning.page:28(None)
msgid ""
"@@image: 'figures/zenity-warning-screenshot.png'; "
2011-12-26 22:08:39 +00:00
"md5=146ea22fcd7104b2f9ed7ca0cc25f51d"
msgstr ""
"@@image: 'figures/zenity-warning-screenshot.png'; "
2011-12-26 22:08:39 +00:00
"md5=146ea22fcd7104b2f9ed7ca0cc25f51d"
2011-12-26 22:08:39 +00:00
#: C/warning.page:6(desc)
msgid "Use the <cmd>--warning</cmd> option."
msgstr "Utiliser l'option <cmd>--warning</cmd>."
2011-12-26 22:08:39 +00:00
#: C/warning.page:8(title)
msgid "Warning Dialog"
msgstr "Boîte de dialogue d'avertissement"
2011-12-26 22:08:39 +00:00
#: C/warning.page:9(p)
msgid "Use the <cmd>--warning</cmd> option to create a warning dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"Utilisez l'option <cmd>--warning</cmd> pour créer une boîte de dialogue "
"d'avertissement."
2011-12-26 22:08:39 +00:00
#: C/warning.page:13(p)
msgid "The following example script shows how to create a warning dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Le script d'exemple suivant montre comment créer une boîte de dialogue "
"d'avertissement :"
2011-12-26 22:08:39 +00:00
#: C/warning.page:17(code)
#, no-wrap
msgid ""
2011-12-26 22:08:39 +00:00
"\n"
"#!/bin/bash\n"
"\n"
"zenity --warning \\\n"
"--text=\"Disconnect the power cable to avoid electrical shock.\"\n"
msgstr ""
2011-12-26 22:08:39 +00:00
"\n"
"#!/bin/bash\n"
"\n"
"zenity --warning \\\n"
"--text=\"Débranchez le câble pour éviter tout choc électrique.\"\n"
2011-12-26 22:08:39 +00:00
#: C/warning.page:26(title)
msgid "Warning Dialog Example"
msgstr "Exemple de boîte de dialogue d'avertissement"
2011-12-26 22:08:39 +00:00
#: C/warning.page:27(desc)
msgid "<app>Zenity</app> warning dialog example"
msgstr "Exemple de boîte de dialogue d'avertissement <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:6(desc)
msgid ""
2011-12-26 22:08:39 +00:00
"You can use <app>Zenity</app> to create simple dialogs that interact "
"graphically with the user."
msgstr ""
2011-12-26 22:08:39 +00:00
"Vous pouvez utiliser <app>Zenity</app> pour créer des boîtes de dialogue "
"simples avec lesquels l'utilisateur interagit graphiquement."
2011-12-26 22:08:39 +00:00
#: C/usage.page:8(title)
msgid "Usage"
msgstr "Utilisation"
2011-12-26 22:08:39 +00:00
#: C/usage.page:9(p)
msgid ""
2011-12-26 22:08:39 +00:00
"When you write scripts, you can use <app>Zenity</app> to create simple "
"dialogs that interact graphically with the user, as follows:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Quand vous écrivez des scripts, vous pouvez utiliser <app>Zenity</app> pour "
"créer des boîtes de dialogue simples avec lesquels l'utilisateur interagit "
"graphiquement :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:14(p)
msgid ""
"You can create a dialog to obtain information from the user. For example, "
"you can prompt the user to select a date from a calendar dialog, or to "
"select a file from a file selection dialog."
msgstr ""
"Pour obtenir des informations de la part de l'utilisateur. Par exemple en "
"demandant de choisir une date dans une boîte de dialogue de calendrier, ou "
"en demandant de sélectionner un fichier dans une boîte de dialogue de "
2011-12-26 22:08:39 +00:00
"sélection de fichiers."
2011-12-26 22:08:39 +00:00
#: C/usage.page:19(p)
msgid ""
"You can create a dialog to provide the user with information. For example, "
"you can use a progress dialog to indicate the current status of an "
"operation, or use a warning message dialog to alert the user."
msgstr ""
"Pour donner des informations à l'utilisateur. Par exemple en utilisant une "
"boîte de dialogue de barre de progression pour indiquer l'avancement d'une "
"opération, ou en utilisant une boîte de dialogue d'avertissement pour "
"alerter l'utilisateur."
2011-12-26 22:08:39 +00:00
#: C/usage.page:24(p)
msgid ""
2011-12-26 22:08:39 +00:00
"When the user closes the dialog, <app>Zenity</app> prints the text produced "
"by the dialog to standard output."
msgstr ""
2011-12-26 22:08:39 +00:00
"Quand l'utilisateur ferme la boîte de dialogue, <app>Zenity</app> affiche le "
"texte produit sur le flux de sortie standard."
2011-12-26 22:08:39 +00:00
#: C/usage.page:29(p)
msgid ""
2011-12-26 22:08:39 +00:00
"When you write <app>Zenity</app> commands, ensure that you place quotation "
"marks around each argument."
msgstr ""
2011-12-26 22:08:39 +00:00
"Quand vous écrivez des commandes <app>Zenity</app>, assurez-vous de bien "
"placer des guillemets autour de chaque argument."
2011-12-26 22:08:39 +00:00
#: C/usage.page:32(p)
msgid "For example, use:"
msgstr "Par exemple, utilisez :"
#: C/usage.page:33(screen)
#, no-wrap
msgid "zenity --calendar --title=\"Holiday Planner\""
msgstr "zenity --calendar --title=\"Planning des vacances\""
#: C/usage.page:34(p)
msgid "Do not use:"
msgstr "N'utilisez pas :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:35(screen)
#, no-wrap
msgid "zenity --calendar --title=Holiday Planner"
msgstr "zenity --calendar --title=Planning des vacances"
#: C/usage.page:36(p)
msgid "If you do not use quotation marks, you might get unexpected results."
msgstr ""
"Si vous n'utilisez pas les guillemets, vous risquez d'obtenir des résultats "
"inattendus."
2011-12-26 22:08:39 +00:00
#: C/usage.page:42(title)
msgid "Access Keys"
msgstr "Touches d'accès"
2011-12-26 22:08:39 +00:00
#: C/usage.page:43(p)
msgid ""
"An access key is a key that enables you to perform an action from the "
"keyboard rather than use the mouse to choose a command from a menu or "
"dialog. Each access key is identified by an underlined letter on a menu or "
"dialog option."
msgstr ""
"Une touche d'accès est une touche permettant d'effectuer une action au "
"clavier plutôt qu'en utilisant la souris. Une touche d'accès est identifiée "
"avec une lettre soulignée dans les entrées de menu ou de boîtes de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:46(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Some <app>Zenity</app> dialogs support the use of access keys. To specify "
"the character to use as the access key, place an underscore before that "
"character in the text of the dialog. The following example shows how to "
"specify the letter 'C' as the access key:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Certaines boîtes de dialogue de <app>Zenity</app> permettent l'utilisation "
"de touches d'accès. Pour indiquer la lettre à utiliser comme touche d'accès, "
"placez un souligné « _ » avant cette lettre dans le texte de la boîte de "
"dialogue. L'exemple suivant montre comment utiliser la lettre 'C' comme "
"touche d'accès :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:49(input)
msgid "\"_Choose a name\"."
msgstr "\"_Choisissez un nom\"."
2011-12-26 22:08:39 +00:00
#: C/usage.page:53(title)
msgid "Exit Codes"
2011-12-26 22:08:39 +00:00
msgstr "Codes de sortie"
2011-12-26 22:08:39 +00:00
#: C/usage.page:54(p)
msgid "Zenity returns the following exit codes:"
msgstr "<app>Zenity</app> retourne les codes de sortie suivants :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:62(p)
msgid "Exit Code"
msgstr "Code de sortie"
2011-12-26 22:08:39 +00:00
#: C/usage.page:64(p)
msgid "Description"
msgstr "Description"
2011-12-26 22:08:39 +00:00
#: C/usage.page:70(var)
msgid "0"
msgstr "0"
2011-12-26 22:08:39 +00:00
#: C/usage.page:73(p)
msgid ""
2011-12-26 22:08:39 +00:00
"The user has pressed either <gui style=\"button\">OK</gui> or <gui style="
"\"button\">Close</gui>."
msgstr ""
2011-12-26 22:08:39 +00:00
"L'utilisateur a appuyé sur <gui style=\"button\">OK</gui> ou sur <gui style="
"\"button\">Fermer</gui>."
2011-12-26 22:08:39 +00:00
#: C/usage.page:78(var)
msgid "1"
msgstr "1"
2011-12-26 22:08:39 +00:00
#: C/usage.page:81(p)
msgid ""
2011-12-26 22:08:39 +00:00
"The user has either pressed <gui style=\"button\">Cancel</gui>, or used the "
"window functions to close the dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"L'utilisateur a soit appuyé sur le bouton <gui style=\"button\">Annuler</"
"gui>, soit fermé la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:86(var)
msgid "-1"
msgstr "-1"
2011-12-26 22:08:39 +00:00
#: C/usage.page:89(p)
msgid "An unexpected error has occurred."
msgstr "Une erreur inattendue s'est produite."
2011-12-26 22:08:39 +00:00
#: C/usage.page:94(var)
msgid "5"
msgstr "5"
2011-12-26 22:08:39 +00:00
#: C/usage.page:97(p)
msgid "The dialog has been closed because the timeout has been reached."
msgstr "La boîte de dialogue a été fermée car le délai d'affichage a expiré."
2011-12-26 22:08:39 +00:00
#: C/usage.page:109(title)
msgid "General Options"
msgstr "Options générales"
2011-12-26 22:08:39 +00:00
#: C/usage.page:111(p)
msgid "All Zenity dialogs support the following general options:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Toutes les boîtes de dialogue <app>Zenity</app> supportent les options "
"générales suivantes :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:118(title)
msgid "<cmd>--title</cmd>=<var>title</var>"
msgstr "<cmd>--title</cmd>=<var>titre</var>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:119(p)
msgid "Specifies the title of a dialog."
msgstr "Indique le titre d'une boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:123(title)
msgid "<cmd>--window-icon</cmd>=<var>icon_path</var>"
msgstr "<cmd>--window-icon</cmd>=<var>chemin_icone</var>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:124(p)
msgid ""
"Specifies the icon that is displayed in the window frame of the dialog. "
"There are 4 stock icons also available by providing the following keywords - "
"'info', 'warning', 'question' and 'error'."
msgstr ""
"Indique l'icône affichée dans le cadre de la boîte de dialogue. Quatre "
"icônes prédéfinies sont également disponibles en utilisant l'un des mots-"
2010-08-25 12:23:21 +00:00
"clés suivants : 'info', 'warning', 'question' et 'error'."
2011-12-26 22:08:39 +00:00
#: C/usage.page:131(title)
msgid "<cmd>--width</cmd>=<var>width</var>"
msgstr "<cmd>--width</cmd>=<var>largeur</var>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:132(p)
msgid "Specifies the width of the dialog."
msgstr "Indique la largeur de la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:136(title)
msgid "<cmd>--height</cmd>=<var>height</var>"
msgstr "<cmd>--height</cmd>=<var>hauteur</var>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:137(p)
msgid "Specifies the height of the dialog."
msgstr "Indique la hauteur de la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:141(title)
msgid "<cmd>--timeout</cmd>=<var>timeout</var>"
msgstr "<cmd>--timeout</cmd>=<var>délai</var>"
2011-12-26 22:08:39 +00:00
#: C/usage.page:142(p)
msgid "Specifies the timeout in seconds after which the dialog is closed."
2009-08-11 19:44:58 +00:00
msgstr ""
"Indique en secondes le délai après lequel la boîte de dialogue est fermée."
2011-12-26 22:08:39 +00:00
#: C/usage.page:152(title)
msgid "Help Options"
msgstr "Options d'aide"
2011-12-26 22:08:39 +00:00
#: C/usage.page:154(p)
msgid "Zenity provides the following help options:"
msgstr "<app>Zenity</app> fournit les options d'aide suivantes :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:161(cmd)
msgid "--help"
msgstr "--help"
2011-12-26 22:08:39 +00:00
#: C/usage.page:162(p)
msgid "Displays shortened help text."
msgstr "Afficher un court texte d'aide."
2011-12-26 22:08:39 +00:00
#: C/usage.page:166(cmd)
msgid "--help-all"
msgstr "--help-all"
2011-12-26 22:08:39 +00:00
#: C/usage.page:167(p)
msgid "Displays full help text for all dialogs."
msgstr "Afficher le texte d'aide complet pour toutes les boîtes de dialogue."
2011-12-26 22:08:39 +00:00
#: C/usage.page:171(cmd)
msgid "--help-general"
msgstr "--help-general"
2011-12-26 22:08:39 +00:00
#: C/usage.page:172(p)
msgid "Displays help text for general dialog options."
msgstr "Afficher l'aide pour les options générales."
2011-12-26 22:08:39 +00:00
#: C/usage.page:176(cmd)
msgid "--help-calendar"
msgstr "--help-calendar"
2011-12-26 22:08:39 +00:00
#: C/usage.page:177(p)
msgid "Displays help text for calendar dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue de calendrier."
2011-12-26 22:08:39 +00:00
#: C/usage.page:181(cmd)
msgid "--help-entry"
msgstr "--help-entry"
2011-12-26 22:08:39 +00:00
#: C/usage.page:182(p)
msgid "Displays help text for text entry dialog options."
msgstr "Afficher l'aide pour les options de la boîte de dialogue de saisie."
2011-12-26 22:08:39 +00:00
#: C/usage.page:186(cmd)
msgid "--help-error"
msgstr "--help-error"
2011-12-26 22:08:39 +00:00
#: C/usage.page:187(p)
msgid "Displays help text for error dialog options."
msgstr "Afficher l'aide pour les options de la boîte de dialogue d'erreur."
2011-12-26 22:08:39 +00:00
#: C/usage.page:191(cmd)
msgid "--help-info"
msgstr "--help-info"
2011-12-26 22:08:39 +00:00
#: C/usage.page:192(p)
msgid "Displays help text for information dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue d'information."
2011-12-26 22:08:39 +00:00
#: C/usage.page:196(cmd)
msgid "--help-file-selection"
msgstr "--help-file-selection"
2011-12-26 22:08:39 +00:00
#: C/usage.page:197(p)
msgid "Displays help text for file selection dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue de sélection de "
"fichier."
2011-12-26 22:08:39 +00:00
#: C/usage.page:201(cmd)
msgid "--help-list"
msgstr "--help-list"
2011-12-26 22:08:39 +00:00
#: C/usage.page:202(p)
msgid "Displays help text for list dialog options."
msgstr "Afficher l'aide pour les options de la boîte de dialogue de liste."
2011-12-26 22:08:39 +00:00
#: C/usage.page:206(cmd)
msgid "--help-notification"
msgstr "--help-notification"
2011-12-26 22:08:39 +00:00
#: C/usage.page:207(p)
msgid "Displays help text for notification icon options."
msgstr "Afficher l'aide pour les options de l'icône de notification."
2011-12-26 22:08:39 +00:00
#: C/usage.page:211(cmd)
msgid "--help-progress"
msgstr "--help-progress"
2011-12-26 22:08:39 +00:00
#: C/usage.page:212(p)
msgid "Displays help text for progress dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue de barre de "
"progression."
2011-12-26 22:08:39 +00:00
#: C/usage.page:216(cmd)
msgid "--help-question"
msgstr "--help-question"
2011-12-26 22:08:39 +00:00
#: C/usage.page:217(p)
msgid "Displays help text for question dialog options."
msgstr "Afficher l'aide pour les options de la boîte de dialogue de question."
2011-12-26 22:08:39 +00:00
#: C/usage.page:221(cmd)
msgid "--help-warning"
msgstr "--help-warning"
2011-12-26 22:08:39 +00:00
#: C/usage.page:222(p)
msgid "Displays help text for warning dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue d'avertissement."
2011-12-26 22:08:39 +00:00
#: C/usage.page:226(cmd)
msgid "--help-text-info"
msgstr "--help-text-info"
2011-12-26 22:08:39 +00:00
#: C/usage.page:227(p)
msgid "Displays help for text information dialog options."
msgstr ""
"Afficher l'aide pour les options de la boîte de dialogue de texte "
"d'information."
2011-12-26 22:08:39 +00:00
#: C/usage.page:231(cmd)
msgid "--help-misc"
msgstr "--help-misc"
2011-12-26 22:08:39 +00:00
#: C/usage.page:232(p)
msgid "Displays help for miscellaneous options."
msgstr "Afficher l'aide pour les options diverses."
2011-12-26 22:08:39 +00:00
#: C/usage.page:236(cmd)
msgid "--help-gtk"
msgstr "--help-gtk"
2011-12-26 22:08:39 +00:00
#: C/usage.page:237(p)
msgid "Displays help for GTK+ options."
msgstr "Afficher l'aide pour les options GTK+."
2011-12-26 22:08:39 +00:00
#: C/usage.page:247(title)
msgid "Miscellaneous Options"
msgstr "Options diverses"
2011-12-26 22:08:39 +00:00
#: C/usage.page:249(p)
msgid "Zenity also provides the following miscellaneous options:"
msgstr "<app>Zenity</app> fournit également les options suivantes :"
2011-12-26 22:08:39 +00:00
#: C/usage.page:256(cmd)
msgid "--about"
msgstr "--about"
2011-12-26 22:08:39 +00:00
#: C/usage.page:257(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Displays the <gui>About Zenity</gui> dialog, which contains Zenity version "
"information, copyright information, and developer information."
msgstr ""
2011-12-26 22:08:39 +00:00
"Afficher la boîte de dialogue <gui>À propos de Zenity</gui>, qui contient "
"des informations sur la version de <app>Zenity</app>, des informations sur "
"la licence, et des informations sur les développeurs."
2011-12-26 22:08:39 +00:00
#: C/usage.page:261(cmd)
msgid "--version"
msgstr "--version"
2011-12-26 22:08:39 +00:00
#: C/usage.page:262(p)
msgid "Displays the version number of Zenity."
msgstr "Afficher le numéro de version de <app>Zenity</app>."
2011-12-26 22:08:39 +00:00
#: C/usage.page:272(title)
msgid "GTK+ Options"
msgstr "Options GTK+"
2011-12-26 22:08:39 +00:00
#: C/usage.page:274(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Zenity supports the standard GTK+ options. For more information about the GTK"
"+ options, execute the <cmd>zenity --help-gtk</cmd> command."
msgstr ""
2011-12-26 22:08:39 +00:00
"<app>Zenity</app> supporte les options GTK+ standards. Pour plus "
"d'informations à propos des options GTK+, lancez la commande <cmd>zenity --"
"help-gtk</cmd>."
2011-12-26 22:08:39 +00:00
#: C/usage.page:283(title)
2009-08-11 19:44:58 +00:00
msgid "Environment Variables"
msgstr "Variables d'environnement"
2011-12-26 22:08:39 +00:00
#: C/usage.page:285(p)
2009-08-11 19:44:58 +00:00
msgid ""
2011-12-26 22:08:39 +00:00
"Normally, Zenity detects the terminal window from which it was launched and "
"keeps itself above that window. This behavior can be disabled by unsetting "
"the <var>WINDOWID</var> environment variable."
2009-08-11 19:44:58 +00:00
msgstr ""
2011-12-26 22:08:39 +00:00
"Normalement, <app>Zenity</app> détecte la fenêtre de terminal à partir de "
"laquelle il a été lancé et demeure au-dessus de cette fenêtre. Ce "
"comportement peut être désactivé en déconfigurant la variable "
"d'environnement <var>WINDOWID</var>."
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/text.page:83(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-text-screenshot.png'; "
"md5=79446b388fa6c3c3a619c8d6565b9f61"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-text-screenshot.png'; "
"md5=79446b388fa6c3c3a619c8d6565b9f61"
2011-12-26 22:08:39 +00:00
#: C/text.page:6(desc)
msgid "Use the <cmd>--text-info</cmd> option."
msgstr "Utiliser l'option <cmd>--text-info</cmd>."
#: C/text.page:8(title)
msgid "Text Information Dialog"
msgstr "Boîte de dialogue de texte d'information"
2011-12-26 22:08:39 +00:00
#: C/text.page:9(p)
msgid ""
"Use the <cmd>--text-info</cmd> option to create a text information dialog."
msgstr ""
"L'option <cmd>--text-info</cmd> crée une boîte de dialogue de texte "
"d'information."
2011-12-26 22:08:39 +00:00
#: C/text.page:13(p)
msgid "The text information dialog supports the following options:"
msgstr "Options de la boîte de dialogue de texte d'information :"
2011-12-26 22:08:39 +00:00
#: C/text.page:20(title) C/file-selection.page:20(title)
msgid "<cmd>--filename</cmd>=<var>filename</var>"
msgstr "<cmd>--filename</cmd>=<var>nomdefichier</var>"
2011-12-26 22:08:39 +00:00
#: C/text.page:21(p)
msgid "Specifies a file that is loaded in the text information dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"Spécifier un fichier texte à charger dans la boîte de dialogue de texte "
"d'information."
2011-12-26 22:08:39 +00:00
#: C/text.page:25(cmd) C/list.page:46(cmd)
msgid "--editable"
msgstr "--editable"
2011-12-26 22:08:39 +00:00
#: C/text.page:26(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Allows the displayed text to be edited. The edited text is returned to "
"standard output when the dialog is closed."
msgstr ""
2011-12-26 22:08:39 +00:00
"Permettre l'édition du texte affiché. Le texte édité est retourné sur le "
"flux de sortie standard à la fermeture de la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/text.page:30(title)
msgid "<cmd>--font</cmd>=<var>FONT</var>"
msgstr "<cmd>--font</cmd>=<var>POLICE</var>"
2011-12-26 22:08:39 +00:00
#: C/text.page:31(p)
msgid "Specifies the text font."
msgstr "Spécifier la police du texte."
#: C/text.page:35(title)
msgid "<cmd>--checkbox</cmd>=<var>TEXT</var>"
msgstr "<cmd>--checkbox</cmd>=<var>TEXTE</var>"
2011-12-26 22:08:39 +00:00
#: C/text.page:36(p)
msgid "Enable a checkbox for use like a 'I read and accept the terms.'"
msgstr "Activer une case à cocher du style « J'ai lu et j'accepte les termes »."
2011-12-26 22:08:39 +00:00
#: C/text.page:40(cmd)
msgid "--html"
msgstr "--html"
#: C/text.page:41(p)
msgid "Enable html support."
msgstr "Activer la prise en charge du html."
#: C/text.page:45(title)
msgid "<cmd>--url</cmd>=<var>URL</var>"
msgstr "<cmd>--url</cmd>=<var>URL</var>"
#: C/text.page:46(p)
msgid "Sets an url instead of a file. Only works if you use --html option."
msgstr ""
"Définir un URL au lieu d'un fichier. Ne fonctionne qu'avec l'option --html."
#: C/text.page:51(p)
msgid ""
2011-12-26 22:08:39 +00:00
"The following example script shows how to create a text information dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"texte d'information :"
2011-12-26 22:08:39 +00:00
#: C/text.page:55(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
"# You must place file \"COPYING\" in same folder of this script.\n"
"FILE=`dirname $0`/COPYING\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --text-info \\\n"
" --title=\"License\" \\\n"
" --filename=$FILE \\\n"
" --checkbox=\"I read and accept the terms.\"\n"
"\n"
2011-12-26 22:08:39 +00:00
"case $? in\n"
" 0)\n"
" echo \"Start installation!\"\n"
"\t# next step\n"
"\t;;\n"
" 1)\n"
" echo \"Stop installation!\"\n"
"\t;;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\"\n"
"\t;;\n"
"esac\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"# Vous devez déplacer le fichier « COPYING » dans le même dossier que ce script.\n"
"FILE=`dirname $0`/COPYING\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --text-info \\\n"
" --title=\"Licence\" \\\n"
" --filename=$FILE \\\n"
" --checkbox=\"J'ai lu et j'accepte les termes.\"\n"
"\n"
"case $? in\n"
" 0)\n"
" echo \"Démarrage de l'installation !\"\n"
"\t# next step\n"
"\t;;\n"
" 1)\n"
" echo \"Arrêt de l'installation !\"\n"
"\t;;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\"\n"
"\t;;\n"
"esac\n"
#: C/text.page:81(title)
msgid "Text Information Dialog Example"
msgstr "Exemple de boîte de dialogue de texte d'information"
#: C/text.page:82(desc)
msgid "<app>Zenity</app> text information dialog example"
msgstr "Exemple de boîte de dialogue de texte d'information <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/scale.page:77(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-scale-screenshot.png'; "
"md5=d44259a5b5b6e6ba0aceffd8501d0873"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-scale-screenshot.png'; "
"md5=d44259a5b5b6e6ba0aceffd8501d0873"
2011-12-26 22:08:39 +00:00
#: C/scale.page:6(desc)
msgid "Use the <cmd>--scale</cmd> option."
msgstr "Utiliser l'option <cmd>--scale</cmd>."
#: C/scale.page:8(title)
msgid "Scale Dialog"
msgstr "Boîte de dialogue de glissière"
2011-12-26 22:08:39 +00:00
#: C/scale.page:9(p)
msgid "Use the <cmd>--scale</cmd> option to create a scale dialog."
msgstr ""
"Utilisez l'option <cmd>--scale</cmd> pour créer une boîte de dialogue de "
"glissière."
2011-12-26 22:08:39 +00:00
#: C/scale.page:12(p)
msgid "The scale dialog supports the following options:"
msgstr "Options de la boîte de dialogue de glissière :"
2011-12-26 22:08:39 +00:00
#: C/scale.page:19(title) C/forms.page:35(title)
msgid "<cmd>--text</cmd>=<var>TEXT</var>"
msgstr "<cmd>--text</cmd>=<var>TEXTE</var>"
2011-12-26 22:08:39 +00:00
#: C/scale.page:20(p)
msgid "Set the dialog text. (Default: Adjust the scale value)"
msgstr ""
2011-12-26 22:08:39 +00:00
"Définir le texte du dialogue (par défaut : « Ajustez la valeur de la "
"glissière »)."
2011-12-26 22:08:39 +00:00
#: C/scale.page:24(title)
msgid "<cmd>--value</cmd>=<var>VALUE</var>"
msgstr "<cmd>--value</cmd>=<var>VALEUR</var>"
2011-12-26 22:08:39 +00:00
#: C/scale.page:25(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Set initial value. (Default: 0) You must specify value between minimum value "
"to maximum value."
msgstr ""
2011-12-26 22:08:39 +00:00
"Définir la valeur initiale (par défaut : 0). Vous devez spécifier une valeur "
"comprise entre les valeurs minimale et maximale."
2011-12-26 22:08:39 +00:00
#: C/scale.page:29(title)
msgid "<cmd>--min-value</cmd>=<var>VALUE</var>"
msgstr "<cmd>--min-value</cmd>=<var>VALEUR</var>"
2011-12-26 22:08:39 +00:00
#: C/scale.page:30(p)
msgid "Set minimum value. (Default: 0)"
msgstr "Définir la valeur minimale (par défaut : 0)."
2011-12-26 22:08:39 +00:00
#: C/scale.page:34(title)
msgid "<cmd>--max-value</cmd>=<var>VALUE</var>"
msgstr "<cmd>--max-value</cmd>=<var>VALEUR</var>"
2011-12-26 22:08:39 +00:00
#: C/scale.page:35(p)
msgid "Set maximum value. (Default: 100)"
msgstr "Définir la valeur maximale (par défaut : 100)."
2011-12-26 22:08:39 +00:00
#: C/scale.page:39(title)
msgid "<cmd>--step</cmd>=<var>VALUE</var>"
msgstr "<cmd>--step</cmd>=<var>VALEUR</var>"
2011-12-26 22:08:39 +00:00
#: C/scale.page:40(p)
msgid "Set step size. (Default: 1)"
msgstr "Définir le pas (par défaut : 1)."
#: C/scale.page:44(cmd)
msgid "--print-partial"
msgstr "--print-partial"
#: C/scale.page:45(p)
msgid "Print value to standard output, whenever a value is changed."
msgstr ""
2011-12-26 22:08:39 +00:00
"Afficher la valeur sur la sortie standard, à chaque fois qu'elle change."
2011-12-26 22:08:39 +00:00
#: C/scale.page:49(cmd)
msgid "--hide-value"
msgstr "--hide-value"
2011-12-26 22:08:39 +00:00
#: C/scale.page:50(p)
msgid "Hide value on dialog."
msgstr "Masquer la valeur dans la boîte de dialogue."
#: C/scale.page:55(p)
msgid "The following example script shows how to create a scale dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"glissière :"
2011-12-26 22:08:39 +00:00
#: C/scale.page:59(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"VALUE=`zenity --scale --text=\"Select window transparency.\" --value=50`\n"
"\n"
2011-12-26 22:08:39 +00:00
"case $? in\n"
" 0)\n"
"\t\techo \"You selected $VALUE%.\";;\n"
" 1)\n"
" echo \"No value selected.\";;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\";;\n"
"esac\n"
msgstr ""
"\n"
"#!/bin/sh\n"
2011-12-26 22:08:39 +00:00
"\n"
"VALUE=`zenity --scale --text=\"Sélectionnez la transparence de la fenêtre.\" --value=50`\n"
"\n"
"case $? in\n"
2011-12-26 22:08:39 +00:00
" 0)\n"
"\t\techo \"Vous avez choisi $VALUE%.\";;\n"
" 1)\n"
" echo \"Aucune valeur sélectionnée.\";;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\";;\n"
"esac\n"
2011-12-26 22:08:39 +00:00
#: C/scale.page:75(title)
msgid "Scale Dialog Example"
msgstr "Exemple de boîte de dialogue de glissière"
2011-12-26 22:08:39 +00:00
#: C/scale.page:76(desc)
msgid "<app>Zenity</app> scale dialog example"
msgstr "Exemple de boîte de dialogue de glissière <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/question.page:28(None)
msgid ""
"@@image: 'figures/zenity-question-screenshot.png'; "
"md5=5889e2a57b9d1885f22977587a269610"
msgstr ""
"@@image: 'figures/zenity-question-screenshot.png'; "
"md5=5889e2a57b9d1885f22977587a269610"
#: C/question.page:6(desc)
msgid "Use the <cmd>--question</cmd> option."
msgstr "Utiliser l'option <cmd>--question</cmd>."
#: C/question.page:8(title)
msgid "Question Dialog"
msgstr "Boîte de dialogue de question"
#: C/question.page:9(p)
msgid "Use the <cmd>--question</cmd> option to create a question dialog."
msgstr ""
"Utilisez l'option <cmd>--question</cmd> pour créer une boîte de dialogue de "
"question."
#: C/question.page:13(p)
msgid "The following example script shows how to create a question dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"question :"
#: C/question.page:17(code)
#, no-wrap
msgid ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --question \\\n"
"--text=\"Are you sure you wish to proceed?\"\n"
msgstr ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --question \\\n"
"--text=\"Voulez-vous vraiment continuer ?\"\n"
#: C/question.page:26(title)
msgid "Question Dialog Example"
msgstr "Exemple de boîte de dialogue de question"
#: C/question.page:27(desc)
msgid "<app>Zenity</app> question dialog example"
msgstr "Exemple de boîte de dialogue de question <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/progress.page:77(None)
msgid ""
"@@image: 'figures/zenity-progress-screenshot.png'; "
"md5=75121bbbcb9cc92de4ebf7fbb92f0780"
msgstr ""
"@@image: 'figures/zenity-progress-screenshot.png'; "
"md5=75121bbbcb9cc92de4ebf7fbb92f0780"
#: C/progress.page:6(desc)
msgid "Use the <cmd>--progress</cmd> option."
msgstr "Utiliser l'option <cmd>--progress</cmd>."
#: C/progress.page:8(title)
msgid "Progress Dialog"
msgstr "Boîte de dialogue de barre de progression"
#: C/progress.page:9(p)
msgid "Use the <cmd>--progress</cmd> option to create a progress dialog."
msgstr ""
"L'option <cmd>--progress</cmd> crée une boîte de dialogue de barre de "
"progression."
#: C/progress.page:13(p)
msgid ""
"<app>Zenity</app> reads data from standard input line by line. If a line is "
"prefixed with #, the text is updated with the text on that line. If a line "
"contains only a number, the percentage is updated with that number."
msgstr ""
"<app>Zenity</app> lit les données à partir de l'entrée standard, ligne par "
"ligne. Si une ligne commence par '#', le texte est mis à jour avec le texte "
"de cette ligne. Si une ligne contient seulement un nombre, le pourcentage "
"est mis à jour avec ce nombre."
#: C/progress.page:17(p)
msgid "The progress dialog supports the following options:"
msgstr "Options de la boîte de dialogue de barre de progression :"
#: C/progress.page:24(title) C/notification.page:16(title)
#: C/entry.page:19(title) C/calendar.page:19(title)
msgid "<cmd>--text</cmd>=<var>text</var>"
msgstr "<cmd>--text</cmd>=<var>texte</var>"
#: C/progress.page:25(p)
msgid "Specifies the text that is displayed in the progress dialog."
msgstr ""
"Spécifier le texte affiché dans la boîte de dialogue de barre de progression."
#: C/progress.page:29(title)
msgid "<cmd>--percentage</cmd>=<var>percentage</var>"
msgstr "<cmd>--percentage</cmd>=<var>pourcentage</var>"
#: C/progress.page:30(p)
msgid "Specifies the initial percentage that is set in the progress dialog."
msgstr ""
"Spécifier le pourcentage initial réglé dans la boîte de dialogue de barre de "
"progression."
#: C/progress.page:34(cmd)
msgid "--auto-close"
msgstr "--auto-close"
#: C/progress.page:35(p)
msgid "Closes the progress dialog when 100% has been reached."
msgstr ""
"Fermer la boîte de dialogue quand la barre de progression atteint 100%."
#: C/progress.page:39(cmd)
msgid "--pulsate"
msgstr "--pulsate"
#: C/progress.page:40(p)
msgid ""
"Specifies that the progress bar pulsates until an EOF character is read from "
"standard input."
msgstr ""
"Laisser la barre de progression pulser jusqu'à ce qu'un caractère EOF soit "
"lu sur l'entrée standard."
#: C/progress.page:45(p)
msgid "The following example script shows how to create a progress dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"barre de progression :"
#: C/progress.page:49(code)
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"(\n"
"echo \"10\" ; sleep 1\n"
"echo \"# Updating mail logs\" ; sleep 1\n"
"echo \"20\" ; sleep 1\n"
"echo \"# Resetting cron jobs\" ; sleep 1\n"
"echo \"50\" ; sleep 1\n"
"echo \"This line will just be ignored\" ; sleep 1\n"
"echo \"75\" ; sleep 1\n"
"echo \"# Rebooting system\" ; sleep 1\n"
"echo \"100\" ; sleep 1\n"
") |\n"
"zenity --progress \\\n"
" --title=\"Update System Logs\" \\\n"
" --text=\"Scanning mail logs...\" \\\n"
" --percentage=0\n"
"\n"
"if [ \"$?\" = -1 ] ; then\n"
" zenity --error \\\n"
" --text=\"Update canceled.\"\n"
"fi\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"(\n"
"echo \"10\" ; sleep 1\n"
"echo \"# Mise à jour des journaux de mail\" ; sleep 1\n"
"echo \"20\" ; sleep 1\n"
"echo \"# Remise à zéro des paramètres\" ; sleep 1\n"
"echo \"50\" ; sleep 1\n"
"echo \"Cette ligne est ignorée\" ; sleep 1\n"
"echo \"75\" ; sleep 1\n"
"echo \"# Redémarrage du système\" ; sleep 1\n"
"echo \"100\" ; sleep 1\n"
") |\n"
"zenity --progress \\\n"
" --title=\"Mise à jour des journaux système\" \\\n"
" --text=\"Analyse des journaux de mail...\" \\\n"
" --percentage=0\n"
"\n"
"if [ \"$?\" = -1 ] ; then\n"
" zenity --error \\\n"
" --text=\"Mise à jour annulée.\"\n"
"fi\n"
#: C/progress.page:75(title)
msgid "Progress Dialog Example"
msgstr "Exemple de boîte de dialogue de barre de progression"
#: C/progress.page:76(desc)
msgid "<app>Zenity</app> progress dialog example"
msgstr "Exemple de boîte de dialogue de barre de progression <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/password.page:47(None)
msgid ""
"@@image: 'figures/zenity-password-screenshot.png'; "
"md5=6adbeb624a307f78072593d6d1c6def6"
msgstr ""
"@@image: 'figures/zenity-password-screenshot.png'; "
"md5=6adbeb624a307f78072593d6d1c6def6"
#: C/password.page:6(desc)
msgid "Use the <cmd>--password</cmd> option."
msgstr "Utiliser l'option <cmd>--password</cmd>."
#: C/password.page:8(title)
msgid "Password Dialog"
msgstr "Boîte de dialogue de saisie de mot de passe"
#: C/password.page:9(p)
msgid "Use the <cmd>--password</cmd> option to create a password entry dialog."
msgstr ""
"L'option <cmd>--password</cmd> crée une boîte de dialogue de saisie de mot "
"de passe."
#: C/password.page:12(p)
msgid "The password entry dialog supports the following options:"
msgstr "Options de la boîte de dialogue de saisie de mot de passe :"
#: C/password.page:18(cmd)
msgid "--username"
msgstr "--username"
#: C/password.page:19(p)
msgid "Display the username field."
msgstr "Afficher le champ Nom d'utilisateur."
#: C/password.page:23(p)
msgid ""
"The following example script shows how to create a password entry dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"saisie de mot de passe :"
#: C/password.page:27(code)
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"ENTRY=`zenity --password --username`\n"
"\n"
"case $? in\n"
" 0)\n"
"\t \techo \"User Name: `echo $ENTRY | cut -d'|' -f1`\"\n"
"\t \techo \"Password : `echo $ENTRY | cut -d'|' -f2`\"\n"
"\t\t;;\n"
" 1)\n"
" echo \"Stop login.\";;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\";;\n"
"esac\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
"ENTRY=`zenity --password --username`\n"
"\n"
"case $? in\n"
" 0)\n"
"\t \techo \"Nom d'utilisateur : `echo $ENTRY | cut -d'|' -f1`\"\n"
"\t \techo \"Mot de passe : `echo $ENTRY | cut -d'|' -f2`\"\n"
"\t\t;;\n"
" 1)\n"
" echo \"Arrêt de la connexion.\";;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\";;\n"
"esac\n"
#: C/password.page:45(title)
msgid "Password Entry Dialog Example"
msgstr "Exemple de boîte de dialogue de saisie de mot de passe"
#: C/password.page:46(desc)
msgid "<app>Zenity</app> password entry dialog example"
msgstr ""
"Exemple de boîte de dialogue de saisie de mot de passe <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/notification.page:37(None)
msgid ""
"@@image: 'figures/zenity-notification-screenshot.png'; "
"md5=b67bf309c6e479db8677947f1810a999"
msgstr ""
"@@image: 'figures/zenity-notification-screenshot.png'; "
"md5=b67bf309c6e479db8677947f1810a999"
#: C/notification.page:6(desc)
msgid "Use the <cmd>--notification</cmd> option."
msgstr "Utiliser l'option <cmd>--notification</cmd>."
#: C/notification.page:8(title)
msgid "Notification Icon"
msgstr "Icône de notification"
2011-12-26 22:08:39 +00:00
#: C/notification.page:9(p)
msgid "Use the <cmd>--notification</cmd> option to create a notification icon."
msgstr ""
"Utilisez l'option <cmd>--notification</cmd> pour créer une icône de "
"notification."
#: C/notification.page:17(p)
msgid "Specifies the text that is displayed in the notification area."
msgstr "Spécifier le texte affiché dans la zone de notification."
2011-12-26 22:08:39 +00:00
#: C/notification.page:22(p)
msgid "The following example script shows how to create a notification icon:"
msgstr ""
"Le script d'exemple suivant montre comment créer une icône de notification :"
#: C/notification.page:25(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --notification\\\n"
" --window-icon=\"info\" \\\n"
" --text=\"There are system updates necessary!\"\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
"zenity --notification\\\n"
" --window-icon=\"info\" \\\n"
2011-12-26 22:08:39 +00:00
" --text=\"Mise à jour du système nécessaire !\"\n"
#: C/notification.page:35(title)
msgid "Notification Icon Example"
msgstr "Exemple d'icône de notification"
2011-12-26 22:08:39 +00:00
#: C/notification.page:36(desc)
msgid "<app>Zenity</app> notification icon example"
msgstr "Exemple d'icône de notification <app>Zenity</app>"
#: C/message.page:6(desc)
msgid ""
2011-12-26 22:08:39 +00:00
"<link xref=\"error\">Error</link>, <link xref=\"info\">Info</link>, <link "
"xref=\"question\">Question</link>, <link xref=\"warning\">Warning</link>"
msgstr ""
2011-12-26 22:08:39 +00:00
"<link xref=\"error\">Erreur</link>, <link xref=\"info\">Informations</link>, "
"<link xref=\"question\">Question</link>, <link xref=\"warning"
"\">Avertissement</link>"
2011-12-26 22:08:39 +00:00
#: C/message.page:13(title)
msgid "Message Dialog"
msgstr "Boîte de dialogue de message"
2011-12-26 22:08:39 +00:00
#: C/message.page:14(p)
msgid ""
"For each type, use the <cmd>--text</cmd> option to specify the text that is "
"displayed in the dialog."
msgstr ""
"Pour chaque type, utilisez l'option <cmd>--text</cmd> pour spécifier le "
"texte affiché dans la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/list.page:84(None)
msgid ""
"@@image: 'figures/zenity-list-screenshot.png'; "
"md5=8bd9ad9c760516a966d3590b2019fa1e"
msgstr ""
"@@image: 'figures/zenity-list-screenshot.png'; "
"md5=8bd9ad9c760516a966d3590b2019fa1e"
#: C/list.page:6(desc)
msgid "Use the <cmd>--list</cmd> option."
msgstr "Utiliser l'option <cmd>--list</cmd>."
#: C/list.page:8(title)
msgid "List Dialog"
msgstr "Boîte de dialogue de liste"
2011-12-26 22:08:39 +00:00
#: C/list.page:9(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Use the <cmd>--list</cmd> option to create a list dialog. <app>Zenity</app> "
"returns the entries in the first column of text of selected rows to standard "
"output."
msgstr ""
2011-12-26 22:08:39 +00:00
"L'option <cmd>--list</cmd> crée une boîte de dialogue de liste. <app>Zenity</"
"app> retourne les entrées de la première colonne de texte des lignes "
"sélectionnées sur le flux de sortie standard."
2011-12-26 22:08:39 +00:00
#: C/list.page:13(p)
msgid ""
"Data for the dialog must specified column by column, row by row. Data can be "
"provided to the dialog through standard input. Each entry must be separated "
"by a newline character."
msgstr ""
"Spécifiez les données de la boîte de dialogue colonne par colonne, ligne par "
"ligne. Ces données peuvent être transmises par le flux d'entrée standard. "
"Utilisez un retour chariot pour séparer chaque ligne de données."
2011-12-26 22:08:39 +00:00
#: C/list.page:17(p)
msgid ""
2011-12-26 22:08:39 +00:00
"If you use the <cmd>--checklist</cmd> or <cmd>--radiolist</cmd> options, "
"each row must start with either 'TRUE' or 'FALSE'."
msgstr ""
2011-12-26 22:08:39 +00:00
"Si vous utilisez les options <cmd>--checklist</cmd> ou <cmd>--radiolist</"
"cmd>, chaque ligne doit commencer par « TRUE » ou « FALSE »."
2011-12-26 22:08:39 +00:00
#: C/list.page:21(p)
msgid "The list dialog supports the following options:"
2010-08-25 12:23:21 +00:00
msgstr "Options de la boîte de dialogue de liste :"
2011-12-26 22:08:39 +00:00
#: C/list.page:28(title)
msgid "<cmd>--column</cmd>=<var>column</var>"
msgstr "<cmd>--column</cmd>=<var>colonne</var>"
2011-12-26 22:08:39 +00:00
#: C/list.page:29(p)
msgid ""
"Specifies the column headers that are displayed in the list dialog. You must "
2011-12-26 22:08:39 +00:00
"specify a <cmd>--column</cmd> option for each column that you want to "
"display in the dialog."
msgstr ""
"Spécifier le titre de colonne affiché dans la boîte de dialogue de liste. "
2011-12-26 22:08:39 +00:00
"Vous devez utiliser une option <cmd>--column</cmd> pour chaque colonne que "
"vous voulez afficher dans la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/list.page:34(cmd)
msgid "--checklist"
msgstr "--checklist"
2011-12-26 22:08:39 +00:00
#: C/list.page:35(p)
msgid ""
"Specifies that the first column in the list dialog contains check boxes."
msgstr "Utiliser des cases à cocher pour la première colonne de la liste."
2011-12-26 22:08:39 +00:00
#: C/list.page:40(cmd)
msgid "--radiolist"
msgstr "--radiolist"
2011-12-26 22:08:39 +00:00
#: C/list.page:41(p)
msgid ""
"Specifies that the first column in the list dialog contains radio boxes."
msgstr "Utiliser des boutons radio pour la première colonne de la liste."
2011-12-26 22:08:39 +00:00
#: C/list.page:47(p)
msgid "Allows the displayed items to be edited."
msgstr "Permettre l'édition des éléments affichés."
2011-12-26 22:08:39 +00:00
#: C/list.page:52(title) C/file-selection.page:40(title)
msgid "<cmd>--separator</cmd>=<var>separator</var>"
msgstr "<cmd>--separator</cmd>=<var>séparateur</var>"
#: C/list.page:53(p)
msgid ""
"Specifies what string is used when the list dialog returns the selected "
"entries."
msgstr ""
"Spécifier le texte utilisé comme séparateur pour diviser la liste des "
"entrées sélectionnées que la boîte de dialogue retourne."
2011-12-26 22:08:39 +00:00
#: C/list.page:58(title)
msgid "<cmd>--print-column</cmd>=<var>column</var>"
msgstr "<cmd>--print-column</cmd>=<var>colonne</var>"
2011-12-26 22:08:39 +00:00
#: C/list.page:59(p)
msgid ""
"Specifies what column should be printed out upon selection. The default "
"column is '1'. 'ALL' can be used to print out all columns in the list."
msgstr ""
"Spécifier de quelle colonne afficher le contenu après sélection. La colonne "
2011-12-26 22:08:39 +00:00
"par défaut est « 1 ». « ALL » peut être utilisé pour afficher le contenu de "
"toutes les colonnes de la liste."
2011-12-26 22:08:39 +00:00
#: C/list.page:66(p)
msgid "The following example script shows how to create a list dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"liste :"
#: C/list.page:69(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --list \\\n"
" --title=\"Choose the Bugs You Wish to View\" \\\n"
" --column=\"Bug Number\" --column=\"Severity\" --column=\"Description\" \\\n"
" 992383 Normal \"GtkTreeView crashes on multiple selections\" \\\n"
" 293823 High \"GNOME Dictionary does not handle proxy\" \\\n"
" 393823 Critical \"Menu editing does not work in GNOME 2.0\"\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
"zenity --list \\\n"
" --title=\"Choisissez les bogues à afficher\" \\\n"
" --column=\"N° de bogue\" --column=\"Gravité\" --column=\"Description\" \\\n"
" 992383 Normal \"GtkTreeView plante lors de sélections multiples\" \\\n"
" 293823 Grave \"Le dictionnaire GNOME ne prend pas de proxy en charge\" \\\n"
" 393823 Critique \"L'édition de menu ne fonctionne pas avec GNOME 2.0\"\n"
2011-12-26 22:08:39 +00:00
#: C/list.page:82(title)
msgid "List Dialog Example"
msgstr "Exemple de boîte de dialogue de liste"
2011-12-26 22:08:39 +00:00
#: C/list.page:83(desc)
msgid "<app>Zenity</app> list dialog example"
msgstr "Exemple de boîte de dialogue de liste <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#: C/intro.page:6(desc)
msgid ""
2011-12-26 22:08:39 +00:00
"<app>Zenity</app> enables you to create the various types of simple dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"<app>Zenity</app> vous permet de créer divers types de boîte de dialogue "
2011-12-26 22:08:39 +00:00
#: C/intro.page:8(title)
msgid "Introduction"
msgstr "Introduction"
#: C/intro.page:9(p)
msgid ""
2011-12-26 22:08:39 +00:00
"<app>Zenity</app> enables you to create the following types of simple dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Vous trouverez ci-dessous les différents types de boîte de dialogue que "
"<app>Zenity</app> peut créer :"
2011-12-26 22:08:39 +00:00
#: C/intro.page:14(p)
msgid "Calendar"
msgstr "Calendrier"
2011-12-26 22:08:39 +00:00
#: C/intro.page:15(p)
msgid "File selection"
msgstr "Sélection de fichiers"
2011-12-26 22:08:39 +00:00
#: C/intro.page:16(p)
msgid "Forms"
msgstr "Formulaires"
#: C/intro.page:17(p)
msgid "List"
msgstr "Liste"
#: C/intro.page:18(p)
msgid "Notification icon"
msgstr "Icône de notification"
#: C/intro.page:19(p)
msgid "Message"
msgstr "Message"
#: C/intro.page:21(p)
msgid "Error"
msgstr "Erreur"
#: C/intro.page:22(p)
msgid "Information"
msgstr "Information"
#: C/intro.page:23(p)
msgid "Question"
msgstr "Question"
#: C/intro.page:24(p)
msgid "Warning"
msgstr "Avertissement"
#: C/intro.page:27(p)
msgid "Password entry"
msgstr "Saisie de mot de passe"
#: C/intro.page:28(p)
msgid "Progress"
msgstr "Barre de progression"
#: C/intro.page:29(p)
msgid "Text entry"
msgstr "Saisie de texte"
#: C/intro.page:30(p)
msgid "Text information"
msgstr "Texte d'information"
#: C/intro.page:31(p)
msgid "Scale"
msgstr "Glissière"
2011-12-26 22:08:39 +00:00
#: C/intro.page:32(p)
msgid "Color selection"
msgstr "Sélecteur de couleur"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/info.page:28(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-information-screenshot.png'; "
"md5=72386d53a991c46e918ee6dd22795aa6"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-information-screenshot.png'; "
"md5=72386d53a991c46e918ee6dd22795aa6"
2011-12-26 22:08:39 +00:00
#: C/info.page:6(desc)
msgid "Use the <cmd>--info</cmd> option."
msgstr "Utiliser l'option <cmd>--info</cmd>."
2011-12-26 22:08:39 +00:00
#: C/info.page:8(title)
msgid "Info Dialog"
msgstr "Boîte de dialogue d'information"
2011-12-26 22:08:39 +00:00
#: C/info.page:9(p)
msgid "Use the <cmd>--info</cmd> option to create an information dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"Utilisez l'option <cmd>--info</cmd> pour créer une boîte de dialogue "
"d'information."
2011-12-26 22:08:39 +00:00
#: C/info.page:13(p)
msgid "The following example script shows how to create an information dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue "
"d'information :"
#: C/info.page:17(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/bash\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --info \\\n"
"--text=\"Merge complete. Updated 3 of 10 files.\"\n"
msgstr ""
"\n"
"#!/bin/bash\n"
"\n"
"zenity --info \\\n"
" --text=\"Fusion effectuée. 3 fichiers sur 10 mis à jour.\"\n"
2011-12-26 22:08:39 +00:00
#: C/info.page:26(title)
msgid "Information Dialog Example"
msgstr "Exemple de boîte de dialogue d'information"
#: C/info.page:27(desc)
msgid "<app>Zenity</app> information dialog example"
msgstr "Exemple de boîte de dialogue d'information <app>Zenity</app>"
#: C/index.page:6(name)
msgid "Sun Java Desktop System Documentation Team"
msgstr "L'équipe de documentation de Sun Java Desktop System"
#: C/index.page:9(name)
msgid "Glynn Foster"
msgstr "Glynn Foster"
#: C/index.page:12(name)
msgid "Nicholas Curran"
msgstr "Nicholas Curran"
#: C/index.page:16(name)
msgid "Yasumichi Akahoshi"
msgstr "Yasumichi Akahoshi"
#: C/index.page:17(email)
msgid "yasumichi@vinelinux.org"
msgstr "yasumichi@vinelinux.org"
#: C/index.page:20(p)
msgid "GNU Free Documentation License (GFDL)"
msgstr "Licence de documentation libre GNU (GFDL)"
#: C/index.page:24(title)
msgid "Zenity Manual"
msgstr "Manuel de Zenity"
#: C/index.page:27(title)
msgid "Dialogs"
msgstr "Boîtes de dialogue"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/forms.page:81(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-forms-screenshot.png'; "
"md5=c11fab02e4d51212a538ce6859799d5f"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-forms-screenshot.png'; "
"md5=c11fab02e4d51212a538ce6859799d5f"
#: C/forms.page:6(desc)
msgid "Use the <cmd>--forms</cmd> option."
msgstr "Utiliser l'option <cmd>--forms</cmd>."
#: C/forms.page:8(title)
msgid "Forms Dialog"
msgstr "Boîte de dialogue de formulaire"
#: C/forms.page:9(p)
msgid "Use the <cmd>--forms</cmd> option to create a forms dialog."
msgstr ""
"Utilisez l'option <cmd>--forms</cmd> pour créer une boîte de dialogue de "
"formulaire."
#: C/forms.page:13(p)
msgid "The forms dialog supports the following options:"
msgstr "Options de la boîte de dialogue de formulaire :"
#: C/forms.page:20(title)
msgid "<cmd>--add-entry</cmd>=<var>FieldName</var>"
msgstr "<cmd>--add-entry</cmd>=<var>NomDeChamp</var>"
#: C/forms.page:21(p)
msgid "Add a new Entry in forms dialog."
msgstr "Ajouter une nouvelle entrée dans la boîte de dialogue de formulaire."
#: C/forms.page:25(title)
msgid "--add-password<cmd/>=<var>FieldName</var>"
msgstr "--add-password<cmd/>=<var>NomDeChamp</var>"
#: C/forms.page:26(p)
msgid "Add a new Password Entry in forms dialog. (Hide text)"
msgstr ""
"Ajouter une nouvelle entrée de mot de passe dans la boîte de dialogue de "
"formulaire (texte masqué)."
#: C/forms.page:30(title)
msgid "<cmd>--add-calendar</cmd>=<var>FieldName</var>"
msgstr "<cmd>--add-calendar</cmd>=<var>NomDeChamp</var>"
#: C/forms.page:31(p)
msgid "Add a new Calendar in forms dialog."
msgstr "Ajouter un nouveau calendrier dans la boîte de dialogue de formulaire."
#: C/forms.page:36(p)
msgid "Set the dialog text."
msgstr "Définir le texte de la boîte de dialogue."
#: C/forms.page:40(title)
msgid "<cmd>--separator</cmd>=<var>SEPARATOR</var>"
msgstr "<cmd>--separator</cmd>=<var>SÉPARATEUR</var>"
2011-12-26 22:08:39 +00:00
#: C/forms.page:41(p)
msgid "Set output separator character. (Default: | )"
msgstr "Définir le caractère de séparation pour la sortie (par défaut : « | »)."
2011-12-26 22:08:39 +00:00
#: C/forms.page:45(title)
msgid "<cmd>--forms-date-format</cmd>=<var>PATTERN</var>"
msgstr "<cmd>--forms-date-format</cmd>=<var>MOTIF</var>"
2011-12-26 22:08:39 +00:00
# Bruno : bug PATTERN instead of format !
#: C/forms.page:46(p)
msgid ""
"Set the format for the returned date. The default format depends on your "
"locale. format must be a Format that is acceptable to the <cmd>strftime</"
"cmd> function, for example <var>%A %d/%m/%y</var>."
msgstr ""
"Spécifier le format de la date retournée. Le format par défaut dépend de "
"votre localisation. Le motif doit être un format que la fonction "
"<cmd>strftime</cmd> accepte, par exemple <var>%A %d/%m/%y</var>."
2011-12-26 22:08:39 +00:00
#: C/forms.page:51(p)
msgid "The following example script shows how to create a forms dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"formulaire :"
2011-12-26 22:08:39 +00:00
#: C/forms.page:55(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
"zenity --forms --title=\"Add Friend\" \\\n"
"\t--text=\"Enter information about your friend.\" \\\n"
"\t--separator=\",\" \\\n"
"\t--add-entry=\"First Name\" \\\n"
"\t--add-entry=\"Family Name\" \\\n"
"\t--add-entry=\"Email\" \\\n"
"\t--add-calendar=\"Birthday\" &gt;&gt; addr.csv\n"
"\n"
2011-12-26 22:08:39 +00:00
"case $? in\n"
" 0)\n"
" echo \"Friend added.\";;\n"
" 1)\n"
" echo \"No friend added.\"\n"
"\t;;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\"\n"
"\t;;\n"
"esac\n"
msgstr ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --forms --title=\"Ajout d'un ami\" \\\n"
"\t--text=\"Saisissez les informations concernant votre ami.\" \\\n"
"\t--separator=\",\" \\\n"
"\t--add-entry=\"Prénom\" \\\n"
"\t--add-entry=\"Nom\" \\\n"
"\t--add-entry=\"Courriel\" \\\n"
"\t--add-calendar=\"Anniversaire\" &gt;&gt; addr.csv\n"
"\n"
"case $? in\n"
" 0)\n"
" echo \"Ami ajouté.\";;\n"
" 1)\n"
" echo \"Aucun ami ajouté.\"\n"
"\t;;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\"\n"
"\t;;\n"
"esac\n"
#: C/forms.page:79(title)
msgid "Forms Dialog Example"
msgstr "Exemple de boîte de dialogue de formulaire"
2011-12-26 22:08:39 +00:00
#: C/forms.page:80(desc)
msgid "<app>Zenity</app> forms dialog example"
msgstr "Exemple de boîte de dialogue de formulaire <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/file-selection.page:68(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-fileselection-screenshot.png'; "
"md5=bbba2652577f14ab4719f55a2ff57073"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-fileselection-screenshot.png'; "
"md5=bbba2652577f14ab4719f55a2ff57073"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:6(desc)
msgid "Use the <cmd>--file-selection</cmd> option."
msgstr "Utiliser l'option <cmd>--file-selection</cmd>."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:8(title)
msgid "File Selection Dialog"
msgstr "Boîte de dialogue de sélection de fichiers"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:9(p)
msgid ""
"Use the <cmd>--file-selection</cmd> option to create a file selection "
"dialog. <app>Zenity</app> returns the selected files or directories to "
"standard output. The default mode of the file selection dialog is open."
msgstr ""
2011-12-26 22:08:39 +00:00
"L'option <cmd>--file-selection</cmd> crée une boîte de dialogue de sélection "
"de fichiers. <app>Zenity</app> retourne les fichiers ou les dossiers "
"sélectionnés sur le flux de sortie standard. Par défaut, la boîte de "
"dialogue de sélection de fichiers est en mode ouverture."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:13(p)
msgid "The file selection dialog supports the following options:"
msgstr "Options de la boîte de dialogue de sélection de fichiers :"
#: C/file-selection.page:21(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Specifies the file or directory that is selected in the file selection "
"dialog when the dialog is first shown."
msgstr ""
2011-12-26 22:08:39 +00:00
"Spécifier le fichier ou le dossier sélectionné au premier affichage de la "
"boîte de dialogue de sélection de fichiers."
#: C/file-selection.page:25(cmd)
msgid "--multiple"
msgstr "--multiple"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:26(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Allows the selection of multiple filenames in the file selection dialog."
msgstr "Permettre la sélection de plusieurs fichiers."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:30(cmd)
msgid "--directory"
msgstr "--directory"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:31(p)
msgid "Allows only selection of directories in the file selection dialog."
msgstr "Permettre uniquement la sélection de dossiers."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:35(cmd)
msgid "--save"
msgstr "--save"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:36(p)
msgid "Set the file selection dialog into save mode."
msgstr ""
2011-12-26 22:08:39 +00:00
"Mettre la boîte de dialogue de sélection de fichiers en mode sauvegarde."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:41(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Specifies the string that is used to divide the returned list of filenames."
msgstr ""
2011-12-26 22:08:39 +00:00
"Spécifier le texte utilisé comme séparateur pour diviser la liste des noms "
"de fichiers retournée."
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:46(p)
msgid ""
"The following example script shows how to create a file selection dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"sélection de fichiers :"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:50(code)
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"FILE=`zenity --file-selection --title=\"Select a File\"`\n"
"\n"
"case $? in\n"
" 0)\n"
" echo \"\\\"$FILE\\\" selected.\";;\n"
" 1)\n"
" echo \"No file selected.\";;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\";;\n"
"esac\n"
msgstr ""
2011-12-26 22:08:39 +00:00
"\n"
"#!/bin/sh\n"
"\n"
"FILE=`zenity --file-selection --title=\"Sélectionnez un fichier\"`\n"
"\n"
"case $? in\n"
" 0)\n"
" echo \"\\\"$FILE\\\" est sélectionné.\";;\n"
" 1)\n"
" echo \"Aucun fichier sélectionné.\";;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\";;\n"
"esac\n"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:66(title)
msgid "File Selection Dialog Example"
msgstr "Exemple de boîte de dialogue de sélection de fichiers"
2011-12-26 22:08:39 +00:00
#: C/file-selection.page:67(desc)
msgid "<app>Zenity</app> file selection dialog example"
msgstr ""
2011-12-26 22:08:39 +00:00
"Exemple de boîte de dialogue de sélection de fichiers <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/error.page:28(None)
msgid ""
"@@image: 'figures/zenity-error-screenshot.png'; "
"md5=a4b287f89625cfd54ca38bc404d8bdf6"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-error-screenshot.png'; "
"md5=a4b287f89625cfd54ca38bc404d8bdf6"
2011-12-26 22:08:39 +00:00
#: C/error.page:6(desc)
msgid "Use the <cmd>--error</cmd> option."
msgstr "Utiliser l'option <cmd>--error</cmd>."
2011-12-26 22:08:39 +00:00
#: C/error.page:8(title)
msgid "Error Dialog"
msgstr "Boîte de dialogue d'erreur"
#: C/error.page:9(p)
msgid "Use the <cmd>--error</cmd> option to create an error dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"Utilisez l'option <cmd>--error</cmd> pour créer une boîte de dialogue "
"d'erreur."
#: C/error.page:13(p)
msgid "The following example script shows how to create an error dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue "
"d'erreur :"
2011-12-26 22:08:39 +00:00
#: C/error.page:17(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/bash\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --error \\\n"
"--text=\"Could not find /var/log/syslog.\"\n"
msgstr ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/bash\n"
"\n"
2011-12-26 22:08:39 +00:00
"zenity --error \\\n"
"--text=\"Impossible de trouver /var/log/syslog.\"\n"
2011-12-26 22:08:39 +00:00
#: C/error.page:26(title)
msgid "Error Dialog Example"
msgstr "Exemple de boîte de dialogue d'erreur"
#: C/error.page:27(desc)
msgid "<app>Zenity</app> error dialog example"
msgstr "Exemple de boîte de dialogue d'erreur <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/entry.page:55(None)
msgid ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-entry-screenshot.png'; "
"md5=bae6bf4342a66a3900deb15bde82ff42"
msgstr ""
2011-12-26 22:08:39 +00:00
"@@image: 'figures/zenity-entry-screenshot.png'; "
"md5=bae6bf4342a66a3900deb15bde82ff42"
2011-12-26 22:08:39 +00:00
#: C/entry.page:6(desc)
msgid "Use the <cmd>--entry</cmd> option."
msgstr "Utiliser l'option <cmd>--entry</cmd>."
2011-12-26 22:08:39 +00:00
#: C/entry.page:8(title)
msgid "Text Entry Dialog"
msgstr "Boîte de dialogue de saisie"
2011-12-26 22:08:39 +00:00
#: C/entry.page:9(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Use the <cmd>--entry</cmd> option to create a text entry dialog. "
"<app>Zenity</app> returns the contents of the text entry to standard output."
msgstr ""
2011-12-26 22:08:39 +00:00
"L'option <cmd>--entry</cmd> crée une boîte de dialogue de saisie. "
"<app>Zenity</app> retourne le texte saisi sur le flux de sortie standard."
2011-12-26 22:08:39 +00:00
#: C/entry.page:12(p)
msgid "The text entry dialog supports the following options:"
2011-12-26 22:08:39 +00:00
msgstr "Options de la boîte de dialogue de saisie :"
2011-12-26 22:08:39 +00:00
#: C/entry.page:20(p)
msgid "Specifies the text that is displayed in the text entry dialog."
msgstr "Spécifier le texte affiché dans la boîte de dialogue de saisie."
2011-12-26 22:08:39 +00:00
#: C/entry.page:24(title)
msgid "<cmd>--entry-text</cmd>=<var>text</var>"
msgstr "<cmd>--entry-text</cmd>=<var>texte</var>"
2011-12-26 22:08:39 +00:00
#: C/entry.page:25(p)
msgid ""
"Specifies the text that is displayed in the entry field of the text entry "
"dialog."
msgstr ""
"Spécifier le texte affiché dans le champ de saisie de la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/entry.page:29(cmd)
msgid "--hide-text"
msgstr "--hide-text"
2011-12-26 22:08:39 +00:00
#: C/entry.page:30(p)
msgid "Hides the text in the entry field of the text entry dialog."
msgstr "Cacher le texte dans le champ de saisie de la boîte de dialogue."
2011-12-26 22:08:39 +00:00
#: C/entry.page:35(p)
msgid "The following example script shows how to create a text entry dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"saisie :"
#: C/entry.page:39(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"if zenity --entry \\\n"
"--title=\"Add new profile\" \\\n"
"--text=\"Enter name of new profile:\" \\\n"
"--entry-text \"NewProfile\"\n"
" then echo $?\n"
" else echo \"No name entered\"\n"
"fi\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
"if zenity --entry \\\n"
2011-12-26 22:08:39 +00:00
"--title=\"Ajout d'un nouveau profil\" \\\n"
"--text=\"Saisissez le nom du nouveau profil :\" \\\n"
"--entry-text \"NouveauProfil\"\n"
" then echo $?\n"
2011-12-26 22:08:39 +00:00
" else echo \"Pas de nom saisi\"\n"
"fi\n"
2011-12-26 22:08:39 +00:00
#: C/entry.page:53(title)
msgid "Text Entry Dialog Example"
msgstr "Exemple de boîte de dialogue de saisie"
2011-12-26 22:08:39 +00:00
#: C/entry.page:54(desc)
msgid "<app>Zenity</app> text entry dialog example"
msgstr "Exemple de boîte de dialogue de saisie <app>Zenity</app>"
2011-12-26 22:08:39 +00:00
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/color-selection.page:52(None)
msgid ""
"@@image: 'figures/zenity-colorselection-screenshot.png'; "
"md5=febe3f417acea789c9db628fbe44f798"
msgstr ""
"@@image: 'figures/zenity-colorselection-screenshot.png'; "
"md5=febe3f417acea789c9db628fbe44f798"
#: C/color-selection.page:6(desc)
msgid "Use the <cmd>--color-selection</cmd> option."
msgstr "Utiliser l'option <cmd>--color-selection</cmd>."
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:8(title)
msgid "Color Selection Dialog"
msgstr "Boîte de dialogue de sélection de couleur"
#: C/color-selection.page:9(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Use the <cmd>--color-selection</cmd> option to create a color selection "
"dialog."
msgstr ""
2011-12-26 22:08:39 +00:00
"Utilisez l'option <cmd>--color-selection</cmd> pour créer une boîte de "
"dialogue de sélection de couleur."
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:12(p)
msgid "The color selection dialog supports the following options:"
msgstr "Options de la boîte de dialogue de sélection de couleur :"
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:19(title)
msgid "<cmd>--color</cmd>=<var>VALUE</var>"
msgstr "<cmd>--color</cmd>=<var>VALEUR</var>"
#: C/color-selection.page:20(p)
msgid "Set the initial color.(ex: #FF0000)"
msgstr "Définir la couleur initiale (ex. : #FF0000)."
#: C/color-selection.page:24(cmd)
msgid "--show-palette"
msgstr "--show-palette"
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:25(p)
msgid "Show the palette."
msgstr "Afficher la palette."
#: C/color-selection.page:30(p)
msgid ""
2011-12-26 22:08:39 +00:00
"The following example script shows how to create a color selection dialog:"
msgstr ""
2011-12-26 22:08:39 +00:00
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
"sélection de couleur :"
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:34(code)
#, no-wrap
msgid ""
"\n"
2011-12-26 22:08:39 +00:00
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"COLOR=`zenity --color-selection --show-palette`\n"
"\n"
2011-12-26 22:08:39 +00:00
"case $? in\n"
" 0)\n"
"\t\techo \"You selected $COLOR.\";;\n"
" 1)\n"
" echo \"No color selected.\";;\n"
" -1)\n"
" echo \"An unexpected error has occurred.\";;\n"
"esac\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
2011-12-26 22:08:39 +00:00
"COLOR=`zenity --color-selection --show-palette`\n"
"\n"
"case $? in\n"
2011-12-26 22:08:39 +00:00
" 0)\n"
"\t\techo \"Vous avez sélectionné $COLOR.\";;\n"
" 1)\n"
" echo \"Aucune couleur sélectionnée.\";;\n"
" -1)\n"
" echo \"Une erreur inattendue est survenue.\";;\n"
"esac\n"
2011-12-26 22:08:39 +00:00
#: C/color-selection.page:50(title)
msgid "Color Selection Dialog Example"
msgstr "Exemple de boîte de dialogue de sélection de couleur"
#: C/color-selection.page:51(desc)
msgid "<app>Zenity</app> color selection dialog example"
msgstr ""
"Exemple de boîte de dialogue de sélection de couleur <app>Zenity</app>"
#. When image changes, this message will be marked fuzzy or untranslated for you.
#. It doesn't matter what you translate it to: it's not used at all.
#: C/calendar.page:66(None)
msgid ""
"@@image: 'figures/zenity-calendar-screenshot.png'; "
"md5=92bf5317d799665acf0d4005cee184c2"
msgstr ""
"@@image: 'figures/zenity-calendar-screenshot.png'; "
"md5=92bf5317d799665acf0d4005cee184c2"
#: C/calendar.page:6(desc)
msgid "Use the <cmd>--calendar</cmd> option."
msgstr "Utiliser l'option <cmd>--calendar</cmd>."
#: C/calendar.page:8(title)
msgid "Calendar Dialog"
msgstr "Boîte de dialogue de calendrier"
#: C/calendar.page:9(p)
msgid ""
"Use the <cmd>--calendar</cmd> option to create a calendar dialog. Zenity "
"returns the selected date to standard output. If no date is specified on the "
"command line, the dialog uses the current date."
msgstr ""
"L'option <cmd>--calendar</cmd> crée une boîte de dialogue de calendrier. "
"<app>Zenity</app> retourne la date sélectionnée sur le flux de sortie "
"standard. Si aucune date n'est indiquée en ligne de commande, la boîte de "
"dialogue utilise la date actuelle."
#: C/calendar.page:12(p)
msgid "The calendar dialog supports the following options:"
msgstr "Options de la boîte de dialogue de calendrier :"
#: C/calendar.page:20(p)
msgid "Specifies the text that is displayed in the calendar dialog."
msgstr "Spécifier le texte affiché dans la boîte de dialogue de calendrier."
#: C/calendar.page:24(title)
msgid "<cmd>--day</cmd>=<var>day</var>"
msgstr "<cmd>--day</cmd>=<var>jour</var>"
#: C/calendar.page:25(p)
msgid ""
"Specifies the day that is selected in the calendar dialog. day must be a "
"number between 1 and 31 inclusive."
msgstr ""
"Spécifier le jour sélectionné dans la boîte de dialogue de calendrier. "
"<var>jour</var> doit être un nombre compris entre 1 et 31 inclus."
#: C/calendar.page:29(title)
msgid "<cmd>--month</cmd>=<var>month</var>"
msgstr "<cmd>--month</cmd>=<var>mois</var>"
#: C/calendar.page:30(p)
msgid ""
"Specifies the month that is selected in the calendar dialog. month must be a "
"number between 1 and 12 inclusive."
msgstr ""
"Spécifier le mois sélectionné dans la boîte de dialogue de calendrier. "
"<var>mois</var> doit être un nombre compris entre 1 et 12 inclus."
#: C/calendar.page:34(title)
msgid "<cmd>--year</cmd>=<var>year</var>"
msgstr "<cmd>--year</cmd>=<var>année</var>"
#: C/calendar.page:35(p)
msgid "Specifies the year that is selected in the calendar dialog."
msgstr ""
"Spécifier l'année sélectionnée dans la boîte de dialogue de calendrier."
#: C/calendar.page:39(title)
msgid "<cmd>--date-format</cmd>=<var>format</var>"
msgstr "<cmd>--date-format</cmd>=<var>format</var>"
#: C/calendar.page:40(p)
msgid ""
2011-12-26 22:08:39 +00:00
"Specifies the format that is returned from the calendar dialog after date "
"selection. The default format depends on your locale. Format must be a "
"format that is acceptable to the <cmd>strftime</cmd> function, for example "
"<var>%A %d/%m/%y</var>."
msgstr ""
"Spécifier sous quel format la boîte de dialogue de calendrier retourne la "
"date sélectionnée. Le format par défaut dépend de votre localisation. "
"<var>format</var> doit être un format que la fonction <cmd>strftime</cmd> "
"accepte, par exemple <var>%A %d/%m/%y</var>."
#: C/calendar.page:45(p)
msgid "The following example script shows how to create a calendar dialog:"
msgstr ""
"Le script d'exemple suivant montre comment créer une boîte de dialogue de "
2011-12-26 22:08:39 +00:00
"calendrier :"
2011-12-26 22:08:39 +00:00
#: C/calendar.page:49(code)
#, no-wrap
msgid ""
"\n"
"#!/bin/sh\n"
"\n"
"\n"
"if zenity --calendar \\\n"
"--title=\"Select a Date\" \\\n"
"--text=\"Click on a date to select that date.\" \\\n"
"--day=10 --month=8 --year=2004\n"
" then echo $?\n"
" else echo \"No date selected\"\n"
"fi\n"
msgstr ""
"\n"
"#!/bin/sh\n"
"\n"
"\n"
"if zenity --calendar \\\n"
"--title=\"Choisissez une date\" \\\n"
"--text=\"Cliquez sur une date pour la sélectionner.\" \\\n"
"--day=10 --month=8 --year=2004\n"
" then echo $?\n"
" else echo \"Aucune date sélectionnée\"\n"
"fi\n"
#: C/calendar.page:64(title)
msgid "Calendar Dialog Example"
msgstr "Exemple de boîte de dialogue de calendrier"
2011-12-26 22:08:39 +00:00
#: C/calendar.page:65(desc)
msgid "Zenity calendar dialog example"
msgstr "Exemple de boîte de dialogue de calendrier <app>Zenity</app>"
2010-08-25 12:23:21 +00:00
#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
2011-12-26 22:08:39 +00:00
#: C/index.page:0(None)
msgid "translator-credits"
msgstr ""
"Christophe Bliard <cbliard@gmail.com>, 2005\n"
"Vincent Untz <vuntz@gnome.org>, 2005\n"
2011-12-26 22:08:39 +00:00
"Claude Paroz <claude@2xlibre.net>, 2009\n"
"Bruno Brouard <annoa.b@gmail.com>, 2011"