mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Move the French translations into the development branch.
Translation work done thanks to by bhouba for his work on the translations.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
$apps[$x]['description']['de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['description']['fr'] = '';
|
||||
$apps[$x]['description']['fr'] = "Contrôler les services du système";
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Monitorizar Serviços do Sistema.';
|
||||
@@ -24,7 +24,7 @@
|
||||
$apps[$x]['menu'][0]['title']['de'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Serviços';
|
||||
|
||||
@@ -23,24 +23,42 @@
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-delete']['en-us'] = 'Delete Complete';
|
||||
$text['message-delete']['fr'] = "Supprimé";
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr'] = 'Retour';
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr'] = 'Sauvegarder';
|
||||
$text['title']['en-us'] = 'Service Add';
|
||||
$text['title']['fr'] = 'Ajouter Service';
|
||||
|
||||
$text['description']['en-us'] = 'Shows a list of processes and provides ability to start and stop them.';
|
||||
$text['description']['fr'] = "Affiche la liste des processus et permet de les démarrer et les arrêter.";
|
||||
$text['label-name']['en-us'] = 'Name:';
|
||||
$text['label-name']['fr'] = 'Nom:';
|
||||
$text['description-name']['en-us'] = 'Enter the service name.';
|
||||
$text['description-name']['fr'] = 'Entrer le nom du service.';
|
||||
$text['label-type']['en-us'] = 'Type:';
|
||||
$text['label-type']['fr'] = 'Type:';
|
||||
$text['description-type']['en-us'] = 'Select the service type.';
|
||||
$text['description-type']['fr'] = 'Choisir le type de service.';
|
||||
$text['label-data']['en-us'] = 'Data:';
|
||||
$text['label-data']['fr'] = 'Données:';
|
||||
$text['description-data']['en-us'] = 'Enter the service data.';
|
||||
$text['description-data']['fr'] = 'Entrer les données du service.';
|
||||
$text['label-start']['en-us'] = 'Start Command:';
|
||||
$text['label-start']['fr'] = 'Commande démarrage:';
|
||||
$text['description-start']['en-us'] = 'Enter the command to start the service.';
|
||||
$text['description-start']['fr'] = 'Entrer la commande pour démarrer le service.';
|
||||
$text['label-stop']['en-us'] = 'Stop Comand';
|
||||
$text['label-stop']['fr'] = "Comande d'arrêt";
|
||||
$text['description-stop']['en-us'] = 'Enter the command to stop the service.';
|
||||
$text['description-stop']['fr'] = "Entrer la commande pour arrêter le service.";
|
||||
$text['label-description']['en-us'] = 'Description:';
|
||||
$text['label-description']['fr'] = 'Description:';
|
||||
$text['description-description']['en-us'] = 'Enter the service description.';
|
||||
$text['description-description']['fr'] = "Entrer la description du service.";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user