/* This message appears during the checking phase when a file check succeeds. */
"OK" = "OK";
/* This message appears during the checking phase when a file is already installed. */
"already exists" = "Ce fichier existe déjà";
/* This message appears during the checking phase when a file is does not exist. */
"not found" = "Introuvable";
/* This message appears during the checking phase if the Installer has an internal error. */
"internal program error" = "Erreur interne du programme";
/* This message appears during the checking phase if there is not enough room to install onto a particular disk. The first argument is the path of a directory on that disk. */
"**** There isn't enough space on the disk that contains %s." = "**** Espace mémoire insuffisant sur le disque qui contient %s.";
/* This message appears during the checking phase after the NO_SPACE_ON_DISK message. The string is preceded by a disk space like 123KB or 3.7MB. */
" more space is needed." = " espace supplémentaire nécessaire.";
/* Written in log at beginning of checking phase. First argument is package name. */
"Checking permissions for the files in %s" = "Vérification des autorisations pour les fichiers de %s";
/* Written in log at beginning of installation phase. First argument is package name. */
"Installing %s into %s" = "Installation de %s dans %s";
/* Written in log at beginning of deletion phase. First argument is package name. */
"Deleting %s from %s" = "Suppression du paquet %s de %s";
/* Written in log at beginning of compression phase. First argument is package name. */
"Compressing %s" = "Compression de %s";
/* Written in log at beginning of expansion phase. First argument is package name. */
"Expanding %s" = "Décompression de %s";
/* Written in log at beginning of listing phase. First argument is package name. */
"Listing files in %s" = "Listes des fichiers de %s";
/* operation finished successfully */
"done." = "opération terminée.";
/* operation was stopped by user */
"stopped." = "opération interrompue.";
/* operation failed */
"errors." = "erreurs.";
/* This message appears during the checking phase when a file check succeeds. */
"OK" = "OK";
/* This message appears during the checking phase when a file is already installed. */
"already exists" = "existe déjà";
/* This message appears during the checking phase when a file is does not exist. */
"not found" = "Introuvable";
/* This message appears during the checking phase if the Installer has an internal error. */
"internal program error" = "Erreur interne du programme";
/* This message appears during the checking phase if there is not enough room to install onto a particular disk. The first argument is the path of a directory on that disk. */
"**** There isn't enough space on the disk that contains %s." = "**** Espace mémoire insuffisant sur le disque qui contient %s.";
/* This message appears during the checking phase after the NO_SPACE_ON_DISK message. The string is preceded by a disk space like 123KB or 3.7MB. */
" more space is needed." = " espace supplémentaire nécessaire.";
/* Written in log at beginning of checking phase. First argument is package name. */
"Checking permissions for the files in %s" = "Vérification des autorisations pour les fichiers de %s";
/* Written in log at beginning of installation phase. First argument is package name. */
"Installing %s into %s" = "Installation de %s dans %s";
/* Written in log at beginning of deletion phase. First argument is package name. */
"Deleting %s from %s" = "Suppression du paquet %s de %s";
/* Written in log at beginning of compression phase. First argument is package name. */
"Compressing %s" = "Compression de %s";
/* Written in log at beginning of expansion phase. First argument is package name. */
"Expanding %s" = "Décompression de %s";
/* Written in log at beginning of listing phase. First argument is package name. */
"Listing files in %s" = "Listes de fichiers de %s";