App->conferences_active, added preliminary support for translations.

This commit is contained in:
James Rose
2012-11-24 17:58:54 +00:00
parent d8ff5814e4
commit 4104f5a51f
6 changed files with 166 additions and 53 deletions
+66
View File
@@ -0,0 +1,66 @@
<?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-denied']['en-us'] = 'access denied';
$text['label-interactive']['en-us'] = 'Interactive Conference';
$text['description-interactive']['en-us'] = 'Use this to monitor and interact with the members of the conference.';
$text['message-connection']['en-us'] = 'Connection to Event Socket failed.';
$text['label-message']['en-us'] = 'Message';
$text['label-tools']['en-us'] = 'Conference Tools';
$text['button-start-rec']['en-us'] = 'Start Record';
$text['button-stop-rec']['en-us'] = 'Stop Record';
$text['label-recording']['en-us'] = 'Recording';
$text['label-not-recording']['en-us'] = 'Not Recording';
$text['label-unlock']['en-us'] = 'Unlock';
$text['label-lock']['en-us'] = 'Lock';
$text['label-id']['en-us'] = 'ID';
$text['label-cid-name']['en-us'] = 'Caller ID Name';
$text['label-cid-num']['en-us'] = 'Caller ID Number';
$text['label-joined']['en-us'] = 'Joined';
$text['label-hear']['en-us'] = 'Hear';
$text['label-speak']['en-us'] = 'Speak';
$text['label-talking']['en-us'] = 'Talking';
$text['label-last-talk']['en-us'] = 'Last Talked';
$text['label-video']['en-us'] = 'Video';
$text['label-floor']['en-us'] = 'Has Floor';
$text['label-tool']['en-us'] = 'Tools';
$text['label-yes']['en-us'] = 'yes';
$text['label-no']['en-us'] = 'no';
$text['label-energy']['en-us'] = 'energy';
$text['label-volume']['en-us'] = 'vol';
$text['label-gain']['en-us'] = 'gain';
$text['label-mute']['en-us'] = 'mute';
$text['label-unmute']['en-us'] = 'unmute';
$text['label-deaf']['en-us'] = 'deaf';
$text['label-undeaf']['en-us'] = 'undeaf';
$text['label-kick']['en-us'] = 'kick';
$text['label-active']['en-us'] = 'Active Conferences';
$text['description-active']['en-us'] = 'List all the conferences that are currently active with one or more members.';
$text['label-name']['en-us'] = 'Name';
$text['label-member-count']['en-us'] = 'Member Count';
$text['button-view']['en-us'] = 'view';
?>