241 lines
8.3 KiB
PHP
241 lines
8.3 KiB
PHP
<?php
|
|
|
|
//conference centers
|
|
$text['title-conference-centers']['en-us'] = 'Conference Centers';
|
|
$text['title-conference-centers']['pt-pt'] = '';
|
|
|
|
$text['description-conference-centers']['en-us'] = 'Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.';
|
|
$text['description-conference-centers']['pt-pt'] = '';
|
|
|
|
$text['title-conference-center']['en-us'] = 'Conference Center';
|
|
$text['title-conference-center']['pt-pt'] = '';
|
|
|
|
$text['description-conference-center']['en-us'] = 'Conference Center is used to setup one or more conference rooms with a name, extension number, a required pin number length, and a description.';
|
|
$text['description-conference-center']['pt-pt'] = '';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = '';
|
|
|
|
$text['label-extension']['en-us'] = 'Extension';
|
|
$text['label-extension']['pt-pt'] = '';
|
|
|
|
$text['label-pin-length']['en-us'] = 'PIN Length';
|
|
$text['label-pin-length']['pt-pt'] = '';
|
|
|
|
$text['label-delete']['en-us'] = 'Delete';
|
|
$text['label-delete']['pt-pt'] = '';
|
|
|
|
$text['label-edit']['en-us'] = 'Edit';
|
|
$text['label-edit']['pt-pt'] = '';
|
|
|
|
$text['description-name']['en-us'] = 'Enter the conference center name.';
|
|
$text['description-name']['pt-pt'] = '';
|
|
|
|
$text['description-extension']['en-us'] = 'Enter the conference center extension number.';
|
|
$text['description-extension']['pt-pt'] = '';
|
|
|
|
$text['description-pin-length']['en-us'] = 'Enter the required PIN length.';
|
|
$text['description-pin-length']['pt-pt'] = '';
|
|
|
|
$text['description-enabled']['en-us'] = 'Select whether to enable or disable the conference center.';
|
|
$text['description-enabled']['pt-pt'] = '';
|
|
|
|
$text['description-description']['en-us'] = 'Enter the description.';
|
|
$text['description-description']['pt-pt'] = '';
|
|
|
|
//conference rooms
|
|
$text['title-conference-rooms']['en-us'] = 'Conference Rooms';
|
|
$text['title-conference-rooms']['pt-pt'] = '';
|
|
|
|
$text['title-conference-room']['en-us'] = 'Conference Room';
|
|
$text['title-conference-room']['pt-pt'] = '';
|
|
|
|
$text['label-profile']['en-us'] = 'Profile';
|
|
$text['label-profile']['pt-pt'] = '';
|
|
|
|
$text['label-record']['en-us'] = 'Record';
|
|
$text['label-record']['pt-pt'] = '';
|
|
|
|
$text['label-wait-moderator']['en-us'] = 'Secure';
|
|
$text['label-wait-moderator']['pt-pt'] = '';
|
|
|
|
$text['label-announce']['en-us'] = 'Announce';
|
|
$text['label-announce']['pt-pt'] = '';
|
|
|
|
$text['label-mute']['en-us'] = 'Mute on Entry';
|
|
$text['label-mute']['pt-pt'] = '';
|
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-enabled']['pt-pt'] = 'Activo';
|
|
|
|
$text['label-sounds']['en-us'] = 'Sounds';
|
|
$text['label-sounds']['pt-pt'] = '';
|
|
|
|
$text['label-members']['en-us'] = 'Members';
|
|
$text['label-members']['pt-pt'] = '';
|
|
|
|
$text['label-tools']['en-us'] = 'Tools';
|
|
$text['label-tools']['pt-pt'] = 'Ferramentas';
|
|
|
|
$text['label-view']['en-us'] = 'View';
|
|
$text['label-view']['pt-pt'] = '';
|
|
|
|
$text['label-sessions']['en-us'] = 'Sessions';
|
|
$text['label-sessions']['pt-pt'] = '';
|
|
|
|
$text['label-true']['en-us'] = 'true';
|
|
$text['label-true']['pt-pt'] = 'verdadeiro';
|
|
|
|
$text['label-false']['en-us'] = 'false';
|
|
$text['label-false']['pt-pt'] = 'falso';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-description']['pt-pt'] = 'Descrição';
|
|
|
|
//conference room edit
|
|
$text['button-rooms']['en-us'] = 'Rooms';
|
|
$text['button-rooms']['pt-pt'] = '';
|
|
|
|
$text['button-sessions']['en-us'] = 'Sessions';
|
|
$text['button-sessions']['pt-pt'] = '';
|
|
|
|
$text['button-view']['en-us'] = 'View';
|
|
$text['button-view']['pt-pt'] = '';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['confirm-update']['en-us'] = 'Update Complete';
|
|
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
|
|
$text['label-conference-name']['en-us'] = 'Conference Name';
|
|
$text['label-conference-name']['pt-pt'] = '';
|
|
|
|
$text['label-users']['en-us'] = 'Users';
|
|
$text['label-users']['pt-pt'] = '';
|
|
|
|
$text['description-users']['en-us'] = 'Assign additional users as administrators of this conference room.';
|
|
$text['description-users']['pt-pt'] = '';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
|
|
$text['label-moderator-pin']['en-us'] = 'Moderator PIN';
|
|
$text['label-moderator-pin']['pt-pt'] = '';
|
|
|
|
$text['label-participant-pin']['en-us'] = 'Participant PIN';
|
|
$text['label-participant-pin']['pt-pt'] = '';
|
|
|
|
$text['label-member-pin']['en-us'] = 'PIN Numbers';
|
|
$text['label-member-pin']['pt-pt'] = '';
|
|
|
|
$text['description-moderator-pin']['en-us'] = 'Pin number for the moderators.';
|
|
$text['description-moderator-pin']['pt-pt'] = '';
|
|
|
|
$text['description-participant-pin']['en-us'] = 'Pin number for the participants.';
|
|
$text['description-participant-pin']['pt-pt'] = '';
|
|
|
|
$text['label-member-type-moderator']['en-us'] = 'moderator';
|
|
$text['label-member-type-moderator']['pt-pt'] = '';
|
|
|
|
$text['label-member-type-participant']['en-us'] = 'participant';
|
|
$text['label-member-type-participant']['pt-pt'] = '';
|
|
|
|
$text['description-profile']['en-us'] = 'Conference Profile is a collection of settings for the conference center.';
|
|
$text['description-profile']['pt-pt'] = '';
|
|
|
|
$text['label-max-members']['en-us'] = 'Max Members';
|
|
$text['label-max-members']['pt-pt'] = '';
|
|
|
|
$text['label-wait-for-moderator']['en-us'] = 'Wait for Moderator';
|
|
$text['label-wait-for-moderator']['pt-pt'] = '';
|
|
|
|
$text['label-enter-sound']['en-us'] = 'Enter Sound';
|
|
$text['label-enter-sound']['pt-pt'] = '';
|
|
|
|
$text['label-exit-sound']['en-us'] = 'Exit Sound';
|
|
$text['label-exit-sound']['pt-pt'] = '';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
|
|
$text['button-search']['en-us'] = 'Search';
|
|
$text['button-search']['pt-pt'] = '';
|
|
|
|
//Conference Sessions
|
|
$text['title-conference-sessions']['en-us'] = 'Conference Sessions';
|
|
$text['title-conference-sessions']['pt-pt'] = '';
|
|
|
|
$text['description-conference-sessions']['en-us'] = 'Conference Sessions are log details about the conferences.';
|
|
$text['description-conference-sessions']['pt-pt'] = '';
|
|
|
|
$text['label-time']['en-us'] = 'Time';
|
|
$text['label-time']['pt-pt'] = '';
|
|
|
|
$text['label-start']['en-us'] = 'Start';
|
|
$text['label-start']['pt-pt'] = '';
|
|
|
|
$text['label-end']['en-us'] = 'End';
|
|
$text['label-end']['pt-pt'] = '';
|
|
|
|
$text['label-profile']['en-us'] = 'Profile';
|
|
$text['label-profile']['pt-pt'] = '';
|
|
|
|
$text['label-recording']['en-us'] = 'Recording';
|
|
$text['label-recording']['pt-pt'] = '';
|
|
|
|
$text['label-tools']['en-us'] = 'Tools';
|
|
$text['label-tools']['pt-pt'] = '';
|
|
|
|
$text['label-details']['en-us'] = 'Details';
|
|
$text['label-details']['pt-pt'] = '';
|
|
|
|
$text['label-play']['en-us'] = 'Play';
|
|
$text['label-play']['pt-pt'] = '';
|
|
|
|
$text['label-download']['en-us'] = 'Download';
|
|
$text['label-download']['pt-pt'] = '';
|
|
|
|
//Conference Sessions Details
|
|
$text['title-conference-session-details']['en-us'] = 'Conference Session Details';
|
|
$text['title-conference-session-details']['pt-pt'] = '';
|
|
|
|
$text['description-conference-session-details']['en-us'] = 'Conference Sessions are log details of the conferences calls.';
|
|
$text['description-conference-session-details']['pt-pt'] = '';
|
|
|
|
$text['label-username']['en-us'] = 'Username';
|
|
$text['label-username']['pt-pt'] = '';
|
|
|
|
$text['label-uuid']['en-us'] = 'UUID';
|
|
$text['label-uuid']['pt-pt'] = '';
|
|
|
|
$text['label-caller-id-name']['en-us'] = 'Caller ID Name';
|
|
$text['label-caller-id-name']['pt-pt'] = '';
|
|
|
|
$text['label-caller-id-number']['en-us'] = 'Caller ID Number';
|
|
$text['label-caller-id-number']['pt-pt'] = '';
|
|
|
|
$text['label-moderator']['en-us'] = 'Moderator';
|
|
$text['label-moderator']['pt-pt'] = '';
|
|
|
|
$text['label-network-address']['en-us'] = 'Network Address';
|
|
$text['label-network-address']['pt-pt'] = '';
|
|
|
|
$text['label-time']['en-us'] = 'Time';
|
|
$text['label-time']['pt-pt'] = '';
|
|
|
|
$text['label-start']['en-us'] = 'Start';
|
|
$text['label-start']['pt-pt'] = '';
|
|
|
|
$text['label-end']['en-us'] = 'End';
|
|
$text['label-end']['pt-pt'] = '';
|
|
|
|
$text['label-details']['en-us'] = 'Details';
|
|
$text['label-details']['pt-pt'] = '';
|
|
|
|
$text['label-cdr']['en-us'] = 'CDR';
|
|
$text['label-cdr']['pt-pt'] = '';
|
|
?>
|