46 lines
1.8 KiB
PHP
46 lines
1.8 KiB
PHP
<?php
|
|
/*
|
|
FusionPBX
|
|
Version: MPL 1.1
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
http://www.mozilla.org/MPL/
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
for the specific language governing rights and limitations under the
|
|
License.
|
|
|
|
The Original Code is FusionPBX
|
|
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
Contributor(s):
|
|
Mark J Crane <markjcrane@fusionpbx.com>
|
|
James Rose <james.o.rose@gmail.com>
|
|
*/
|
|
$text['message-delete']['en-us'] = 'Delete Complete';
|
|
$text['button-back']['en-us'] = 'Back';
|
|
$text['button-save']['en-us'] = 'Save';
|
|
$text['title']['en-us'] = 'Service Add';
|
|
|
|
$text['description']['en-us'] = 'Shows a list of processes and provides ability to start and stop them.';
|
|
$text['label-name']['en-us'] = 'Name:';
|
|
$text['description-name']['en-us'] = 'Enter the service name.';
|
|
$text['label-type']['en-us'] = 'Type:';
|
|
$text['description-type']['en-us'] = 'Select the service type.';
|
|
$text['label-data']['en-us'] = 'Data:';
|
|
$text['description-data']['en-us'] = 'Enter the service data.';
|
|
$text['label-start']['en-us'] = 'Start Command:';
|
|
$text['description-start']['en-us'] = 'Enter the command to start the service.';
|
|
$text['label-stop']['en-us'] = 'Stop Comand';
|
|
$text['description-stop']['en-us'] = 'Enter the command to stop the service.';
|
|
$text['label-description']['en-us'] = 'Description:';
|
|
$text['description-description']['en-us'] = 'Enter the service description.';
|
|
|
|
?>
|