Skip to content

Commit

Permalink
Merge pull request #25 from HyperBeats/main
Browse files Browse the repository at this point in the history
add french language
  • Loading branch information
wohahobg authored Jul 25, 2024
2 parents 2eb0994 + ae07194 commit 150a9f5
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions pterosync/lang/french.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
/**
* WHMCS Language File
* English (fr)
*
* Please Note: These language files are overwritten during software updates
* and therefore editing of these files directly is not advised. Instead we
* recommend that you use overrides to customise the text displayed in a way
* which will be safely preserved through the upgrade process.
*
* For instructions on overrides, please visit:
* https://developers.whmcs.com/languages/overrides/
*
* @package WHMCS
* @author WHMCS Limited <[email protected]>
* @copyright Copyright (c) WHMCS Limited 2005-2018
* @license https://www.whmcs.com/license/ WHMCS Eula
* @version $Id$
* @link https://www.whmcs.com/
*/

$keys = [
'GOTO_PANEL' => "ALLER DANS LE PANNEAU DE CONTRÔLE",
'QUICK_ACTIONS_PANEL' => "ACTIONS RAPIDES",
'SERVER_START_PANEL' => "DÉMARRER LE SERVEUR",
'SERVER_RESTART_PANEL' => "REDÉMARRER LE SERVEUR",
'SERVER_STOP_PANEL' => "STOP SERVER",
'SERVER_KILL_PANEL' => "TUER LE SERVEUR",
"SERVER_START_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir démarrer ce serveur ?",
"SERVER_RESTART_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir redémarrer ce serveur ?",
"SERVER_STOP_PANEL_CONFIRM_MESSAGE" => "Êtes-vous sûr de vouloir arrêter ce serveur ?",
"SERVER_KILL_PANEL_CONFIRM_MESSAGE" => "L'arrêt forcé du serveur peut entraîner une corruption des données.",
'SERVER_NOT_FOUND' => "Ce serveur n'existe pas. Veuillez nous contacter si vous pensez qu'il s'agit d'une erreur.",
"IP_COPIED" => "IP du serveur copiée !",
"ID_COPIED" => "ID du serveur copié !",
"SERVER_FTP_INFORMATION" => "Informations FTP",
"SERVER_FTP_PASSWORD_INFORMATION" => "Attention, le mot de passe FTP est le même que celui que vous utilisez pour accéder au panneau de contrôle !",
"SERVER_FTP_USERNAME_COPIED" => "Nom d'utilisateur copié !",
"SERVER_FTP_HOST_COPIED" => "Hôte FTP copié !",
"SERVER_FTP_HOST_AND_PORT" => "Hôte FTP + Port",
"SERVER_FTP_USERNAME" => "Nom d'utilisateur",
"SERVER_IP" => "IP du serveur",
"SERVER_ID" => "ID du serveur",
"FTP_DETAILS" => "Détails FTP"
];

0 comments on commit 150a9f5

Please sign in to comment.