French update
This commit is contained in:
@@ -1562,37 +1562,37 @@ $strReplicationChangedSuccesfully = 'Le serveur maître est maintenant %s';
|
|||||||
$strReplicationConfiguredMaster = 'Ce serveur est un serveur maître dans le processus de réplication';
|
$strReplicationConfiguredMaster = 'Ce serveur est un serveur maître dans le processus de réplication';
|
||||||
$strReplicationControlSlave = 'Contrôler le serveur esclave:';
|
$strReplicationControlSlave = 'Contrôler le serveur esclave:';
|
||||||
$strReplicationMaster = 'Réplication maître';
|
$strReplicationMaster = 'Réplication maître';
|
||||||
$strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
|
$strReplicationMasterChooseAll = 'Répliquer toutes les bases de données; Ignorer :';
|
||||||
$strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
|
$strReplicationMasterChooseIgn = 'Ignorer toutes les bases de données; Répliquer :';
|
||||||
$strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
|
$strReplicationMasterChooseMode = 'Ce serveur n\'est pas configuré comme maître dans un processus de réplication. Vous pouvez soit répliquer toutes les bases tout en ignorant certaines d\'entre elles (utile si la majorité des bases doivent être répliquées) soit ignorer toutes les bases en demandant que certaines d\'entre elles soient répliquées. Veuillez choisir le mode :';
|
||||||
$strReplicationMasterConfiguration = 'Master configuration'; //to translate
|
$strReplicationMasterConfiguration = 'Configuration du maître';
|
||||||
$strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
|
$strReplicationRestartServer = 'Quand le serveur MySQL est redémarré, veuillez cliquer sur Exécuter. Par la suite vous devriez voir un message vous informant que ce serveur est configuré comme maître.';
|
||||||
$strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
$strReplicationServernConfiguredMaster = 'Ce serveur n\'est pas configuré comme maître dans un processus de réplication. Désirez-vous le <a href="%s">configurer</a>?';
|
||||||
$strReplicationShowMasterStatus = 'Show master status'; //to translate
|
$strReplicationShowMasterStatus = 'Montrer l\'état du maître';
|
||||||
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
|
$strReplicationSkippingErrorWarn = 'Ignorer les erreurs peut mener à des serveurs maître et esclave désynchronisés!';
|
||||||
$strReplicationSlave = 'Slave replication'; //to translate
|
$strReplicationSlave = 'Esclave de réplication';
|
||||||
$strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
|
$strReplicationSlaveChangeMaster = 'Changer ou reconfigurer le serveur maître';
|
||||||
$strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
|
$strReplicationSlaveConfigured = 'Le serveur est configuré comme esclave dans un processus de réplication. Voudriez-vous :';
|
||||||
$strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
|
$strReplicationSlaveNotConfigured = 'Ce serveur n\'est pas configuré comme esclave dans un processus de réplication. Désirez-vous le <a href="%s">configurer</a>?';
|
||||||
$strReplicationSlaveErrorManagement = 'Error management:'; //to translate
|
$strReplicationSlaveErrorManagement = 'Gestion des erreurs';
|
||||||
$strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
|
$strReplicationSlaveIOThread = 'Fil d\'exécution des entrées-sorties %s seulement';
|
||||||
$strReplicationSlaveReset = 'Reset slave'; //to translate
|
$strReplicationSlaveReset = 'Réinitialiser l\'esclave';
|
||||||
$strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
|
$strReplicationSlaveSQLThread = 'Fil d\'exécution SQL %s seulement';
|
||||||
$strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
|
$strReplicationSlaveSeeStatus = 'Montrer l\'état de l\'esclave';
|
||||||
$strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
|
$strReplicationSlaveSkipCurrentError = 'Ignorer l\'erreur courante';
|
||||||
$strReplicationSlaveSkipNext = 'Skip next'; //to translate
|
$strReplicationSlaveSkipNext = 'Ignorer les prochaines';
|
||||||
$strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
|
$strReplicationSlaveSkipNextErrors = 'erreurs.';
|
||||||
$strFull = 'Full'; //to translate
|
$strFull = 'Complet';
|
||||||
$strStop = 'Stop'; //to translate
|
$strStop = 'Arrêter';
|
||||||
$strStart ='Start'; //to translate
|
$strStart ='Démarrer';
|
||||||
$strShowMasterStatus = 'Show master status'; //to translate
|
$strShowMasterStatus = 'Montrer l\'état du maître';
|
||||||
$strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
|
$strSlaveConfigure = 'Assurez-vous d\'avoir un server-id unique dans votre fichier de configuration (my.cnf). Sinon, veuillez ajouter la ligne suivante dans la section [mysqld] :';
|
||||||
$strReplicationUnknownError = 'Unknown error'; //to translate
|
$strReplicationUnknownError = 'Erreur inconnue';
|
||||||
$strReplicationUnableToChange = 'Unable to change master'; //to translate
|
$strReplicationUnableToChange = 'Impossible de changer le maître';
|
||||||
$strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
|
$strShowBinaryContentsAsHex = 'Montrer le contenu binaire en hexadécimal';
|
||||||
$strTrackingStatusNotActive = 'not active'; //to translate
|
$strTrackingStatusNotActive = 'non activé';
|
||||||
$strTrackingIsNotActive = 'Tracking is not active.'; //to translate
|
$strTrackingIsNotActive = 'Le suivi n\'est pas activé.';
|
||||||
$strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
|
$strReplicationErrorGetPosition = 'Impossible de lire la position du journal sur le maître. Possible problème de privilège sur le maître.';
|
||||||
$strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
|
$strReplicationErrorMasterConnect = 'Connexion impossible sur le maître %s.';
|
||||||
$strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
|
$strReplicationSlaveConfiguration = 'Configuration de l\'esclave';
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user