Minor language updates to Ring Groups for clarity and consistency.

This commit is contained in:
Nate Jones
2013-05-18 23:43:11 +00:00
parent 1de289dc8d
commit 88aea2e149
2 changed files with 56 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
<?php
<?php
/*
FusionPBX
Version: MPL 1.1
@@ -61,9 +61,7 @@
$text['button-back']['en-us'] = 'Back';
$text['description-name']['en-us'] = 'Enter the name.';
$text['description-extension']['en-us'] = 'Enter the extension.';
$text['description-name']['en-us'] = 'Enter a name.';
$text['label-context']['en-us'] = 'Context';
@@ -71,51 +69,55 @@
$text['label-strategy']['en-us'] = 'Strategy';
$text['select-sequence']['en-us'] = 'sequence';
$text['option-sequence']['en-us'] = 'Sequence';
$text['select-simultaneous']['en-us'] = 'simultaneous';
$text['option-simultaneous']['en-us'] = 'Simultaneous';
$text['select-enterprise']['en-us'] = 'enterprise';
$text['option-enterprise']['en-us'] = 'Enterprise';
$text['label-sequence']['en-us'] = 'Select the strategy.';
$text['description-strategy']['en-us'] = 'Select the ring strategy.';
$text['label-extensions']['en-us'] = 'Extensions';
$text['description-extensions']['en-us'] = 'Add an extension and ring parameters to the ring group.';
$text['button-add']['en-us'] = 'Add';
$text['description-extension']['en-us'] = 'Add the extensions to the ring group';
$text['description-extension']['en-us'] = 'Define an extension number for this ring group.';
$text['label-timeout']['en-us'] = 'Timeout';
$text['label-duration']['en-us'] = 'Duration';
$text['description-timeout']['en-us'] = 'Enter the timeout in seconds.';
$text['label-call-timeout']['en-us'] = 'Call Timeout';
$text['description-timeout']['en-us'] = 'Enter the total call timeout in seconds';
$text['label-destination']['en-us'] = 'Destination';
$text['description-destination']['en-us'] = 'Select the destination for the ring group.';
$text['description-destination']['en-us'] = 'Select the timeout destination for this 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['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['option-usring']['en-us'] = 'us-ring';
$text['dropdown-frring']['en-us'] = 'fr-ring';
$text['option-frring']['en-us'] = 'fr-ring';
$text['dropdown-ukring']['en-us'] = 'uk-ring';
$text['option-ukring']['en-us'] = 'uk-ring';
$text['dropdown-rsring']['en-us'] = 'rs-ring';
$text['option-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['option-true']['en-us'] = 'True';
$text['dropdown-false']['en-us'] = 'false';
$text['option-false']['en-us'] = 'False';
$text['description-enabled']['en-us'] ='Select to enable or disable the ring group.';
$text['description-enabled']['en-us'] ='Set the status of this ring group.';
$text['description-description']['en-us'] = 'Enter the description';
$text['label-extensions']['en-us'] = 'Extensions';
$text['description-description']['en-us'] = 'Enter a description (optional).';
$text['label-delay']['en-us'] = 'Delay';
$text['label-delay']['pt-pt'] = '';