2016-07-17 23:12:15 +02:00
< ? php
//Conference Controls
$text [ 'title-conference_controls' ][ 'en-us' ] = 'Conference Controls' ;
$text [ 'title-conference_controls' ][ 'es-cl' ] = '' ;
$text [ 'title-conference_controls' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'title-conference_controls' ][ 'pt-br' ] = 'Controles de conferência' ;
2016-07-17 23:12:15 +02:00
$text [ 'title-conference_controls' ][ 'fr-fr' ] = '' ;
$text [ 'title-conference_control' ][ 'en-us' ] = 'Conference Control' ;
$text [ 'title-conference_control' ][ 'es-cl' ] = '' ;
$text [ 'title-conference_control' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'title-conference_control' ][ 'pt-br' ] = 'Controle de conferência' ;
2016-07-17 23:12:15 +02:00
$text [ 'title-conference_control' ][ 'fr-fr' ] = '' ;
$text [ 'title_description-conference_control' ][ 'en-us' ] = 'Call controls enable ability to assign digits to actions. They can be used to mute, unmute, or other actions during the conference call.' ;
$text [ 'title_description-conference_control' ][ 'es-cl' ] = '' ;
$text [ 'title_description-conference_control' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'title_description-conference_control' ][ 'pt-br' ] = 'Controle de chamadas habilita atribuir ações aos números. Podem ser usadas para silenciar, ou outras ações durante a conferência.' ;
2016-07-17 23:12:15 +02:00
$text [ 'title_description-conference_control' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_name' ][ 'en-us' ] = 'Name' ;
$text [ 'label-control_name' ][ 'es-cl' ] = '' ;
$text [ 'label-control_name' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_name' ][ 'pt-br' ] = 'Nome' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_name' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_name' ][ 'en-us' ] = 'Enter the conference control name.' ;
$text [ 'description-control_name' ][ 'es-cl' ] = '' ;
$text [ 'description-control_name' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_name' ][ 'pt-br' ] = 'Entre com o nome do controle de conferência.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_name' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_enabled' ][ 'en-us' ] = 'Enabled' ;
$text [ 'label-control_enabled' ][ 'es-cl' ] = '' ;
$text [ 'label-control_enabled' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_enabled' ][ 'pt-br' ] = 'Habilitado' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_enabled' ][ 'fr-fr' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_enabled' ][ 'en-us' ] = 'Set the stats of the control.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_enabled' ][ 'es-cl' ] = '' ;
$text [ 'description-control_enabled' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_enabled' ][ 'pt-br' ] = 'Atribua o estado do controle.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_enabled' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_description' ][ 'en-us' ] = 'Description' ;
$text [ 'label-control_description' ][ 'es-cl' ] = '' ;
$text [ 'label-control_description' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_description' ][ 'pt-br' ] = 'Descrição' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_description' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_description' ][ 'en-us' ] = 'Enter the description.' ;
$text [ 'description-control_description' ][ 'es-cl' ] = '' ;
$text [ 'description-control_description' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_description' ][ 'pt-br' ] = 'Entre com a descrição.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_description' ][ 'fr-fr' ] = '' ;
$text [ 'label-true' ][ 'en-us' ] = 'true' ;
$text [ 'label-true' ][ 'es-cl' ] = '' ;
$text [ 'label-true' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-true' ][ 'pt-br' ] = 'Sim' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = '' ;
$text [ 'label-false' ][ 'en-us' ] = 'false' ;
$text [ 'label-false' ][ 'es-cl' ] = 'falso' ;
$text [ 'label-false' ][ 'pt-pt' ] = 'falso' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-false' ][ 'pt-br' ] = 'Não' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = 'falso' ;
$text [ 'button-add' ][ 'en-us' ] = 'Add' ;
$text [ 'button-add' ][ 'es-cl' ] = '' ;
$text [ 'button-add' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-add' ][ 'pt-br' ] = 'Adicionar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-add' ][ 'fr-fr' ] = '' ;
$text [ 'button-edit' ][ 'en-us' ] = 'Edit' ;
$text [ 'button-edit' ][ 'es-cl' ] = '' ;
$text [ 'button-edit' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-edit' ][ 'pt-br' ] = 'Editar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-edit' ][ 'fr-fr' ] = '' ;
$text [ 'button-delete' ][ 'en-us' ] = 'Delete' ;
$text [ 'button-delete' ][ 'es-cl' ] = '' ;
$text [ 'button-delete' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-delete' ][ 'pt-br' ] = 'Deletar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-delete' ][ 'fr-fr' ] = '' ;
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
$text [ 'button-save' ][ 'es-cl' ] = '' ;
$text [ 'button-save' ][ 'pt-pt' ] = 'Guardar' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-save' ][ 'pt-br' ] = 'Salvar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-save' ][ 'fr-fr' ] = '' ;
$text [ 'button-view' ][ 'en-us' ] = 'View' ;
$text [ 'button-view' ][ 'es-cl' ] = '' ;
$text [ 'button-view' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-view' ][ 'pt-br' ] = 'Visualizar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-view' ][ 'fr-fr' ] = '' ;
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
$text [ 'button-back' ][ 'es-cl' ] = '' ;
$text [ 'button-back' ][ 'pt-pt' ] = 'Voltar' ;
2016-08-25 19:03:51 +02:00
$text [ 'button-back' ][ 'pt-br' ] = 'Voltar' ;
2016-07-17 23:12:15 +02:00
$text [ 'button-back' ][ 'fr-fr' ] = '' ;
$text [ 'confirm-delete' ][ 'en-us' ] = 'Do you really want to delete this?' ;
$text [ 'confirm-delete' ][ 'es-cl' ] = '' ;
$text [ 'confirm-delete' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'confirm-delete' ][ 'pt-br' ] = 'Você realmente deseja excluir?' ;
2016-07-17 23:12:15 +02:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = '' ;
$text [ 'message-add' ][ 'en-us' ] = 'Add Completed' ;
$text [ 'message-add' ][ 'es-cl' ] = '' ;
$text [ 'message-add' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'message-add' ][ 'pt-br' ] = 'Adicionar concluído' ;
2016-07-17 23:12:15 +02:00
$text [ 'message-add' ][ 'fr-fr' ] = '' ;
$text [ 'message-update' ][ 'en-us' ] = 'Update Completed' ;
$text [ 'message-update' ][ 'es-cl' ] = '' ;
$text [ 'message-update' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'message-update' ][ 'pt-br' ] = 'Atualização concluída' ;
2016-07-17 23:12:15 +02:00
$text [ 'message-update' ][ 'fr-fr' ] = '' ;
$text [ 'message-delete' ][ 'en-us' ] = 'Delete Completed' ;
$text [ 'message-delete' ][ 'es-cl' ] = '' ;
$text [ 'message-delete' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'message-delete' ][ 'pt-br' ] = 'Exclusão concluída' ;
2016-07-17 23:12:15 +02:00
$text [ 'message-delete' ][ 'fr-fr' ] = '' ;
$text [ 'message-required' ][ 'en-us' ] = 'Please provide: ' ;
$text [ 'message-required' ][ 'es-cl' ] = '' ;
$text [ 'message-required' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'message-required' ][ 'pt-br' ] = 'Por favor, informe: ' ;
2016-07-17 23:12:15 +02:00
$text [ 'message-required' ][ 'fr-fr' ] = '' ;
//Controls
$text [ 'title-conference_control_details' ][ 'en-us' ] = 'Controls' ;
$text [ 'title-conference_control_details' ][ 'es-cl' ] = '' ;
$text [ 'title-conference_control_details' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'title-conference_control_details' ][ 'pt-br' ] = 'Controles' ;
2016-07-17 23:12:15 +02:00
$text [ 'title-conference_control_details' ][ 'fr-fr' ] = '' ;
$text [ 'title-conference_control_detail' ][ 'en-us' ] = 'Control' ;
$text [ 'title-conference_control_detail' ][ 'es-cl' ] = '' ;
$text [ 'title-conference_control_detail' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'title-conference_control_detail' ][ 'pt-br' ] = 'Controle' ;
2016-07-17 23:12:15 +02:00
$text [ 'title-conference_control_detail' ][ 'fr-fr' ] = '' ;
$text [ 'title_description-conference_control_detail' ][ 'en-us' ] = '' ;
$text [ 'title_description-conference_control_detail' ][ 'es-cl' ] = '' ;
$text [ 'title_description-conference_control_detail' ][ 'pt-pt' ] = '' ;
$text [ 'title_description-conference_control_detail' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_digits' ][ 'en-us' ] = 'Digits' ;
$text [ 'label-control_digits' ][ 'es-cl' ] = '' ;
$text [ 'label-control_digits' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_digits' ][ 'pt-br' ] = 'Digitos' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_digits' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_digits' ][ 'en-us' ] = 'Enter the digits.' ;
$text [ 'description-control_digits' ][ 'es-cl' ] = '' ;
$text [ 'description-control_digits' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_digits' ][ 'pt-br' ] = 'Entre com os digitos' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_digits' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_action' ][ 'en-us' ] = 'Action' ;
$text [ 'label-control_action' ][ 'es-cl' ] = '' ;
$text [ 'label-control_action' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_action' ][ 'pt-br' ] = 'Ação' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_action' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_action' ][ 'en-us' ] = 'Enter the action.' ;
$text [ 'description-control_action' ][ 'es-cl' ] = '' ;
$text [ 'description-control_action' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_action' ][ 'pt-br' ] = 'Informe uma ação.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_action' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_data' ][ 'en-us' ] = 'Data' ;
$text [ 'label-control_data' ][ 'es-cl' ] = '' ;
$text [ 'label-control_data' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_data' ][ 'pt-br' ] = 'Dados' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_data' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_data' ][ 'en-us' ] = 'Enter the data.' ;
$text [ 'description-control_data' ][ 'es-cl' ] = '' ;
$text [ 'description-control_data' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_data' ][ 'pt-br' ] = 'Informe os dados.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_data' ][ 'fr-fr' ] = '' ;
$text [ 'label-control_enabled' ][ 'en-us' ] = 'Enabled' ;
$text [ 'label-control_enabled' ][ 'es-cl' ] = '' ;
$text [ 'label-control_enabled' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'label-control_enabled' ][ 'pt-br' ] = 'Habilitado' ;
2016-07-17 23:12:15 +02:00
$text [ 'label-control_enabled' ][ 'fr-fr' ] = '' ;
$text [ 'description-control_enabled' ][ 'en-us' ] = 'Set the status of the control.' ;
$text [ 'description-control_enabled' ][ 'es-cl' ] = '' ;
$text [ 'description-control_enabled' ][ 'pt-pt' ] = '' ;
2016-08-25 19:03:51 +02:00
$text [ 'description-control_enabled' ][ 'pt-br' ] = 'Atribua o estado do controle.' ;
2016-07-17 23:12:15 +02:00
$text [ 'description-control_enabled' ][ 'fr-fr' ] = '' ;
?>