changed single quote to double quotes everywhere

This commit is contained in:
Nuno Miguel Reis
2013-10-01 11:35:07 +00:00
parent 22be7bd745
commit c0bae01b3a
100 changed files with 10551 additions and 10551 deletions

View File

@@ -25,40 +25,40 @@
James Rose <james.o.rose@gmail.com>
Philippe Rioual <bhouba@gmail.com>
*/
$text['message-delete']['en-us'] = 'Delete Complete';
$text['message-delete']['en-us'] = "Delete Complete";
$text['message-delete']['fr-fr'] = "Supprimé";
$text['button-back']['en-us'] = 'Back';
$text['button-back']['fr-fr'] = 'Retour';
$text['button-save']['en-us'] = 'Save';
$text['button-save']['fr-fr'] = 'Sauvegarder';
$text['title']['en-us'] = 'Service Add';
$text['title']['fr-fr'] = 'Ajouter Service';
$text['button-back']['en-us'] = "Back";
$text['button-back']['fr-fr'] = "Retour";
$text['button-save']['en-us'] = "Save";
$text['button-save']['fr-fr'] = "Sauvegarder";
$text['title']['en-us'] = "Service Add";
$text['title']['fr-fr'] = "Ajouter Service";
$text['description']['en-us'] = 'Shows a list of processes and provides ability to start and stop them.';
$text['description']['en-us'] = "Shows a list of processes and provides ability to start and stop them.";
$text['description']['fr-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-fr'] = 'Nom:';
$text['description-name']['en-us'] = 'Enter the service name.';
$text['description-name']['fr-fr'] = 'Entrer le nom du service.';
$text['label-type']['en-us'] = 'Type:';
$text['label-type']['fr-fr'] = 'Type:';
$text['description-type']['en-us'] = 'Select the service type.';
$text['description-type']['fr-fr'] = 'Choisir le type de service.';
$text['label-name']['en-us'] = "Name:";
$text['label-name']['fr-fr'] = "Nom:";
$text['description-name']['en-us'] = "Enter the service name.";
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
$text['label-type']['en-us'] = "Type:";
$text['label-type']['fr-fr'] = "Type:";
$text['description-type']['en-us'] = "Select the service type.";
$text['description-type']['fr-fr'] = "Choisir le type de service.";
$text['label-data']['en-us'] = 'Data:';
$text['label-data']['fr-fr'] = 'Données:';
$text['description-data']['en-us'] = 'Enter the service data.';
$text['description-data']['fr-fr'] = 'Entrer les données du service.';
$text['label-start']['en-us'] = 'Start Command:';
$text['label-start']['fr-fr'] = 'Commande démarrage:';
$text['description-start']['en-us'] = 'Enter the command to start the service.';
$text['description-start']['fr-fr'] = 'Entrer la commande pour démarrer le service.';
$text['label-stop']['en-us'] = 'Stop Comand';
$text['description-data']['en-us'] = "Enter the service data.";
$text['description-data']['fr-fr'] = "Entrer les données du service.";
$text['label-start']['en-us'] = "Start Command:";
$text['label-start']['fr-fr'] = "Commande démarrage:";
$text['description-start']['en-us'] = "Enter the command to start the service.";
$text['description-start']['fr-fr'] = "Entrer la commande pour démarrer le service.";
$text['label-stop']['en-us'] = "Stop Comand";
$text['label-stop']['fr-fr'] = "Comande d'arrêt";
$text['description-stop']['en-us'] = 'Enter the command to stop the service.';
$text['description-stop']['en-us'] = "Enter the command to stop the service.";
$text['description-stop']['fr-fr'] = "Entrer la commande pour arrêter le service.";
$text['label-description']['en-us'] = 'Description:';
$text['label-description']['fr-fr'] = 'Description:';
$text['description-description']['en-us'] = 'Enter the service description.';
$text['label-description']['en-us'] = "Description:";
$text['label-description']['fr-fr'] = "Description:";
$text['description-description']['en-us'] = "Enter the service description.";
$text['description-description']['fr-fr'] = "Entrer la description du service.";
?>