2014-02-21 04:56:30 +01:00
< ? php
2012-11-07 10:41:43 +01:00
//conference centers
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-centers' ][ 'en-us' ] = " Conference Centers " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-centers' ][ 'es-cl' ] = " Centro de Conferencias " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-centers' ][ 'pt-pt' ] = " Centro de Conferências " ;
2013-09-30 15:19:40 +02:00
$text [ 'title-conference-centers' ][ 'fr-fr' ] = " Conférences " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02: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. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-conference-centers' ][ 'es-cl' ] = " Los Centros de Conferencias son un grupo de salas de conferencias. Estas se organizan por centro de costo, geográficamente u otro criterio. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-conference-centers' ][ 'pt-pt' ] = " Centros de Conferência são um grupo de salas de conferência. Podem ser organizadas por custo, por localização ou por outro critétio. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-conference-centers' ][ 'fr-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 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-center' ][ 'en-us' ] = " Conference Center " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-center' ][ 'es-cl' ] = " Centro de Conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-center' ][ 'pt-pt' ] = " Centro de Conferência " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-center' ][ 'fr-fr' ] = " Conférence " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02: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. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-conference-center' ][ 'es-cl' ] = " El Centro de Conferencia se usa para configurar una o más salas con un nombre, número de extensión, un largo de número pin requerido y una descripción. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-conference-center' ][ 'pt-pt' ] = " Centro de Conferência é usado para configurar uma ou mais salas de conferência com um nome, número de extensão, tamanho do código pin e uma descrição. " ;
2013-10-01 14:26:41 +02:00
$text [ 'description-conference-center' ][ 'fr-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 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-name' ][ 'en-us' ] = " Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-name' ][ 'es-cl' ] = " Nombre " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-name' ][ 'pt-pt' ] = " Nome " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-name' ][ 'fr-fr' ] = " Nom " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-extension' ][ 'en-us' ] = " Extension " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-extension' ][ 'es-cl' ] = " Extensión " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-extension' ][ 'pt-pt' ] = " Extensão " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-extension' ][ 'fr-fr' ] = " Extension " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-pin-length' ][ 'en-us' ] = " PIN Length " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-pin-length' ][ 'es-cl' ] = " Largo de PIN " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-pin-length' ][ 'pt-pt' ] = " Tamanho do PIN " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-pin-length' ][ 'fr-fr' ] = " Code Nb digits " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-delete' ][ 'en-us' ] = " Delete " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-delete' ][ 'es-cl' ] = " Eliminar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-delete' ][ 'pt-pt' ] = " Remover " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-delete' ][ 'fr-fr' ] = " Supprimer " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-edit' ][ 'en-us' ] = " Edit " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-edit' ][ 'es-cl' ] = " Editar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-edit' ][ 'pt-pt' ] = " Editar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-edit' ][ 'fr-fr' ] = " Editer " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-name' ][ 'en-us' ] = " Enter the conference center name. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-name' ][ 'es-cl' ] = " Ingrese el nombre del centro de conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-name' ][ 'pt-pt' ] = " Introduza o nome do centro de conferência " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-name' ][ 'fr-fr' ] = " Choisir le nom de la conférence. " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-extension' ][ 'en-us' ] = " Enter the conference center extension number. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-extension' ][ 'es-cl' ] = " Ingrese el número de extensión del centro de conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-extension' ][ 'pt-pt' ] = " Introduza o número da extensão do centro de conferência. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-extension' ][ 'fr-fr' ] = " Choisir le numéro de la conférence. " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-pin-length' ][ 'en-us' ] = " Enter the required PIN length. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-pin-length' ][ 'es-cl' ] = " Ingrese el largo de PIN requerido. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-pin-length' ][ 'pt-pt' ] = " Introduza o tamanho do código PIN " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-pin-length' ][ 'fr-fr' ] = " Choisir la longueur requise pour le code d'authentification. " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-enabled' ][ 'en-us' ] = " Select whether to enable or disable the conference center. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-enabled' ][ 'es-cl' ] = " Indique si desea activar o desactivar el centro de conferencia. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-enabled' ][ 'pt-pt' ] = " Active ou Desactive o centro de conferência " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-enabled' ][ 'fr-fr' ] = " Choisir d'activer ou non la conférence. " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-description' ][ 'en-us' ] = " Enter the description. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-description' ][ 'es-cl' ] = " Ingrese una descripción " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-description' ][ 'pt-pt' ] = " Introduza uma descrição. " ;
2013-10-01 13:35:07 +02:00
$text [ 'description-description' ][ 'fr-fr' ] = " " ;
2012-11-09 05:41:36 +01:00
2012-11-07 10:41:43 +01:00
//conference rooms
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-rooms' ][ 'en-us' ] = " Conference Rooms " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-rooms' ][ 'es-cl' ] = " Salas de conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-rooms' ][ 'pt-pt' ] = " Salas de Conferência " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-rooms' ][ 'fr-fr' ] = " Salles de conférence " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-room' ][ 'en-us' ] = " Conference Room " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-room' ][ 'es-cl' ] = " Sala de conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-room' ][ 'pt-pt' ] = " Sala de Conferência " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-room' ][ 'fr-fr' ] = " Salle de conférence " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'en-us' ] = " Profile " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-profile' ][ 'es-cl' ] = " Perfil " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-profile' ][ 'pt-pt' ] = " Perfil " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'fr-fr' ] = " Profile " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-record' ][ 'en-us' ] = " Record " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-record' ][ 'es-cl' ] = " Grabar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-record' ][ 'pt-pt' ] = " Gravar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-record' ][ 'fr-fr' ] = " Enregistrer " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-wait-moderator' ][ 'en-us' ] = " Secure " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-wait-moderator' ][ 'es-cl' ] = " Seguro " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-wait-moderator' ][ 'pt-pt' ] = " Proteger " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-wait-moderator' ][ 'fr-fr' ] = " Assurer " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-announce' ][ 'en-us' ] = " Announce " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-announce' ][ 'es-cl' ] = " Anunciar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-announce' ][ 'pt-pt' ] = " Anunciar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-announce' ][ 'fr-fr' ] = " Annonce " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-mute' ][ 'en-us' ] = " Mute " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-mute' ][ 'es-cl' ] = " Mudo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-mute' ][ 'pt-pt' ] = " Silenciar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-mute' ][ 'fr-fr' ] = " Entrée Micro désactivé " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-enabled' ][ 'en-us' ] = " Enabled " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-enabled' ][ 'es-cl' ] = " Activo " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-enabled' ][ 'pt-pt' ] = " Activo " ;
$text [ 'label-enabled' ][ 'fr-fr' ] = " Actif " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-sounds' ][ 'en-us' ] = " Sounds " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-sounds' ][ 'es-cl' ] = " Sonidos " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-sounds' ][ 'pt-pt' ] = " Sons " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-sounds' ][ 'fr-fr' ] = " Sons " ;
2013-02-01 13:23:39 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-members' ][ 'en-us' ] = " Count " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-members' ][ 'es-cl' ] = " Conteo " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-members' ][ 'pt-pt' ] = " Total " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-members' ][ 'fr-fr' ] = " Décompte " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-tools' ][ 'en-us' ] = " Tools " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-tools' ][ 'es-cl' ] = " Herramientas " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-tools' ][ 'pt-pt' ] = " Ferramentas " ;
$text [ 'label-tools' ][ 'fr-fr' ] = " Outils " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-view' ][ 'en-us' ] = " View " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-view' ][ 'es-cl' ] = " Ver " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-view' ][ 'pt-pt' ] = " Vista " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-view' ][ 'fr-fr' ] = " Vue " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-sessions' ][ 'en-us' ] = " Sessions " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-sessions' ][ 'es-cl' ] = " Sesiones " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-sessions' ][ 'pt-pt' ] = " Sessões " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-sessions' ][ 'fr-fr' ] = " Sessions " ;
2012-11-07 10:41:43 +01:00
2014-02-26 05:27:31 +01:00
$text [ 'label-true' ][ 'en-us' ] = " True " ;
$text [ 'label-true' ][ 'es-cl' ] = " Verdadero " ;
$text [ 'label-true' ][ 'pt-pt' ] = " Sim " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-true' ][ 'fr-fr' ] = " Oui " ;
2012-11-07 10:41:43 +01:00
2014-02-26 05:27:31 +01:00
$text [ 'label-false' ][ 'en-us' ] = " False " ;
$text [ 'label-false' ][ 'es-cl' ] = " Falso " ;
$text [ 'label-false' ][ 'pt-pt' ] = " Não " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-false' ][ 'fr-fr' ] = " Non " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-description' ][ 'en-us' ] = " Description " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-description' ][ 'es-cl' ] = " Descripción " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-description' ][ 'pt-pt' ] = " Descrição " ;
$text [ 'label-description' ][ 'fr-fr' ] = " Description " ;
2012-11-07 10:41:43 +01:00
//conference room edit
2013-10-01 13:35:07 +02:00
$text [ 'button-rooms' ][ 'en-us' ] = " Rooms " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-rooms' ][ 'es-cl' ] = " Salas " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-rooms' ][ 'pt-pt' ] = " Salas " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-rooms' ][ 'fr-fr' ] = " Salles " ;
2012-11-09 05:41:36 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-sessions' ][ 'en-us' ] = " Sessions " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-sessions' ][ 'es-cl' ] = " Sesiones " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-sessions' ][ 'pt-pt' ] = " Sessões " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-sessions' ][ 'fr-fr' ] = " Sessions " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-view' ][ 'en-us' ] = " View " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-view' ][ 'es-cl' ] = " Ver " ;
2014-02-25 23:49:35 +01:00
$text [ 'button-view' ][ 'pt-pt' ] = " Ver " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-view' ][ 'fr-fr' ] = " Vue " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-back' ][ 'en-us' ] = " Back " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-back' ][ 'es-cl' ] = " Volver " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-back' ][ 'pt-pt' ] = " Voltar " ;
$text [ 'button-back' ][ 'fr-fr' ] = " Retour " ;
2012-11-07 10:41:43 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'confirm-delete' ][ 'en-us' ] = " Do you really want to delete this? " ;
2014-02-25 04:28:28 +01:00
$text [ 'confirm-delete' ][ 'es-cl' ] = " ¿Realmente desea eliminar esto? " ;
2013-10-18 00:06:01 +02:00
$text [ 'confirm-delete' ][ 'pt-pt' ] = " Deseja realmente remover isto? " ;
2013-09-30 15:19:40 +02:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = " Voulez-vous vraiment supprimer cela? " ;
2012-11-07 11:58:42 +01:00
2014-02-21 04:56:30 +01:00
$text [ 'message-add' ][ 'en-us' ] = " Add Completed " ;
$text [ 'message-add' ][ 'es-cl' ] = " Agregar Completado " ;
$text [ 'message-add' ][ 'pt-pt' ] = " Adição Efectuada " ;
$text [ 'message-add' ][ 'fr-fr' ] = " Ajouté " ;
$text [ 'message-update' ][ 'en-us' ] = " Update Completed " ;
$text [ 'message-update' ][ 'es-cl' ] = " Actualización Completada " ;
$text [ 'message-update' ][ 'pt-pt' ] = " Actualização Efectuada " ;
$text [ 'message-update' ][ 'fr-fr' ] = " Mis à jour " ;
$text [ 'message-delete' ][ 'en-us' ] = " Delete Completed " ;
$text [ 'message-delete' ][ 'es-cl' ] = " Eliminación Completada " ;
$text [ 'message-delete' ][ 'pt-pt' ] = " Remoção Efectuada " ;
$text [ 'message-delete' ][ 'fr-fr' ] = " Supprimé " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-conference-name' ][ 'en-us' ] = " Conference Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-conference-name' ][ 'es-cl' ] = " Nombre de la conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-conference-name' ][ 'pt-pt' ] = " Nome da Conferência " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-conference-name' ][ 'fr-fr' ] = " Nom de la Conférence " ;
2012-11-07 11:58:42 +01:00
2014-03-05 22:16:51 +01:00
$text [ 'label-greeting' ][ 'en-us' ] = " Greeting " ;
$text [ 'label-greeting' ][ 'es-cl' ] = " Mensaje " ;
$text [ 'label-greeting' ][ 'pt-pt' ] = " Saudaçãoa " ;
$text [ 'label-greeting' ][ 'fr-fr' ] = " Message " ;
$text [ 'description-greeting' ][ 'en-us' ] = " Select the greeting that is played before joining the conference room. " ;
$text [ 'description-greeting' ][ 'es-cl' ] = " Seleccione el saludo que se juega antes de unirse a la sala de conferencias. " ;
$text [ 'description-greeting' ][ 'pt-pt' ] = " Selecione a saudação que é jogado antes de entrar para a sala de conferência. " ;
$text [ 'description-greeting' ][ 'fr-fr' ] = " Sélectionnez le message qui a joué avant de rejoindre la salle de conférence. " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-users' ][ 'en-us' ] = " Users " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-users' ][ 'es-cl' ] = " Usuarios " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-users' ][ 'pt-pt' ] = " Utilizadores " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-users' ][ 'fr-fr' ] = " Utilisateurs " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-users' ][ 'en-us' ] = " Assign additional users as administrators of this conference room. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-users' ][ 'es-cl' ] = " Asignar usuarios adicionales como administradores de esta sala de conferencia. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-users' ][ 'pt-pt' ] = " Atribuir utilizadores adicionais como administradores da sala de conferência. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-users' ][ 'fr-fr' ] = " Ajouter des utilisateurs comme administrateurs des cette salle de conférence. " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-add' ][ 'en-us' ] = " Add " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-add' ][ 'es-cl' ] = " Agregar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-add' ][ 'pt-pt' ] = " Adicionar " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-add' ][ 'fr-fr' ] = " Ajouter " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-moderator-pin' ][ 'en-us' ] = " Moderator " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-moderator-pin' ][ 'es-cl' ] = " Moderador " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-moderator-pin' ][ 'pt-pt' ] = " Moderador " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-moderator-pin' ][ 'fr-fr' ] = " Modérateur " ;
2013-01-05 14:03:00 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-participant-pin' ][ 'en-us' ] = " Participant " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-participant-pin' ][ 'es-cl' ] = " Participante " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-participant-pin' ][ 'pt-pt' ] = " Participante " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-participant-pin' ][ 'fr-fr' ] = " Code Participant " ;
2013-01-05 14:03:00 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-member-pin' ][ 'en-us' ] = " PIN Numbers " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-member-pin' ][ 'es-cl' ] = " Números PIN " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-member-pin' ][ 'pt-pt' ] = " Números PIN " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-member-pin' ][ 'fr-fr' ] = " Code Membre " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-moderator-pin' ][ 'en-us' ] = " Pin number for the moderators. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-moderator-pin' ][ 'es-cl' ] = " Número PIN para moderadores " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-moderator-pin' ][ 'pt-pt' ] = " Número PIN para os moderadores. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-moderator-pin' ][ 'fr-fr' ] = " Code PIN des modérateurs. " ;
2013-01-05 14:03:00 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-participant-pin' ][ 'en-us' ] = " Pin number for the participants. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-participant-pin' ][ 'es-cl' ] = " Número PIN para participantes " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-participant-pin' ][ 'pt-pt' ] = " Número PIN para os participantes. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-participant-pin' ][ 'fr-fr' ] = " Code PIN des participants. " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-member-type-moderator' ][ 'en-us' ] = " moderator " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-member-type-moderator' ][ 'es-cl' ] = " moderador " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-member-type-moderator' ][ 'pt-pt' ] = " moderador " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-member-type-moderator' ][ 'fr-fr' ] = " modérateur " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-member-type-participant' ][ 'en-us' ] = " participant " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-member-type-participant' ][ 'es-cl' ] = " participante " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-member-type-participant' ][ 'pt-pt' ] = " participante " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-member-type-participant' ][ 'fr-fr' ] = " participant " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-profile' ][ 'en-us' ] = " Conference Profile is a collection of settings for the conference center. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-profile' ][ 'es-cl' ] = " El Perfil de Conferencia es una colección de ajustes para el centro de conferencia. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-profile' ][ 'pt-pt' ] = " Perfil da Conferência é um conjunto de definições para o centro de conferência. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-profile' ][ 'fr-fr' ] = " Le profile de conférence est une liste de configuration pour les conférences. " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-max-members' ][ 'en-us' ] = " Max Members " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-max-members' ][ 'es-cl' ] = " Cantidad máxima de miembros " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-max-members' ][ 'pt-pt' ] = " Nº máximo de membros " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-max-members' ][ 'fr-fr' ] = " Membres Max " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-wait-for-moderator' ][ 'en-us' ] = " Wait for Moderator " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-wait-for-moderator' ][ 'es-cl' ] = " Esperar un Moderador " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-wait-for-moderator' ][ 'pt-pt' ] = " Esperar pelo Moderador " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-wait-for-moderator' ][ 'fr-fr' ] = " Attente du Modérateur " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-enter-sound' ][ 'en-us' ] = " Enter Sound " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-enter-sound' ][ 'es-cl' ] = " Sonido de entrada " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-enter-sound' ][ 'pt-pt' ] = " Introduza Som " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-enter-sound' ][ 'fr-fr' ] = " Sons d'arrivée " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-exit-sound' ][ 'en-us' ] = " Exit Sound " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-exit-sound' ][ 'es-cl' ] = " Sonido de salida " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-exit-sound' ][ 'pt-pt' ] = " Desligar Som " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-exit-sound' ][ 'fr-fr' ] = " Sons de sortie " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-save' ][ 'en-us' ] = " Save " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-save' ][ 'es-cl' ] = " Guardar " ;
2013-10-01 13:35:07 +02:00
$text [ 'button-save' ][ 'pt-pt' ] = " Guardar " ;
$text [ 'button-save' ][ 'fr-fr' ] = " Sauvegarder " ;
2012-11-07 11:58:42 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'button-search' ][ 'en-us' ] = " Search " ;
2014-02-14 08:03:12 +01:00
$text [ 'button-search' ][ 'es-cl' ] = " Buscar " ;
2013-10-18 00:06:01 +02:00
$text [ 'button-search' ][ 'pt-pt' ] = " Pesquisar " ;
2014-05-02 09:47:05 +02:00
$text [ 'button-search' ][ 'fr-fr' ] = " Chercher " ;
2013-02-28 19:55:36 +01:00
2012-11-09 09:27:55 +01:00
//Conference Sessions
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-sessions' ][ 'en-us' ] = " Conference Sessions " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-sessions' ][ 'es-cl' ] = " Sesiones de Conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-sessions' ][ 'pt-pt' ] = " Sessões " ;
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-sessions' ][ 'fr-fr' ] = " Sessions de conférences " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-conference-sessions' ][ 'en-us' ] = " Conference Sessions are log details about the conferences. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-conference-sessions' ][ 'es-cl' ] = " Las Sesiones de Conferencia son un registro detallado de las conferencias. " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-conference-sessions' ][ 'pt-pt' ] = " As sessões das conferências representam os detalhes dos logs das conferências. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-conference-sessions' ][ 'fr-fr' ] = " Sessions de conférences sont les détails des logs sur les conférences. " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-time' ][ 'en-us' ] = " Time " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-time' ][ 'es-cl' ] = " Hora " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-time' ][ 'pt-pt' ] = " Tempo " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-time' ][ 'fr-fr' ] = " Heure " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-start' ][ 'en-us' ] = " Start " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-start' ][ 'es-cl' ] = " Inicio " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-start' ][ 'pt-pt' ] = " Início " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-start' ][ 'fr-fr' ] = " Début " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-end' ][ 'en-us' ] = " End " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-end' ][ 'es-cl' ] = " Fin " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-end' ][ 'pt-pt' ] = " Fim " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-end' ][ 'fr-fr' ] = " Fin " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'en-us' ] = " Profile " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-profile' ][ 'es-cl' ] = " Perfil " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-profile' ][ 'pt-pt' ] = " Perfil " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-profile' ][ 'fr-fr' ] = " Profile " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-recording' ][ 'en-us' ] = " Recording " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-recording' ][ 'es-cl' ] = " Grabando " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-recording' ][ 'pt-pt' ] = " Gravando " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-recording' ][ 'fr-fr' ] = " Enregistrement " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-tools' ][ 'en-us' ] = " Tools " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-tools' ][ 'es-cl' ] = " Herramientas " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-tools' ][ 'pt-pt' ] = " Ferramentas " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-tools' ][ 'fr-fr' ] = " Outils " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-details' ][ 'en-us' ] = " Details " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-details' ][ 'es-cl' ] = " Detalles " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-details' ][ 'pt-pt' ] = " Detalhes " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-details' ][ 'fr-fr' ] = " Détails " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-play' ][ 'en-us' ] = " Play " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-play' ][ 'es-cl' ] = " Reproducir " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-play' ][ 'pt-pt' ] = " Tocar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-play' ][ 'fr-fr' ] = " Jouer " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-download' ][ 'en-us' ] = " Download " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-download' ][ 'es-cl' ] = " Descargar " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-download' ][ 'pt-pt' ] = " Descarregar " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-download' ][ 'fr-fr' ] = " Télécharger " ;
2012-11-09 09:27:55 +01:00
//Conference Sessions Details
2013-10-01 13:35:07 +02:00
$text [ 'title-conference-session-details' ][ 'en-us' ] = " Conference Session Details " ;
2014-02-14 08:03:12 +01:00
$text [ 'title-conference-session-details' ][ 'es-cl' ] = " Detalles de la Sesión de Conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'title-conference-session-details' ][ 'pt-pt' ] = " Detalhes da Sessão de Conferência " ;
2013-09-30 15:19:40 +02:00
$text [ 'title-conference-session-details' ][ 'fr-fr' ] = " Détails de Sessions de Conference " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'description-conference-session-details' ][ 'en-us' ] = " Conference Sessions are log details of the conferences calls. " ;
2014-02-14 08:03:12 +01:00
$text [ 'description-conference-session-details' ][ 'es-cl' ] = " Las Sesiones de Conferencia son un registro detallado de las llamadas de conferencia " ;
2013-10-18 00:06:01 +02:00
$text [ 'description-conference-session-details' ][ 'pt-pt' ] = " As sessões das conferências representam os detalhes dos logs das chamadas. " ;
2013-09-30 15:19:40 +02:00
$text [ 'description-conference-session-details' ][ 'fr-fr' ] = " Sessions de conférences sont les détails des logs sur les conférences. " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-username' ][ 'en-us' ] = " Username " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-username' ][ 'es-cl' ] = " Nombre de Usuario " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-username' ][ 'pt-pt' ] = " Nome de Utilizador " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-username' ][ 'fr-fr' ] = " Nom d'Utilisateur " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-uuid' ][ 'en-us' ] = " UUID " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-uuid' ][ 'es-cl' ] = " UUID " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-uuid' ][ 'pt-pt' ] = " UUID " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-uuid' ][ 'fr-fr' ] = " UUID " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-caller-id-name' ][ 'en-us' ] = " Caller ID Name " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-caller-id-name' ][ 'es-cl' ] = " Nombre de Caller ID " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-caller-id-name' ][ 'pt-pt' ] = " Nome do Chamador " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-caller-id-name' ][ 'fr-fr' ] = " Nom d'appelant " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-caller-id-number' ][ 'en-us' ] = " Caller ID Number " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-caller-id-number' ][ 'es-cl' ] = " Número de Caller ID " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-caller-id-number' ][ 'pt-pt' ] = " Número do Chamador " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-caller-id-number' ][ 'fr-fr' ] = " Numéro d'appelant " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-moderator' ][ 'en-us' ] = " Moderator " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-moderator' ][ 'es-cl' ] = " Moderador " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-moderator' ][ 'pt-pt' ] = " Moderador " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-moderator' ][ 'fr-fr' ] = " Modérateur " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-network-address' ][ 'en-us' ] = " Network Address " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-network-address' ][ 'es-cl' ] = " Dirección de Red " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-network-address' ][ 'pt-pt' ] = " Endereço de Rede " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-network-address' ][ 'fr-fr' ] = " Adresse Réseau " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-time' ][ 'en-us' ] = " Time " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-time' ][ 'es-cl' ] = " Hora " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-time' ][ 'pt-pt' ] = " Hora " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-time' ][ 'fr-fr' ] = " Heure " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-start' ][ 'en-us' ] = " Start " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-start' ][ 'es-cl' ] = " Inicio " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-start' ][ 'pt-pt' ] = " Início " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-start' ][ 'fr-fr' ] = " Début " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-end' ][ 'en-us' ] = " End " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-end' ][ 'es-cl' ] = " Fin " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-end' ][ 'pt-pt' ] = " Fim " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-end' ][ 'fr-fr' ] = " Fin " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-details' ][ 'en-us' ] = " Details " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-details' ][ 'es-cl' ] = " Detalles " ;
2013-10-18 00:06:01 +02:00
$text [ 'label-details' ][ 'pt-pt' ] = " Detalhes " ;
2013-10-01 13:35:07 +02:00
$text [ 'label-details' ][ 'fr-fr' ] = " Détails " ;
2012-11-09 09:27:55 +01:00
2013-10-01 13:35:07 +02:00
$text [ 'label-cdr' ][ 'en-us' ] = " CDR " ;
2014-02-14 08:03:12 +01:00
$text [ 'label-cdr' ][ 'es-cl' ] = " CDR " ;
2014-02-25 23:49:35 +01:00
$text [ 'label-cdr' ][ 'pt-pt' ] = " Detalhe de Chamadas " ;
2013-09-30 15:19:40 +02:00
$text [ 'label-cdr' ][ 'fr-fr' ] = " Historique d'appels " ;
?>