82 lines
3.9 KiB
PHP
82 lines
3.9 KiB
PHP
<?php
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
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']['pt-pt'] = "Remoção Efectuada";
|
|
$text['message-delete']['fr-fr'] = "Supprimé";
|
|
$text['button-back']['en-us'] = "Back";
|
|
$text['button-back']['pt-pt'] = "Voltar";
|
|
$text['button-back']['fr-fr'] = "Retour";
|
|
$text['button-save']['en-us'] = "Save";
|
|
$text['button-save']['pt-pt'] = "Guardar";
|
|
$text['button-save']['fr-fr'] = "Sauvegarder";
|
|
$text['title']['en-us'] = "Service Add";
|
|
$text['title']['pt-pt'] = "Adicionar Serviço";
|
|
$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']['pt-pt'] = "Mostra uma lista dos processos e oferece a possibilidade de os arrancar e parar.";
|
|
$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']['pt-pt'] = "Nome:";
|
|
$text['label-name']['fr-fr'] = "Nom:";
|
|
$text['description-name']['en-us'] = "Enter the service name.";
|
|
$text['description-name']['pt-pt'] = "Introduza o nome do serviço.";
|
|
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
|
|
$text['label-type']['en-us'] = "Type:";
|
|
$text['label-type']['pt-pt'] = "Tipo:";
|
|
$text['label-type']['fr-fr'] = "Type:";
|
|
$text['description-type']['en-us'] = "Select the service type.";
|
|
$text['description-type']['pt-pt'] = "Select the service type.";
|
|
$text['description-type']['fr-fr'] = "Choisir le type de service.";
|
|
$text['label-data']['en-us'] = 'Data:';
|
|
$text['label-data']['pt-pt'] = 'Data:';
|
|
$text['label-data']['fr-fr'] = 'Données:';
|
|
$text['description-data']['en-us'] = "Enter the service data.";
|
|
$text['description-data']['pt-pt'] = "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']['pt-pt'] = "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']['pt-pt'] = "Introduza o comando para arrancar o serviço.";
|
|
$text['description-start']['fr-fr'] = "Entrer la commande pour démarrer le service.";
|
|
$text['label-stop']['en-us'] = "Stop Comand";
|
|
$text['label-stop']['pt-pt'] = "Comando de Paragem";
|
|
$text['label-stop']['fr-fr'] = "Comande d'arrêt";
|
|
$text['description-stop']['en-us'] = "Enter the command to stop the service.";
|
|
$text['description-stop']['pt-pt'] = "Introduza o comando para parar o serviço.";
|
|
$text['description-stop']['fr-fr'] = "Entrer la commande pour arrêter le service.";
|
|
$text['label-description']['en-us'] = "Description:";
|
|
$text['label-description']['pt-pt'] = "Descrição:";
|
|
$text['label-description']['fr-fr'] = "Description:";
|
|
$text['description-description']['en-us'] = "Enter the service description.";
|
|
$text['description-description']['pt-pt'] = "Introduza a descrição do serviço.";
|
|
$text['description-description']['fr-fr'] = "Entrer la description du service.";
|
|
|
|
?>
|