App->Settings, added initial support for translations.
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?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-settings']['en-us'] = 'Setting Update';
|
||||
$text['label-event-socket-ip']['en-us'] = 'Event Socket IP Address:';
|
||||
$text['description-event-socket-ip']['en-us'] = 'Enter the event socket IP address. default: 127.0.0.1';
|
||||
$text['label-event-socket-port']['en-us'] = 'Event Socket Port:';
|
||||
$text['description-event-socket-port']['en-us'] = 'Enter the event socket port. default: 8021';
|
||||
|
||||
$text['label-event-socket-pw']['en-us'] = 'Event Socket Password:';
|
||||
$text['description-event-socket-pw']['en-us'] = 'Enter the event socket password.';
|
||||
|
||||
$text['label-xml-rpc-port']['en-us'] = 'XML RPC HTTP Port:';
|
||||
$text['description-xml-rpc-port']['en-us'] = 'Enter the XML RPC HTTP Port. default: 8787';
|
||||
$text['label-xml-rpc-realm']['en-us'] = 'XML RPC Auth Realm:';
|
||||
$text['description-xml-rpc-realm']['en-us'] = 'Enter the XML RPC Auth Realm. default: freeswitch';
|
||||
$text['label-xml-rpc-user']['en-us'] = 'XML RPC Auth User:';
|
||||
$text['description-xml-rpc-user']['en-us'] = 'Enter the XML RPC Auth User. default: xmlrpc';
|
||||
$text['label-xml-rpc-pw']['en-us'] = 'XML RPC Auth Password:';
|
||||
$text['description-xml-rpc-pw']['en-us'] = 'Enter the XML RPC Auth Password.';
|
||||
|
||||
$text['label-shout-decoder']['en-us'] = 'Mod Shout Decoder:';
|
||||
$text['description-shout-decoder']['en-us'] = 'Ender the Decoder. default: i386';
|
||||
$text['label-shout-volume']['en-us'] = 'Mod Shout Volume:';
|
||||
$text['description-shout-volume']['en-us'] 'Enter Mod Shout Volume.';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user