2013-09-21 08:40:50 +00:00
<? php
2012-11-07 09:41:43 +00:00
//conference centers
2012-11-07 10:58:42 +00:00
$text [ 'title-conference-centers' ][ 'en-us' ] = 'Conference Centers' ;
$text [ 'title-conference-centers' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-centers' ][ 'fr' ] = "Conférences" ;
2012-11-07 09:41:43 +00:00
2012-11-09 04:41:36 +00:00
$text [ 'description-conference-centers' ][ 'en-us' ] = 'Conference Centers are a group of conference rooms. They can be organized by cost center, geographically, or other criteria.' ;
$text [ 'description-conference-centers' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-conference-centers' ][ 'fr' ] = 'Ce sont des groupes de salles de conférences. Pouvant être organisés par centre de coût, lieu géographique, ou tout autre critère.' ;
2012-11-09 04:41:36 +00:00
$text [ 'title-conference-center' ][ 'en-us' ] = 'Conference Center' ;
$text [ 'title-conference-center' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-center' ][ 'fr' ] = 'Conférence' ;
2012-11-09 04:41:36 +00:00
$text [ 'description-conference-center' ][ 'en-us' ] = 'Conference Center is used to setup one or more conference rooms with a name, extension number, a required pin number length, and a description.' ;
$text [ 'description-conference-center' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-conference-center' ][ 'fr' ] = "Il est possible de configurer une ou plusieures salles de conférence avec un nom, un neméro, une taille de code d'identification et une description." ;
2012-11-09 04:41:36 +00:00
$text [ 'label-name' ][ 'en-us' ] = 'Name' ;
$text [ 'label-name' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-name' ][ 'fr' ] = 'Nom' ;
2012-11-09 04:41:36 +00:00
$text [ 'label-extension' ][ 'en-us' ] = 'Extension' ;
$text [ 'label-extension' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-extension' ][ 'fr' ] = 'Extension' ;
2012-11-09 04:41:36 +00:00
$text [ 'label-pin-length' ][ 'en-us' ] = 'PIN Length' ;
$text [ 'label-pin-length' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-pin-length' ][ 'fr' ] = 'Code Nb digits' ;
2012-11-09 04:41:36 +00:00
$text [ 'label-delete' ][ 'en-us' ] = 'Delete' ;
$text [ 'label-delete' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-delete' ][ 'fr' ] = 'Supprimer' ;
2012-11-09 04:41:36 +00:00
$text [ 'label-edit' ][ 'en-us' ] = 'Edit' ;
$text [ 'label-edit' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-edit' ][ 'fr' ] = 'Editer' ;
2012-11-09 04:41:36 +00:00
$text [ 'description-name' ][ 'en-us' ] = 'Enter the conference center name.' ;
$text [ 'description-name' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-name' ][ 'fr' ] = 'Choisir le nom de la conférence.' ;
2012-11-09 04:41:36 +00:00
$text [ 'description-extension' ][ 'en-us' ] = 'Enter the conference center extension number.' ;
$text [ 'description-extension' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-extension' ][ 'fr' ] = 'Choisir le numéro de la conférence. ' ;
2012-11-09 04:41:36 +00:00
$text [ 'description-pin-length' ][ 'en-us' ] = 'Enter the required PIN length.' ;
$text [ 'description-pin-length' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-pin-length' ][ 'fr' ] = "Choisir la longueur requise pour le code d'authentification." ;
2012-11-09 04:41:36 +00:00
$text [ 'description-enabled' ][ 'en-us' ] = 'Select whether to enable or disable the conference center.' ;
$text [ 'description-enabled' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-enabled' ][ 'fr' ] = "Choisir d'activer ou non la conférence." ;
2012-11-09 04:41:36 +00:00
$text [ 'description-description' ][ 'en-us' ] = 'Enter the description.' ;
$text [ 'description-description' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-description' ][ 'fr' ] = '' ;
2012-11-09 04:41:36 +00:00
2012-11-07 09:41:43 +00:00
//conference rooms
2012-11-07 10:58:42 +00:00
$text [ 'title-conference-rooms' ][ 'en-us' ] = 'Conference Rooms' ;
$text [ 'title-conference-rooms' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-rooms' ][ 'fr' ] = 'Salles de conférence' ;
2012-11-07 10:58:42 +00:00
2012-11-09 04:41:36 +00:00
$text [ 'title-conference-room' ][ 'en-us' ] = 'Conference Room' ;
2012-11-07 10:58:42 +00:00
$text [ 'title-conference-room' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-room' ][ 'fr' ] = 'Salle de conférence' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-profile' ][ 'en-us' ] = 'Profile' ;
$text [ 'label-profile' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-profile' ][ 'fr' ] = 'Profile' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-record' ][ 'en-us' ] = 'Record' ;
$text [ 'label-record' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-record' ][ 'fr' ] = 'Enregistrer' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-wait-moderator' ][ 'en-us' ] = 'Secure' ;
$text [ 'label-wait-moderator' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-wait-moderator' ][ 'fr' ] = 'Assurer' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-announce' ][ 'en-us' ] = 'Announce' ;
$text [ 'label-announce' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-announce' ][ 'fr' ] = 'Annonce' ;
2012-11-07 09:41:43 +00:00
2013-09-21 23:03:51 +00:00
$text [ 'label-mute' ][ 'en-us' ] = 'Mute' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-mute' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-mute' ][ 'fr' ] = 'Entrée Micro désactivé' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-enabled' ][ 'en-us' ] = 'Enabled' ;
$text [ 'label-enabled' ][ 'pt-pt' ] = 'Activo' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-enabled' ][ 'fr' ] = 'Actif' ;
2012-11-07 09:41:43 +00:00
2013-02-01 12:23:39 +00:00
$text [ 'label-sounds' ][ 'en-us' ] = 'Sounds' ;
$text [ 'label-sounds' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-sounds' ][ 'fr' ] = 'Sons' ;
2013-02-01 12:23:39 +00:00
2013-09-21 23:03:51 +00:00
$text [ 'label-members' ][ 'en-us' ] = 'Count' ;
2013-02-01 12:23:39 +00:00
$text [ 'label-members' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-members' ][ 'fr' ] = 'Membres' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-tools' ][ 'en-us' ] = 'Tools' ;
$text [ 'label-tools' ][ 'pt-pt' ] = 'Ferramentas' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-tools' ][ 'fr' ] = 'Outils' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-view' ][ 'en-us' ] = 'View' ;
$text [ 'label-view' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-view' ][ 'fr' ] = 'Vue' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-sessions' ][ 'en-us' ] = 'Sessions' ;
$text [ 'label-sessions' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-sessions' ][ 'fr' ] = 'Sessions' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-true' ][ 'en-us' ] = 'true' ;
$text [ 'label-true' ][ 'pt-pt' ] = 'verdadeiro' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-true' ][ 'fr' ] = 'Oui' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-false' ][ 'en-us' ] = 'false' ;
$text [ 'label-false' ][ 'pt-pt' ] = 'falso' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-false' ][ 'fr' ] = 'Non' ;
2012-11-07 09:41:43 +00:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
$text [ 'label-description' ][ 'pt-pt' ] = 'Descrição' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-description' ][ 'fr' ] = 'Description' ;
2012-11-07 09:41:43 +00:00
//conference room edit
2012-11-09 04:41:36 +00:00
$text [ 'button-rooms' ][ 'en-us' ] = 'Rooms' ;
$text [ 'button-rooms' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-rooms' ][ 'fr' ] = 'Salles' ;
2012-11-09 04:41:36 +00:00
2012-11-07 10:58:42 +00:00
$text [ 'button-sessions' ][ 'en-us' ] = 'Sessions' ;
$text [ 'button-sessions' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-sessions' ][ 'fr' ] = 'Sessions' ;
2012-11-07 10:58:42 +00:00
$text [ 'button-view' ][ 'en-us' ] = 'View' ;
$text [ 'button-view' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-view' ][ 'fr' ] = 'Vue' ;
2012-11-07 10:58:42 +00:00
2012-11-07 09:41:43 +00:00
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
$text [ 'button-back' ][ 'pt-pt' ] = 'Voltar' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-back' ][ 'fr' ] = 'Retour' ;
2012-11-07 09:41:43 +00:00
$text [ 'confirm-update' ][ 'en-us' ] = 'Update Complete' ;
$text [ 'confirm-update' ][ 'pt-pt' ] = 'Actualização Completa' ;
2013-09-13 21:04:53 +00:00
$text [ 'confirm-update' ][ 'fr' ] = "Mis à jour" ;
2012-11-07 09:41:43 +00:00
2012-11-07 10:58:42 +00:00
$text [ 'confirm-delete' ][ 'en-us' ] = 'Do you really want to delete this?' ;
$text [ 'confirm-delete' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'confirm-delete' ][ 'fr' ] = "Voulez-vous vraiment supprimer cela?" ;
2012-11-07 10:58:42 +00:00
$text [ 'label-conference-name' ][ 'en-us' ] = 'Conference Name' ;
$text [ 'label-conference-name' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-conference-name' ][ 'fr' ] = "Nom de la Conférence" ;
2012-11-07 10:58:42 +00:00
$text [ 'label-users' ][ 'en-us' ] = 'Users' ;
$text [ 'label-users' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-users' ][ 'fr' ] = 'Utilisateurs' ;
2012-11-07 10:58:42 +00:00
2013-02-02 09:54:20 +00:00
$text [ 'description-users' ][ 'en-us' ] = 'Assign additional users as administrators of this conference room.' ;
2012-11-07 10:58:42 +00:00
$text [ 'description-users' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-users' ][ 'fr' ] = "Ajouter des utilisateurs comme administrateurs des cette salle de conférence." ;
2012-11-07 10:58:42 +00:00
$text [ 'button-add' ][ 'en-us' ] = 'Add' ;
$text [ 'button-add' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-add' ][ 'fr' ] = 'Ajouter' ;
2012-11-07 10:58:42 +00:00
2013-09-21 23:03:51 +00:00
$text [ 'label-moderator-pin' ][ 'en-us' ] = 'Moderator' ;
2013-01-05 13:03:00 +00:00
$text [ 'label-moderator-pin' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-moderator-pin' ][ 'fr' ] = 'Code Modérateur' ;
2013-01-05 13:03:00 +00:00
2013-09-21 23:03:51 +00:00
$text [ 'label-participant-pin' ][ 'en-us' ] = 'Participant' ;
2013-01-05 13:03:00 +00:00
$text [ 'label-participant-pin' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-participant-pin' ][ 'fr' ] = 'Code Participant' ;
2013-01-05 13:03:00 +00:00
2012-11-07 10:58:42 +00:00
$text [ 'label-member-pin' ][ 'en-us' ] = 'PIN Numbers' ;
$text [ 'label-member-pin' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-member-pin' ][ 'fr' ] = 'Code Membre' ;
2012-11-07 10:58:42 +00:00
2013-01-08 20:58:49 +00:00
$text [ 'description-moderator-pin' ][ 'en-us' ] = 'Pin number for the moderators.' ;
2013-01-05 13:03:00 +00:00
$text [ 'description-moderator-pin' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-moderator-pin' ][ 'fr' ] = "Code PIN des modérateurs." ;
2013-01-05 13:03:00 +00:00
2013-01-08 20:58:49 +00:00
$text [ 'description-participant-pin' ][ 'en-us' ] = 'Pin number for the participants.' ;
2013-01-05 13:03:00 +00:00
$text [ 'description-participant-pin' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-participant-pin' ][ 'fr' ] = "Code PIN des participants." ;
2012-11-07 10:58:42 +00:00
$text [ 'label-member-type-moderator' ][ 'en-us' ] = 'moderator' ;
$text [ 'label-member-type-moderator' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-member-type-moderator' ][ 'fr' ] = 'modérateur' ;
2012-11-07 10:58:42 +00:00
$text [ 'label-member-type-participant' ][ 'en-us' ] = 'participant' ;
$text [ 'label-member-type-participant' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-member-type-participant' ][ 'fr' ] = 'participant' ;
2012-11-07 10:58:42 +00:00
$text [ 'description-profile' ][ 'en-us' ] = 'Conference Profile is a collection of settings for the conference center.' ;
$text [ 'description-profile' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-profile' ][ 'fr' ] = "Le profile de conférence est une liste de configuration pour les conférences. " ;
2012-11-07 10:58:42 +00:00
$text [ 'label-max-members' ][ 'en-us' ] = 'Max Members' ;
$text [ 'label-max-members' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-max-members' ][ 'fr' ] = 'Membres Max' ;
2012-11-07 10:58:42 +00:00
$text [ 'label-wait-for-moderator' ][ 'en-us' ] = 'Wait for Moderator' ;
$text [ 'label-wait-for-moderator' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-wait-for-moderator' ][ 'fr' ] = 'Attente du Modérateur' ;
2012-11-07 10:58:42 +00:00
$text [ 'label-enter-sound' ][ 'en-us' ] = 'Enter Sound' ;
$text [ 'label-enter-sound' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-enter-sound' ][ 'fr' ] = "Sons d'arrivée" ;
2012-11-07 10:58:42 +00:00
$text [ 'label-exit-sound' ][ 'en-us' ] = 'Exit Sound' ;
$text [ 'label-exit-sound' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-exit-sound' ][ 'fr' ] = "Sons de sortie" ;
2012-11-07 10:58:42 +00:00
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
$text [ 'button-save' ][ 'pt-pt' ] = 'Guardar' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-save' ][ 'fr' ] = 'Sauvegarder' ;
2012-11-07 10:58:42 +00:00
2013-02-28 18:55:36 +00:00
$text [ 'button-search' ][ 'en-us' ] = 'Search' ;
$text [ 'button-search' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'button-save' ][ 'fr' ] = 'Chercher' ;
2013-02-28 18:55:36 +00:00
2012-11-09 08:27:55 +00:00
//Conference Sessions
$text [ 'title-conference-sessions' ][ 'en-us' ] = 'Conference Sessions' ;
$text [ 'title-conference-sessions' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-sessions' ][ 'fr' ] = 'Sessions de conférences' ;
2012-11-09 08:27:55 +00:00
$text [ 'description-conference-sessions' ][ 'en-us' ] = 'Conference Sessions are log details about the conferences.' ;
$text [ 'description-conference-sessions' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-conference-sessions' ][ 'fr' ] = "Sessions de conférences sont les détails des logs sur les conférences." ;
2012-11-09 08:27:55 +00:00
$text [ 'label-time' ][ 'en-us' ] = 'Time' ;
$text [ 'label-time' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-time' ][ 'fr' ] = 'Heure' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-start' ][ 'en-us' ] = 'Start' ;
$text [ 'label-start' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-start' ][ 'fr' ] = 'Début' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-end' ][ 'en-us' ] = 'End' ;
$text [ 'label-end' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-end' ][ 'fr' ] = 'Fin' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-profile' ][ 'en-us' ] = 'Profile' ;
$text [ 'label-profile' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-profile' ][ 'fr' ] = 'Profile' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-recording' ][ 'en-us' ] = 'Recording' ;
$text [ 'label-recording' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-recording' ][ 'fr' ] = 'Enregistrement' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-tools' ][ 'en-us' ] = 'Tools' ;
$text [ 'label-tools' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-tools' ][ 'fr' ] = 'Outils' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-details' ][ 'en-us' ] = 'Details' ;
$text [ 'label-details' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-details' ][ 'fr' ] = 'Détails' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-play' ][ 'en-us' ] = 'Play' ;
$text [ 'label-play' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-play' ][ 'fr' ] = 'Jouer' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-download' ][ 'en-us' ] = 'Download' ;
$text [ 'label-download' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-download' ][ 'fr' ] = 'Télécharger' ;
2012-11-09 08:27:55 +00:00
//Conference Sessions Details
$text [ 'title-conference-session-details' ][ 'en-us' ] = 'Conference Session Details' ;
$text [ 'title-conference-session-details' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'title-conference-session-details' ][ 'fr' ] = "Détails de Sessions de Conference" ;
2012-11-09 08:27:55 +00:00
$text [ 'description-conference-session-details' ][ 'en-us' ] = 'Conference Sessions are log details of the conferences calls.' ;
$text [ 'description-conference-session-details' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'description-conference-session-details' ][ 'fr' ] = "Sessions de conférences sont les détails des logs sur les conférences." ;
2012-11-09 08:27:55 +00:00
$text [ 'label-username' ][ 'en-us' ] = 'Username' ;
$text [ 'label-username' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-username' ][ 'fr' ] = "Nom d'Utilisateur" ;
2012-11-09 08:27:55 +00:00
$text [ 'label-uuid' ][ 'en-us' ] = 'UUID' ;
$text [ 'label-uuid' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-uuid' ][ 'fr' ] = 'UUID' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-caller-id-name' ][ 'en-us' ] = 'Caller ID Name' ;
$text [ 'label-caller-id-name' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-caller-id-name' ][ 'fr' ] = "Nom d'appelant" ;
2012-11-09 08:27:55 +00:00
$text [ 'label-caller-id-number' ][ 'en-us' ] = 'Caller ID Number' ;
$text [ 'label-caller-id-number' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-caller-id-number' ][ 'fr' ] = "Numéro d'appelant" ;
2012-11-09 08:27:55 +00:00
$text [ 'label-moderator' ][ 'en-us' ] = 'Moderator' ;
$text [ 'label-moderator' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-moderator' ][ 'fr' ] = 'Modérateur' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-network-address' ][ 'en-us' ] = 'Network Address' ;
$text [ 'label-network-address' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-network-address' ][ 'fr' ] = 'Adresse Réseau' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-time' ][ 'en-us' ] = 'Time' ;
$text [ 'label-time' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-time' ][ 'fr' ] = 'Heure' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-start' ][ 'en-us' ] = 'Start' ;
$text [ 'label-start' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-start' ][ 'fr' ] = 'Début' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-end' ][ 'en-us' ] = 'End' ;
$text [ 'label-end' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-end' ][ 'fr' ] = 'Fin' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-details' ][ 'en-us' ] = 'Details' ;
$text [ 'label-details' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-details' ][ 'fr' ] = 'Détails' ;
2012-11-09 08:27:55 +00:00
$text [ 'label-cdr' ][ 'en-us' ] = 'CDR' ;
$text [ 'label-cdr' ][ 'pt-pt' ] = '' ;
2013-09-13 21:04:53 +00:00
$text [ 'label-cdr' ][ 'fr' ] = "Historique d'appels" ;
2012-11-07 09:41:43 +00:00
?>