118 lines
3.5 KiB
PHP
118 lines
3.5 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['title']['en-us'] = 'Ring Groups';
|
|
|
|
$text['description']['en-us'] = 'A ring group is a set of extensions that can be called with a ring strategy.';
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
|
|
$text['label-extension']['en-us'] = 'Extension';
|
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
|
|
$text['message-delete']['en-us'] = 'Do you really want to delete this?';
|
|
|
|
$text['message-delete-done']['en-us'] = 'Delete Complete';
|
|
|
|
$text['message-name']['en-us'] = 'Please provide: Name';
|
|
|
|
$text['message-extension']['en-us'] = 'Please provide: Extension';
|
|
|
|
$text['message-strategy']['en-us'] = 'Please provide: Strategy';
|
|
|
|
$text['message-timeout']['en-us'] = 'Please provide: Timeout';
|
|
|
|
$text['message-timeout-action']['en-us'] = 'Please provide: Timeout Action';
|
|
|
|
$text['message-enabled']['en-us'] = 'Please provide: Enabled';
|
|
|
|
$text['message-add-complete']['en-us'] = 'Add Complete';
|
|
|
|
$text['message-update-complete']['en-us'] = 'Update Complete';
|
|
|
|
$text['label-ring-group']['en-us'] = 'Ring Group';
|
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
|
|
$text['description-name']['en-us'] = 'Enter the name.';
|
|
|
|
$text['description-extension']['en-us'] = 'Enter the extension.';
|
|
|
|
$text['label-context']['en-us'] = 'Context';
|
|
|
|
$text['description-enter-context']['en-us'] = 'Enter the context.';
|
|
|
|
$text['label-strategy']['en-us'] = 'Strategy';
|
|
|
|
$text['dropdown-sequence']['en-us'] = 'sequence';
|
|
|
|
$text['dropdown-simultaneous']['en-us'] = 'simultaneous';
|
|
|
|
$text['label-sequence']['en-us'] = 'Select the strategy.';
|
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
|
|
$text['description-extension']['en-us'] = 'Add the extensions to the ring group';
|
|
|
|
$text['label-timeout']['en-us'] = 'Timeout';
|
|
|
|
$text['description-timeout']['en-us'] = 'Enter the timeout in seconds.';
|
|
|
|
$text['label-destination']['en-us'] = 'Destination';
|
|
|
|
$text['description-destination']['en-us'] = 'Select the destination for the ring group.';
|
|
|
|
$text['label-cid-prefix']['en-us'] = 'CID Prefix';
|
|
|
|
$text['description-cid-prefix']['en-us'] = 'Set a prefix on the caller ID name';
|
|
|
|
$text['label-ringback']['en-us'] = 'Ring Back';
|
|
|
|
$text['dropdown-usring']['en-us'] = 'us-ring';
|
|
|
|
$text['dropdown-frring']['en-us'] = 'fr-ring';
|
|
|
|
$text['dropdown-ukring']['en-us'] = 'uk-ring';
|
|
|
|
$text['dropdown-rsring']['en-us'] = 'rs-ring';
|
|
|
|
$text['description-ringback']['en-us'] = 'Defines what the caller will hear while the destination is being called.';
|
|
|
|
$text['dropdown-true']['en-us'] = 'true';
|
|
|
|
$text['dropdown-false']['en-us'] = 'false';
|
|
|
|
$text['description-enabled']['en-us'] ='Select to enable or disable the ring group.';
|
|
|
|
$text['description-description']['en-us'] = 'Enter the description';
|
|
|
|
$text['label-extensions']['en-us'] = 'Extensions';
|
|
|
|
?>
|