2012-11-24 21:30:26 +01:00
< ? php
$text [ 'title-time-condition-add' ][ 'en-us' ] = 'Time Conditions' ;
$text [ 'description-time-condition-add' ][ 'en-us' ] = 'Time conditions route calls based on time conditions. You can use time conditions to send calls to an IVR Menu, External numbers, Scripts, or other destinations.' ;
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
$text [ 'label-name' ][ 'en-us' ] = 'Name' ;
$text [ 'description-name' ][ 'en-us' ] = 'Enter the name for the time condition.' ;
$text [ 'label-extension' ][ 'en-us' ] = 'Extension' ;
$text [ 'description-extension' ][ 'en-us' ] = 'Enter the extension number.' ;
$text [ 'label-template' ][ 'en-us' ] = 'Template' ;
$text [ 'description-template' ][ 'en-us' ] = 'The templates provides a list of preset time conditions.' ;
//begin: Template options
$text [ 'label-optgroup-office' ][ 'en-us' ] = 'Office' ;
$text [ 'label-option-office-8am-5pm' ][ 'en-us' ] = 'Office Hours Mon-Fri 8am-5pm' ;
$text [ 'label-option-office-9am-6pm' ][ 'en-us' ] = 'Office Hours Mon-Fri 9am-6pm' ;
$text [ 'label-optgroup-us-holidays' ][ 'en-us' ] = 'US Holidays' ;
$text [ 'label-option-us-holidays-new-year' ][ 'en-us' ] = 'New Year\'s Day' ;
$text [ 'label-option-us-holidays-martin-luther-king' ][ 'en-us' ] = 'Martin Luther King Jr Day' ;
$text [ 'label-option-us-holidays-president' ][ 'en-us' ] = 'Presidents Day' ;
$text [ 'label-option-us-holidays-memorial' ][ 'en-us' ] = 'Memorial Day' ;
$text [ 'label-option-us-holidays-independence' ][ 'en-us' ] = 'Independence Day' ;
$text [ 'label-option-us-holidays-labor' ][ 'en-us' ] = 'Labor Day' ;
$text [ 'label-option-us-holidays-columbus' ][ 'en-us' ] = 'Columbus Day' ;
$text [ 'label-option-us-holidays-veteran' ][ 'en-us' ] = 'Veteran\'s Day' ;
$text [ 'label-option-us-holidays-thanksgiving' ][ 'en-us' ] = 'Thanksgiving' ;
$text [ 'label-option-us-holidays-christmas' ][ 'en-us' ] = 'Christmas' ;
//end: TemplateOptions
$text [ 'label-day-of-month' ][ 'en-us' ] = 'Day of Month' ;
$text [ 'description-day-of-month' ][ 'en-us' ] = 'Enter the day of the month.' ;
$text [ 'label-day-of-week' ][ 'en-us' ] = 'Day of Week' ;
$text [ 'description-day-of-week' ][ 'en-us' ] = 'Enter the day of the week. 1-7 (Sun=1, Mon=2, Tues=3)' ;
$text [ 'label-minute-of-day' ][ 'en-us' ] = 'Minute of Day' ;
$text [ 'description-minute-of-day' ][ 'en-us' ] = 'Enter the minute of the day. 1-1440 (midnight = 1, 8am=480, 9am=540, 6pm=1080)' ;
$text [ 'label-month' ][ 'en-us' ] = 'Month' ;
$text [ 'description-month' ][ 'en-us' ] = 'Enter the month. 1-12 (Jan=1, Feb=2, Mar=3, April=4, May=5, Jun=6, July=7 etc.)' ;
$text [ 'label-week-of-month' ][ 'en-us' ] = 'Week of Month' ;
$text [ 'description-week-of-month' ][ 'en-us' ] = 'Enter the week of the month.' ;
//begin: show_advanced
$text [ 'label-show-advanced' ][ 'en-us' ] = 'Show Advanced' ;
$text [ 'button-advanced' ][ 'en-us' ] = 'Advanced' ;
$text [ 'label-day-of-year' ][ 'en-us' ] = 'Day of Year' ;
$text [ 'description-day-of-year' ][ 'en-us' ] = 'Enter the day of the year.' ;
$text [ 'label-hour' ][ 'en-us' ] = 'Hour' ;
$text [ 'description-hour' ][ 'en-us' ] = 'Enter the hour.' ;
$text [ 'label-minute' ][ 'en-us' ] = 'Minute' ;
$text [ 'description-minute' ][ 'en-us' ] = 'Enter the minute.' ;
$text [ 'label-week' ][ 'en-us' ] = 'Week' ;
$text [ 'description-week' ][ 'en-us' ] = 'Enter the week.' ;
$text [ 'label-year' ][ 'en-us' ] = 'Year' ;
$text [ 'description-year' ][ 'en-us' ] = 'Enter the year.' ;
2012-11-25 00:45:15 +01:00
//end: show_advanced
$text [ 'label-true' ][ 'en-us' ] = 'true' ;
$text [ 'label-false' ][ 'en-us' ] = 'false' ;
2012-11-24 21:30:26 +01:00
$text [ 'label-action-when-true' ][ 'en-us' ] = 'Action when True' ;
$text [ 'label-action-when-false' ][ 'en-us' ] = 'Action when False' ;
$text [ 'label-order' ][ 'en-us' ] = 'Order' ;
$text [ 'label-enabled' ][ 'en-us' ] = 'Enabled' ;
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
$text [ 'label-required-domain_uuid' ][ 'en-us' ] = 'Please provide: domain_uuid' ;
$text [ 'label-required-dialplan_name' ][ 'en-us' ] = 'Please provide: Extension Name' ;
$text [ 'confirm-update-complete' ][ 'en-us' ] = 'Update Complete' ;
?>