105 lines
3.4 KiB
PHP
105 lines
3.4 KiB
PHP
<?php
|
|
// call_block.php
|
|
$text['title-call-block']['en-us'] = 'Call Block';
|
|
$text['title-call-block']['pt-pt'] = '';
|
|
|
|
$text['description-call-block']['en-us'] = 'A list of numbers from which to block calls.';
|
|
$text['description-call-block']['pt-pt'] = '';
|
|
|
|
$text['label-number']['en-us'] = 'Number';
|
|
$text['label-number']['pt-pt'] = '';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-name']['pt-pt'] = '';
|
|
|
|
$text['label-Count']['en-us'] = 'Count';
|
|
$text['label-Count']['pt-pt'] = '';
|
|
|
|
$text['label-date-added']['en-us'] = 'Date Added';
|
|
$text['label-date-added']['pt-pt'] = '';
|
|
|
|
$text['label-action']['en-us'] = 'Action';
|
|
$text['label-action']['pt-pt'] = '';
|
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
$text['label-enabled']['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-add']['en-us'] = 'Add';
|
|
$text['button-add']['pt-pt'] = '';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-delete']['pt-pt'] = '';
|
|
|
|
// call_block_cdr_add.php
|
|
$text['label-add-complete']['en-us'] = 'Add Complete';
|
|
$text['label-add-complete']['pt-pt'] = '';
|
|
|
|
// call_block_delete.php
|
|
$text['label-message']['en-us'] = 'Message';
|
|
$text['label-message']['pt-pt'] = '';
|
|
|
|
$text['label-delete-complete']['en-us'] = 'Delete Complete';
|
|
$text['label-delete-complete']['pt-pt'] = '';
|
|
|
|
// call_block_edit.php
|
|
$text['label-provide-name']['en-us'] = 'Please provide: Name';
|
|
$text['label-provide-name']['pt-pt'] = '';
|
|
|
|
$text['label-provide-number']['en-us'] = 'Please provide: Number';
|
|
$text['label-provide-number']['pt-pt'] = '';
|
|
|
|
$text['label-provide-enabled']['en-us'] = 'Please provide: Enabled';
|
|
$text['label-provide-enabled']['pt-pt'] = '';
|
|
|
|
$text['label-update-complete']['en-us'] = 'Update Complete';
|
|
$text['label-update-complete']['pt-pt'] = '';
|
|
|
|
$text['label-called-on']['en-us'] = 'Called on';
|
|
$text['label-called-on']['pt-pt'] = '';
|
|
|
|
$text['label-edit-add']['en-us'] = 'Call Block Add';
|
|
$text['label-edit-add']['pt-pt'] = '';
|
|
|
|
$text['label-edit-edit']['en-us'] = 'Call Block Edit';
|
|
$text['label-edit-edit']['pt-pt'] = '';
|
|
|
|
$text['label-add-note']['en-us'] = 'Block calls from a number. Either select a number from the list above or enter the number, name and enable below.';
|
|
$text['label-add-note']['pt-pt'] = '';
|
|
|
|
$text['label-edit-note']['en-us'] = 'Block calls from a number. Edit the name and enable/disable below.';
|
|
$text['label-edit-note']['pt-pt'] = '';
|
|
|
|
$text['label-exact-number']['en-us'] = 'Enter the exact number.';
|
|
$text['label-exact-number']['pt-pt'] = '';
|
|
|
|
$text['label-reject']['en-us'] = 'Reject';
|
|
$text['label-reject']['pt-pt'] = '';
|
|
|
|
$text['label-busy']['en-us'] = 'Busy';
|
|
$text['label-busy']['pt-pt'] = '';
|
|
|
|
$text['label-action-message']['en-us'] = 'Set an action for calls from this number.';
|
|
$text['label-action-message']['pt-pt'] = '';
|
|
|
|
$text['label-true']['en-us'] = 'true';
|
|
$text['label-true']['pt-pt'] = '';
|
|
|
|
$text['label-false']['en-us'] = 'false';
|
|
$text['label-false']['pt-pt'] = '';
|
|
|
|
$text['label-enable-message']['en-us'] = 'Set to true to enable call blocking for this number.';
|
|
$text['label-enable-message']['pt-pt'] = '';
|
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['button-save']['pt-pt'] = '';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-back']['pt-pt'] = ''
|
|
|
|
?>
|