2012-11-24 18:58:54 +01:00
|
|
|
|
<?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>
|
2013-09-13 23:04:53 +02:00
|
|
|
|
Philippe Rioual <bhouba@gmail.com>
|
2012-11-24 18:58:54 +01:00
|
|
|
|
*/
|
|
|
|
|
|
$text['message-denied']['en-us'] = 'access denied';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['message-denied']['fr'] = "Accès non authorisé";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-interactive']['en-us'] = 'Interactive Conference';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-interactive']['fr'] = "Conférence Interactive";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['description-interactive']['en-us'] = 'Use this to monitor and interact with the members of the conference.';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['description-interactive']['fr'] = "Superviser et interagir avec les participants de la conférence";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['message-connection']['en-us'] = 'Connection to Event Socket failed.';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['message-connection']['fr'] = "Connexion à l'Event Socket en echec.";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-message']['en-us'] = 'Message';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-message']['fr'] = "Message";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2013-01-23 15:54:14 +01:00
|
|
|
|
$text['label-tools']['en-us'] = 'Tools';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-tools']['fr'] = "Outils";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['button-start-rec']['en-us'] = 'Start Record';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-start-rec']['fr'] = "Commencer l'Enregistrement";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['button-stop-rec']['en-us'] = 'Stop Record';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-stop-rec']['fr'] = "Arrêter l'Enregistrement";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-recording']['en-us'] = 'Recording';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-recording']['fr'] = "Enregistré";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-not-recording']['en-us'] = 'Not Recording';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-not-recording']['fr'] = "Non Enregistré";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-unlock']['en-us'] = 'Unlock';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-unlock']['fr'] = "Débloqué";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-lock']['en-us'] = 'Lock';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-lock']['fr'] = "Bloqué";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-id']['en-us'] = 'ID';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-id']['fr'] = "ID";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-cid-name']['en-us'] = 'Caller ID Name';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-cid-name']['fr'] = "Nom d'appelant";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-cid-num']['en-us'] = 'Caller ID Number';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-cid-num']['fr'] = "Numéro d'appelant";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2013-01-25 16:42:52 +01:00
|
|
|
|
$text['label-moderator']['en-us'] = 'Moderator';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-moderator']['fr'] = "Modérateur";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-joined']['en-us'] = 'Joined';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-joined']['fr'] = "a joint";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-hear']['en-us'] = 'Hear';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-hear']['fr'] = "écouter";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-speak']['en-us'] = 'Speak';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-speak']['fr'] = "parler";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-talking']['en-us'] = 'Talking';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-talking']['fr'] = "parle";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-last-talk']['en-us'] = 'Last Talked';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-last-talk']['fr'] = "dernier parlant";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-video']['en-us'] = 'Video';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-video']['fr'] = "Vidéo";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-floor']['en-us'] = 'Has Floor';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-floor']['fr'] = "A la parole";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-tool']['en-us'] = 'Tools';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-tool']['fr'] = "Outils";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-yes']['en-us'] = 'yes';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-yes']['fr'] = "Oui";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-no']['en-us'] = 'no';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-no']['fr'] = "Non";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-energy']['en-us'] = 'Energy';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-energy']['fr'] = "Energie";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-volume']['en-us'] = 'Vol';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-volume']['fr'] = "Vol";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-gain']['en-us'] = 'Gain';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-gain']['fr'] = "Gain";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-mute']['en-us'] = 'Mute';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-mute']['fr'] = "muet";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-unmute']['en-us'] = 'Unmute';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-unmute']['fr'] = "sonore";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-mute-all']['en-us'] = 'Mute All';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-mute-all']['fr'] = "tous muets";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2013-02-02 07:32:40 +01:00
|
|
|
|
$text['label-mute-all-alt']['en-us'] = 'Mute all but moderator.';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-mute-all-alt']['fr'] = "muets sauf le moderateur.";
|
2013-02-02 07:32:40 +01:00
|
|
|
|
|
2013-02-01 16:49:37 +01:00
|
|
|
|
$text['label-unmute-all']['en-us'] = 'Unmute All';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-unmute-all']['fr'] = "tous sonore";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-end-conference']['en-us'] = 'End Conference';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-end-conference']['fr'] = "finir la conférence";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-deaf']['en-us'] = 'Deaf';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-deaf']['fr'] = "sourd";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-undeaf']['en-us'] = 'Undeaf';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-undeaf']['fr'] = "entandant";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
|
|
|
|
|
$text['label-kick']['en-us'] = 'Kick';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-kick']['fr'] = "jeter";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-active']['en-us'] = 'Active Conferences';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-active']['fr'] = "Conférences Avtives";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['description-active']['en-us'] = 'List all the conferences that are currently active with one or more members.';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['description-active']['fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants.";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-name']['en-us'] = 'Name';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-name']['fr'] = "Nom";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['label-member-count']['en-us'] = 'Member Count';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['label-member-count']['fr'] = "Décompte des participants";
|
2013-02-01 16:49:37 +01:00
|
|
|
|
|
2012-11-24 18:58:54 +01:00
|
|
|
|
$text['button-view']['en-us'] = 'view';
|
2013-09-13 23:04:53 +02:00
|
|
|
|
$text['button-view']['fr'] = "Voir";
|
2012-11-24 18:58:54 +01:00
|
|
|
|
|
|
|
|
|
|
?>
|