2013-06-06 23:31:19 +02:00
< ? php
//Hot Desking
$text [ 'title-hot_desking' ][ 'en-us' ] = 'Hot Desking' ;
$text [ 'header-hot_desking' ][ 'en-us' ] = 'Hot Desking' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'header-message' ][ 'en-us' ] = 'Message' ;
2013-06-06 23:44:28 +02:00
$text [ 'description-hot_desking' ][ 'en-us' ] = 'Log in to hot desking with a unique ID and your voicemail password to direct your calls to a remote extension. Then, make and receive calls as if you were at your extension.' ;
2013-06-06 23:31:19 +02:00
$text [ 'label-extension' ][ 'en-us' ] = 'Extension' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'label-unique_id' ][ 'en-us' ] = 'Unique ID' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'label-forward_to' ][ 'en-us' ] = 'Forward To' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'label-voicemail_password' ][ 'en-us' ] = 'Voicemail Password' ;
2013-09-21 10:40:50 +02:00
2013-06-06 23:31:19 +02:00
$text [ 'label-dial_string' ][ 'en-us' ] = 'Dial String' ;
$text [ 'description-extension-add' ][ 'en-us' ] = 'Select the extension number.' ;
$text [ 'description-extension-edit' ][ 'en-us' ] = 'Extension number.' ;
$text [ 'description-unique_id' ][ 'en-us' ] = 'A unique NUMERIC ID to identify the extension and domain.' ;
$text [ 'description-voicemail_password' ][ 'en-us' ] = 'Enter the voicemail password here.' ;
$text [ 'description-password' ][ 'en-us' ] = 'Password' ;
$text [ 'description-dial_string' ][ 'en-us' ] = 'Location of the endpoint.' ;
$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-save' ][ 'en-us' ] = 'Save' ;
$text [ 'confirm-delete' ][ 'en-us' ] = 'Do you really want to delete this?' ;
$text [ 'message-add' ][ 'en-us' ] = 'Add Completed' ;
$text [ 'message-update' ][ 'en-us' ] = 'Update Completed' ;
$text [ 'message-delete' ][ 'en-us' ] = 'Delete Completed' ;
$text [ 'message-required' ][ 'en-us' ] = 'Please provide: ' ;
$text [ 'message-unique' ][ 'en-us' ] = 'The Unique ID is not unique. Please provide a numeric ID not already in use by a different extension.' ;
?>