diff --git a/app/system/app_languages.php b/app/system/app_languages.php new file mode 100644 index 0000000000..9669625a5e --- /dev/null +++ b/app/system/app_languages.php @@ -0,0 +1,51 @@ + + Portions created by the Initial Developer are Copyright (C) 2008-2012 + the Initial Developer. All Rights Reserved. + + Contributor(s): + Mark J Crane + James Rose +*/ + + $text['title-sys-info']['en-us'] = 'System Information'; + $text['label-os']['en-us'] = 'Operating System:'; + $text['title-mem']['en-us'] = 'Memory Information'; + $text['label-mem']['en-us'] = 'Memory Status:'; + $text['title-cpu']['en-us'] = 'CPU Information'; + $text['label-cpu']['en-us'] = 'CPU Status:'; + $text['title-drive']['en-us'] = 'Drive Information'; + $text['label-drive']['en-us'] = 'Drive Space:'; + $text['label-drive-capacity']['en-us'] = 'Capacity:'; + $text['label-drive-free']['en-us'] = 'Free Space:'; + $text['label-drive-percent']['en-us'] = 'Percent Free:'; + + + $text['label-extension']['en-us'] = 'Extension'; + $text['label-voicemail']['en-us'] = 'Voicemail Mail To'; + $text['label-messages']['en-us'] = 'Messages'; + $text['label-enabled']['en-us'] = 'Enabled'; + $text['label-description']['en-us'] = 'Description'; + + $text['confirm-prefs-delete-alt']['en-us']= 'restore default preferences'; + $text['confirm-prefs-delete-title']['en-us']='restore default preferences'; + $text['confirm-prefs-delete']['en-us'] = 'Are you sure you want to remove the voicemail name and greeting?'; + +?> \ No newline at end of file