31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-20 08:49:02 +00:00
patchtester/administrator/components/com_patchtester/language/fr-FR/fr-FR.com_patchtester.ini
Marc-Antoine 806a5132b4 Update fr-FR.com_patchtester.ini
minor changes and typos
2014-09-19 17:08:28 -04:00

46 lines
3.9 KiB
INI

; Joomla! Project
; Copyright (C) 2011 - 2012 Ian MacLennan, Copyright (C) 2013 Open Source Matters, Inc. All rights reserved.
; License GNU General Public License version 2 or later
; Note : All ini files need to be saved as UTF-8
COM_PATCHTESTER="Joomla! Patch Tester"
COM_PATCHTESTER_API_LIMIT_ACTION="La limite de l'API GitHub pour cette action a été atteinte. Il est impossible de se connecter à GitHub pour effectuer l'action demandée. La limite sera réinitialisée à %s"
COM_PATCHTESTER_API_LIMIT_LIST="La limite de l'API GitHub pour cette action a été atteinte. Il est impossible de se connecter à GitHub pour mettre à jour les données. La limite sera réinitialisée à %s"
COM_PATCHTESTER_APPLIED="Appliqué"
COM_PATCHTESTER_APPLY_OK="Patch appliqué avec succès"
COM_PATCHTESTER_APPLY_PATCH="Appliquer le Patch"
COM_PATCHTESTER_COMPONENT_DESC="Valeurs de Configuration de Joomla! Patch Tester"
COM_PATCHTESTER_COMPONENT_LABEL="Joomla! Patch Tester"
COM_PATCHTESTER_CONFIGURATION="Paramètres de Joomla! Patch Tester"
COM_PATCHTESTER_CONFLICT_S="Le Patch n'a pu être appliqué car il génère un conflit avec le Patch précédemment appliqué : %s"
COM_PATCHTESTER_FIELD_CACHE_DESC="L'activation de la mise en cache permettera d'enregistrer localement les données GitHub pour une durée spécifiée"
COM_PATCHTESTER_FIELD_CACHE_LABEL="Activer la mise en cache"
COM_PATCHTESTER_FIELD_CACHE_LIFETIME_DESC="La durée (en minutes) avant que le cache ne soit réinitialisé"
COM_PATCHTESTER_FIELD_CACHE_LIFETIME_LABEL="Durée de vie du Cache"
COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="Mot de passe du Compte GitHub"
COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Mot de passe utilisé pour vous connecter à votre "_QQ_"Compte GitHub"_QQ_". Note : les comptes utilisant les doubles facteurs d'authentification ne fonctionneront pas avec ce composant."
COM_PATCHTESTER_FIELD_GH_USER_LABEL="Compte GitHub"
COM_PATCHTESTER_FIELD_GH_USER_DESC="Nom du compte GitHub nécessaire pour se connecter à l'API"
COM_PATCHTESTER_FIELD_ORG_LABEL="Nom d'Utilisateur GitHub"
COM_PATCHTESTER_FIELD_ORG_DESC="Nom du compte GitHub pour lequel les demandes de Pull seront effectuées"
COM_PATCHTESTER_FIELD_REPO_LABEL="Dépôt GitHub"
COM_PATCHTESTER_FIELD_REPO_DESC="Nom du répertoire de dépôt GitHub pour lequel les demandes de Pull seront effectuées"
COM_PATCHTESTER_FILE_DELETED_DOES_NOT_EXIST_S="Le fichier désigné pour la suppression n'existe pas : %s"
COM_PATCHTESTER_FILE_MODIFIED_DOES_NOT_EXIST_S="Le fichier désigné pour modification n'existe pas : %s"
COM_PATCHTESTER_PULL_ID="ID de Pull"
COM_PATCHTESTER_NO_CREDENTIALS="Aucune information d'identification d'utilisateur n'est sauvegardée, ce qui autorise uniquement 60 requêtes par heure à l'API GitHub. La sauvegarde des informations d'identification utilisateur autorisera 5.000 requêtes par heure."
COM_PATCHTESTER_NOT_APPLIED="Non Appliqué"
COM_PATCHTESTER_OPEN_IN_GITHUB="Ouvrir dans GitHub"
COM_PATCHTESTER_PURGE_CACHE="Purger le Cache"
COM_PATCHTESTER_PURGE_FAIL="L'opération de nettoyage ne s'est pas déroulée avec succès, le fichier %s n'a pas été supprimé."
COM_PATCHTESTER_PURGE_FAIL_1="L'opération de nettoyage ne s'est pas déroulée avec succès, le fichier %s n'a pas été supprimé."
COM_PATCHTESTER_PURGE_NA="Aucun fichier en cache à supprimer."
COM_PATCHTESTER_PURGE_SUCCESS="L'opération de nettoyage s'est déroulée avec succès, le fichier %s a été supprimé."
COM_PATCHTESTER_PURGE_SUCCESS_1="L'opération de nettoyage s'est déroulée avec succès, le fichier %s a été supprimé."
COM_PATCHTESTER_REPO_IS_GONE="Le Patch n'a pas pu être appliqué car le répertoire de dépôt est manquant"
COM_PATCHTESTER_REVERT_OK="Patch retiré avec succès"
COM_PATCHTESTER_REVERT_PATCH="Retirer le Patch"
COM_PATCHTESTER_SEARCH_IN_PULL_ID="ID de Pull"
COM_PATCHTESTER_SEARCH_IN_TITLE="Titre de Pull"
COM_PATCHTESTER_TEST_THIS_PATCH="Tester ce Patch"