fusionpbx/app/conferences/app_languages.php

162 lines
7.6 KiB
PHP

<?php
//conferences
$text['title']['en-us'] = 'Conferences';
$text['title']['pt-pt'] = 'Conferências';
$text['title']['fr'] = 'Conférences';
$text['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.';
$text['description']['pt-pt'] = 'As conferências são utilizadas para configurar salas de conferências com um nome, descrição e número pin opcional.';
$text['description']['fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN.";
$text['title-2']['en-us'] = 'Active Conferences';
$text['title-2']['pt-pt'] = 'Conferências Activas';
$text['title-2']['fr'] = "Conférences actives";
$text['title-3']['en-us'] = 'Active Conference';
$text['title-3']['pt-pt'] = 'Conferência Activa';
$text['title-3']['fr'] = "Conférence actives";
$text['description-2']['en-us'] = 'and then select a conference to monitor and interact with it.';
$text['description-2']['pt-pt'] = 'e selecione uma conferência para monitorizar e interagir com ele.';
$text['description-2']['fr'] = "et ensuite sélectionner la conférence à superviser et à gérer.";
$text['table-name']['en-us'] = 'Name';
$text['table-name']['pt-pt'] = 'Nome';
$text['table-name']['fr'] = 'Nom';
$text['table-extension']['en-us'] = 'Extension';
$text['table-extension']['pt-pt'] = 'Extensão';
$text['table-extension']['fr'] = 'Extension';
$text['table-profile']['en-us'] = 'Profile';
$text['table-profile']['pt-pt'] = 'Perfil';
$text['table-profile']['fr'] = 'Profile';
$text['table-order']['en-us'] = 'Order';
$text['table-order']['pt-pt'] = 'Ordem';
$text['table-order']['fr'] = 'Ordre';
$text['table-enabled']['en-us'] = 'Enabled';
$text['table-enabled']['pt-pt'] = 'Activo';
$text['table-enabled']['fr'] = 'Actif';
$text['table-description']['en-us'] = 'Description';
$text['table-description']['pt-pt'] = 'Descrição';
$text['table-description']['fr'] = 'Description';
//conferences_delete
$text['confirm-delete']['en-us'] = 'Delete Complete';
$text['confirm-delete']['pt-pt'] = 'Eliminação Completa';
$text['confirm-delete']['fr'] = 'Supprimé';
//conferences_add
$text['confirm-add']['en-us'] = 'Add Complete';
$text['confirm-add']['pt-pt'] = 'Adição Completa';
$text['confirm-add']['fr'] = 'Ajouté';
$text['confirm-update']['en-us'] = 'Update Complete';
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
$text['confirm-update']['fr'] = 'Mis a jour';
$text['confirm-name']['en-us'] = 'Please provide: Name';
$text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
$text['confirm-name']['fr'] = "Merci d'indiquer: Nom";
$text['confirm-extension']['en-us'] = 'Please provide: Extension';
$text['confirm-extension']['pt-pt'] = 'Por favor, forneça: Extensão';
$text['confirm-extension']['fr'] = "Merci d'indiquer: Extension";
$text['confirm-profile']['en-us'] = 'Please provide: Profile';
$text['confirm-profile']['pt-pt'] = 'Por favor, forneça: Perfil';
$text['confirm-profile']['fr'] = "Merci d'indiquer: Profile";
$text['confirm-enabled']['en-us'] = 'Please provide: Enabled';
$text['confirm-enabled']['pt-pt'] = 'Por favor, forneça: Ativado';
$text['confirm-enabled']['fr'] = "Merci d'indiquer: Actif";
$text['label-conference-add']['en-us'] = 'Conferences Add';
$text['label-conference-add']['pt-pt'] = 'Adição de Conferências';
$text['label-conference-add']['fr'] = "Ajouter des conférences";
$text['label-conference-edit']['en-us'] = 'Conferences Edit';
$text['label-conference-edit']['pt-pt'] = 'Edição de Conferências';
$text['label-conference-edit']['fr'] = "Editer les conférences";
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = 'Voltar';
$text['button-back']['fr'] = 'Retour';
$text['label-extension']['en-us'] = 'Extension';
$text['label-extension']['pt-pt'] = 'Extensão';
$text['label-extension']['fr'] = 'Extension';
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = 'Nome';
$text['label-name']['fr'] = 'Nom';
$text['description-name']['en-us'] = 'Enter the conference name.';
$text['description-name']['pt-pt'] = 'Insira o nome da conferência.';
$text['description-name']['fr'] = "Entrer le nom de la conférence.";
$text['description-extension']['en-us'] = 'Enter the conference extension number.';
$text['description-extension']['pt-pt'] = 'Insira a extensão da conferência';
$text['description-extension']['fr'] = "Entrer le numéro d'extension de la conférence.";
$text['description-3']['en-us'] = 'to monitor and interact with the conference room.';
$text['description-3']['pt-pt'] = 'para monitorizar e interagir com a sala de conferências.';
$text['description-3']['fr'] = "Superviser et interagir avec la salle de conférence.";
$text['label-pin']['en-us'] = 'Pin Number';
$text['label-pin']['pt-pt'] = 'Numero Pin';
$text['label-pin']['fr'] = 'Code Pin';
$text['description-pin']['en-us'] = 'Optional pin number to secure access to the conference.';
$text['description-pin']['pt-pt'] = 'Número de pin opcional para garantir o acesso à conferência.';
$text['description-pin']['fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)";
$text['confirm-delete-2']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete-2']['pt-pt'] = 'Deseja realmente apagar isto?';
$text['confirm-delete-2']['fr'] = "Voulez-vous vraiment supprimer cela?";
$text['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = 'Adicionar';
$text['button-add']['fr'] = 'Ajouter';
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = 'Gravar';
$text['button-save']['fr'] = 'Sauvegarder';
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = 'Descrição';
$text['label-description']['fr'] = 'Description';
$text['description-info']['en-us'] = 'Enter the description.';
$text['description-info']['pt-pt'] = 'Insira a descrição.';
$text['description-info']['fr'] = "";
$text['description-conference-enable']['en-us'] = 'Select whether to enable or disable the conference.';
$text['description-conference-enable']['pt-pt'] = 'Selecione se deseja ativar ou desativar a conferência.';
$text['description-conference-enable']['fr'] = "Choisir d'activer ou non la conférence.";
$text['description-order']['en-us'] = 'Enter the order number.';
$text['description-order']['pt-pt'] = 'Digite o número do pedido.';
$text['description-order']['fr'] = "Entrer le numéro d'ordre.";
$text['label-order']['en-us'] = 'Order';
$text['label-order']['pt-pt'] = 'Pedido';
$text['label-order']['fr'] = 'Ordre';
$text['description-user-add']['en-us'] = 'Assign the users that are can manage this conference extension.';
$text['description-user-add']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de conferência.';
$text['description-user-add']['fr'] = "Selectionner les usagers pouvant gérer cette conférence.";
$text['description-profile']['en-us'] = 'Conference Profile is a collection of settings for the conference.';
$text['description-profile']['pt-pt'] = 'Perfil de conferência é um conjunto de definições para a conferência.';
$text['description-profile']['fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence.";
$text['description-flags']['en-us'] = 'Optional conference flags. examples: mute|deaf|waste|moderator';
$text['description-flags']['pt-pt'] = 'Flags opcionais de conferências. exemplos: mute|deaf|waste|moderator';
$text['description-flags']['fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator";
?>