188 lines
6.5 KiB
PHP
188 lines
6.5 KiB
PHP
<?php
|
|
|
|
//XMPP
|
|
|
|
$text['title-xmpp']['en-us'] = 'XMPP Manager';
|
|
$text['title-xmpp']['pt-pt'] = '';
|
|
|
|
$text['title-xmpp-edit']['en-us'] = 'Profile Edit';
|
|
$text['title-xmpp-edit']['pt-pt'] = '';
|
|
|
|
$text['title-xmpp-add']['en-us'] = 'Profile Add';
|
|
$text['title-xmpp-add']['pt-pt'] = '';
|
|
|
|
$text['header-xmpp']['en-us'] = 'XMPP Manager';
|
|
$text['header-xmpp']['pt-pt'] = '';
|
|
|
|
$text['header-xmpp-edit']['en-us'] = 'Profile Edit';
|
|
$text['header-xmpp-edit']['pt-pt'] = '';
|
|
|
|
$text['header-xmpp-add']['en-us'] = 'Profile Add';
|
|
$text['header-xmpp-add']['pt-pt'] = '';
|
|
|
|
$text['description-xmpp-list']['en-us'] = 'Utilizes the Jingle protocol. Jingle is an extension to the Jabber/XMPP protocol.';
|
|
$text['description-xmpp-list']['pt-pt'] = '';
|
|
|
|
$text['description-xmpp-edit-add']['en-us'] = 'Defines a connections to a Jabber, GTalk, or other XMPP Provider server.';
|
|
$text['description-xmpp-edit-add']['pt-pt'] = '';
|
|
|
|
$text['label-profile_name']['en-us'] = 'Profile Name';
|
|
$text['label-profile_name']['pt-pt'] = '';
|
|
|
|
$text['description-profile_name']['en-us'] = 'Enter the profile name here.';
|
|
$text['description-profile_name']['pt-pt'] = '';
|
|
|
|
$text['label-username']['en-us'] = 'Username';
|
|
$text['label-username']['pt-pt'] = '';
|
|
|
|
$text['description-username']['en-us'] = 'Enter the XMPP username here.';
|
|
$text['description-username']['pt-pt'] = '';
|
|
|
|
$text['label-password']['en-us'] = 'Password';
|
|
$text['label-password']['pt-pt'] = '';
|
|
|
|
$text['description-password']['en-us'] = 'Enter the password here.';
|
|
$text['description-password']['pt-pt'] = '';
|
|
|
|
$text['label-auto_login']['en-us'] = 'Auto-Login';
|
|
$text['label-auto_login']['pt-pt'] = '';
|
|
|
|
$text['description-auto_login']['en-us'] = 'Choose whether to automatically login.';
|
|
$text['description-auto_login']['pt-pt'] = '';
|
|
|
|
$text['label-xmpp_server']['en-us'] = 'XMPP Server';
|
|
$text['label-xmpp_server']['pt-pt'] = '';
|
|
|
|
$text['description-xmpp_server']['en-us'] = 'Enter the alternate XMPP server if not the same as specified in the Username field above (e.g. GoogleTalk is: talk.google.com).';
|
|
$text['description-xmpp_server']['pt-pt'] = '';
|
|
|
|
$text['label-default_exten']['en-us'] = 'Default Extension';
|
|
$text['label-default_exten']['pt-pt'] = '';
|
|
|
|
$text['description-default_exten']['en-us'] = 'Default extension (if one cannot be determined) .';
|
|
$text['description-default_exten']['pt-pt'] = '';
|
|
|
|
$text['label-context']['en-us'] = 'Context';
|
|
$text['label-context']['pt-pt'] = '';
|
|
|
|
$text['description-context']['en-us'] = 'Enter the context here.';
|
|
$text['description-context']['pt-pt'] = '';
|
|
|
|
$text['label-rtp_ip']['en-us'] = 'RTP IP';
|
|
$text['label-rtp_ip']['pt-pt'] = '';
|
|
|
|
$text['description-rtp_ip']['en-us'] = 'IP Address for RTP.';
|
|
$text['description-rtp_ip']['pt-pt'] = '';
|
|
|
|
$text['label-ext_rtp_ip']['en-us'] = 'External RTP IP';
|
|
$text['label-ext_rtp_ip']['pt-pt'] = '';
|
|
|
|
$text['description-ext_rtp_ip']['en-us'] = 'External IP Address for RTP.';
|
|
$text['description-ext_rtp_ip']['pt-pt'] = '';
|
|
|
|
$text['label-sasl_type']['en-us'] = 'SASL Type';
|
|
$text['label-sasl_type']['pt-pt'] = '';
|
|
|
|
$text['description-sasl_type']['en-us'] = 'Select an SASL type.';
|
|
$text['description-sasl_type']['pt-pt'] = '';
|
|
|
|
$text['label-tls_enable']['en-us'] = 'Enable TLS';
|
|
$text['label-tls_enable']['pt-pt'] = '';
|
|
|
|
$text['description-tls_enable']['en-us'] = 'Set the status of TLS support.';
|
|
$text['description-tls_enable']['pt-pt'] = '';
|
|
|
|
$text['label-use_rtp_timer']['en-us'] = 'Use RTP Timer';
|
|
$text['label-use_rtp_timer']['pt-pt'] = '';
|
|
|
|
$text['description-use_rtp_timer']['en-us'] = 'Disable to trade async for more calls.';
|
|
$text['description-use_rtp_timer']['pt-pt'] = '';
|
|
|
|
$text['label-vad']['en-us'] = 'Voice Activity Detection (VAD)';
|
|
$text['label-vad']['pt-pt'] = '';
|
|
|
|
$text['description-vad']['en-us'] = 'The direction for which VAD should be enabled.';
|
|
$text['description-vad']['pt-pt'] = '';
|
|
|
|
$text['option-vad_none']['en-us'] = 'None';
|
|
$text['option-vad_none']['pt-pt'] = '';
|
|
|
|
$text['option-vad_in']['en-us'] = 'In';
|
|
$text['option-vad_in']['pt-pt'] = '';
|
|
|
|
$text['option-vad_out']['en-us'] = 'Out';
|
|
$text['option-vad_out']['pt-pt'] = '';
|
|
|
|
$text['option-vad_both']['en-us'] = 'Both';
|
|
$text['option-vad_both']['pt-pt'] = '';
|
|
|
|
$text['label-candidate_acl']['en-us'] = 'Candidate ACL';
|
|
$text['label-candidate_acl']['pt-pt'] = '';
|
|
|
|
$text['description-candidate_acl']['en-us'] = 'Candidate access control list.';
|
|
$text['description-candidate_acl']['pt-pt'] = '';
|
|
|
|
$text['label-local_network_acl']['en-us'] = 'Local Network ACL';
|
|
$text['label-local_network_acl']['pt-pt'] = '';
|
|
|
|
$text['description-local_network_acl']['en-us'] = 'Local network access control list.';
|
|
$text['description-local_network_acl']['pt-pt'] = '';
|
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-enabled']['pt-pt'] = '';
|
|
|
|
$text['description-enabled']['en-us'] = 'Set the current status of this profile.';
|
|
$text['description-enabled']['pt-pt'] = '';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-description']['pt-pt'] = '';
|
|
|
|
$text['description-description']['en-us'] = 'Enter the description for the Profile here (optional).';
|
|
$text['description-description']['pt-pt'] = '';
|
|
|
|
$text['label-status']['en-us'] = 'Status';
|
|
$text['label-status']['pt-pt'] = '';
|
|
|
|
$text['label-true']['en-us'] = 'True';
|
|
$text['label-true']['pt-pt'] = '';
|
|
|
|
$text['label-false']['en-us'] = 'False';
|
|
$text['label-false']['pt-pt'] = 'falso';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-edit']['pt-pt'] = '';
|
|
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-delete']['pt-pt'] = '';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
|
|
|
$text['button-advanced']['en-us'] = 'Advanced';
|
|
$text['button-advanced']['pt-pt'] = '';
|
|
|
|
$text['label-advanced']['en-us'] = 'Show Advanced';
|
|
$text['label-advanced']['pt-pt'] = '';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-add']['pt-pt'] = '';
|
|
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-update']['pt-pt'] = '';
|
|
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-delete']['pt-pt'] = '';
|
|
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
$text['message-required']['pt-pt'] = '';
|
|
|
|
?>
|