123 lines
5.2 KiB
PHP
123 lines
5.2 KiB
PHP
<?php
|
|
|
|
//conferences
|
|
$text['title']['en-us'] = 'Conferences';
|
|
$text['title']['pt-pt'] = 'Conferências';
|
|
|
|
$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['title-2']['en-us'] = 'Active Conferences';
|
|
$text['title-2']['pt-pt'] = 'Conferências Activas';
|
|
|
|
$text['title-3']['en-us'] = 'Active Conference';
|
|
$text['title-3']['pt-pt'] = 'Conferência Activa';
|
|
|
|
$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['table-name']['en-us'] = 'Name';
|
|
$text['table-name']['pt-pt'] = 'Nome';
|
|
|
|
$text['table-extension']['en-us'] = 'Extension';
|
|
$text['table-extension']['pt-pt'] = 'Extensão';
|
|
|
|
$text['table-profile']['en-us'] = 'Profile';
|
|
$text['table-profile']['pt-pt'] = 'Perfil';
|
|
|
|
$text['table-order']['en-us'] = 'Order';
|
|
$text['table-order']['pt-pt'] = 'Ordem';
|
|
|
|
$text['table-enabled']['en-us'] = 'Enabled';
|
|
$text['table-enabled']['pt-pt'] = 'Activo';
|
|
|
|
$text['table-description']['en-us'] = 'Description';
|
|
$text['table-description']['pt-pt'] = 'Descrição';
|
|
|
|
//conferences_delete
|
|
$text['confirm-delete']['en-us'] = 'Delete Complete';
|
|
$text['confirm-delete']['pt-pt'] = 'Eliminação Completa';
|
|
|
|
//conferences_add
|
|
$text['confirm-add']['en-us'] = 'Add Complete';
|
|
$text['confirm-add']['pt-pt'] = 'Adição Completa';
|
|
|
|
$text['confirm-update']['en-us'] = 'Update Complete';
|
|
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
|
|
|
$text['confirm-name']['en-us'] = 'Please provide: Name';
|
|
$text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome';
|
|
|
|
$text['confirm-extension']['en-us'] = 'Please provide: Extension';
|
|
$text['confirm-extension']['pt-pt'] = 'Por favor, forneça: Extensão';
|
|
|
|
$text['confirm-profile']['en-us'] = 'Please provide: Profile';
|
|
$text['confirm-profile']['pt-pt'] = 'Por favor, forneça: Perfil';
|
|
|
|
$text['confirm-enabled']['en-us'] = 'Please provide: Enabled';
|
|
$text['confirm-enabled']['pt-pt'] = 'Por favor, forneça: Ativado';
|
|
|
|
$text['label-conference-add']['en-us'] = 'Conferences Add';
|
|
$text['label-conference-add']['pt-pt'] = 'Adição de Conferências';
|
|
|
|
$text['label-conference-edit']['en-us'] = 'Conferences Edit';
|
|
$text['label-conference-edit']['pt-pt'] = 'Edição de Conferências';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['label-extension']['en-us'] = 'Extension';
|
|
$text['label-extension']['pt-pt'] = 'Extensão';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = 'Nome';
|
|
|
|
$text['description-name']['en-us'] = 'Enter the conference name.';
|
|
$text['description-name']['pt-pt'] = 'Insira o nome da conferência.';
|
|
|
|
$text['description-extension']['en-us'] = 'Enter the conference extension number.';
|
|
$text['description-extension']['pt-pt'] = 'Insira a extensão da conferência';
|
|
|
|
$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['label-pin']['en-us'] = 'Pin Number';
|
|
$text['label-pin']['pt-pt'] = 'Numero 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['confirm-delete-2']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete-2']['pt-pt'] = 'Deseja realmente apagar isto?';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = 'Adicionar';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Gravar';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-description']['pt-pt'] = 'Descrição';
|
|
|
|
$text['description-info']['en-us'] = 'Enter the description.';
|
|
$text['description-info']['pt-pt'] = 'Insira a descrição.';
|
|
|
|
$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-order']['en-us'] = 'Enter the order number.';
|
|
$text['description-order']['pt-pt'] = 'Digite o número do pedido.';
|
|
|
|
$text['label-order']['en-us'] = 'Order';
|
|
$text['label-order']['pt-pt'] = 'Pedido';
|
|
|
|
$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-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-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';
|
|
|
|
?>
|