mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
This commit is contained in:
@@ -1,194 +1,234 @@
|
||||
<?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/
|
||||
$text['title-services']['en-us'] = "Services";
|
||||
$text['title-services']['es-cl'] = "Servicios";
|
||||
$text['title-services']['pt-pt'] = "Serviços";
|
||||
$text['title-services']['fr-fr'] = "Services";
|
||||
$text['title-services']['pt-br'] = "Serviços";
|
||||
$text['title-services']['pl'] = "Serwisy";
|
||||
|
||||
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.
|
||||
$text['title']['en-us'] = "Service Add";
|
||||
$text['title']['es-cl'] = "Agregar Servicio";
|
||||
$text['title']['pt-pt'] = "Adicionar Serviço";
|
||||
$text['title']['fr-fr'] = "Ajouter Service";
|
||||
$text['title']['pt-br'] = "Configurações da Conta";
|
||||
$text['title']['pl'] = "Dodaj serwis";
|
||||
|
||||
The Original Code is FusionPBX
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['es-cl'] = "Actualización Completada";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
$text['message-update']['pt-br'] = "Atualização Efetuada";
|
||||
$text['message-update']['pl'] = "Zaktualizowano poprawnie";
|
||||
|
||||
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.
|
||||
$text['message-stopping']['en-us'] = "Stopping Service";
|
||||
$text['message-stopping']['es-cl'] = "Servicio de Detención";
|
||||
$text['message-stopping']['pt-pt'] = "A Parar Serviço";
|
||||
$text['message-stopping']['fr-fr'] = "Service de L'arrêt";
|
||||
$text['message-stopping']['pt-br'] = "Pausar serviço";
|
||||
$text['message-stopping']['pl'] = "Zatrzymaj serwis";
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['message-starting']['en-us'] = "Starting Service";
|
||||
$text['message-starting']['es-cl'] = "Servicio de Inicio";
|
||||
$text['message-starting']['pt-pt'] = "A Iniciar Serviço";
|
||||
$text['message-starting']['fr-fr'] = "Démarrage du Service";
|
||||
$text['message-starting']['pt-br'] = "Inciar serviço";
|
||||
$text['message-starting']['pl'] = "Załącz serwis";
|
||||
|
||||
$text['title-services']['en-us'] = "Services";
|
||||
$text['title-services']['es-cl'] = "Servicios";
|
||||
$text['title-services']['pt-pt'] = "Serviços";
|
||||
$text['title-services']['fr-fr'] = "Services";
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['es-cl'] = "Eliminación Completada";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-delete']['pt-br'] = "Remoção Efetuada";
|
||||
$text['message-delete']['pl'] = "Usunięto poprawnie";
|
||||
|
||||
$text['header-services']['en-us'] = "Services";
|
||||
$text['header-services']['es-cl'] = "Servicios";
|
||||
$text['header-services']['pt-pt'] = "Serviços";
|
||||
$text['header-services']['fr-fr'] = "Services";
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['es-cl'] = "Agregar Completado";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-add']['pt-br'] = "Criação Efetuada";
|
||||
$text['message-add']['pl'] = "Dodano poprawnie";
|
||||
|
||||
$text['description-services']['en-us'] = "Shows a list of processes, the status of the process and provides control to start and stop the process.";
|
||||
$text['description-services']['es-cl'] = "Muestra una lista de los procesos, el estado del proceso y proporciona un control para iniciar y detener el proceso.";
|
||||
$text['description-services']['pt-pt'] = "Mostra uma lista de processos, o estado do processo e proporciona um controlo para iniciar e parar o processo.";
|
||||
$text['description-services']['fr-fr'] = "Affiche une liste des processus, l'état du processus et fournit un contrôle pour démarrer et arrêter le processus.";
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['label-type']['pt-br'] = "Tipo";
|
||||
$text['label-type']['pl'] = "Typ";
|
||||
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['es-cl'] = "Detenido";
|
||||
$text['label-stopped']['pt-pt'] = "Parou";
|
||||
$text['label-stopped']['fr-fr'] = "Arrêtée";
|
||||
$text['label-stopped']['pt-br'] = "Pausado";
|
||||
$text['label-stopped']['pl'] = "Zatrzymany";
|
||||
|
||||
$text['message-delete']['en-us'] = "Delete Complete";
|
||||
$text['message-delete']['es-cl'] = "Eliminación Completada";
|
||||
$text['message-delete']['pt-pt'] = "Remoção Efectuada";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['label-stop_command']['en-us'] = "Stop Command";
|
||||
$text['label-stop_command']['es-cl'] = "Comando para Detener";
|
||||
$text['label-stop_command']['pt-pt'] = "Comando para Parar";
|
||||
$text['label-stop_command']['fr-fr'] = "Comande d'arrêt";
|
||||
$text['label-stop_command']['pt-br'] = "Comando para pausar";
|
||||
$text['label-stop_command']['pl'] = "Polecenie: STOP";
|
||||
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['es-cl'] = "Agregar Completado";
|
||||
$text['message-add']['pt-pt'] = "Adição Efectuada";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['es-cl'] = "Deténgase";
|
||||
$text['label-stop']['pt-pt'] = "Pare";
|
||||
$text['label-stop']['fr-fr'] = "Arrêtez";
|
||||
$text['label-stop']['pt-br'] = "Parar";
|
||||
$text['label-stop']['pl'] = "zatrzymaj nagrywanie";
|
||||
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['es-cl'] = "Actualización Completada";
|
||||
$text['message-update']['pt-pt'] = "Actualização Efectuada";
|
||||
$text['message-update']['fr-fr'] = "Mis à Jour";
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-status']['pt-br'] = "Estado";
|
||||
$text['label-status']['pl'] = "Status";
|
||||
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['es-cl'] = "Volver";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['label-start_command']['en-us'] = "Start Command";
|
||||
$text['label-start_command']['es-cl'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['pt-pt'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['fr-fr'] = "Commande démarrage";
|
||||
$text['label-start_command']['pt-br'] = "Comando para iniciar";
|
||||
$text['label-start_command']['pl'] = "Polecenie: START";
|
||||
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['es-cl'] = "Guardar";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['es-cl'] = "Comienzo";
|
||||
$text['label-start']['pt-pt'] = "Começo";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
$text['label-start']['pt-br'] = "Iniciar";
|
||||
$text['label-start']['pl'] = "Start";
|
||||
|
||||
$text['title']['en-us'] = "Service Add";
|
||||
$text['title']['es-cl'] = "Agregar Servicio";
|
||||
$text['title']['pt-pt'] = "Adicionar Serviço";
|
||||
$text['title']['fr-fr'] = "Ajouter Service";
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['es-cl'] = "Runcionamiento";
|
||||
$text['label-running']['pt-pt'] = "Funcionamento";
|
||||
$text['label-running']['fr-fr'] = "Fonctionnement";
|
||||
$text['label-running']['pt-br'] = "Em execução";
|
||||
$text['label-running']['pl'] = "Działa";
|
||||
|
||||
$text['description']['en-us'] = "Shows a list of processes and provides ability to start and stop them.";
|
||||
$text['description']['es-cl'] = "Muestra una lista de procesos y permite iniciarlos y detenerlos.";
|
||||
$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']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-name']['pt-br'] = "Nome";
|
||||
$text['label-name']['pl'] = "Nazwa";
|
||||
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['es-cl'] = "Nombre";
|
||||
$text['label-name']['pt-pt'] = "Nome";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$text['label-description']['pt-pt'] = "Descrição";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-description']['pt-br'] = "Descrição";
|
||||
$text['label-description']['pl'] = "Opis";
|
||||
|
||||
$text['label-status']['en-us'] = "Status";
|
||||
$text['label-status']['es-cl'] = "Estado";
|
||||
$text['label-status']['pt-pt'] = "Estado";
|
||||
$text['label-status']['fr-fr'] = "Statut";
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['label-data']['pt-br'] = "Data";
|
||||
$text['label-data']['pl'] = "Dane";
|
||||
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['pt-pt'] = "Ação";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['en-us'] = "Action";
|
||||
$text['label-action']['es-cl'] = "Acción";
|
||||
$text['label-action']['pt-pt'] = "Ação";
|
||||
$text['label-action']['fr-fr'] = "Action";
|
||||
$text['label-action']['pt-br'] = "Ação";
|
||||
$text['label-action']['pl'] = "Operacja";
|
||||
|
||||
$text['label-running']['en-us'] = "Running";
|
||||
$text['label-running']['es-cl'] = "Runcionamiento";
|
||||
$text['label-running']['pt-pt'] = "Funcionamento";
|
||||
$text['label-running']['fr-fr'] = "Fonctionnement";
|
||||
$text['header-services']['en-us'] = "Services";
|
||||
$text['header-services']['es-cl'] = "Servicios";
|
||||
$text['header-services']['pt-pt'] = "Serviços";
|
||||
$text['header-services']['fr-fr'] = "Services";
|
||||
$text['header-services']['pt-br'] = "Serviços";
|
||||
$text['header-services']['pl'] = "Serwisy";
|
||||
|
||||
$text['label-stopped']['en-us'] = "Stopped";
|
||||
$text['label-stopped']['es-cl'] = "Detenido";
|
||||
$text['label-stopped']['pt-pt'] = "Parou";
|
||||
$text['label-stopped']['fr-fr'] = "Arrêtée";
|
||||
$text['description-type']['en-us'] = "Select the service type.";
|
||||
$text['description-type']['es-cl'] = "Seleccione el tipo de servicio.";
|
||||
$text['description-type']['pt-pt'] = "Seleccione o tipo de serviço.";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de service.";
|
||||
$text['description-type']['pt-br'] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)";
|
||||
$text['description-type']['pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)";
|
||||
|
||||
$text['label-start']['en-us'] = "Start";
|
||||
$text['label-start']['es-cl'] = "Comienzo";
|
||||
$text['label-start']['pt-pt'] = "Começo";
|
||||
$text['label-start']['fr-fr'] = "Début";
|
||||
$text['description-stop_command']['en-us'] = "Enter the command to stop the service.";
|
||||
$text['description-stop_command']['es-cl'] = "Ingrese el comando para detener el servicio.";
|
||||
$text['description-stop_command']['pt-pt'] = "Introduza o comando para parar o serviço.";
|
||||
$text['description-stop_command']['fr-fr'] = "Entrer la commande pour arrêter le service.";
|
||||
$text['description-stop_command']['pt-br'] = "Insira o comando para pausar o serviço";
|
||||
$text['description-stop_command']['pl'] = "Wprowadź polecenie, aby zatrzymać serwis.";
|
||||
|
||||
$text['label-stop']['en-us'] = "Stop";
|
||||
$text['label-stop']['es-cl'] = "Deténgase";
|
||||
$text['label-stop']['pt-pt'] = "Pare";
|
||||
$text['label-stop']['fr-fr'] = "Arrêtez";
|
||||
$text['description-start_command']['en-us'] = "Enter the command to start the service.";
|
||||
$text['description-start_command']['es-cl'] = "Ingrese el comando para iniciar el servicio.";
|
||||
$text['description-start_command']['pt-pt'] = "Introduza o comando para arrancar o serviço.";
|
||||
$text['description-start_command']['fr-fr'] = "Entrer la commande pour démarrer le service.";
|
||||
$text['description-start_command']['pt-br'] = "Insira o comando para finalizar o serviço";
|
||||
$text['description-start_command']['pl'] = "Wprowadź polecenie, aby uruchomić serwis.";
|
||||
|
||||
$text['message-starting']['en-us'] = "Starting Service";
|
||||
$text['message-starting']['es-cl'] = "Servicio de Inicio";
|
||||
$text['message-starting']['pt-pt'] = "A Iniciar Serviço";
|
||||
$text['message-starting']['fr-fr'] = "Démarrage du Service";
|
||||
$text['description-services']['en-us'] = "Shows a list of processes, the status of the process and provides control to start and stop the process.";
|
||||
$text['description-services']['es-cl'] = "Muestra una lista de los procesos, el estado del proceso y proporciona un control para iniciar y detener el proceso.";
|
||||
$text['description-services']['pt-pt'] = "Mostra uma lista de processos, o estado do processo e proporciona um controlo para iniciar e parar o processo.";
|
||||
$text['description-services']['fr-fr'] = "Affiche une liste des processus, l'état du processus et fournit un contrôle pour démarrer et arrêter le processus.";
|
||||
$text['description-services']['pt-br'] = "Listar processos, o estado do processo e proporciona um controle para iniciar e parar o processo";
|
||||
$text['description-services']['pl'] = "Widok listy procesów, status procesu oraz zapewnienie kontroli, aby uruchomić i zatrzymać proces.";
|
||||
|
||||
$text['message-stopping']['en-us'] = "Stopping Service";
|
||||
$text['message-stopping']['es-cl'] = "Servicio de Detención";
|
||||
$text['message-stopping']['pt-pt'] = "A Parar Serviço";
|
||||
$text['message-stopping']['fr-fr'] = "Service de L'arrêt";
|
||||
$text['description-name']['en-us'] = "Enter the service name.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre del servicio.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do serviço.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
|
||||
$text['description-name']['pt-br'] = "Insira o nome do menu";
|
||||
$text['description-name']['pl'] = "Wprowadź nazwę";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter the service name.";
|
||||
$text['description-name']['es-cl'] = "Ingrese el nombre del servicio.";
|
||||
$text['description-name']['pt-pt'] = "Introduza o nome do serviço.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du service.";
|
||||
$text['description-description']['en-us'] = "Enter the service description.";
|
||||
$text['description-description']['es-cl'] = "Ingrese una descripción del servicio.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição do serviço.";
|
||||
$text['description-description']['fr-fr'] = "Entrer la description du service.";
|
||||
$text['description-description']['pt-br'] = "Insira a descrição, caso desejar";
|
||||
$text['description-description']['pl'] = "Wprowadź opis serwisu.";
|
||||
|
||||
$text['label-type']['en-us'] = "Type";
|
||||
$text['label-type']['es-cl'] = "Tipo";
|
||||
$text['label-type']['pt-pt'] = "Tipo";
|
||||
$text['label-type']['fr-fr'] = "Type";
|
||||
$text['description-data']['en-us'] = "Enter the service data.";
|
||||
$text['description-data']['es-cl'] = "Ingrese los datos del servicio.";
|
||||
$text['description-data']['pt-pt'] = "Introduza os dados do serviço.";
|
||||
$text['description-data']['fr-fr'] = "Entrer les données du service.";
|
||||
$text['description-data']['pt-br'] = "Insira os dados do serviço";
|
||||
$text['description-data']['pl'] = "Wprowadź dane serwisu.";
|
||||
|
||||
$text['description-type']['en-us'] = "Select the service type.";
|
||||
$text['description-type']['es-cl'] = "Seleccione el tipo de servicio.";
|
||||
$text['description-type']['pt-pt'] = "Seleccione o tipo de serviço.";
|
||||
$text['description-type']['fr-fr'] = "Choisir le type de service.";
|
||||
$text['description']['en-us'] = "Shows a list of processes and provides ability to start and stop them.";
|
||||
$text['description']['es-cl'] = "Muestra una lista de procesos y permite iniciarlos y detenerlos.";
|
||||
$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['description']['pt-br'] = "Editar informações da conta.";
|
||||
$text['description']['pl'] = "Edytuj informacje o koncie";
|
||||
|
||||
$text['label-data']['en-us'] = "Data";
|
||||
$text['label-data']['es-cl'] = "Datos";
|
||||
$text['label-data']['pt-pt'] = "Dados";
|
||||
$text['label-data']['fr-fr'] = "Données";
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?";
|
||||
$text['confirm-delete']['pt-br'] = "Deseja realmente remover isto?";
|
||||
$text['confirm-delete']['pl'] = "Czy na pewno chcesz to usunąć?";
|
||||
|
||||
$text['description-data']['en-us'] = "Enter the service data.";
|
||||
$text['description-data']['es-cl'] = "Ingrese los datos del servicio.";
|
||||
$text['description-data']['pt-pt'] = "Introduza os dados do serviço.";
|
||||
$text['description-data']['fr-fr'] = "Entrer les données du service.";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['es-cl'] = "Guardar";
|
||||
$text['button-save']['pt-pt'] = "Guardar";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
$text['button-save']['pt-br'] = "Salvar";
|
||||
$text['button-save']['pl'] = "Zachowaj";
|
||||
|
||||
$text['label-start_command']['en-us'] = "Start Command";
|
||||
$text['label-start_command']['es-cl'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['pt-pt'] = "Comando para Iniciar";
|
||||
$text['label-start_command']['fr-fr'] = "Commande démarrage";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['es-cl'] = "Editar";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-edit']['pt-br'] = "Editar";
|
||||
$text['button-edit']['pl'] = "Edytuj";
|
||||
|
||||
$text['description-start_command']['en-us'] = "Enter the command to start the service.";
|
||||
$text['description-start_command']['es-cl'] = "Ingrese el comando para iniciar el servicio.";
|
||||
$text['description-start_command']['pt-pt'] = "Introduza o comando para arrancar o serviço.";
|
||||
$text['description-start_command']['fr-fr'] = "Entrer la commande pour démarrer le service.";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['es-cl'] = "Eliminar";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-delete']['pt-br'] = "Remover";
|
||||
$text['button-delete']['pl'] = "Usuń";
|
||||
|
||||
$text['label-stop_command']['en-us'] = "Stop Command";
|
||||
$text['label-stop_command']['es-cl'] = "Comando para Detener";
|
||||
$text['label-stop_command']['pt-pt'] = "Comando para Parar";
|
||||
$text['label-stop_command']['fr-fr'] = "Comande d'arrêt";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['es-cl'] = "Volver";
|
||||
$text['button-back']['pt-pt'] = "Voltar";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-back']['pt-br'] = "Voltar";
|
||||
$text['button-back']['pl'] = "Wróć";
|
||||
|
||||
$text['description-stop_command']['en-us'] = "Enter the command to stop the service.";
|
||||
$text['description-stop_command']['es-cl'] = "Ingrese el comando para detener el servicio.";
|
||||
$text['description-stop_command']['pt-pt'] = "Introduza o comando para parar o serviço.";
|
||||
$text['description-stop_command']['fr-fr'] = "Entrer la commande pour arrêter le service.";
|
||||
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['es-cl'] = "Descripción";
|
||||
$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']['es-cl'] = "Ingrese una descripción del servicio.";
|
||||
$text['description-description']['pt-pt'] = "Introduza a descrição do serviço.";
|
||||
$text['description-description']['fr-fr'] = "Entrer la description du service.";
|
||||
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['es-cl'] = "Eliminar";
|
||||
$text['button-delete']['pt-pt'] = "Remover";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['es-cl'] = "Editar";
|
||||
$text['button-edit']['pt-pt'] = "Editar";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
|
||||
?>
|
||||
?>
|
||||
@@ -1,20 +1,15 @@
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Servicios";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-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";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/services/services.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
<?php
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = "Servicios";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Services";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Serviços";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "Serviços";
|
||||
$apps[$x]['menu'][0]['title']['pl'] = "Serwisy";
|
||||
$apps[$x]['menu'][0]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/services/services.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user