diff --git a/po/fr/f26/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f26/pages/monitoring-and-automation/Automating_System_Tasks.po index 785c835e4f0..adfddbe57f6 100644 --- a/po/fr/f26/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f26/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -509,6 +509,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -889,6 +890,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -903,6 +907,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -911,12 +923,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -927,12 +942,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -942,6 +962,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -949,6 +973,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -956,6 +982,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -964,6 +992,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -971,6 +1002,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -980,12 +1013,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -994,12 +1031,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1010,6 +1051,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1023,11 +1070,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1037,12 +1093,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1052,12 +1112,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1065,12 +1130,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1078,6 +1145,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1085,6 +1154,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1092,26 +1163,33 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:360 @@ -1122,7 +1200,7 @@ msgstr "" #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1130,18 +1208,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1149,6 +1229,8 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:391 @@ -1160,18 +1242,20 @@ msgstr "" msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:408 @@ -1183,18 +1267,20 @@ msgstr "" msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1202,6 +1288,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1211,11 +1299,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1223,21 +1315,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1246,6 +1341,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1257,6 +1356,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1266,6 +1370,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1274,18 +1381,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1294,6 +1406,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1302,6 +1417,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1309,6 +1426,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1316,6 +1436,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1324,6 +1446,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1333,6 +1457,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1341,12 +1468,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1354,16 +1485,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1372,6 +1505,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1380,12 +1516,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1397,12 +1537,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1410,12 +1557,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1426,12 +1575,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1441,6 +1599,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1448,6 +1611,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1455,6 +1621,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1464,6 +1632,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1471,6 +1642,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1485,22 +1658,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1508,17 +1686,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1526,6 +1707,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1533,6 +1716,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1540,3 +1726,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f26/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f26/pages/servers/Configuring_NTP_Using_ntpd.po index f0581a242c0..96816445333 100644 --- a/po/fr/f26/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f26/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f26/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f26/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 117685c221f..6d485ca4187 100644 --- a/po/fr/f26/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f26/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f26/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f26/pages/servers/Configuring_PTP_Using_ptp4l.po index 9c25cc36bdc..4c5a956ae06 100644 --- a/po/fr/f26/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f26/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f26/pages/servers/Mail_Servers.po b/po/fr/f26/pages/servers/Mail_Servers.po index b39dabd1d95..3576ef42a30 100644 --- a/po/fr/f26/pages/servers/Mail_Servers.po +++ b/po/fr/f26/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/servers/Mail_Servers.adoc:6 @@ -2992,7 +2992,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f27/pages/_partials/servers/FTP.po b/po/fr/f27/pages/_partials/servers/FTP.po index 47ff5bdc733..3a33dca508b 100644 --- a/po/fr/f27/pages/_partials/servers/FTP.po +++ b/po/fr/f27/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title ==== #: pages/_partials/servers/FTP.adoc:3 @@ -1393,7 +1393,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:529 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:532 diff --git a/po/fr/f27/pages/_partials/servers/OpenLDAP.po b/po/fr/f27/pages/_partials/servers/OpenLDAP.po index 8ae0855e4ac..bf59bab4004 100644 --- a/po/fr/f27/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f27/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title ==== #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -1968,7 +1968,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f27/pages/_partials/servers/Printer_Configuration.po b/po/fr/f27/pages/_partials/servers/Printer_Configuration.po index 2769bfe43f2..d1904b758db 100644 --- a/po/fr/f27/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/f27/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title ==== #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1276,7 +1276,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/f27/pages/_partials/servers/Samba.po b/po/fr/f27/pages/_partials/servers/Samba.po index dd34db82555..1fd312b33ac 100644 --- a/po/fr/f27/pages/_partials/servers/Samba.po +++ b/po/fr/f27/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title ==== #: pages/_partials/servers/Samba.adoc:3 @@ -2552,7 +2552,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f27/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f27/pages/_partials/servers/The_Apache_HTTP_Server.po index 412e75c466c..038ec3a5792 100644 --- a/po/fr/f27/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f27/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title ==== #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -5350,7 +5350,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2572 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2575 diff --git a/po/fr/f27/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f27/pages/basic-system-configuration/Gaining_Privileges.po index e1566c2bb59..fe8f344c2bd 100644 --- a/po/fr/f27/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f27/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f27/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f27/pages/basic-system-configuration/Managing_Users_and_Groups.po index 39c836d9670..e619335b8c6 100644 --- a/po/fr/f27/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f27/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:6 @@ -1062,7 +1062,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:452 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:455 diff --git a/po/fr/f27/pages/infrastructure-services/OpenSSH.po b/po/fr/f27/pages/infrastructure-services/OpenSSH.po index c83fadb99bd..71028d8a015 100644 --- a/po/fr/f27/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f27/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2851,7 +2851,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1315 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1318 diff --git a/po/fr/f27/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f27/pages/infrastructure-services/Services_and_Daemons.po index c52942ee45e..7dd4bc6b37c 100644 --- a/po/fr/f27/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f27/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -542,7 +542,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:266 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title ===== #: pages/infrastructure-services/Services_and_Daemons.adoc:269 diff --git a/po/fr/f27/pages/infrastructure-services/TigerVNC.po b/po/fr/f27/pages/infrastructure-services/TigerVNC.po index 681b1835f4c..a5ccc881360 100644 --- a/po/fr/f27/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f27/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -665,7 +665,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f27/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f27/pages/monitoring-and-automation/Automating_System_Tasks.po index e58b36f239f..df208e694e7 100644 --- a/po/fr/f27/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f27/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -508,6 +508,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -888,6 +889,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -902,6 +906,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -910,12 +922,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -926,12 +941,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -941,6 +961,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -948,6 +972,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -955,6 +981,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -963,6 +991,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -970,6 +1001,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -979,12 +1012,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -993,12 +1030,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1009,6 +1050,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1022,11 +1069,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1036,12 +1092,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1051,12 +1111,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1064,12 +1129,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1077,6 +1144,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1084,6 +1153,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1091,26 +1162,33 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:360 @@ -1121,7 +1199,7 @@ msgstr "" #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1129,18 +1207,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1148,6 +1228,8 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:391 @@ -1159,18 +1241,20 @@ msgstr "" msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:408 @@ -1182,18 +1266,20 @@ msgstr "" msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1201,6 +1287,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1210,11 +1298,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1222,21 +1314,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1245,6 +1340,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1256,6 +1355,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1265,6 +1369,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1273,18 +1380,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1293,6 +1405,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1301,6 +1416,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1308,6 +1425,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1315,6 +1435,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1323,6 +1445,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1332,6 +1456,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1340,12 +1467,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1353,16 +1484,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1371,6 +1504,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1379,12 +1515,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1396,12 +1536,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1409,12 +1556,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1425,12 +1574,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title ===== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1440,6 +1598,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1447,6 +1610,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1454,6 +1620,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1463,6 +1631,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1470,12 +1641,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:524 @@ -1484,22 +1657,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1507,17 +1685,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1525,6 +1706,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1532,6 +1715,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1539,3 +1725,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f27/pages/monitoring-and-automation/OProfile.po b/po/fr/f27/pages/monitoring-and-automation/OProfile.po index 9b9649bc950..80901c03ea8 100644 --- a/po/fr/f27/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f27/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2037,7 +2037,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:864 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:867 diff --git a/po/fr/f27/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f27/pages/monitoring-and-automation/System_Monitoring_Tools.po index c1b20007636..0381b8c75e9 100644 --- a/po/fr/f27/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f27/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:6 @@ -2889,7 +2889,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1476 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1479 diff --git a/po/fr/f27/pages/package-management/DNF.po b/po/fr/f27/pages/package-management/DNF.po index f86726a864b..b62f0409b67 100644 --- a/po/fr/f27/pages/package-management/DNF.po +++ b/po/fr/f27/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title === #: pages/package-management/DNF.adoc:6 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:901 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:903 diff --git a/po/fr/f28/pages/_partials/servers/FTP.po b/po/fr/f28/pages/_partials/servers/FTP.po index 90d130e69a2..1cc08dbb19f 100644 --- a/po/fr/f28/pages/_partials/servers/FTP.po +++ b/po/fr/f28/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/FTP.adoc:3 @@ -1489,7 +1489,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:547 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:550 diff --git a/po/fr/f28/pages/_partials/servers/OpenLDAP.po b/po/fr/f28/pages/_partials/servers/OpenLDAP.po index 10c5d30c2c5..bf5fcf00d7c 100644 --- a/po/fr/f28/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f28/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -2055,7 +2055,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f28/pages/_partials/servers/Printer_Configuration.po b/po/fr/f28/pages/_partials/servers/Printer_Configuration.po index 37823f2e490..230e34d77cc 100644 --- a/po/fr/f28/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/f28/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1288,7 +1288,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/f28/pages/_partials/servers/Samba.po b/po/fr/f28/pages/_partials/servers/Samba.po index bcfbdb71ae3..ef796d46a0c 100644 --- a/po/fr/f28/pages/_partials/servers/Samba.po +++ b/po/fr/f28/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Samba.adoc:3 @@ -2611,7 +2611,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f28/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f28/pages/_partials/servers/The_Apache_HTTP_Server.po index 56152042d67..0f784b084f1 100644 --- a/po/fr/f28/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f28/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -5409,7 +5409,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2572 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2575 diff --git a/po/fr/f28/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f28/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index b1f8e384e02..51e376c3671 100644 --- a/po/fr/f28/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f28/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:01+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:6 @@ -463,7 +463,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:253 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:256 diff --git a/po/fr/f28/pages/infrastructure-services/OpenSSH.po b/po/fr/f28/pages/infrastructure-services/OpenSSH.po index 08268fcd13a..4d92843f339 100644 --- a/po/fr/f28/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f28/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2883,7 +2883,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1315 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1318 diff --git a/po/fr/f28/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f28/pages/infrastructure-services/Services_and_Daemons.po index 4df6cfa6305..672e7c7795e 100644 --- a/po/fr/f28/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f28/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -542,7 +542,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:266 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:269 diff --git a/po/fr/f28/pages/infrastructure-services/TigerVNC.po b/po/fr/f28/pages/infrastructure-services/TigerVNC.po index 14e4eaafade..e3c99e6e1d2 100644 --- a/po/fr/f28/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f28/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:01+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f28/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f28/pages/monitoring-and-automation/Automating_System_Tasks.po index ca52682cc7a..0371105596c 100644 --- a/po/fr/f28/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f28/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -514,6 +514,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -880,6 +881,13 @@ msgid "" "field. Step values can also be used with an asterisk. For instance, if the " "month value is defined as `*/3`, the task will run every third month." msgstr "" +"La barre oblique (/) permet de spécifier les valeurs d'intervalle. La valeur " +"d'un entier sera ignorée dans la plage indiquée après `/pass:attributes[" +"{blank}]_integer_pass:attributes[{blank}]`. Par exemple, la valeur des " +"minutes définie comme `0-59/2` indique une minute sur deux dans le champ des " +"minutes. Les valeurs d'intervalle peuvent également être utilisées avec un " +"astérisque. Par exemple, si la valeur du mois est définie comme `*/3`, la " +"tâche s'exécutera tous les trois mois." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:274 @@ -888,6 +896,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -902,6 +913,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -910,12 +929,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -926,12 +948,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -941,6 +968,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -948,6 +979,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -955,6 +988,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -963,6 +998,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -970,6 +1008,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -979,12 +1019,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -993,12 +1037,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1009,6 +1057,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1022,11 +1076,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1036,12 +1099,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1051,12 +1118,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1064,12 +1136,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1077,6 +1151,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1084,6 +1160,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1091,38 +1169,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1130,18 +1215,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1149,54 +1236,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1204,6 +1297,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1213,11 +1308,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1225,21 +1324,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1248,6 +1350,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1259,6 +1365,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1268,6 +1379,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1276,18 +1390,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1296,6 +1415,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1304,6 +1426,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1311,6 +1435,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1318,6 +1445,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1326,6 +1455,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1335,6 +1466,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1343,12 +1477,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1356,16 +1494,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1374,6 +1514,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1382,12 +1525,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1399,12 +1546,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1412,12 +1566,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1428,12 +1584,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1443,6 +1608,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1450,6 +1620,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1457,6 +1630,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1466,6 +1641,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1473,12 +1651,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:524 @@ -1487,22 +1667,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1510,17 +1695,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1528,6 +1716,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1535,6 +1725,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1542,3 +1735,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f28/pages/monitoring-and-automation/OProfile.po b/po/fr/f28/pages/monitoring-and-automation/OProfile.po index 2185db0fb1f..8e9540b9bd7 100644 --- a/po/fr/f28/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f28/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:864 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:867 diff --git a/po/fr/f28/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f28/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index c88d999baf8..afb65e04575 100644 --- a/po/fr/f28/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f28/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-07 21:40+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f29/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f29/pages/monitoring-and-automation/Automating_System_Tasks.po index 7755664f38f..18cefd09b08 100644 --- a/po/fr/f29/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f29/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2023-01-27 13:25+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -530,6 +530,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -896,6 +897,13 @@ msgid "" "field. Step values can also be used with an asterisk. For instance, if the " "month value is defined as `*/3`, the task will run every third month." msgstr "" +"La barre oblique (/) permet de spécifier les valeurs d'intervalle. La valeur " +"d'un entier sera ignorée dans la plage indiquée après `/pass:attributes[" +"{blank}]_integer_pass:attributes[{blank}]`. Par exemple, la valeur des " +"minutes définie comme `0-59/2` indique une minute sur deux dans le champ des " +"minutes. Les valeurs d'intervalle peuvent également être utilisées avec un " +"astérisque. Par exemple, si la valeur du mois est définie comme `*/3`, la " +"tâche s'exécutera tous les trois mois." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:274 @@ -904,6 +912,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -917,6 +928,14 @@ msgid "" "attributes[{blank}]`. To list the contents of the current user's crontab " "file, use the [command]#crontab -l# command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -925,12 +944,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -941,12 +963,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -956,6 +983,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -963,6 +994,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -970,6 +1003,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -978,6 +1013,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -985,6 +1023,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -994,12 +1034,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1008,12 +1052,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1024,6 +1072,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1037,11 +1091,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1051,12 +1114,16 @@ msgid "" "Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling Access to " "Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1066,12 +1133,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1079,12 +1151,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1092,6 +1166,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1099,6 +1175,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1106,38 +1184,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1145,18 +1230,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1164,54 +1251,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1219,6 +1312,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1227,11 +1322,15 @@ msgid "" "attributes[{blank}]#, where [command]#pass:attributes[{blank}]_TIME_pass:" "attributes[{blank}]# is the time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1240,21 +1339,24 @@ msgid "" "attributes[{blank}]` specifies the exact hour and minute; For example, " "`04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1265,6 +1367,10 @@ msgid "" "`January 15 2012` specifies the 15th day of January in the year 2012. The " "year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1276,6 +1382,11 @@ msgid "" "attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; For " "example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1285,6 +1396,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1293,18 +1407,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1313,6 +1432,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1321,6 +1443,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1328,6 +1452,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1335,6 +1462,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1343,6 +1472,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1352,6 +1483,9 @@ msgid "" "Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing Pending " "Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1360,12 +1494,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1373,16 +1511,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1391,6 +1531,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1399,12 +1542,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1416,12 +1563,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1429,12 +1583,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1445,12 +1601,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1460,6 +1625,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1467,6 +1637,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1474,6 +1647,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1483,6 +1658,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1490,6 +1668,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1504,22 +1684,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1527,17 +1712,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1545,6 +1733,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1552,6 +1742,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1559,3 +1752,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f30/pages/_partials/servers/OpenLDAP.po b/po/fr/f30/pages/_partials/servers/OpenLDAP.po index d19e2ca5335..09060fbb357 100644 --- a/po/fr/f30/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f30/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -2056,7 +2056,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f30/pages/_partials/servers/Samba.po b/po/fr/f30/pages/_partials/servers/Samba.po index d964ee6478d..5ff20f40f3d 100644 --- a/po/fr/f30/pages/_partials/servers/Samba.po +++ b/po/fr/f30/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Samba.adoc:3 @@ -2611,7 +2611,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f30/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f30/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index d95bb65ad3e..a5daac226d4 100644 --- a/po/fr/f30/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f30/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f30/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f30/pages/basic-system-configuration/Gaining_Privileges.po index a8d3cf9cd7f..70931788113 100644 --- a/po/fr/f30/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f30/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f30/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f30/pages/basic-system-configuration/Managing_Users_and_Groups.po index 7a2e301f076..1612180a495 100644 --- a/po/fr/f30/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f30/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:6 @@ -1062,7 +1062,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:452 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:455 diff --git a/po/fr/f30/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f30/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index c820c73795a..71e76a27ca5 100644 --- a/po/fr/f30/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f30/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:6 @@ -465,7 +465,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:253 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:256 diff --git a/po/fr/f30/pages/infrastructure-services/OpenSSH.po b/po/fr/f30/pages/infrastructure-services/OpenSSH.po index b5f34ac3c18..f0c0720fa45 100644 --- a/po/fr/f30/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f30/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2883,7 +2883,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1315 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1318 diff --git a/po/fr/f30/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f30/pages/infrastructure-services/Services_and_Daemons.po index bb2b5522d3b..02bedbbebf9 100644 --- a/po/fr/f30/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f30/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -541,7 +541,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:266 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:269 diff --git a/po/fr/f30/pages/infrastructure-services/TigerVNC.po b/po/fr/f30/pages/infrastructure-services/TigerVNC.po index d7f72b05a68..04e9f17301b 100644 --- a/po/fr/f30/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f30/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f30/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f30/pages/monitoring-and-automation/Automating_System_Tasks.po index 5b5c6af9f41..8ce2a7f0e36 100644 --- a/po/fr/f30/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f30/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -894,6 +895,13 @@ msgid "" "field. Step values can also be used with an asterisk. For instance, if the " "month value is defined as `*/3`, the task will run every third month." msgstr "" +"La barre oblique (/) permet de spécifier les valeurs d'intervalle. La valeur " +"d'un entier sera ignorée dans la plage indiquée après `/pass:attributes[" +"{blank}]_integer_pass:attributes[{blank}]`. Par exemple, la valeur des " +"minutes définie comme `0-59/2` indique une minute sur deux dans le champ des " +"minutes. Les valeurs d'intervalle peuvent également être utilisées avec un " +"astérisque. Par exemple, si la valeur du mois est définie comme `*/3`, la " +"tâche s'exécutera tous les trois mois." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:274 @@ -902,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -916,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -924,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -940,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -955,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -962,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -969,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -977,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -984,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -993,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1007,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1023,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1036,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1050,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1065,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1078,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1091,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1098,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1105,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1144,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1163,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1218,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1227,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1239,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1262,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1273,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1282,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1290,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1310,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1318,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1325,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1332,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1340,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1349,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1357,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1370,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1388,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1396,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1413,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1426,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1442,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1457,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1464,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1471,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1480,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1487,12 +1665,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:524 @@ -1501,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1524,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1542,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1549,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1556,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f30/pages/monitoring-and-automation/OProfile.po b/po/fr/f30/pages/monitoring-and-automation/OProfile.po index 5e051a3d852..9b453c2654c 100644 --- a/po/fr/f30/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f30/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:864 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:867 diff --git a/po/fr/f30/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f30/pages/monitoring-and-automation/System_Monitoring_Tools.po index e28276a9974..03780e13dd9 100644 --- a/po/fr/f30/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f30/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:5 @@ -2933,7 +2933,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1495 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1498 diff --git a/po/fr/f30/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f30/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index 48f2fbf0313..2acaff4fea6 100644 --- a/po/fr/f30/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f30/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f30/pages/package-management/DNF.po b/po/fr/f30/pages/package-management/DNF.po index 3ac19e15ac2..ea0b459a382 100644 --- a/po/fr/f30/pages/package-management/DNF.po +++ b/po/fr/f30/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f31/pages/RPM.po b/po/fr/f31/pages/RPM.po index bbd3b5282d2..828aa60e434 100644 --- a/po/fr/f31/pages/RPM.po +++ b/po/fr/f31/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:6 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:467 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:470 diff --git a/po/fr/f31/pages/_partials/servers/Printer_Configuration.po b/po/fr/f31/pages/_partials/servers/Printer_Configuration.po index 2c063af1d0e..db3614d0519 100644 --- a/po/fr/f31/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/f31/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1288,7 +1288,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/f31/pages/_partials/servers/Samba.po b/po/fr/f31/pages/_partials/servers/Samba.po index 8d494d62434..40fc15620ff 100644 --- a/po/fr/f31/pages/_partials/servers/Samba.po +++ b/po/fr/f31/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Samba.adoc:3 @@ -2611,7 +2611,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f31/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f31/pages/_partials/servers/The_Apache_HTTP_Server.po index df04165e536..ddd25f4ef07 100644 --- a/po/fr/f31/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f31/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -4764,7 +4764,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2383 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2386 diff --git a/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 232c0fd00f2..af2333103f8 100644 --- a/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1593,7 +1593,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:676 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:679 diff --git a/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 29358cf44ad..dc6e6bd0df0 100644 --- a/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f31/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:6 @@ -2109,7 +2109,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:937 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:940 diff --git a/po/fr/f31/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f31/pages/monitoring-and-automation/Automating_System_Tasks.po index e4764c0aadb..f21e703710f 100644 --- a/po/fr/f31/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f31/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-25 14:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -529,6 +529,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -895,6 +896,13 @@ msgid "" "field. Step values can also be used with an asterisk. For instance, if the " "month value is defined as `*/3`, the task will run every third month." msgstr "" +"La barre oblique (/) permet de spécifier les valeurs d'intervalle. La valeur " +"d'un entier sera ignorée dans la plage indiquée après `/pass:attributes[" +"{blank}]_integer_pass:attributes[{blank}]`. Par exemple, la valeur des " +"minutes définie comme `0-59/2` indique une minute sur deux dans le champ des " +"minutes. Les valeurs d'intervalle peuvent également être utilisées avec un " +"astérisque. Par exemple, si la valeur du mois est définie comme `*/3`, la " +"tâche s'exécutera tous les trois mois." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:274 @@ -903,6 +911,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -917,6 +928,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -925,12 +944,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -941,12 +963,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -956,6 +983,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -963,6 +994,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -970,6 +1003,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -978,6 +1013,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -985,6 +1023,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -994,12 +1034,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1008,12 +1052,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1024,6 +1072,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1037,11 +1091,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1051,12 +1114,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1066,12 +1133,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1079,12 +1151,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1092,6 +1166,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1099,6 +1175,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1106,38 +1184,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1145,18 +1230,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1164,54 +1251,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1219,6 +1312,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1228,11 +1323,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1240,21 +1339,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1263,6 +1365,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1274,6 +1380,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1283,6 +1394,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1291,18 +1405,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1311,6 +1430,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1319,6 +1441,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1326,6 +1450,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1333,6 +1460,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1341,6 +1470,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1350,6 +1481,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1358,12 +1492,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1371,16 +1509,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1389,6 +1529,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1397,12 +1540,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1414,12 +1561,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1427,12 +1581,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1443,12 +1599,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1458,6 +1623,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1465,6 +1635,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1472,6 +1645,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1481,6 +1656,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1488,6 +1666,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1502,22 +1682,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1525,17 +1710,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1543,6 +1731,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1550,6 +1740,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1557,3 +1750,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f31/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f31/pages/servers/Configuring_NTP_Using_ntpd.po index c9448fe2dc3..27b6105588a 100644 --- a/po/fr/f31/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f31/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f31/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f31/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index f56f8767f49..ff54535897b 100644 --- a/po/fr/f31/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f31/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2052,7 +2052,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f31/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f31/pages/servers/Configuring_PTP_Using_ptp4l.po index b892e32e366..fb1bf5f4441 100644 --- a/po/fr/f31/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f31/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f31/pages/servers/Mail_Servers.po b/po/fr/f31/pages/servers/Mail_Servers.po index 8492bca0254..f8e5daf33b9 100644 --- a/po/fr/f31/pages/servers/Mail_Servers.po +++ b/po/fr/f31/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f32/pages/RPM.po b/po/fr/f32/pages/RPM.po index 0d6c673e7bb..368e253a167 100644 --- a/po/fr/f32/pages/RPM.po +++ b/po/fr/f32/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-25 14:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:6 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:467 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:470 diff --git a/po/fr/f32/pages/Wayland.po b/po/fr/f32/pages/Wayland.po index 7af72949a0f..353541bff43 100644 --- a/po/fr/f32/pages/Wayland.po +++ b/po/fr/f32/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f32/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f32/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index 580436fd402..2694c360fd9 100644 --- a/po/fr/f32/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f32/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f32/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f32/pages/basic-system-configuration/Gaining_Privileges.po index 3175f55d6e0..10427f392f8 100644 --- a/po/fr/f32/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f32/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f32/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f32/pages/basic-system-configuration/Managing_Users_and_Groups.po index f653db27205..3134f281f76 100644 --- a/po/fr/f32/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f32/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:5 @@ -1063,7 +1063,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:453 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:456 diff --git a/po/fr/f32/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f32/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index 0c90b6403f5..d9f9aeaa9df 100644 --- a/po/fr/f32/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f32/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:6 @@ -465,7 +465,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:253 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:256 diff --git a/po/fr/f32/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f32/pages/monitoring-and-automation/Automating_System_Tasks.po index 1cdbd324928..513f255a43e 100644 --- a/po/fr/f32/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f32/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -529,6 +529,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -910,6 +911,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -924,6 +928,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -932,12 +944,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -948,12 +963,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -963,6 +983,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -970,6 +994,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -977,6 +1003,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -985,6 +1013,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -992,6 +1023,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1001,12 +1034,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1015,12 +1052,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1031,6 +1072,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1044,11 +1091,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1058,12 +1114,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1073,12 +1133,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1086,12 +1151,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1099,6 +1166,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1106,6 +1175,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1113,38 +1184,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1152,18 +1230,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1171,54 +1251,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1226,6 +1312,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1235,11 +1323,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1247,21 +1339,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1270,6 +1365,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1281,6 +1380,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1290,6 +1394,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1298,18 +1405,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1318,6 +1430,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1326,6 +1441,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1333,6 +1450,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1340,6 +1460,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1348,6 +1470,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1357,6 +1481,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1365,12 +1492,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1378,16 +1509,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1396,6 +1529,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1404,12 +1540,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1421,12 +1561,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1434,12 +1581,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1450,12 +1599,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1465,6 +1623,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1472,6 +1635,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1479,6 +1645,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1488,6 +1656,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1495,6 +1666,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1509,22 +1682,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1532,17 +1710,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1550,6 +1731,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1557,6 +1740,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1564,3 +1750,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f32/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f32/pages/monitoring-and-automation/System_Monitoring_Tools.po index e693b0a18a3..329ef84ca07 100644 --- a/po/fr/f32/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f32/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:5 @@ -2933,7 +2933,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1495 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1498 diff --git a/po/fr/f32/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f32/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index 563516f304d..516951f9baa 100644 --- a/po/fr/f32/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f32/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f32/pages/package-management/DNF.po b/po/fr/f32/pages/package-management/DNF.po index 4bd17229243..5f92f7d475b 100644 --- a/po/fr/f32/pages/package-management/DNF.po +++ b/po/fr/f32/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f32/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f32/pages/servers/Configuring_NTP_Using_ntpd.po index 80e2faefd3e..a4480b3d37d 100644 --- a/po/fr/f32/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f32/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f32/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f32/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 19090bee945..e7bac535d89 100644 --- a/po/fr/f32/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f32/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2052,7 +2052,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f32/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f32/pages/servers/Configuring_PTP_Using_ptp4l.po index 39530114af6..485c860ad60 100644 --- a/po/fr/f32/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f32/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f32/pages/servers/Mail_Servers.po b/po/fr/f32/pages/servers/Mail_Servers.po index 4a32f8fe12d..7d7b8abb234 100644 --- a/po/fr/f32/pages/servers/Mail_Servers.po +++ b/po/fr/f32/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:29+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f33/pages/Wayland.po b/po/fr/f33/pages/Wayland.po index d0e433dff20..fcdbd304c84 100644 --- a/po/fr/f33/pages/Wayland.po +++ b/po/fr/f33/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f33/pages/_partials/servers/FTP.po b/po/fr/f33/pages/_partials/servers/FTP.po index 582e7fa10da..df08c9a7c46 100644 --- a/po/fr/f33/pages/_partials/servers/FTP.po +++ b/po/fr/f33/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/FTP.adoc:3 @@ -1489,7 +1489,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:547 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:550 diff --git a/po/fr/f33/pages/_partials/servers/OpenLDAP.po b/po/fr/f33/pages/_partials/servers/OpenLDAP.po index 34597ffea06..2a41c40f04d 100644 --- a/po/fr/f33/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f33/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -2056,7 +2056,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f33/pages/_partials/servers/Samba.po b/po/fr/f33/pages/_partials/servers/Samba.po index bdec4ff91c8..ac4c79413fe 100644 --- a/po/fr/f33/pages/_partials/servers/Samba.po +++ b/po/fr/f33/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Samba.adoc:3 @@ -2611,7 +2611,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f33/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f33/pages/basic-system-configuration/Gaining_Privileges.po index 65f3eff3dad..ebd651a2577 100644 --- a/po/fr/f33/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f33/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f33/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f33/pages/basic-system-configuration/Managing_Users_and_Groups.po index 55ab31a321e..b89bc3700e2 100644 --- a/po/fr/f33/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f33/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:5 @@ -1063,7 +1063,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:453 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:456 diff --git a/po/fr/f33/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f33/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index 0d68e78f899..520334f1e0c 100644 --- a/po/fr/f33/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f33/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:6 @@ -465,7 +465,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:253 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:256 diff --git a/po/fr/f33/pages/infrastructure-services/OpenSSH.po b/po/fr/f33/pages/infrastructure-services/OpenSSH.po index 171d92c0738..577e22c662a 100644 --- a/po/fr/f33/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f33/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2879,7 +2879,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1315 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1318 diff --git a/po/fr/f33/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f33/pages/infrastructure-services/Services_and_Daemons.po index c8c55c461ba..7f290c367f1 100644 --- a/po/fr/f33/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f33/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -541,7 +541,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:266 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:269 diff --git a/po/fr/f33/pages/infrastructure-services/TigerVNC.po b/po/fr/f33/pages/infrastructure-services/TigerVNC.po index 86045e68d63..57e3edbba98 100644 --- a/po/fr/f33/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f33/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f33/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f33/pages/monitoring-and-automation/Automating_System_Tasks.po index 7e2d2c24d75..9ab8d2b0e89 100644 --- a/po/fr/f33/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f33/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1494,12 +1665,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:524 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f33/pages/monitoring-and-automation/OProfile.po b/po/fr/f33/pages/monitoring-and-automation/OProfile.po index e51f4665de8..f59221b7b43 100644 --- a/po/fr/f33/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f33/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:864 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:867 diff --git a/po/fr/f33/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f33/pages/monitoring-and-automation/System_Monitoring_Tools.po index bc61b46bf68..8ce30fea968 100644 --- a/po/fr/f33/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f33/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:5 @@ -2933,7 +2933,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1495 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1498 diff --git a/po/fr/f33/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f33/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index 9bf2d08b764..c641d9bf1c5 100644 --- a/po/fr/f33/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f33/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f33/pages/package-management/DNF.po b/po/fr/f33/pages/package-management/DNF.po index 84ff4e54222..4f09ab73e7b 100644 --- a/po/fr/f33/pages/package-management/DNF.po +++ b/po/fr/f33/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f34/pages/RPM.po b/po/fr/f34/pages/RPM.po index 94e9e1f0355..6168e654fea 100644 --- a/po/fr/f34/pages/RPM.po +++ b/po/fr/f34/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:6 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:467 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:470 diff --git a/po/fr/f34/pages/_partials/servers/FTP.po b/po/fr/f34/pages/_partials/servers/FTP.po index 7346caef692..5d4614d7c97 100644 --- a/po/fr/f34/pages/_partials/servers/FTP.po +++ b/po/fr/f34/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:01+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/FTP.adoc:3 @@ -1489,7 +1489,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:547 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:550 diff --git a/po/fr/f34/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f34/pages/_partials/servers/The_Apache_HTTP_Server.po index 5737d64eadc..f821a6f1821 100644 --- a/po/fr/f34/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f34/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -4764,7 +4764,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2383 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2386 diff --git a/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 89d3e122267..d2fbf0e543c 100644 --- a/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:675 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:678 diff --git a/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 2bc8f490c7e..1b952a79eb5 100644 --- a/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f34/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:6 @@ -2123,7 +2123,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:947 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:950 diff --git a/po/fr/f34/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f34/pages/monitoring-and-automation/Automating_System_Tasks.po index 6e99f862528..4cce6f0ba37 100644 --- a/po/fr/f34/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f34/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1494,6 +1665,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f34/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f34/pages/servers/Configuring_NTP_Using_ntpd.po index 219504eca6b..93ddba3db75 100644 --- a/po/fr/f34/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f34/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f34/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f34/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 53cdcc47a37..ee84bc160ba 100644 --- a/po/fr/f34/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f34/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2052,7 +2052,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f34/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f34/pages/servers/Configuring_PTP_Using_ptp4l.po index 5159ac6076b..a908a625cf1 100644 --- a/po/fr/f34/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f34/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:01+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f34/pages/servers/Mail_Servers.po b/po/fr/f34/pages/servers/Mail_Servers.po index 826ae9557b6..69652461d90 100644 --- a/po/fr/f34/pages/servers/Mail_Servers.po +++ b/po/fr/f34/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f35/pages/RPM.po b/po/fr/f35/pages/RPM.po index 91bd1182908..3031ecd3364 100644 --- a/po/fr/f35/pages/RPM.po +++ b/po/fr/f35/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:6 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:467 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:470 diff --git a/po/fr/f35/pages/Wayland.po b/po/fr/f35/pages/Wayland.po index 00db76f7287..e1128533578 100644 --- a/po/fr/f35/pages/Wayland.po +++ b/po/fr/f35/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f35/pages/_partials/servers/Printer_Configuration.po b/po/fr/f35/pages/_partials/servers/Printer_Configuration.po index 784c88acbb5..ffd3498ba3f 100644 --- a/po/fr/f35/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/f35/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1288,7 +1288,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 9270df4feb1..2093972815c 100644 --- a/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:675 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:678 diff --git a/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 338aae4ea2e..27be31ee9d5 100644 --- a/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f35/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:01+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:6 @@ -2100,7 +2100,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:905 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:908 diff --git a/po/fr/f35/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f35/pages/monitoring-and-automation/Automating_System_Tasks.po index af39358e649..da7a1852b72 100644 --- a/po/fr/f35/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f35/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1494,6 +1665,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f35/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f35/pages/servers/Configuring_NTP_Using_ntpd.po index dd4b613c6a7..047829071b5 100644 --- a/po/fr/f35/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f35/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f35/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f35/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index f5d4cbc67fe..bd29c7dee6c 100644 --- a/po/fr/f35/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f35/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2052,7 +2052,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f35/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f35/pages/servers/Configuring_PTP_Using_ptp4l.po index 14bf03f3697..c1a9beef06d 100644 --- a/po/fr/f35/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f35/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f35/pages/servers/Mail_Servers.po b/po/fr/f35/pages/servers/Mail_Servers.po index 84cf7e9c4d9..f63d32d2313 100644 --- a/po/fr/f35/pages/servers/Mail_Servers.po +++ b/po/fr/f35/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:28+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f36/pages/_partials/servers/FTP.po b/po/fr/f36/pages/_partials/servers/FTP.po index aa2150b4bee..e413a2d98d7 100644 --- a/po/fr/f36/pages/_partials/servers/FTP.po +++ b/po/fr/f36/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/FTP.adoc:3 @@ -1489,7 +1489,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:547 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:550 diff --git a/po/fr/f36/pages/_partials/servers/OpenLDAP.po b/po/fr/f36/pages/_partials/servers/OpenLDAP.po index 95f755f3c84..8605ae5e010 100644 --- a/po/fr/f36/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f36/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -2056,7 +2056,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f36/pages/_partials/servers/Samba.po b/po/fr/f36/pages/_partials/servers/Samba.po index 5d8b5a9fe49..af8ca1a95c3 100644 --- a/po/fr/f36/pages/_partials/servers/Samba.po +++ b/po/fr/f36/pages/_partials/servers/Samba.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Samba.adoc:3 @@ -2611,7 +2611,7 @@ msgstr "" #: pages/_partials/servers/Samba.adoc:1164 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/_partials/servers/Samba.adoc:1167 diff --git a/po/fr/f36/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f36/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index cca631a5e74..e51ebe85976 100644 --- a/po/fr/f36/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f36/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f36/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f36/pages/basic-system-configuration/Gaining_Privileges.po index 54c754f2c37..08d60c6ffa9 100644 --- a/po/fr/f36/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f36/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f36/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f36/pages/basic-system-configuration/Managing_Users_and_Groups.po index 2cea51c8203..a4bb020574c 100644 --- a/po/fr/f36/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f36/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:5 @@ -1063,7 +1063,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:453 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:456 diff --git a/po/fr/f36/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f36/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index 708289a5ab1..c08803583f9 100644 --- a/po/fr/f36/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f36/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:5 @@ -509,7 +509,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:270 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:273 diff --git a/po/fr/f36/pages/infrastructure-services/OpenSSH.po b/po/fr/f36/pages/infrastructure-services/OpenSSH.po index 61cde7569c5..f01e10eb221 100644 --- a/po/fr/f36/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f36/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2879,7 +2879,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1315 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1318 diff --git a/po/fr/f36/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f36/pages/infrastructure-services/Services_and_Daemons.po index 6985d5296e7..fb1fc56f9f6 100644 --- a/po/fr/f36/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f36/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -541,7 +541,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:266 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:269 diff --git a/po/fr/f36/pages/infrastructure-services/TigerVNC.po b/po/fr/f36/pages/infrastructure-services/TigerVNC.po index bf8f956a0aa..0332013dcf9 100644 --- a/po/fr/f36/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f36/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f36/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f36/pages/monitoring-and-automation/Automating_System_Tasks.po index 949ebaf1644..2e313cf5d71 100644 --- a/po/fr/f36/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f36/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1494,12 +1665,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:524 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f36/pages/monitoring-and-automation/OProfile.po b/po/fr/f36/pages/monitoring-and-automation/OProfile.po index 48532b63eae..de62b8ae98a 100644 --- a/po/fr/f36/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f36/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:864 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:867 diff --git a/po/fr/f36/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f36/pages/monitoring-and-automation/System_Monitoring_Tools.po index ddad007e33e..6d08f43bbce 100644 --- a/po/fr/f36/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f36/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:5 @@ -2916,7 +2916,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1498 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1501 diff --git a/po/fr/f36/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f36/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index d69180a4697..bb2c73f674d 100644 --- a/po/fr/f36/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f36/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f36/pages/package-management/DNF.po b/po/fr/f36/pages/package-management/DNF.po index b588eebe26b..025534f34e2 100644 --- a/po/fr/f36/pages/package-management/DNF.po +++ b/po/fr/f36/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f37/pages/RPM.po b/po/fr/f37/pages/RPM.po index a8b52416b2e..89fb9dc2ad0 100644 --- a/po/fr/f37/pages/RPM.po +++ b/po/fr/f37/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:6 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:468 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:471 diff --git a/po/fr/f37/pages/Wayland.po b/po/fr/f37/pages/Wayland.po index 22e8687b26f..bf6c2ad1461 100644 --- a/po/fr/f37/pages/Wayland.po +++ b/po/fr/f37/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f37/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f37/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index a213b301f0b..2ccbedee1eb 100644 --- a/po/fr/f37/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f37/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f37/pages/basic-system-configuration/Gaining_Privileges.po b/po/fr/f37/pages/basic-system-configuration/Gaining_Privileges.po index 90776b01877..4524189f0a9 100644 --- a/po/fr/f37/pages/basic-system-configuration/Gaining_Privileges.po +++ b/po/fr/f37/pages/basic-system-configuration/Gaining_Privileges.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Gaining_Privileges.adoc:6 @@ -386,7 +386,7 @@ msgstr "" #: pages/basic-system-configuration/Gaining_Privileges.adoc:139 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Gaining_Privileges.adoc:142 diff --git a/po/fr/f37/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f37/pages/basic-system-configuration/Managing_Users_and_Groups.po index f485818cf1e..eeeada47810 100644 --- a/po/fr/f37/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f37/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:5 @@ -1063,7 +1063,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:454 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:457 diff --git a/po/fr/f37/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po b/po/fr/f37/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po index b35cc4d0c91..f83cc959af6 100644 --- a/po/fr/f37/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po +++ b/po/fr/f37/pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:5 @@ -509,7 +509,7 @@ msgstr "" #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:271 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/System_Locale_and_Keyboard_Configuration.adoc:274 diff --git a/po/fr/f37/pages/infrastructure-services/OpenSSH.po b/po/fr/f37/pages/infrastructure-services/OpenSSH.po index dbe2cc0f8fa..fe2ff809515 100644 --- a/po/fr/f37/pages/infrastructure-services/OpenSSH.po +++ b/po/fr/f37/pages/infrastructure-services/OpenSSH.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/OpenSSH.adoc:6 @@ -2879,7 +2879,7 @@ msgstr "" #: pages/infrastructure-services/OpenSSH.adoc:1314 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/OpenSSH.adoc:1317 diff --git a/po/fr/f37/pages/infrastructure-services/Services_and_Daemons.po b/po/fr/f37/pages/infrastructure-services/Services_and_Daemons.po index bafdc585d83..bacb4bbc3a0 100644 --- a/po/fr/f37/pages/infrastructure-services/Services_and_Daemons.po +++ b/po/fr/f37/pages/infrastructure-services/Services_and_Daemons.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/Services_and_Daemons.adoc:6 @@ -541,7 +541,7 @@ msgstr "" #: pages/infrastructure-services/Services_and_Daemons.adoc:267 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Title === #: pages/infrastructure-services/Services_and_Daemons.adoc:270 diff --git a/po/fr/f37/pages/infrastructure-services/TigerVNC.po b/po/fr/f37/pages/infrastructure-services/TigerVNC.po index e8756a3b75d..51ff05ff3cf 100644 --- a/po/fr/f37/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f37/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f37/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f37/pages/monitoring-and-automation/Automating_System_Tasks.po index b5e298f7d2e..e3275b9b44b 100644 --- a/po/fr/f37/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f37/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:170 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:277 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:280 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:285 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:289 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:292 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:294 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:296 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:298 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:300 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:302 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:306 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:309 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:311 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:314 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:316 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:318 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:320 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:322 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:325 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:327 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:330 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:334 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:337 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:339 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:346 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:350 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:355 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:358 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:360 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:367 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:370 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:374 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:381 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:387 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:391 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:394 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:398 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:405 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:408 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:411 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:415 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:420 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:423 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:425 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:427 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:429 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:431 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:433 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:435 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:437 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:439 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:441 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:443 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:445 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:447 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:472 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:449 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:451 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:453 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:455 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:457 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:459 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:461 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:463 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:466 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:468 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:470 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:478 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:486 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:488 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:491 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:493 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:496 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:498 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:506 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:509 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:512 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:514 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:516 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:518 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:520 @@ -1494,12 +1665,14 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:522 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:525 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:527 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:529 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:531 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:533 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:535 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:537 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:539 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:542 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f37/pages/monitoring-and-automation/OProfile.po b/po/fr/f37/pages/monitoring-and-automation/OProfile.po index 2614ddb56b8..9b921fa7d0a 100644 --- a/po/fr/f37/pages/monitoring-and-automation/OProfile.po +++ b/po/fr/f37/pages/monitoring-and-automation/OProfile.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/OProfile.adoc:6 @@ -2049,7 +2049,7 @@ msgstr "" #: pages/monitoring-and-automation/OProfile.adoc:865 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block - #: pages/monitoring-and-automation/OProfile.adoc:868 diff --git a/po/fr/f37/pages/monitoring-and-automation/System_Monitoring_Tools.po b/po/fr/f37/pages/monitoring-and-automation/System_Monitoring_Tools.po index 7f2bfc66671..76977b28f80 100644 --- a/po/fr/f37/pages/monitoring-and-automation/System_Monitoring_Tools.po +++ b/po/fr/f37/pages/monitoring-and-automation/System_Monitoring_Tools.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:5 @@ -2916,7 +2916,7 @@ msgstr "" #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1499 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/System_Monitoring_Tools.adoc:1502 diff --git a/po/fr/f37/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f37/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index a760478955b..fc4d865a58e 100644 --- a/po/fr/f37/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f37/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:11+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2109 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2112 diff --git a/po/fr/f37/pages/package-management/DNF.po b/po/fr/f37/pages/package-management/DNF.po index 54a44a3a039..728c51eec19 100644 --- a/po/fr/f37/pages/package-management/DNF.po +++ b/po/fr/f37/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f37/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f37/pages/servers/Configuring_NTP_Using_ntpd.po index e9ba848dea8..a65b814288b 100644 --- a/po/fr/f37/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f37/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f37/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f37/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 63f5bfedc38..334a90b19e3 100644 --- a/po/fr/f37/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f37/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2052,7 +2052,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f37/pages/servers/Mail_Servers.po b/po/fr/f37/pages/servers/Mail_Servers.po index fc58e8c77f9..056607c6565 100644 --- a/po/fr/f37/pages/servers/Mail_Servers.po +++ b/po/fr/f37/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f38/pages/_partials/servers/FTP.po b/po/fr/f38/pages/_partials/servers/FTP.po index 515cc7c7a3b..1536f5bcece 100644 --- a/po/fr/f38/pages/_partials/servers/FTP.po +++ b/po/fr/f38/pages/_partials/servers/FTP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/FTP.adoc:3 @@ -1489,7 +1489,7 @@ msgstr "" #: pages/_partials/servers/FTP.adoc:547 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/FTP.adoc:550 diff --git a/po/fr/f38/pages/_partials/servers/OpenLDAP.po b/po/fr/f38/pages/_partials/servers/OpenLDAP.po index 4cbc672d539..01d8b9794e3 100644 --- a/po/fr/f38/pages/_partials/servers/OpenLDAP.po +++ b/po/fr/f38/pages/_partials/servers/OpenLDAP.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/OpenLDAP.adoc:3 @@ -2056,7 +2056,7 @@ msgstr "" #: pages/_partials/servers/OpenLDAP.adoc:889 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/OpenLDAP.adoc:892 diff --git a/po/fr/f38/pages/_partials/servers/Printer_Configuration.po b/po/fr/f38/pages/_partials/servers/Printer_Configuration.po index fa588309867..af81838423f 100644 --- a/po/fr/f38/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/f38/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-25 14:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1288,7 +1288,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/f38/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f38/pages/_partials/servers/The_Apache_HTTP_Server.po index 72ee756ba9f..ee2610e3249 100644 --- a/po/fr/f38/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f38/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -4764,7 +4764,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2383 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2386 diff --git a/po/fr/f38/pages/infrastructure-services/TigerVNC.po b/po/fr/f38/pages/infrastructure-services/TigerVNC.po index 34648bb7eeb..f39ad7aa28e 100644 --- a/po/fr/f38/pages/infrastructure-services/TigerVNC.po +++ b/po/fr/f38/pages/infrastructure-services/TigerVNC.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/infrastructure-services/TigerVNC.adoc:6 @@ -668,7 +668,7 @@ msgstr "" #: pages/infrastructure-services/TigerVNC.adoc:375 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/infrastructure-services/TigerVNC.adoc:378 diff --git a/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 74d91dd4a29..dcbf5c44e20 100644 --- a/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:676 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:679 diff --git a/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 6e9a33be5a9..94ff5860ce3 100644 --- a/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f38/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:5 @@ -2138,7 +2138,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:924 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:927 diff --git a/po/fr/f38/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f38/pages/monitoring-and-automation/Automating_System_Tasks.po index fdf43cf6083..ec212319e0f 100644 --- a/po/fr/f38/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f38/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-06-02 19:12+0000\n" -"Last-Translator: Anonymous \n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" +"Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:170 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:277 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:280 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:285 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:289 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:292 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:294 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:296 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:298 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:300 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:302 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:306 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:309 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:311 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:314 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:316 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:318 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:320 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:322 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:325 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:327 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:330 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:334 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:337 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:339 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:346 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:350 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:355 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:358 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:360 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:367 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:370 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:374 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:381 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:387 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:391 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:394 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:398 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:405 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:408 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:411 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:415 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:420 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:423 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:425 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:427 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:429 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:431 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:433 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:435 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:437 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:439 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:441 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:443 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:445 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:447 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:472 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:449 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:451 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:453 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:455 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:457 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:459 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:461 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:463 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:466 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:468 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:470 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:478 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:486 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:488 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:491 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:493 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:496 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:498 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:506 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:509 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:512 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:514 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:516 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:518 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:520 @@ -1494,6 +1665,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:522 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:527 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:529 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:531 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:533 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:535 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:537 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:539 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:542 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f38/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f38/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index d55dcc051aa..2bc43a8754d 100644 --- a/po/fr/f38/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f38/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:27+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2051,7 +2051,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f39/pages/RPM.po b/po/fr/f39/pages/RPM.po index 7b8ed2b573e..91e2d99f0cb 100644 --- a/po/fr/f39/pages/RPM.po +++ b/po/fr/f39/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-25 14:01+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:5 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:466 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:469 diff --git a/po/fr/f39/pages/Wayland.po b/po/fr/f39/pages/Wayland.po index 5348c872b2f..23e7971dd23 100644 --- a/po/fr/f39/pages/Wayland.po +++ b/po/fr/f39/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f39/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f39/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index 2b9b5a9226c..01bb95fbbb3 100644 --- a/po/fr/f39/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f39/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f39/pages/basic-system-configuration/Managing_Users_and_Groups.po b/po/fr/f39/pages/basic-system-configuration/Managing_Users_and_Groups.po index 15c41b62a77..6a837138f85 100644 --- a/po/fr/f39/pages/basic-system-configuration/Managing_Users_and_Groups.po +++ b/po/fr/f39/pages/basic-system-configuration/Managing_Users_and_Groups.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:12+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:5 @@ -1061,7 +1061,7 @@ msgstr "" #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:453 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/basic-system-configuration/Managing_Users_and_Groups.adoc:456 diff --git a/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index f53a887882d..f15f01e660e 100644 --- a/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:03+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:675 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:678 diff --git a/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 704cc093abe..ebb0445c029 100644 --- a/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f39/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:5 @@ -2138,7 +2138,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:924 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:927 diff --git a/po/fr/f39/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f39/pages/monitoring-and-automation/Automating_System_Tasks.po index 4ac887a4cf0..130c712ed3f 100644 --- a/po/fr/f39/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f39/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-25 14:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -894,6 +895,13 @@ msgid "" "field. Step values can also be used with an asterisk. For instance, if the " "month value is defined as `*/3`, the task will run every third month." msgstr "" +"La barre oblique (/) permet de spécifier les valeurs d'intervalle. La valeur " +"d'un entier sera ignorée dans la plage indiquée après `/pass:attributes[" +"{blank}]_integer_pass:attributes[{blank}]`. Par exemple, la valeur des " +"minutes définie comme `0-59/2` indique une minute sur deux dans le champ des " +"minutes. Les valeurs d'intervalle peuvent également être utilisées avec un " +"astérisque. Par exemple, si la valeur du mois est définie comme `*/3`, la " +"tâche s'exécutera tous les trois mois." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:274 @@ -902,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -916,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -924,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -940,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -955,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -962,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -969,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -977,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -984,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -993,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1007,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1023,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1036,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1050,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1065,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1078,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1091,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1098,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1105,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1144,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1163,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1218,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1227,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1239,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1262,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1273,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1282,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1290,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1310,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1318,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1325,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1332,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1340,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1349,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1357,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1370,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1388,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1396,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1413,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1426,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1442,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1457,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1464,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1471,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1480,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1487,6 +1665,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1501,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1524,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1542,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1549,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1556,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f39/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po b/po/fr/f39/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po index 67dc6798ea5..7fe9e419250 100644 --- a/po/fr/f39/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po +++ b/po/fr/f39/pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:5 @@ -5070,7 +5070,7 @@ msgstr "" #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2108 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Viewing_and_Managing_Log_Files.adoc:2111 diff --git a/po/fr/f39/pages/package-management/DNF.po b/po/fr/f39/pages/package-management/DNF.po index a008ffe697b..265da811cbf 100644 --- a/po/fr/f39/pages/package-management/DNF.po +++ b/po/fr/f39/pages/package-management/DNF.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/package-management/DNF.adoc:5 @@ -2104,7 +2104,7 @@ msgstr "" #: pages/package-management/DNF.adoc:899 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/package-management/DNF.adoc:901 diff --git a/po/fr/f39/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f39/pages/servers/Configuring_NTP_Using_ntpd.po index 19d5b99af92..cc251d9d9b9 100644 --- a/po/fr/f39/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f39/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f39/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f39/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 7c1549a2ee1..d3ee1d1f5d6 100644 --- a/po/fr/f39/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f39/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2051,7 +2051,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f39/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f39/pages/servers/Configuring_PTP_Using_ptp4l.po index 57febd479cb..a65c29a2cc3 100644 --- a/po/fr/f39/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f39/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f39/pages/servers/Mail_Servers.po b/po/fr/f39/pages/servers/Mail_Servers.po index 86424814b95..c1897573fcf 100644 --- a/po/fr/f39/pages/servers/Mail_Servers.po +++ b/po/fr/f39/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:01+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/f40/pages/RPM.po b/po/fr/f40/pages/RPM.po index 6f85e1bcb56..2aadfbf7569 100644 --- a/po/fr/f40/pages/RPM.po +++ b/po/fr/f40/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-25 14:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:5 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:466 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:469 diff --git a/po/fr/f40/pages/Wayland.po b/po/fr/f40/pages/Wayland.po index 4f67aa4cf02..f921c53873f 100644 --- a/po/fr/f40/pages/Wayland.po +++ b/po/fr/f40/pages/Wayland.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:06+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/Wayland.adoc:6 @@ -119,7 +119,7 @@ msgstr "" #: pages/Wayland.adoc:39 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/Wayland.adoc:41 diff --git a/po/fr/f40/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/f40/pages/_partials/servers/The_Apache_HTTP_Server.po index eb71cb01004..0803aff995b 100644 --- a/po/fr/f40/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/f40/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -4764,7 +4764,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2383 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2386 diff --git a/po/fr/f40/pages/basic-system-configuration/Configuring_the_Date_and_Time.po b/po/fr/f40/pages/basic-system-configuration/Configuring_the_Date_and_Time.po index 471e9958581..d4a8336c606 100644 --- a/po/fr/f40/pages/basic-system-configuration/Configuring_the_Date_and_Time.po +++ b/po/fr/f40/pages/basic-system-configuration/Configuring_the_Date_and_Time.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:6 @@ -900,7 +900,7 @@ msgstr "" #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:462 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/basic-system-configuration/Configuring_the_Date_and_Time.adoc:465 diff --git a/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 69a28865e2c..0dcbb54ff27 100644 --- a/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:675 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:678 diff --git a/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index 5aa4c42e928..94cc12f1cec 100644 --- a/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/f40/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:02+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:5 @@ -2138,7 +2138,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:924 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:927 diff --git a/po/fr/f40/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/f40/pages/monitoring-and-automation/Automating_System_Tasks.po index a38f6e2d5c0..4fd6809e013 100644 --- a/po/fr/f40/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/f40/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-25 14:04+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -529,6 +529,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -910,6 +911,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -924,6 +928,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -932,12 +944,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -948,12 +963,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -963,6 +983,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -970,6 +994,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -977,6 +1003,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -985,6 +1013,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -992,6 +1023,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1001,12 +1034,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1015,12 +1052,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1031,6 +1072,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1044,11 +1091,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1058,12 +1114,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1073,12 +1133,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1086,12 +1151,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1099,6 +1166,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1106,6 +1175,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1113,38 +1184,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1152,18 +1230,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1171,54 +1251,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1226,6 +1312,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1235,11 +1323,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1247,21 +1339,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1270,6 +1365,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1281,6 +1380,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1290,6 +1394,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1298,18 +1405,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1318,6 +1430,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1326,6 +1441,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1333,6 +1450,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1340,6 +1460,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1348,6 +1470,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1357,6 +1481,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1365,12 +1492,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1378,16 +1509,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1396,6 +1529,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1404,12 +1540,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1421,12 +1561,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1434,12 +1581,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1450,12 +1599,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1465,6 +1623,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1472,6 +1635,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1479,6 +1645,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1488,6 +1656,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1495,6 +1666,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1509,22 +1682,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1532,17 +1710,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1550,6 +1731,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1557,6 +1740,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1564,3 +1750,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/f40/pages/pam_userdb.po b/po/fr/f40/pages/pam_userdb.po index 98d8c09d608..1476bec0b99 100644 --- a/po/fr/f40/pages/pam_userdb.po +++ b/po/fr/f40/pages/pam_userdb.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# Mattia Sasselli , 2026. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" +"Last-Translator: Mattia Sasselli \n" +"Language-Team: French \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/pam_userdb.adoc:5 @@ -91,4 +92,4 @@ msgstr "" #: pages/pam_userdb.adoc:31 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" diff --git a/po/fr/f40/pages/servers/Configuring_NTP_Using_ntpd.po b/po/fr/f40/pages/servers/Configuring_NTP_Using_ntpd.po index eef1e25ce7f..9fd99635c19 100644 --- a/po/fr/f40/pages/servers/Configuring_NTP_Using_ntpd.po +++ b/po/fr/f40/pages/servers/Configuring_NTP_Using_ntpd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_ntpd.adoc:6 @@ -1917,7 +1917,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_ntpd.adoc:703 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_ntpd.adoc:706 diff --git a/po/fr/f40/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/f40/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index 7413b272062..cc568503328 100644 --- a/po/fr/f40/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/f40/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:14+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2051,7 +2051,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/f40/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/f40/pages/servers/Configuring_PTP_Using_ptp4l.po index f597fb5ab66..5263f4d2de8 100644 --- a/po/fr/f40/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/f40/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:08+0000\n" +"PO-Revision-Date: 2026-06-05 06:03+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/f40/pages/servers/Mail_Servers.po b/po/fr/f40/pages/servers/Mail_Servers.po index a56175e5346..85597cb1025 100644 --- a/po/fr/f40/pages/servers/Mail_Servers.po +++ b/po/fr/f40/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-11-09 21:26+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110 diff --git a/po/fr/rawhide/pages/RPM.po b/po/fr/rawhide/pages/RPM.po index eba7289c3cc..841bf0dc1f0 100644 --- a/po/fr/rawhide/pages/RPM.po +++ b/po/fr/rawhide/pages/RPM.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/RPM.adoc:5 @@ -1161,7 +1161,7 @@ msgstr "" #: pages/RPM.adoc:466 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/RPM.adoc:469 diff --git a/po/fr/rawhide/pages/_partials/servers/Printer_Configuration.po b/po/fr/rawhide/pages/_partials/servers/Printer_Configuration.po index acb9c42c641..873165a11a7 100644 --- a/po/fr/rawhide/pages/_partials/servers/Printer_Configuration.po +++ b/po/fr/rawhide/pages/_partials/servers/Printer_Configuration.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:07+0000\n" +"PO-Revision-Date: 2026-06-05 06:10+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/Printer_Configuration.adoc:3 @@ -1288,7 +1288,7 @@ msgstr "" #: pages/_partials/servers/Printer_Configuration.adoc:437 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: delimited block = #: pages/_partials/servers/Printer_Configuration.adoc:440 diff --git a/po/fr/rawhide/pages/_partials/servers/The_Apache_HTTP_Server.po b/po/fr/rawhide/pages/_partials/servers/The_Apache_HTTP_Server.po index 0e6f682c3f6..9f0aaf289c3 100644 --- a/po/fr/rawhide/pages/_partials/servers/The_Apache_HTTP_Server.po +++ b/po/fr/rawhide/pages/_partials/servers/The_Apache_HTTP_Server.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:11+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title == #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:3 @@ -4764,7 +4764,7 @@ msgstr "" #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2383 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/_partials/servers/The_Apache_HTTP_Server.adoc:2386 diff --git a/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po b/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po index 52557431d1b..720f103b70a 100644 --- a/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po +++ b/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:05+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:6 @@ -1592,7 +1592,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:675 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_Kernel_Modules.adoc:678 diff --git a/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po b/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po index b185a9c0a7d..5904a5830ae 100644 --- a/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po +++ b/po/fr/rawhide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:10+0000\n" +"PO-Revision-Date: 2026-06-05 06:08+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:5 @@ -2138,7 +2138,7 @@ msgstr "" #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:924 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc:927 diff --git a/po/fr/rawhide/pages/monitoring-and-automation/Automating_System_Tasks.po b/po/fr/rawhide/pages/monitoring-and-automation/Automating_System_Tasks.po index ba9125ac8ae..72b949e4ccc 100644 --- a/po/fr/rawhide/pages/monitoring-and-automation/Automating_System_Tasks.po +++ b/po/fr/rawhide/pages/monitoring-and-automation/Automating_System_Tasks.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-25 14:05+0000\n" +"PO-Revision-Date: 2026-06-05 06:07+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:6 @@ -528,6 +528,7 @@ msgstr "`période en jours` — fréquence d'exécution des tâches en jours" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:169 +#, fuzzy msgid "" "The property value can be defined as an integer or a macro (`@daily`, " "`@weekly`, `@monthly`), where `@daily` denotes the same value as integer 1, " @@ -909,6 +910,9 @@ msgid "" "utility. The user-defined crontabs are stored in the `/var/spool/cron/` " "directory and executed as if run by the users that created them." msgstr "" +"Users other than `root` can configure cron tasks with the [command]#crontab# " +"utility. The user-defined crontabs are stored in the `/var/spool/cron/` " +"directory and executed as if run by the users that created them." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:276 @@ -923,6 +927,14 @@ msgid "" "contents of the current user's crontab file, use the [command]#crontab -l# " "command." msgstr "" +"Pour créer une crontab pour un utilisateur spécifique, connectez-vous avec " +"ce compte et saisissez la commande `crontab -e` pour modifier sa crontab à " +"l'aide de l'éditeur spécifié dans la variable d'environnement `VISUAL` ou " +"`EDITOR`. Le fichier utilise le même format que `/etc/crontab`. Une fois les " +"modifications enregistrées, la crontab est stockée sous le nom d'utilisateur " +"et écrite dans le fichier `/var/spool/cron/pass:attributes[{blank}" +"]_username_pass:attributes[{blank}]`. Pour afficher le contenu de la crontab " +"de l'utilisateur actuel, utilisez la commande `crontab -l`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:278 @@ -931,12 +943,15 @@ msgid "" "`/etc/crontab` file. Only `root` is allowed to create and modify files in " "this directory." msgstr "" +"Le répertoire `/etc/cron.d/` contient des fichiers ayant la même syntaxe que " +"le fichier `/etc/crontab`. Seul l'utilisateur `root` est autorisé à créer et " +"modifier des fichiers dans ce répertoire." #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:279 #, no-wrap msgid "Do not restart the daemon to apply the changes" -msgstr "" +msgstr "Ne redémarrez pas le démon pour appliquer les modifications." #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:284 @@ -947,12 +962,17 @@ msgid "" "therefore not necessary to restart the daemon after an anacrontab or a " "crontab file have been changed." msgstr "" +"Le démon cron vérifie chaque minute les fichiers `/etc/anacrontab` et `/etc/" +"crontab`, ainsi que le répertoire `/etc/cron.d/` et `/var/spool/cron/`, afin " +"de détecter les modifications. Ces modifications sont chargées en mémoire. " +"Il n'est donc pas nécessaire de redémarrer le démon après la modification " +"d'un fichier anacrontab ou crontab." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:288 #, no-wrap msgid "Controlling Access to Cron" -msgstr "" +msgstr "Contrôler l'accès à Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:291 @@ -962,6 +982,10 @@ msgid "" "user name on each line. Mind that no whitespace characters are permitted in " "either file." msgstr "" +"Pour limiter l'accès à Cron, vous pouvez utiliser les fichiers `/etc/" +"cron.allow` et `/etc/cron.deny`. Ces fichiers de contrôle d'accès utilisent " +"le même format, avec un nom d'utilisateur par ligne. Notez qu'aucun espace " +"n'est autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:293 @@ -969,6 +993,8 @@ msgid "" "If the `cron.allow` file exists, only users listed in the file are allowed " "to use cron, and the `cron.deny` file is ignored." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:295 @@ -976,6 +1002,8 @@ msgid "" "If the `cron.allow` file does not exist, users listed in the `cron.deny` " "file are not allowed to use Cron." msgstr "" +"Si le fichier `cron.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser cron, et le fichier `cron.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:297 @@ -984,6 +1012,9 @@ msgid "" "control files are modified. The access control files are checked each time a " "user tries to add or delete a cron job." msgstr "" +"Le démon Cron (`crond`) n'a pas besoin d'être redémarré si les fichiers de " +"contrôle d'accès sont modifiés. Ces fichiers sont vérifiés à chaque fois " +"qu'un utilisateur tente d'ajouter ou de supprimer une tâche cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:299 @@ -991,6 +1022,8 @@ msgid "" "The `root` user can always use cron, regardless of the user names listed in " "the access control files." msgstr "" +"L'utilisateur `root` peut toujours utiliser cron, quels que soient les noms " +"d'utilisateur répertoriés dans les fichiers de contrôle d'accès." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:301 @@ -1000,12 +1033,16 @@ msgid "" "example, after adding the following line to the file, no other user but the " "`root` user can create crontabs:" msgstr "" +"Vous pouvez également contrôler l'accès via des modules d'authentification " +"enfichables (PAM). Les paramètres sont stockés dans le fichier `/etc/" +"security/access.conf`. Par exemple, après avoir ajouté la ligne suivante au " +"fichier, seul l'utilisateur `root` pourra créer des crontabs :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:305 #, no-wrap msgid "-:ALL EXCEPT root :cron\n" -msgstr "" +msgstr "-:TOUS SAUF root :cron\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:308 @@ -1014,12 +1051,16 @@ msgid "" "[command]#crontab -e#, returned to the standard output. For more " "information, see the `access.conf.5` manual page." msgstr "" +"Les tâches interdites sont consignées dans un fichier journal approprié ou, " +"lors de l'utilisation de la commande `crontab -e`, affichées sur la sortie " +"standard. Pour plus d'informations, consultez la page de manuel " +"`access.conf.5`." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:310 #, no-wrap msgid "Black and White Listing of Cron Jobs" -msgstr "" +msgstr "Liste en noir et blanc des tâches Cron" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:313 @@ -1030,6 +1071,12 @@ msgid "" "adds programs located in the directory to the job black list, the " "[application]*run-parts* script will not execute these programs." msgstr "" +"La liste blanche et la liste noire des tâches permettent de définir les " +"parties d'une tâche qui ne doivent pas être exécutées. Ceci est utile lors " +"de l'appel du script `[application]*run-parts*` sur un répertoire Cron, tel " +"que `/etc/cron.daily/` : si l'utilisateur ajoute des programmes situés dans " +"ce répertoire à la liste noire, le script `[application]*run-parts*` " +"n'exécutera pas ces programmes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:315 @@ -1043,11 +1090,20 @@ msgid "" "etc/cron.daily/` directory, such as [command]#run-parts /etc/cron.daily#, " "the programs defined in the `jobs.deny` file will not be executed." msgstr "" +"Pour définir une liste noire, créez un fichier `jobs.deny` dans le " +"répertoire d'où s'exécuteront les scripts `/commande#run-parts#`. Par " +"exemple, si vous souhaitez exclure un programme spécifique du répertoire `/" +"etc/cron.daily/`, créez le fichier `/etc/cron.daily/jobs.deny`. Dans ce " +"fichier, spécifiez les noms des programmes à exclure (seuls les programmes " +"situés dans le même répertoire peuvent être inclus). Si une tâche exécute " +"une commande qui lance les programmes du répertoire `/etc/cron.daily/`, " +"comme `/commande#run-parts /etc/cron.daily#`, les programmes définis dans le " +"fichier `jobs.deny` ne seront pas exécutés." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:317 msgid "To define a white list, create a `jobs.allow` file." -msgstr "" +msgstr "Pour définir une liste blanche, créez un fichier `jobs.allow`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:319 @@ -1057,12 +1113,16 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Controlling " "Access to Cron]." msgstr "" +"Les principes de `jobs.deny` et `jobs.allow` sont les mêmes que ceux de " +"`cron.deny` et `cron.allow` décrits dans la section " +"xref:Automating_System_Tasks.adoc#s2-autotasks-cron-access[Contrôle de " +"l'accès à Cron]." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:321 #, no-wrap msgid "At and Batch" -msgstr "" +msgstr "Au et par lot" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:324 @@ -1072,12 +1132,17 @@ msgid "" "a specific time and the [application]*Batch* utility is used to schedule a " "one-time task to be executed when the system load average drops below 0.8." msgstr "" +"indexterm:[at]indexterm:[batch] Alors que Cron est utilisé pour planifier " +"des tâches récurrentes, l'utilitaire [application]*At* est utilisé pour " +"planifier une tâche ponctuelle à un moment précis et l'utilitaire " +"[application]*Batch* est utilisé pour planifier une tâche ponctuelle à " +"exécuter lorsque la charge moyenne du système descend en dessous de 0,8." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:326 #, no-wrap msgid "Installing At and Batch" -msgstr "" +msgstr "Installation par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:329 @@ -1085,12 +1150,14 @@ msgid "" "To determine if the [package]*at* package is already installed on your " "system, issue the following command:" msgstr "" +"Pour déterminer si le paquet [package]*at* est déjà installé sur votre " +"système, exécutez la commande suivante :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:333 #, no-wrap msgid "[command]#rpm -q at#\n" -msgstr "" +msgstr "[commande]#rpm -q à#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:336 @@ -1098,6 +1165,8 @@ msgid "" "The command returns the full name of the [package]*at* package if already " "installed or notifies you that the package is not available." msgstr "" +"La commande renvoie le nom complet du paquet [package]*at* s'il est déjà " +"installé ou vous informe que le paquet n'est pas disponible." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:338 @@ -1105,6 +1174,8 @@ msgid "" "To install the packages, use the [command]#dnf# command in the following " "form as `root`:" msgstr "" +"Pour installer les paquets, utilisez la commande [command]#dnf# sous la " +"forme suivante en tant que `root` :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:345 @@ -1112,38 +1183,45 @@ msgid "" "For example, to install both At and Batch, type the following at a shell " "prompt:" msgstr "" +"Par exemple, pour installer à la fois At et Batch, saisissez la commande " +"suivante dans l'invite de commande :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:349 #, no-wrap msgid "~]#{nbsp}dnf install at\n" -msgstr "" +msgstr "~]#{nbsp}dnf installer à\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:354 #, no-wrap msgid "Running the At Service" -msgstr "" +msgstr "~]#{nbsp}dnf installer à" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:357 +#, fuzzy msgid "" "The At and Batch jobs are both picked by the `atd` service. This section " "provides information on how to start, stop, and restart the `atd` service, " "and shows how to configure it to start automatically at boot time." msgstr "" +"Les tâches At et Batch sont toutes deux gérées par le service `atd`. Cette " +"section explique comment démarrer, arrêter et redémarrer le service `atd`, " +"et montre comment le configurer pour qu'il démarre automatiquement au " +"démarrage du système." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:359 #, no-wrap msgid "Starting and Stopping the At Service" -msgstr "" +msgstr "Démarrage et arrêt du service At" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:366 #, no-wrap msgid "[command]#systemctl status atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl status atd.service#\n" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:369 @@ -1151,18 +1229,20 @@ msgid "" "To run the `atd` service in the current session, type the following at a " "shell prompt as `root`:" msgstr "" +"Pour exécuter le service `atd` dans la session actuelle, saisissez la " +"commande suivante dans une invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:373 #, no-wrap msgid "[command]#systemctl start atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl démarrer atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:380 #, no-wrap msgid "[command]#systemctl enable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl activer atd.service#\n" #. type: delimited block = #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:386 @@ -1170,54 +1250,60 @@ msgid "" "It is recommended that you configure your system to start the `atd` service " "automatically at boot time." msgstr "" +"Il est recommandé de configurer votre système pour que le service `atd` " +"démarre automatiquement au démarrage." #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:390 #, no-wrap msgid "Stopping the At Service" -msgstr "" +msgstr "Arrêt du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:393 msgid "" "To stop the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour arrêter le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:397 #, no-wrap msgid "[command]#systemctl stop atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl stop atd.service#\n" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:404 #, no-wrap msgid "[command]#systemctl disable atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl désactiver atd.service#\n" #. type: Title ==== #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:407 #, no-wrap msgid "Restarting the At Service" -msgstr "" +msgstr "Redémarrage du service At" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:410 msgid "" "To restart the `atd` service, type the following at a shell prompt as `root`:" msgstr "" +"Pour redémarrer le service `atd`, saisissez la commande suivante dans une " +"invite de commande en tant que `root` :" #. type: delimited block - #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:414 #, no-wrap msgid "[command]#systemctl restart atd.service#\n" -msgstr "" +msgstr "[commande]#systemctl restart atd.service#\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:419 #, no-wrap msgid "Configuring an At Job" -msgstr "" +msgstr "Configuration d'un poste de travail" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:422 @@ -1225,6 +1311,8 @@ msgid "" "To schedule a one-time job for a specific time with the [application]*At* " "utility, do the following:" msgstr "" +"Pour programmer une tâche ponctuelle à une heure précise avec l'utilitaire " +"[application]*At*, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:424 @@ -1234,11 +1322,15 @@ msgid "" "[command]#pass:attributes[{blank}]_TIME_pass:attributes[{blank}]# is the " "time when the command is to be executed." msgstr "" +"Sur la ligne de commande, tapez la commande [commande]#at " +"_TIME_pass:attributes[{blank}]#, où [commande]#pass:attributes[{blank}" +"]_TIME_pass:attributes[{blank}]# est l'heure à laquelle la commande doit " +"être exécutée." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:426 msgid "The _TIME_ argument can be defined in any of the following formats:" -msgstr "" +msgstr "L'argument _TIME_ peut être défini dans l'un des formats suivants :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:428 @@ -1246,21 +1338,24 @@ msgid "" "`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[{blank}]` " "specifies the exact hour and minute; For example, `04:00` specifies 4:00 a.m." msgstr "" +"`pass:attributes[{blank}]_HH_:pass:attributes[{blank}]_MM_pass:attributes[" +"{blank}]` spécifie l'heure et la minute exactes ; Par exemple, `04:00` " +"spécifie 4 h 00 du matin." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:430 msgid "`midnight` specifies 12:00 a.m." -msgstr "" +msgstr "`minuit` spécifie12h00. a.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:432 msgid "`noon` specifies 12:00 p.m." -msgstr "" +msgstr "`midi` désigne 12 h 00. p.m." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:434 msgid "`teatime` specifies 4:00 p.m." -msgstr "" +msgstr "`teatime` spécifie 16h00." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:436 @@ -1269,6 +1364,10 @@ msgid "" "format; For example, `January 15 2012` specifies the 15th day of January in " "the year 2012. The year value is optional." msgstr "" +"`pass:attributes[{blank}]_MONTH_pass:attributes[{blank}]pass:attributes[" +"{blank}]_DAY_pass:attributes[{blank}]pass:attributes[{blank}" +"]_YEAR_pass:attributes[{blank}]` format; Par exemple, `15 janvier 2012` " +"spécifie le 15 janvier de l'année 2012. La valeur de l'année est facultative." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:438 @@ -1280,6 +1379,11 @@ msgid "" "`pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}]` formats; " "For example, `011512` for the 15th day of January in the year 2012." msgstr "" +"`pass:attributes[{blank}]_MMDDYY_pass:attributes[{blank}]`, `pass:attributes[" +"{blank}]_MM_pass:attributes[{blank}]/pass:attributes[{blank}" +"]_DD_pass:attributes[{blank}]/pass:attributes[{blank}]_YY_pass:attributes[" +"{blank}]`, ou `pass:attributes[{blank}]_MM_._DD_._YY_pass:attributes[{blank}" +"]` formats; Par exemple, `011512` pour le 15 janvier de l'année 2012." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:440 @@ -1289,6 +1393,9 @@ msgid "" "days` specifies that the command will be executed at the same time five days " "from now." msgstr "" +"`now + _TIME_pass:attributes[{blank}]` où _TIME_ est un entier dont le type " +"de valeur est : minutes, heures, jours ou semaines. Par exemple, `now + 5 " +"days` indique que la commande sera exécutée à la même heure dans cinq jours." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:442 @@ -1297,18 +1404,23 @@ msgid "" "information about the time format, see the `/usr/share/doc/at-" "__pass:attributes[{blank}]/timespec` text file." msgstr "" +"L'heure doit être spécifiée en premier, suivie de la date (facultative). " +"Pour plus d'informations sur le format de l'heure, consultez le fichier " +"texte `/usr/share/doc/at-__pass:attributes[{blank}]/timespec`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:444 msgid "" "If the specified time has past, the job is executed at the time the next day." msgstr "" +"Si le délai imparti est dépassé, la tâche sera exécutée le lendemain à la " +"même heure." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:446 #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:471 msgid "In the displayed `at>` prompt, define the job commands:" -msgstr "" +msgstr "Dans l'invite `at>` affichée, définissez les commandes de la tâche :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:448 @@ -1317,6 +1429,9 @@ msgid "" "Type the command the job should execute and press kbd:[Enter]. Optionally, " "repeat the step to provide multiple commands." msgstr "" +"Saisissez la commande que la tâche doit exécuter et appuyez sur " +"kbd:[Entrée]. Vous pouvez répéter cette étape pour saisir plusieurs " +"commandes." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:450 @@ -1325,6 +1440,8 @@ msgid "" "Enter a shell script at the prompt and press kbd:[Enter] after each line in " "the script." msgstr "" +"Saisissez un script shell à l'invite et appuyez sur kbd:[Entrée] après " +"chaque ligne du script." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:452 @@ -1332,6 +1449,9 @@ msgid "" "The job will use the shell set in the user's `SHELL` environment, the user's " "login shell, or [command]#/bin/sh# (whichever is found first)." msgstr "" +"La tâche utilisera le shell défini dans l'environnement `SHELL` de " +"l'utilisateur, le shell de connexion de l'utilisateur ou [commande]#/bin/sh# " +"(selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:454 @@ -1339,6 +1459,8 @@ msgstr "" msgid "" "Once finished, press kbd:[Ctrl + D] on an empty line to exit the prompt." msgstr "" +"Une fois terminé, appuyez sur kbd:[Ctrl + D] sur une ligne vide pour quitter " +"l'invite." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:456 @@ -1347,6 +1469,8 @@ msgid "" "If the set of commands or the script tries to display information to " "standard output, the output is emailed to the user." msgstr "" +"Si l'ensemble de commandes ou le script tente d'afficher des informations " +"sur la sortie standard, la sortie est envoyée par courriel à l'utilisateur." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:458 @@ -1356,6 +1480,9 @@ msgid "" "xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-viewing[Viewing " "Pending Jobs] for more information." msgstr "" +"Pour afficher la liste des tâches en attente, utilisez la commande `#atq#`. " +"Consultez la section `xref:Automating_System_Tasks.adoc#s2-autotasks-at-" +"batch-viewing[Viewing Pending Jobs]` pour plus d'informations." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:460 @@ -1364,12 +1491,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#at#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:462 #, no-wrap msgid "Configuring a Batch Job" -msgstr "" +msgstr "Configuration d'un traitement par lots" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:465 @@ -1377,16 +1508,18 @@ msgid "" "The [application]*Batch* application executes the defined one-time tasks " "when the system load average decreases below 0.8." msgstr "" +"L'application [application]*Batch* exécute les tâches ponctuelles définies " +"lorsque la charge moyenne du système diminue en dessous de 0,8." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:467 msgid "To define a Batch job, do the following:" -msgstr "" +msgstr "Pour définir une tâche par lots, procédez comme suit :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:469 msgid "On the command line, type the command [command]#batch#." -msgstr "" +msgstr "Sur la ligne de commande, tapez la commande [commande]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:477 @@ -1395,6 +1528,9 @@ msgid "" "environment, the user's login shell, or [command]#/bin/sh# (whichever is " "found first)." msgstr "" +"Si un script est saisi, la tâche utilise le shell défini dans " +"l'environnement `SHELL` de l'utilisateur, le shell de connexion de " +"l'utilisateur ou [commande]#/bin/sh# (selon celui qui est trouvé en premier)." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:485 @@ -1403,12 +1539,16 @@ msgid "" "information, see xref:Automating_System_Tasks.adoc#s2-autotasks-at-batch-" "controlling-access[Controlling Access to At and Batch] for details." msgstr "" +"Vous pouvez également limiter l'utilisation de la commande [command]#batch#. " +"Pour plus d'informations, consultez la référence : " +"Automation_System_Tasks.adoc#s2-autotasks-at-batch-controlling-access " +"[Contrôle de l'accès aux commandes At et Batch]." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:487 #, no-wrap msgid "Viewing Pending Jobs" -msgstr "" +msgstr "Afficher les offres d'emploi en attente" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:490 @@ -1420,12 +1560,19 @@ msgid "" "their own jobs. If the `root` user executes the [command]#atq# command, all " "jobs for all users are displayed." msgstr "" +"Pour consulter les tâches en attente [command]#At# et [command]#Batch#, " +"exécutez la commande [command]#atq#. Cette commande affiche la liste des " +"tâches en attente, chaque tâche figurant sur une ligne distincte. Chaque " +"ligne suit le format suivant : numéro de la tâche, date, heure, classe de la " +"tâche et nom d'utilisateur. Les utilisateurs ne peuvent consulter que leurs " +"propres tâches. Si l'utilisateur `root` exécute la commande [command]#atq#, " +"toutes les tâches de tous les utilisateurs sont affichées." #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:492 #, no-wrap msgid "Additional Command Line Options" -msgstr "" +msgstr "Options de ligne de commande supplémentaires" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:495 @@ -1433,12 +1580,14 @@ msgid "" "Additional command line options for [command]#at# and [command]#batch# " "include the following:" msgstr "" +"Les options de ligne de commande supplémentaires pour [command]#at# et " +"[command]#batch# incluent les suivantes :" #. type: Block title #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:497 #, no-wrap msgid "[command]#at# and [command]#batch# Command Line Options" -msgstr "" +msgstr "Options de ligne de commande [command]#at# et [command]#batch#" #. type: Table #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:505 @@ -1449,12 +1598,21 @@ msgid "" "|[option]`-m`|Send email to the user when the job has been completed.\n" "|[option]`-v`|Display the time that the job is executed.\n" msgstr "" +"|Option|Description\n" +"\n" +"|[option]`-f`|Lire les commandes ou le script shell à partir d'un fichier au " +"lieu de les saisir à l'invite.\n" +"\n" +"|[option]`-m`|Envoyer un courriel à l'utilisateur une fois la tâche " +"terminée.\n" +"\n" +"|[option]`-v`|Afficher la durée d'exécution de la tâche.\n" #. type: Title === #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:508 #, no-wrap msgid "Controlling Access to At and Batch" -msgstr "" +msgstr "Contrôle de l'accès aux données At et Batch" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:511 @@ -1464,6 +1622,11 @@ msgid "" "control files use the same format defining one user name on each line. Mind " "that no whitespace are permitted in either file." msgstr "" +"Vous pouvez restreindre l'accès aux commandes [command]#at# et " +"[command]#batch# à l'aide des fichiers `/etc/at.allow` et `/etc/at.deny`. " +"Ces fichiers de contrôle d'accès utilisent le même format, chaque ligne " +"définissant un nom d'utilisateur. Veuillez noter qu'aucun espace n'est " +"autorisé dans ces fichiers." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:513 @@ -1471,6 +1634,9 @@ msgid "" "If the file `at.allow` exists, only users listed in the file are allowed to " "use [command]#at# or [command]#batch#, and the `at.deny` file is ignored." msgstr "" +"Si le fichier `at.allow` existe, seuls les utilisateurs listés dans le " +"fichier sont autorisés à utiliser [command]#at# ou [command]#batch#, et le " +"fichier `at.deny` est ignoré." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:515 @@ -1478,6 +1644,8 @@ msgid "" "If `at.allow` does not exist, users listed in `at.deny` are not allowed to " "use [command]#at# or [command]#batch#." msgstr "" +"Si `at.allow` n'existe pas, les utilisateurs listés dans `at.deny` ne sont " +"pas autorisés à utiliser [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:517 @@ -1487,6 +1655,9 @@ msgid "" "each time a user tries to execute the [command]#at# or [command]#batch# " "commands." msgstr "" +"Le démon [command]#at# ([command]#atd#) n'a pas besoin d'être redémarré si " +"les fichiers de contrôle d'accès sont modifiés. Ces fichiers sont lus à " +"chaque tentative d'exécution des commandes [command]#at# ou [command]#batch#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:519 @@ -1494,6 +1665,8 @@ msgid "" "The `root` user can always execute [command]#at# and [command]#batch# " "commands, regardless of the content of the access control files." msgstr "" +"L'utilisateur `root` peut toujours exécuter les commandes [command]#at# et " +"[command]#batch#, quel que soit le contenu des fichiers de contrôle d'accès." #. type: Title == #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:521 @@ -1508,22 +1681,27 @@ msgid "" "resources]indexterm:[batch,additional resources] To learn more about " "configuring automated tasks, see the following installed documentation:" msgstr "" +"indexterm:[cron,ressources supplémentaires]indexterm:[at,ressources " +"supplémentaires]indexterm:[batch,ressources supplémentaires] Pour en savoir " +"plus sur la configuration des tâches automatisées, consultez la " +"documentation installée suivante :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:526 msgid "`cron(8)` man page contains an overview of cron." -msgstr "" +msgstr "La page de manuel `cron(8)` contient un aperçu de cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:528 msgid "`crontab` man pages in sections 1 and 5:" -msgstr "" +msgstr "Pages de manuel `crontab` dans les sections 1 et 5 :" #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:530 msgid "" "The manual page in section 1 contains an overview of the `crontab` file." msgstr "" +"La page de manuel de la section 1 contient un aperçu du fichier `crontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:532 @@ -1531,17 +1709,20 @@ msgid "" "The man page in section 5 contains the format for the file and some example " "entries." msgstr "" +"La page de manuel de la section 5 contient le format du fichier et quelques " +"exemples d'entrées." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:534 msgid "`anacron(8)` manual page contains an overview of anacron." -msgstr "" +msgstr "La page de manuel `anacron(8)` contient un aperçu d'anacron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:536 msgid "" "`anacrontab(5)` manual page contains an overview of the `anacrontab` file." msgstr "" +"La page de manuel `anacrontab(5)` contient un aperçu du fichier `anacrontab`." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:538 @@ -1549,6 +1730,8 @@ msgid "" "`run-parts(4)` manual page contains an overview of the [command]#run-parts# " "script." msgstr "" +"La page de manuel `run-parts(4)` contient un aperçu du script [command]#run-" +"parts#." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:540 @@ -1556,6 +1739,9 @@ msgid "" "`/usr/share/doc/at/timespec` contains detailed information about the time " "values that can be used in cron job definitions." msgstr "" +"`/usr/share/doc/at/timespec` contient des informations détaillées sur les " +"valeurs de temps qui peuvent être utilisées dans les définitions de tâches " +"cron." #. type: Plain text #: pages/monitoring-and-automation/Automating_System_Tasks.adoc:541 @@ -1563,3 +1749,5 @@ msgid "" "`at` manual page contains descriptions of [command]#at# and [command]#batch# " "and their command line options." msgstr "" +"La page de manuel `at` contient des descriptions de [command]#at# et " +"[command]#batch# et de leurs options de ligne de commande." diff --git a/po/fr/rawhide/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po b/po/fr/rawhide/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po index e72740891c0..2687bc44eb6 100644 --- a/po/fr/rawhide/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po +++ b/po/fr/rawhide/pages/servers/Configuring_NTP_Using_the_chrony_Suite.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:09+0000\n" +"PO-Revision-Date: 2026-06-05 06:04+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:6 @@ -2051,7 +2051,7 @@ msgstr "" #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:681 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_NTP_Using_the_chrony_Suite.adoc:684 diff --git a/po/fr/rawhide/pages/servers/Configuring_PTP_Using_ptp4l.po b/po/fr/rawhide/pages/servers/Configuring_PTP_Using_ptp4l.po index 3f302f9ee32..05f764d3351 100644 --- a/po/fr/rawhide/pages/servers/Configuring_PTP_Using_ptp4l.po +++ b/po/fr/rawhide/pages/servers/Configuring_PTP_Using_ptp4l.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:13+0000\n" +"PO-Revision-Date: 2026-06-05 06:09+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:6 @@ -1618,7 +1618,7 @@ msgstr "" #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:684 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Configuring_PTP_Using_ptp4l.adoc:687 diff --git a/po/fr/rawhide/pages/servers/Mail_Servers.po b/po/fr/rawhide/pages/servers/Mail_Servers.po index 58d22c282e6..1518101b12a 100644 --- a/po/fr/rawhide/pages/servers/Mail_Servers.po +++ b/po/fr/rawhide/pages/servers/Mail_Servers.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2025-05-15 21:35+0000\n" -"PO-Revision-Date: 2026-05-28 17:02+0000\n" +"PO-Revision-Date: 2026-06-05 06:06+0000\n" "Last-Translator: Mattia Sasselli \n" "Language-Team: French \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2026.5\n" +"X-Generator: Weblate 2026.6.1\n" #. type: Title = #: pages/servers/Mail_Servers.adoc:6 @@ -3135,7 +3135,7 @@ msgstr "" #: pages/servers/Mail_Servers.adoc:1107 #, no-wrap msgid "Additional Resources" -msgstr "" +msgstr "Ressources supplémentaires" #. type: Plain text #: pages/servers/Mail_Servers.adoc:1110