2009-02-07 12:09:50 +00:00
# Copyright (C) 2006 SuSE Linux Products GmbH, Nuernberg
# This file is distributed under the same license as the package.
2008-11-07 12:02:32 +00:00
#
2006-11-08 10:37:40 +00:00
msgid ""
msgstr ""
2009-02-07 12:09:50 +00:00
"Project-Id-Version: apparmor-utils\n"
2006-11-08 10:37:40 +00:00
"Report-Msgid-Bugs-To: apparmor-general@forge.novell.com\n"
2008-11-07 12:02:32 +00:00
"POT-Creation-Date: 2008-09-22 22:56-0700\n"
2009-02-07 12:09:50 +00:00
"PO-Revision-Date: 2009-02-04 15:43\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
2006-11-08 10:37:40 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2008-05-26 09:52:11 +00:00
#: ../genprof:69
msgid "Please enter the program to profile: "
2009-02-07 12:09:50 +00:00
msgstr "Saisissez le programme pour lequel créer un profil : "
2008-05-26 09:52:11 +00:00
#: ../genprof:88
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Can't find %s in the system path list. If the name of the application is correct, please run 'which %s' in the other window in order to find the fully-qualified path."
msgstr "%s introuvable dans la liste des chemins du système. Si le nom de l'application est correct, exécutez 'which %s' dans l'autre fenêtre pour trouver le chemin complet."
2006-11-08 10:37:40 +00:00
2008-11-07 12:02:32 +00:00
#: ../genprof:90 ../autodep:112 ../audit:122 ../complain:122 ../enforce:122
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "%s does not exist, please double-check the path."
msgstr "%s n'existe pas, vérifiez le chemin."
2008-05-26 09:52:11 +00:00
#: ../genprof:115
2009-02-07 12:09:50 +00:00
msgid "Please start the application to be profiled in \nanother window and exercise its functionality now.\n\nOnce completed, select the \"Scan\" button below in \norder to scan the system logs for AppArmor events. \n\nFor each AppArmor event, you will be given the \nopportunity to choose whether the access should be \nallowed or denied."
msgstr "Démarrez l'application pour lequel créer un profil dans une \nautre fenêtre et utilisez sa fonctionnalité maintenant.\n \n Lorsque vous avez terminé, sélectionnez le bouton \"Analyser\" ci-dessous \nafin d'analyser les journaux système et détecter les événements AppArmor. \n \nPour chaque événement AppArmor, vous aurez la \npossibilité de choisir si l'accès doit être \nautorisé ou refusé."
2008-05-26 09:52:11 +00:00
#: ../genprof:135
msgid "Profiling"
msgstr "Création de profil"
#: ../genprof:169
2011-01-13 13:58:26 -08:00
msgid "Reloaded AppArmor profiles in enforce mode."
2008-05-26 09:52:11 +00:00
msgstr "Profils de sous-domaine rechargés en mode imposition."
#: ../genprof:170
2006-11-19 16:45:23 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Finished generating profile for %s."
msgstr "Génération du profil terminé pour %s."
#: ../genprof:174
#, perl-format
msgid "usage: %s [ -d /path/to/profiles ] [ -f /path/to/logfile ] [ program to profile ]"
2009-02-07 12:09:50 +00:00
msgstr "Utilisation : %s [ -d /path/to/profiles ] [ -f /path/to/logfile ] [ programme pour lequel créer un profil ]"
2006-11-19 16:45:23 +00:00
2008-05-26 09:52:11 +00:00
#: ../logprof:72
#, perl-format
msgid "usage: %s [ -d /path/to/profiles ] [ -f /path/to/logfile ] [ -m \"mark in log to start processing after\""
msgstr "Utilisation : %s [ -d /path/to/profiles ] [ -f /path/to/logfile ] [ -m \"marquer dans le journal pour commencer le traitement après\""
#: ../autodep:63
2006-11-19 16:45:23 +00:00
#, perl-format
2011-01-13 13:58:26 -08:00
msgid "Can't find AppArmor profiles in %s."
2006-11-19 16:45:23 +00:00
msgstr "Impossible de trouver les profils de sous-domaine dans %s."
2008-05-26 09:52:11 +00:00
#: ../autodep:71
2006-11-19 16:45:23 +00:00
msgid "Please enter the program to create a profile for: "
msgstr "Entrez le programme pour lequel créer un nouveau profil : "
2011-01-13 13:58:26 -08:00
#: ../autodep:95 ../AppArmor.pm:6156
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "%s is currently marked as a program that should not have it's own profile. Usually, programs are marked this way if creating a profile for them is likely to break the rest of the system. If you know what you're doing and are certain you want to create a profile for this program, edit the corresponding entry in the [qualifiers] section in /etc/apparmor/logprof.conf."
msgstr "%s est pour l'instant marqué en tant que programme qui ne devrait pas avoir son propre profil. Les programmes sont habituellement marqués ainsi si la création d'un profil pour eux risque fortement de corrompre le reste du système. Si vous savez ce que vous faites et si vous êtes sûr de vouloir créer un profil pour ce programme, modifiez l'entrée correspondante dans la section [qualifiers] du fichier /etc/apparmor/logprof.conf."
2008-05-26 09:52:11 +00:00
#: ../autodep:102
2006-11-19 16:45:23 +00:00
#, perl-format
msgid "Profile for %s already exists - skipping."
msgstr "Il existe déjà un profil pour %s - ignoré."
2008-11-07 12:02:32 +00:00
#: ../autodep:109 ../audit:119 ../complain:119 ../enforce:119
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Can't find %s in the system path list. If the name of the application is correct, please run 'which %s' as a user with the correct PATH environment set up in order to find the fully-qualified path."
msgstr "Impossible de trouver %s dans la liste de chemins système. Si le nom de l'application est correct, exécutez which %s en tant qu'utilisateur dans l'environnement PATH correct pour trouver le chemin complet."
#: ../audit:106
#, perl-format
msgid "Setting %s to audit mode."
msgstr "Définition de %s en mode audit."
#: ../audit:131
#, perl-format
msgid "usage: %s [ -d /path/to/profiles ] [ program to switch to audit mode ]"
msgstr "Utilisation : %s [ -d /path/to/profiles ] [ programme à basculer en mode audit ]"
#: ../complain:64
2006-11-19 16:45:23 +00:00
msgid "Please enter the program to switch to complain mode: "
msgstr "Entrez le programme à basculer en mode réclamation : "
2011-01-13 13:58:26 -08:00
#: ../complain:106 ../AppArmor.pm:579 ../AppArmor.pm:900
2006-11-19 16:45:23 +00:00
#, perl-format
msgid "Setting %s to complain mode."
msgstr "Définition de %s en mode réclamation."
2008-05-26 09:52:11 +00:00
#: ../complain:131
2006-11-19 16:45:23 +00:00
#, perl-format
msgid "usage: %s [ -d /path/to/profiles ] [ program to switch to complain mode ]"
msgstr "Utilisation : %s [ -d /path/to/profiles ] [ programme à basculer en mode réclamation ]"
2008-05-26 09:52:11 +00:00
#: ../enforce:64
2006-11-19 16:45:23 +00:00
msgid "Please enter the program to switch to enforce mode: "
msgstr "Entrez le programme à basculer en mode mise en vigueur : "
2011-01-13 13:58:26 -08:00
#: ../enforce:105 ../AppArmor.pm:592
2006-11-19 16:45:23 +00:00
#, perl-format
msgid "Setting %s to enforce mode."
2007-08-06 12:49:47 +00:00
msgstr "Définition de %s en mode imposition."
2006-11-19 16:45:23 +00:00
2008-05-26 09:52:11 +00:00
#: ../enforce:131
2006-11-19 16:45:23 +00:00
#, perl-format
msgid "usage: %s [ -d /path/to/profiles ] [ program to switch to enforce mode ]"
2007-08-06 12:49:47 +00:00
msgstr "Utilisation : %s [ -d /path/to/profiles ] [ programme à basculer en mode définition ]"
2006-11-19 16:45:23 +00:00
2008-05-26 09:52:11 +00:00
#: ../unconfined:50
#, perl-format
msgid "Usage: %s [ --paranoid ]\n"
msgstr "Utilisation : %s [ --paranoid ]\n"
2006-11-19 16:45:23 +00:00
2008-05-26 09:52:11 +00:00
#: ../unconfined:56
2011-01-13 13:58:26 -08:00
msgid "AppArmor does not appear to be started. Please enable AppArmor and try again."
2008-05-26 09:52:11 +00:00
msgstr "Le sous-domaine semble ne pas être démarré. Activez le sous-domaine et réessayez."
2006-11-19 16:45:23 +00:00
2008-05-26 09:52:11 +00:00
#: ../unconfined:61
msgid "Can't read /proc\n"
msgstr "Impossible de lire /proc\n"
2008-11-07 12:02:32 +00:00
#: ../unconfined:93 ../unconfined:95
2008-05-26 09:52:11 +00:00
msgid "not confined\n"
msgstr "non restreint(e)\n"
2008-11-07 12:02:32 +00:00
#: ../unconfined:105 ../unconfined:107
2008-05-26 09:52:11 +00:00
msgid "confined by"
msgstr "restreint(e) par"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:577 ../AppArmor.pm:590
2006-11-19 16:45:23 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Can't find %s."
msgstr "%s introuvable."
2006-11-19 16:45:23 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:778 ../AppArmor.pm:3173
2008-05-26 09:52:11 +00:00
msgid "Connecting to repository....."
2009-02-07 12:09:50 +00:00
msgstr "Connexion au référentiel..."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:787
2008-05-26 09:52:11 +00:00
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "WARNING: Error fetching profiles from the repository:\n%s\n"
msgstr "ATTENTION : erreur lors de la récupération des profils depuis de dépôt :\n%s\n"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:796
2008-05-26 09:52:11 +00:00
msgid "Inactive local profile for "
msgstr "Profil local inactif pour "
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:833 ../AppArmor.pm:1852 ../AppArmor.pm:2140
#: ../AppArmor.pm:3300 ../AppArmor.pm:3333 ../AppArmor.pm:3533
#: ../AppArmor.pm:3799 ../AppArmor.pm:3851
2008-05-26 09:52:11 +00:00
msgid "Profile"
msgstr "Profil"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:867
2008-05-26 09:52:11 +00:00
msgid "Profile submitted by"
2009-02-07 12:09:50 +00:00
msgstr "Profil soumis par"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:908
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Error activating profiles: %s\n"
msgstr "Erreur lors de l'activation des profils : %s\n"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1055 ../AppArmor.pm:1108
2006-11-08 10:37:40 +00:00
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "WARNING: Error syncronizing profiles with the repository:\n%s\n"
msgstr "ATTENTION : erreur de synchronisation des profils avec le dépôt :\n%s\n"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1135
2008-05-26 09:52:11 +00:00
msgid "New profiles"
msgstr "Nouveaux profils"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1137
2009-02-07 12:09:50 +00:00
msgid "Please choose the newly created profiles that you would like\nto store in the repository"
msgstr "Choisissez les nouveaux profils que vous voulez\nstocker dans le référentiel"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1144
2008-05-26 09:52:11 +00:00
msgid "Submit newly created profiles to the repository"
2009-02-07 12:09:50 +00:00
msgstr "Soumettre les profils nouvellement créés dans le référentiel"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1146
2008-05-26 09:52:11 +00:00
msgid "Would you like to upload the newly created profiles?"
2009-02-07 12:09:50 +00:00
msgstr "Voulez-vous charger les profils nouvellement créés ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1159
2009-02-07 12:09:50 +00:00
msgid "Select which of the changed profiles you would like to upload\nto the repository"
msgstr "Sélectionnez les profils modifiés que vous voulez charger \ndans le référentiel"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1161
2008-05-26 09:52:11 +00:00
msgid "Changed profiles"
msgstr "Profils modifiés"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1167
2008-05-26 09:52:11 +00:00
msgid "Submit changed profiles to the repository"
2009-02-07 12:09:50 +00:00
msgstr "Soumettre les profils modifiés au référentiel"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1169
2009-02-07 12:09:50 +00:00
msgid "The following profiles from the repository were changed.\nWould you like to upload your changes?"
msgstr "Les profils suivants du référentiel ont été modifiés.\nVoulez-vous charger vos modifications ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1236 ../AppArmor.pm:1316
2006-11-08 10:37:40 +00:00
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "WARNING: An error occured while uploading the profile %s\n%s\n"
msgstr "ATTENTION : une erreur s'est produite lors de l'envoi du profil %s\n%s\n"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1241
2008-05-26 09:52:11 +00:00
msgid "Uploaded changes to repository."
2009-02-07 12:09:50 +00:00
msgstr "Modifications chargées dans le référentiel."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1290
2008-05-26 09:52:11 +00:00
msgid "Changelog Entry: "
2009-02-07 12:09:50 +00:00
msgstr "Entrée du journal de modification : "
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1311
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Uploaded %s to repository."
2009-02-07 12:09:50 +00:00
msgstr "Chargement de %s dans le référentiel."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1322
2009-02-07 12:09:50 +00:00
msgid "Repository Error\nRegistration or Signin was unsuccessful. User login\ninformation is required to upload profiles to the\nrepository. These changes have not been sent.\n"
msgstr "Erreur de dépôt\nL'enregistrement ou l'identification a échoué. Les informations\nde login sont nécessaires pour envoyer les profils au dépôt.\nLes modifications n'ont pas été envoyées.\n"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1379 ../AppArmor.pm:1419
2006-11-08 10:37:40 +00:00
msgid "(Y)es"
msgstr "(O)ui"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1380 ../AppArmor.pm:1420
2006-11-08 10:37:40 +00:00
msgid "(N)o"
msgstr "(N)on"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1383 ../AppArmor.pm:1424
2008-05-26 09:52:11 +00:00
msgid "Invalid hotkey for"
msgstr "Raccourci clavier non valide pour"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1421
2006-11-08 10:37:40 +00:00
msgid "(C)ancel"
msgstr "(A)nnuler"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1746
2006-11-08 10:37:40 +00:00
msgid "Are you sure you want to abandon this set of profile changes and exit?"
msgstr "Êtes-vous sûr de vouloir abandonner ce jeu de modifications de profil et de vouloir sortir ?"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1748
2006-11-08 10:37:40 +00:00
msgid "Abandoning all changes."
msgstr "Abandonner tous les changements ?"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1854
2008-05-26 09:52:11 +00:00
msgid "Default Hat"
msgstr "Hat par défaut"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:1856
2008-05-26 09:52:11 +00:00
msgid "Requested Hat"
msgstr "Hat demandé"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2142
2006-11-08 10:37:40 +00:00
msgid "Program"
msgstr "Programme"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2147
2006-11-08 10:37:40 +00:00
msgid "Execute"
msgstr "Exécuter"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2148 ../AppArmor.pm:3302 ../AppArmor.pm:3335
#: ../AppArmor.pm:3588
2006-11-08 10:37:40 +00:00
msgid "Severity"
msgstr "Gravité"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2193
2008-05-26 09:52:11 +00:00
msgid "Enter profile name to transition to: "
2009-02-07 12:09:50 +00:00
msgstr "Saisissez le nom du profil vers lequel exécuter la transition : "
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2201
2009-02-07 12:09:50 +00:00
msgid "Should AppArmor sanitize the environment when\nswitching profiles?\n\nSanitizing the environment is more secure,\nbut some applications depend on the presence\nof LD_PRELOAD or LD_LIBRARY_PATH."
msgstr "AppArmor doit-il expurger les éléments de l'environnement lors\ndu changement de profil ?\n\nCette opération garantit une meilleure sécurité\nmais certaines applications nécessitent\nLD_PRELOAD ou LD_LIBRARY_PATH."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2203
2009-02-07 12:09:50 +00:00
msgid "Should AppArmor sanitize the environment when\nswitching profiles?\n\nSanitizing the environment is more secure,\nbut this application appears to use LD_PRELOAD\nor LD_LIBRARY_PATH and clearing these could\ncause functionality problems."
msgstr "AppArmor doit-il expurger les éléments de l'environnement lors\ndu changement de profil ?\n\nCette opération garantit une meilleure sécurité\nmais cette application semble utiliser LD_PRELOAD\nou LD_LIBRARY_PATH. Leur nettoyage peut\nentraîner des problèmes de fonctionnement."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2212
2006-11-08 10:37:40 +00:00
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "Launching processes in an unconfined state is a very\ndangerous operation and can cause serious security holes.\n\nAre you absolutely certain you wish to remove all\nAppArmor protection when executing %s?"
msgstr "Le lancement de processus non restreints est une opération très\ndangereuse. Il peut entraîner d'importantes failles de sécurité.\n\nVoulez-vous vraiment annuler complètement\nla protection AppArmor lors de l'exécution de %s ?"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2214
2009-02-07 12:09:50 +00:00
msgid "Should AppArmor sanitize the environment when\nrunning this program unconfined?\n\nNot sanitizing the environment when unconfining\na program opens up significant security holes\nand should be avoided if at all possible."
msgstr "AppArmor doit-il expurger les éléments de l'environnement lors\nde l'exécution de ce programme non restreint ?\n\nLa non-réalisation de cette opération,\nentraîne l'ouverture d'importantes failles de sécurité.\nSi possible, évitez le problème."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2303
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "A profile for %s does not exist create one?"
2009-02-07 12:09:50 +00:00
msgstr "%s ne possède pas de profil. Voulez-vous en créer un ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2330
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "A local profile for %s does not exist create one?"
2009-02-07 12:09:50 +00:00
msgstr "%s ne possède pas de profil local. Voulez-vous en créer un ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2502 ../AppArmor.pm:6532 ../AppArmor.pm:6537
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Log contains unknown mode %s."
2009-02-07 12:09:50 +00:00
msgstr "Le journal contient un mode inconnu %s."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2915
2008-05-26 09:52:11 +00:00
msgid "An updated version of this profile has been found in the profile repository. Would you like to use it?"
2009-02-07 12:09:50 +00:00
msgstr "Une version à jour de ce profil a été trouvée dans le référentiel de profils. Voulez-vous l'utiliser ?"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2945
2007-08-06 12:49:47 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Updated profile %s to revision %s."
2009-02-07 12:09:50 +00:00
msgstr "Profil mis à jour %s vers la révision %s."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2952
2008-05-26 09:52:11 +00:00
msgid "Error parsing repository profile."
2009-02-07 12:09:50 +00:00
msgstr "Erreur lors de l'analyse du profil du référentiel."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2988
2008-05-26 09:52:11 +00:00
msgid "Create New User?"
2009-02-07 12:09:50 +00:00
msgstr "Créer un nouvel utilisateur ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2989
2008-05-26 09:52:11 +00:00
msgid "Username: "
msgstr "Nom d'utilisateur : "
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2990
2008-05-26 09:52:11 +00:00
msgid "Password: "
2009-02-07 12:09:50 +00:00
msgstr "Mot de passe : "
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2991
2008-05-26 09:52:11 +00:00
msgid "Email Addr: "
2009-02-07 12:09:50 +00:00
msgstr "Adresse électronique : "
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:2993
2008-05-26 09:52:11 +00:00
msgid "Save Configuration? "
2009-02-07 12:09:50 +00:00
msgstr "Enregistrer la configuration ? "
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3002
2008-05-26 09:52:11 +00:00
msgid "The Profile Repository server returned the following error:"
2009-02-07 12:09:50 +00:00
msgstr "Le serveur du référentiel de profils a retourné l'erreur suivante :"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3004
2008-05-26 09:52:11 +00:00
msgid "Please re-enter registration information or contact the administrator."
2009-02-07 12:09:50 +00:00
msgstr "Saisissez à nouveau les informations d'enregistrement ou contactez l'administrateur."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3005
2008-05-26 09:52:11 +00:00
msgid "Login Error\n"
2009-02-07 12:09:50 +00:00
msgstr "Erreur de login\n"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3012
2009-02-07 12:09:50 +00:00
msgid "Login failure\n Please check username and password and try again."
msgstr "Échec de login.\n Vérifiez le nom d'utilisateur et le mot de passe, puis réessayez."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3034
2009-02-07 12:09:50 +00:00
msgid "Would you like to enable access to the\nprofile repository?"
msgstr "Voulez-vous activer l'accès au référentiel de profils\n ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3065
2009-02-07 12:09:50 +00:00
msgid "Would you like to upload newly created and changed profiles to\n the profile repository?"
msgstr "Voulez-vous charger les profils nouvellement créés et modifiés vers\n le référentiel de profils ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3184
2008-05-26 09:52:11 +00:00
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "WARNING: Profile update check failed\nError Detail:\n%s"
msgstr "ATTENTION : échec du contrôle des mises à jour de profils\nDétail de l'erreur :\n%s"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3198
2008-05-26 09:52:11 +00:00
msgid "Change mode modifiers"
2009-02-07 12:09:50 +00:00
msgstr "Modifier les modificateurs de mode"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3242
2006-11-08 10:37:40 +00:00
msgid "Complain-mode changes:"
msgstr "Changements en mode réclamation :"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3244
2006-11-08 10:37:40 +00:00
msgid "Enforce-mode changes:"
2007-08-06 12:49:47 +00:00
msgstr "Changement en mode imposition :"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3250
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "Invalid mode found: %s"
msgstr "Mode incorrect : %s"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3301 ../AppArmor.pm:3334
2006-11-08 10:37:40 +00:00
msgid "Capability"
msgstr "Mode compatibilité"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3354 ../AppArmor.pm:3628 ../AppArmor.pm:3875
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Adding #include <%s> to profile."
msgstr "Ajout de #include <%s> au profil."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3357 ../AppArmor.pm:3629 ../AppArmor.pm:3669
#: ../AppArmor.pm:3879
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Deleted %s previous matching profile entries."
msgstr "%s entrées de profil précédemment correspondantes supprimées."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3368
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "Adding capability %s to profile."
msgstr "Ajout de capacité %s au profil."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3373
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "Denying capability %s to profile."
msgstr "Refus de capacité %s au profil."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3534
2006-11-08 10:37:40 +00:00
msgid "Path"
msgstr "Chemin d'accès"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3545 ../AppArmor.pm:3577
2008-05-26 09:52:11 +00:00
msgid "(owner permissions off)"
2009-02-07 12:09:50 +00:00
msgstr "(autorisations du propriétaire désactivées)"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3551
2008-05-26 09:52:11 +00:00
msgid "(force new perms to owner)"
2009-02-07 12:09:50 +00:00
msgstr "(forcer les nouvelles autorisations pour le propriétaire)"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3554
2008-05-26 09:52:11 +00:00
msgid "(force all rule perms to owner)"
2009-02-07 12:09:50 +00:00
msgstr "(forcer toutes les autorisations de règles pour le propriétaire)"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3566
2006-11-08 10:37:40 +00:00
msgid "Old Mode"
msgstr "Ancien mode"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3567
2006-11-08 10:37:40 +00:00
msgid "New Mode"
msgstr "Nouveau mode"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3583
2008-05-26 09:52:11 +00:00
msgid "(force perms to owner)"
2009-02-07 12:09:50 +00:00
msgstr "(forcer les autorisations pour le propriétaire)"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3586
2006-11-08 10:37:40 +00:00
msgid "Mode"
msgstr "Mode"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3668
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "Adding %s %s to profile."
msgstr "Ajout de %s %s au profil."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3684
2006-11-08 10:37:40 +00:00
msgid "Enter new path: "
2009-02-07 12:09:50 +00:00
msgstr "Saisissez le nouveau chemin : "
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3687
2006-11-08 10:37:40 +00:00
msgid "The specified path does not match this log entry:"
msgstr "La carte spécifiée n'existe pas."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3688
2006-11-08 10:37:40 +00:00
msgid "Log Entry"
msgstr "Entrée de journal"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3689
2006-11-08 10:37:40 +00:00
msgid "Entered Path"
msgstr "Chemin entré"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3690
2006-11-08 10:37:40 +00:00
msgid "Do you really want to use this path?"
msgstr "Voulez-vous vraiment utiliser ce chemin ?"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3802 ../AppArmor.pm:3854
2008-05-26 09:52:11 +00:00
msgid "Network Family"
2009-02-07 12:09:50 +00:00
msgstr "Famille d'adresses réseau"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3805 ../AppArmor.pm:3857
2008-05-26 09:52:11 +00:00
msgid "Socket Type"
msgstr "Type de socket"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3905
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Adding network access %s %s to profile."
msgstr "Ajout de l'accès réseau %s %s au profil."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:3924
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Denying network access %s %s to profile."
2009-02-07 12:09:50 +00:00
msgstr "Refus de l'accès réseau %s %s au profil."
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4132
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Reading log entries from %s."
msgstr "Lecture des entrées de journal depuis %s."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4133
2008-05-26 09:52:11 +00:00
#, perl-format
msgid "Updating AppArmor profiles in %s."
msgstr "Mise à jour des profils AppArmor dans %s."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4137
2008-05-26 09:52:11 +00:00
msgid "unknown\n"
2009-02-07 12:09:50 +00:00
msgstr "inconnu(e)\n"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4170
2009-02-07 12:09:50 +00:00
msgid "The profile analyzer has completed processing the log files.\n\nAll updated profiles will be reloaded"
msgstr "L'analyseur de profil a terminé le traitement des fichiers journaux.\n\n Tous les profils mis à jour seront rechargés"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4176
2006-11-08 10:37:40 +00:00
msgid "No unhandled AppArmor events were found in the system log."
msgstr "Aucun événement AppArmor non géré n'a été trouvé dans le journal système."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4237
2009-02-07 12:09:50 +00:00
msgid "Select which profile changes you would like to save to the\nlocal profile set"
msgstr "Sélectionnez les modifications de profil que vous voulez enregistrer dans l'ensemble\nde profils locaux"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4238
2008-05-26 09:52:11 +00:00
msgid "Local profile changes"
2009-02-07 12:09:50 +00:00
msgstr "Modifications de profil local"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4265
2008-05-26 09:52:11 +00:00
msgid "The following local profiles were changed. Would you like to save them?"
2009-02-07 12:09:50 +00:00
msgstr "Les profils locaux suivants ont été modifiés. Voulez-vous les enregistrer ?"
2008-05-26 09:52:11 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4362
2008-05-26 09:52:11 +00:00
msgid "Profile Changes"
msgstr "Modifications de profil"
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:4974 ../AppArmor.pm:4990 ../AppArmor.pm:5001
#: ../AppArmor.pm:5009 ../AppArmor.pm:5030 ../AppArmor.pm:5050
#: ../AppArmor.pm:5059 ../AppArmor.pm:5091 ../AppArmor.pm:5153
#: ../AppArmor.pm:5204
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "%s contains syntax errors."
msgstr "%s contient des erreurs de syntaxe."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:5110
2006-11-08 10:37:40 +00:00
#, perl-format
msgid "Profile %s contains invalid regexp %s."
msgstr "Le profil %s contient une regexp %s incorrecte."
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:5115
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Profile %s contains invalid mode %s."
2009-02-07 12:09:50 +00:00
msgstr "Le profil %s contient le mode non valide %s."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:5250
2007-08-06 12:49:47 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "%s contains syntax errors. Line [%s]"
2009-02-07 12:09:50 +00:00
msgstr "%s contient des erreurs de syntaxe. Ligne [%s]"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:5839
2006-11-08 10:37:40 +00:00
#, perl-format
2008-05-26 09:52:11 +00:00
msgid "Writing updated profile for %s."
msgstr "Écriture du profil à jour pour %s."
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:6344
2008-05-26 09:52:11 +00:00
msgid "Unknown command"
msgstr "Commande inconnue"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:6352
2008-05-26 09:52:11 +00:00
msgid "Invalid hotkey in"
msgstr "Raccourci clavier non valide dans"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:6362
2008-05-26 09:52:11 +00:00
msgid "Duplicate hotkey for"
msgstr "Raccourci clavier en double pour"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:6383
2008-05-26 09:52:11 +00:00
msgid "Invalid hotkey in default item"
msgstr "Raccourci clavier non valide dans l'élément par défaut"
2006-11-08 10:37:40 +00:00
2011-01-13 13:58:26 -08:00
#: ../AppArmor.pm:6392
2008-05-26 09:52:11 +00:00
msgid "Invalid default"
msgstr "Valeur par défaut non valide"
2006-11-08 10:37:40 +00:00
2008-11-07 12:02:32 +00:00
#: ../Reports.pm:443 ../Reports.pm:532 ../Reports.pm:1480
2008-05-26 09:52:11 +00:00
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "DBI Execution failed: %s."
2009-02-07 12:09:50 +00:00
msgstr "L'exécution de DBI a échoué : %s."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:556
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Couldn't open file: %s."
msgstr "Impossible d'ouvrir le fichier : %s."
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:560
2007-08-06 12:49:47 +00:00
msgid "No type value passed. Unable to determine page count."
msgstr "Aucune valeur de type transmise. Impossible de déterminer le nombre de pages."
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:626
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Failed copying %s."
2009-02-07 12:09:50 +00:00
msgstr "La copie de %s a échoué."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:750
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Export Log Error: Couldn't open %s"
2009-02-07 12:09:50 +00:00
msgstr "Erreur d'exportation du journal : impossible d'ouvrir %s"
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:772
2007-08-06 12:49:47 +00:00
msgid "Fatal error. No report name given. Exiting."
msgstr "Erreur irrécupérable. Aucun nom de rapport indiqué. Sortie."
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:781
#, perl-format
2009-02-07 12:09:50 +00:00
msgid "Unable to get configuration info for %s.\n Unable to find %s."
msgstr "Impossible d'obtenir les infos de configuration pour %s.\n Impossible de trouver %s."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:828
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Failed to parse: %s."
2009-02-07 12:09:50 +00:00
msgstr "L'analyse a échoué : %s."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:837
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Fatal Error. Couldn't open %s."
2009-02-07 12:09:50 +00:00
msgstr "Erreur irrécupérable. Impossible d'ouvrir %s."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:885
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Fatal Error. Can't run %s. Exiting."
2009-02-07 12:09:50 +00:00
msgstr "Erreur irrécupérable. Impossible d'exécuter %s. Sortie."
2007-08-06 12:49:47 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:925
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Fatal Error. No directory, %s, found. Exiting."
2009-02-07 12:09:50 +00:00
msgstr "Erreur irrécupérable. Aucun répertoire, %s, n'a été trouvé. Sortie."
2006-11-08 10:37:40 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:943
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Fatal Error. Couldn't open %s. Exiting"
2009-02-07 12:09:50 +00:00
msgstr "Erreur irrécupérable. Impossible d'ouvrir %s. Sortie"
2006-11-08 10:37:40 +00:00
2008-05-26 09:52:11 +00:00
#: ../Reports.pm:1592
#, perl-format
2007-08-06 12:49:47 +00:00
msgid "Fatal Error. getArchReport() couldn't open %s"
msgstr "Erreur irrécupérable. getArchReport() n'a pas pu ouvrir %s"
2006-11-08 10:37:40 +00:00