diff --git a/administrator/components/com_patchtester/language/fr-FR/fr-FR.com_patchtester.ini b/administrator/components/com_patchtester/language/fr-FR/fr-FR.com_patchtester.ini index 6535676..5e8f8f9 100644 --- a/administrator/components/com_patchtester/language/fr-FR/fr-FR.com_patchtester.ini +++ b/administrator/components/com_patchtester/language/fr-FR/fr-FR.com_patchtester.ini @@ -9,7 +9,7 @@ COM_PATCHTESTER_API_LIMIT_LIST="La limite de l'API GitHub pour cette action a é COM_PATCHTESTER_APPLIED="Appliqué" COM_PATCHTESTER_APPLY_OK="Correctif appliqué avec succès" COM_PATCHTESTER_APPLY_PATCH="Appliquer le correctif" -COM_PATCHTESTER_COMPONENT_DESC="Valeurs de configuration de Joomla! Patch Tester" +COM_PATCHTESTER_COMPONENT_DESC="Valeurs de configuration pour Joomla! Patch Tester" COM_PATCHTESTER_COMPONENT_LABEL="Joomla! Patch Tester" COM_PATCHTESTER_CONFIGURATION="Paramètres de Joomla! Patch Tester" COM_PATCHTESTER_CONFLICT_S="Le correctif n'a pu être appliqué car il génère un conflit avec le correctif précédemment appliqué : %s" @@ -28,11 +28,11 @@ COM_PATCHTESTER_FETCH_INITIALIZING_DESCRIPTION="Vérifications pour que l'extrac COM_PATCHTESTER_FETCH_PAGE_NUMBER="Traitement en cours des données GitHub pour la page %s" COM_PATCHTESTER_FETCH_PROCESSING="Traitement des données en provenance de GitHub." COM_PATCHTESTER_FETCH_SUCCESSFUL="Récupération des demandes de pull avec succès." -COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="Mot de passe du Compte GitHub" +COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="Mot de passe GitHub" COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Mot de passe utilisé pour vous connecter à votre \"Compte GitHub\". Note : les comptes utilisant l'authentification en deux étapes ne fonctionneront pas avec ce composant." COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Utilisez ce champ pour saisir un jeton API GitHub à la place de votre nom d'utilisateur et mot de passe. Notez que ceci est exigé si l'authentification en deux étapes est activée." COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="Jeton GitHub" -COM_PATCHTESTER_FIELD_GH_USER_LABEL="Nom d'utilisateur du compte GitHub" +COM_PATCHTESTER_FIELD_GH_USER_LABEL="Nom d'utilisateur GitHub" COM_PATCHTESTER_FIELD_GH_USER_DESC="Nom du compte GitHub nécessaire pour se connecter à l'API" COM_PATCHTESTER_FIELD_ORG_LABEL="Propriétaire du projet GitHub" COM_PATCHTESTER_FIELD_ORG_DESC="Nom d'utilisateur ou de l'organisme qui gère les demandes de Pull sur GitHub"