mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add translation framework to conference rooms.
This commit is contained in:
60
app/conference_centers/app_languages.php
Normal file
60
app/conference_centers/app_languages.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
//conference centers
|
||||
$text['title']['en-us'] = 'Conference Centers';
|
||||
$text['title']['pt-pt'] = '';
|
||||
|
||||
//conference rooms
|
||||
$text['title']['en-us'] = 'Conference Rooms';
|
||||
$text['title']['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';
|
||||
$text['label-mute']['pt-pt'] = '';
|
||||
|
||||
$text['label-enabled']['en-us'] = 'Enabled';
|
||||
$text['label-enabled']['pt-pt'] = 'Activo';
|
||||
|
||||
$text['label-count']['en-us'] = 'Count';
|
||||
$text['label-count']['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-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
|
||||
$text['confirm-update']['en-us'] = 'Update Complete';
|
||||
$text['confirm-update']['pt-pt'] = 'Actualização Completa';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user