50 lines
2.1 KiB
PHP
50 lines
2.1 KiB
PHP
<?php
|
|
|
|
//SIP Profiles
|
|
|
|
$text['title-sip_profiles']['en-us'] = 'SIP Profiles';
|
|
$text['title-sip_profile']['en-us'] = 'SIP Profile';
|
|
$text['title-setting']['en-us'] = 'Profile Setting';
|
|
|
|
$text['header-sip_profiles']['en-us'] = 'SIP Profiles';
|
|
$text['header-sip_profile']['en-us'] = 'SIP Profile';
|
|
$text['header_settings']['en-us'] = 'Settings';
|
|
$text['header-setting']['en-us'] = 'Profile Setting';
|
|
|
|
$text['description-sip_profiles']['en-us'] = 'Manage settings for SIP profiles.';
|
|
$text['description-sip_profile']['en-us'] = 'Manage settings for the SIP profile.';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
$text['label-description']['en-us'] = 'Description';
|
|
$text['label-setting_name']['en-us'] = 'Name';
|
|
$text['label-setting_value']['en-us'] = 'Value';
|
|
$text['label-setting_enabled']['en-us'] = 'Enabled';
|
|
$text['label-setting_description']['en-us'] = 'Description';
|
|
|
|
$text['description-name']['en-us'] = 'Enter the SIP Profile name.';
|
|
$text['description-description']['en-us'] = 'Enter the description.';
|
|
$text['description-setting_name']['en-us'] = 'Enter the name.';
|
|
$text['description-setting_value']['en-us'] = 'Enter the value.';
|
|
$text['description-setting_enabled']['en-us'] = 'Choose to enable or disable this.';
|
|
$text['description-setting_description']['en-us'] = 'Enter the description.';
|
|
|
|
$text['option-true']['en-us'] = 'True';
|
|
$text['option-false']['en-us'] = 'False';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-copy']['en-us'] = 'Copy';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
$text['confirm-copy']['en-us'] = 'Do you really want to copy this?';
|
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
$text['message-copy']['en-us'] = 'Copy Completed';
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
|
|
?>
|