From f61de191693e432dde82b660494f54e597b3d4d8 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 13 Sep 2013 21:04:53 +0000 Subject: [PATCH] Move the French translations into the development branch. Translation work done thanks to by bhouba for his work on the translations. --- app/adminer/app_config.php | 6 +- app/call_broadcast/app_config.php | 4 +- app/call_broadcast/app_languages.php | 31 +++++++++ app/call_center/app_config.php | 8 +-- app/call_center_active/app_config.php | 8 +-- app/call_flows/app_config.php | 4 +- app/calls/app_languages.php | 35 ++++++++++ app/calls_active/app_languages.php | 33 +++++++++ app/click_to_call/app_config.php | 4 +- app/conference_centers/app_config.php | 4 +- app/conference_centers/app_languages.php | 78 +++++++++++++++++++++ app/conferences/app_config.php | 6 +- app/conferences/app_languages.php | 39 +++++++++++ app/conferences_active/app_config.php | 4 +- app/conferences_active/app_languages.php | 44 ++++++++++++ app/contacts/app_config.php | 4 +- app/content/app_config.php | 8 +-- app/content/app_languages.php | 41 +++++++++++ app/destinations/app_config.php | 8 +-- app/devices/app_config.php | 8 +-- app/dialplan/app_config.php | 4 +- app/dialplan_features/app_config.php | 4 +- app/dialplan_inbound/app_config.php | 2 +- app/dialplan_inbound/app_languages.php | 44 ++++++++++++ app/dialplan_outbound/app_config.php | 4 +- app/dialplan_outbound/app_languages.php | 63 +++++++++++++++++ app/exec/app_config.php | 8 +-- app/exec/app_languages.php | 10 +++ app/extensions/app_config.php | 8 +-- app/fax/app_config.php | 8 +-- app/fax/app_languages.php | 50 ++++++++++++++ app/fifo/app_config.php | 2 +- app/fifo_list/app_config.php | 6 +- app/gateways/app_config.php | 4 +- app/gateways/app_languages.php | 80 +++++++++++++++++++++- app/hot_desking/app_config.php | 8 +-- app/ivr_menu/app_config.php | 4 +- app/ivr_menu/app_languages.php | 83 +++++++++++++++++++++++ app/log_viewer/app_config.php | 4 +- app/log_viewer/app_languages.php | 16 ++++- app/login/app_config.php | 6 +- app/modules/app_config.php | 4 +- app/music_on_hold/app_config.php | 2 +- app/music_on_hold/app_languages.php | 24 +++++++ app/recordings/app_config.php | 4 +- app/recordings/app_languages.php | 21 ++++++ app/registrations/app_config.php | 4 +- app/registrations/app_languages.php | 11 +++ app/ring_groups/app_config.php | 6 +- app/ring_groups/app_languages.php | 67 ++++++++++++++++++ app/schemas/app_config.php | 6 +- app/services/app_config.php | 4 +- app/services/app_languages.php | 18 +++++ app/settings/app_config.php | 4 +- app/settings/app_languages.php | 24 ++++++- app/sip_profiles/app_config.php | 2 +- app/sip_status/app_config.php | 2 +- app/sip_status/app_languages.php | 6 ++ app/sql_query/app_config.php | 4 +- app/system/app_config.php | 4 +- app/system/app_languages.php | 12 ++++ app/time_conditions/app_config.php | 4 +- app/time_conditions/app_languages.php | 56 +++++++++++++++ app/traffic_graph/app_config.php | 4 +- app/vars/app_config.php | 6 +- app/voicemail_greetings/app_config.php | 4 +- app/voicemail_greetings/app_languages.php | 20 ++++++ app/voicemails/app_config.php | 2 + app/voicemails/app_languages.php | 63 ++++++++++++++++- app/xml_cdr/app_config.php | 10 +-- app/xml_cdr/app_languages.php | 52 +++++++++++++- app/xmpp/app_config.php | 6 +- core/apps/app_config.php | 2 +- core/databases/app_config.php | 8 +-- core/default_settings/app_config.php | 4 +- core/domain_settings/app_config.php | 6 +- core/menu/app_config.php | 20 +++--- core/upgrade/app_config.php | 8 +-- core/user_settings/app_config.php | 8 +-- core/user_settings/app_languages.php | 32 +++++++++ core/users/app_config.php | 14 ++-- 81 files changed, 1199 insertions(+), 154 deletions(-) diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index 7c61c2aef8..5f2d5793cd 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -12,10 +12,10 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = 'Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle.'; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = 'Adminer (anteriormente phpMinAdmin) é uma completa ferramenta de gestão de banco de dados escrito em PHP. Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.'; + $apps[$x]['description']['pt-pt'] = 'Adminer (anteriormente phpMinAdmin) é uma completa ferramenta de gestão de banco de dados escrito em PHP. Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle.'; $apps[$x]['description']['pt-br'] = ''; //menu details @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Admin BDD'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Administrador'; diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index cc30127fd0..894f7feae6 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Programme des appels multiples vers des extensions, IVR, salles de conferences ou autre."; + $apps[$x]['description']['fr-ca'] = 'Il fait d' massive appels vers des extensions, IVR, salles de conferences ou quelqu'autre nom.'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Programação para imediatamente fazer várias chamadas para a extensão de um menu de URA, Sala de Conferência, ou qualquer outro número.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/call_broadcast/app_languages.php b/app/call_broadcast/app_languages.php index 821502a867..8aee57719d 100644 --- a/app/call_broadcast/app_languages.php +++ b/app/call_broadcast/app_languages.php @@ -3,98 +3,129 @@ //v_call_broadcast $text['title']['en-us'] = 'Call Broadcasts'; $text['title']['pt-pt'] = 'Chamadas Broadcasts'; + $text['title']['fr'] = 'Appels de Masse'; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; + $text['label-name']['fr'] = 'Nom'; $text['label-concurrent-limit']['en-us'] = 'Concurrent Limit'; $text['label-concurrent-limit']['pt-pt'] = 'Limite de concorrencia'; + $text['label-concurrent-limit']['fr'] = 'Limite concurrents'; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; $text['confirm-delete-info']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete-info']['pt-pt'] = 'Deseja realmente eliminar isto?'; + $text['confirm-delete-info']['fr'] = "Voulez-vous vraiment supprimer cela?"; //v_call_broadcast_delete $text['confirm-delete']['en-us'] = 'Delete Complete'; $text['confirm-delete']['pt-pt'] = 'Eliminação Completa'; + $text['confirm-delete']['fr'] = 'Supprimé'; //v_call_broadcast_edit $text['confirm-name']['en-us'] = 'Please provide: Name'; $text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome'; + $text['confirm-name']['fr'] = "Merci d'indiquer: Nom"; $text['confirm-add']['en-us'] = 'Add Complete'; $text['confirm-add']['pt-pt'] = 'Adição Completa'; + $text['confirm-add']['fr'] = "Ajouté"; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = "Mis à jour"; $text['label-call-broadcasts']['en-us'] = 'Call Broadcasts'; $text['label-call-broadcasts']['pt-pt'] = 'Chamada Broadcasts'; + $text['label-call-broadcasts']['fr'] = "Diffusions d'appels"; $text['label-call-broadcast']['en-us'] = 'Call Broadcast'; $text['label-call-broadcast']['pt-pt'] = 'Chamada Broadcast'; + $text['label-call-broadcast']['fr'] = "Diffusion d'appels"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['description-name']['en-us'] = 'Enter the name here.'; $text['description-name']['pt-pt'] = 'Insira aqui o nome.'; + $text['description-name']['fr'] = "Insérer le Nom."; $text['label-timeout']['en-us'] = 'Timeout'; $text['label-timeout']['pt-pt'] = 'Tempo Limite'; + $text['label-timeout']['fr'] = 'Timeout'; $text['description-timeout']['en-us'] = 'Limit the length of the call. Leave this empty for no limit.'; $text['description-timeout']['pt-pt'] = 'Limitar a duração da chamada. Deixe em branco para não ter limite.'; + $text['description-timeout']['fr'] = "Limiter la durée de l'appel. Laisser vide pour illimité."; $text['description-concurrent-limit']['en-us'] = 'Limit the approximate number of concurrent calls. Leave this empty for no limit.'; $text['description-concurrent-limit']['pt-pt'] = 'Limitar o número de chamadas simultâneas. Deixe em branco para não ter limite.'; + $text['description-concurrent-limit']['fr'] = "Limite le nombre d'appels concurrents. Laisser vide pour illimité."; $text['label-caller-id-name']['en-us'] = 'Caller ID Name'; $text['label-caller-id-name']['pt-pt'] = 'Nome de Origem'; + $text['label-caller-id-name']['fr'] = "Nom d'appelant"; $text['label-callerid-number']['en-us'] = 'Caller ID Number'; $text['label-callerid-number']['pt-pt'] = 'Numero de Origem'; + $text['label-callerid-number']['fr'] = "Numéro d'appelant"; $text['description-caller-id-name']['en-us'] = 'Applicable if the provider allow the Caller ID Name to be set. default: anonymous'; $text['description-caller-id-name']['pt-pt'] = 'Aplicável se o provedor permitir o nome de origem para serem enviadas as chamadas. padrão: anonymous'; + $text['description-caller-id-name']['fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du nom d'appelant. Par défaut: anonymous"; $text['description-caller-id-number']['en-us'] = 'Applicable if the provider that allow the Caller ID number to be sent. default: 0000000000'; $text['description-caller-id-number']['pt-pt'] = 'Aplicável se o provedor permitir o numero de origem para serem eninationviadas as chamadas. padrão: 0000000000'; + $text['description-caller-id-number']['fr'] = "Applicable uniquement si le fournisseur d'accès authorise l'acheminement du numéro d'appelant. Par défaut: 0000000000"; $text['label-destination']['en-us'] = 'Destination Number'; $text['label-destination']['pt-pt'] = 'Numero de Destino'; + $text['label-destination']['fr'] = 'Numéro de Destination'; $text['description-destination']['en-us'] = 'Send the call to the extension an IVR Menu, Conference Room, or any other number.'; $text['description-destination']['pt-pt'] = 'Enviar a chamada para a extensão de um menu de IVR, Sala de Conferência, ou qualquer outro número.'; + $text['description-destination']['fr'] = "Emettre l'appel vers un SVI, salle de conférence, ou tout autre numéro."; $text['label-phone']['en-us'] = 'Phone Number List'; $text['label-phone']['pt-pt'] = 'Lista de Números de Telefone'; + $text['label-phone']['fr'] = "Liste de Numéros de téléphone."; $text['description-phone']['en-us'] = 'Optional, set a list of phone numbers one per row in the following format: 123-123-1234|Last Name, First Name'; $text['description-phone']['pt-pt'] = 'Opcional, definir uma lista de números de telefone, um por linha no seguinte formato:  123-123-1234 | Sobrenome, Nome'; + $text['description-phone']['fr'] = "Optionel, Insérer une liste de numéros de téléphone, un par ligne, dans le format suivant ; 0123456789 | Nom, Prénom"; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; $text['description-info']['en-us'] = 'Enter the description here.'; $text['description-info']['pt-pt'] = 'Insira aqui a descrição'; + $text['description-info']['fr'] = ""; $text['button-send']['en-us'] = 'Send Broadcast'; $text['button-send']['pt-pt'] = 'Enviar Broadcast'; + $text['button-send']['fr'] = "Lancer les appels"; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; //v_call_broadcast_send $text['label-view-calls']['en-us'] = 'View Calls'; $text['label-view-calls']['pt-pt'] = 'Ver Chamadas'; + $text['label-view-calls']['fr'] = "Voir les appels"; $text['label-message']['en-us'] = 'Message'; $text['label-message']['pt-pt'] = 'Mensagem'; + $text['label-message']['fr'] = 'Message'; $text['label-has-been']['en-us'] = 'has been started'; $text['label-has-been']['pt-pt'] = 'foi iniciada'; + $text['label-has-been']['fr'] = 'a commencé'; ?> \ No newline at end of file diff --git a/app/call_center/app_config.php b/app/call_center/app_config.php index 3f6a6e51f4..56febbf936 100644 --- a/app/call_center/app_config.php +++ b/app/call_center/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Queues pour envoyer les appels entrants vers les agents disponibles.'; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Files d'attente d'appels entrants distribués aux agents disponibles"; + $apps[$x]['description']['fr-ca'] = "Queues pour envoyer les appels entrants vers les agents disponibles."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'As filas servem para gerenciamento de chamadas de entrada e encaminhamento das mesmas para os agentes disponíveis.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = "Centre d' appels"; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Centre d'appel"; + $apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d' appels"; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Centro de Chamadas'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/call_center_active/app_config.php b/app/call_center_active/app_config.php index 5bfcbe1b8f..27b1bf5361 100644 --- a/app/call_center_active/app_config.php +++ b/app/call_center_active/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Il montre les appels actives et des agents en queue du centre d'appels."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Affiche les appels actifs et les agents en file sur le centre d'appels."; + $apps[$x]['description']['fr-ca'] = 'Il montre les appels actives et des agents en queue du centre d'appels.'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Mostra as chamadas ativas e agentes na fila do centro de chamadas.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = "Centre d'Appels Actives"; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Centre Appels Actifs"; + $apps[$x]['menu'][0]['title']['fr-ca'] = "Centre d'Appels Active"; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Centro de Chamadas Activo'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index 6f237f294a..7430c7857b 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = "Circulation d'Appels"; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "cinématiques d'Appel"; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Circulation d'Appel'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = ''; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/calls/app_languages.php b/app/calls/app_languages.php index 51a5710795..f637559617 100644 --- a/app/calls/app_languages.php +++ b/app/calls/app_languages.php @@ -2,107 +2,142 @@ $text['title']['en-us'] = 'Calls'; $text['title']['pt-pt'] = 'Chamadas'; + $text['title']['fr'] = "Appels"; $text['description']['en-us'] = 'Directs incoming calls for extension:'; $text['description']['pt-pt'] = 'Direciona as chamadas recebidas para a extensão:'; + $text['description']['fr'] = "Rediriger les appels entrant pour l'extension:"; $text['description-2']['en-us'] = 'Use the links to configure call forward follow me, or do no disturb.'; $text['description-2']['pt-pt'] = 'Utilizar os links para definir as funcinalidades de encaminhamento de chamada, segue-me, ou de não perturbar.'; + $text['description-2']['fr'] = "Utiliser les liens afin de configurer le renvoi \"follow me\", ou ne pas derranger."; $text['description-3']['en-us'] = 'The following list the extensions that have been assigned to this user account.'; $text['description-3']['pt-pt'] = 'A tabela a seguir lista as extensões que foram atribuídas a esta conta de utilizador.'; + $text['description-3']['fr'] = "Ici la liste des extensions assignées à cet usager."; $text['label-call-forward']['en-us'] = 'Call Forward'; $text['label-call-forward']['pt-pt'] = 'Encaminhamento de Chamadas'; + $text['label-call-forward']['fr'] = "Renvoi d'appel"; $text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['pt-pt'] = 'Activo'; + $text['label-enabled']['fr'] = 'Actif'; $text['label-enable']['en-us'] = 'Enable'; $text['label-enable']['pt-pt'] = 'Activar'; + $text['label-enable']['fr'] = 'Activé'; $text['label-disable']['en-us'] = 'Disable'; $text['label-disable']['pt-pt'] = 'Desactivo'; + $text['label-disable']['fr'] = 'Désactiver'; $text['label-disabled']['en-us'] = 'Disabled'; $text['label-disabled']['pt-pt'] = 'Desactivo'; + $text['label-disabled']['fr'] = 'Desactivé'; $text['label-number']['en-us'] = 'Number'; $text['label-number']['pt-pt'] = 'Número'; + $text['label-number']['fr'] = 'Numéro'; $text['label-follow-me']['en-us'] = 'Follow Me'; $text['label-follow-me']['pt-pt'] = 'Segue-me'; + $text['label-follow-me']['fr'] = 'Follow Me'; $text['label-ring-1']['en-us'] = 'Ring 1st Number'; $text['label-ring-1']['pt-pt'] = '1º Número a Tocar'; + $text['label-ring-1']['fr'] = 'Sonner le 1er Numéro'; $text['label-ring-2']['en-us'] = 'Ring 2nd Number'; $text['label-ring-2']['pt-pt'] = '2º Número a Tocar'; + $text['label-ring-2']['fr'] = 'Sonner le 2nd Numéro'; $text['label-ring-3']['en-us'] = 'Ring 3rd Number'; $text['label-ring-3']['pt-pt'] = '3º Número a Tocar'; + $text['label-ring-3']['fr'] = 'Sonner le 3ème Numéro'; $text['label-ring-4']['en-us'] = 'Ring 4th Number'; $text['label-ring-4']['pt-pt'] = '4º Número a Tocar'; + $text['label-ring-4']['fr'] = 'Sonner le 4ème Numéro'; $text['label-ring-5']['en-us'] = 'Ring 5th Number'; $text['label-ring-5']['pt-pt'] = '5º Número a Tocar'; + $text['label-ring-5']['fr'] = 'Sonner le 5ème Numéro'; $text['label-cid-name-prefix']['en-us'] = 'Caller ID Prefix'; $text['label-cid-name-prefix']['pt-pt'] = ''; + $text['label-cid-name-prefix']['fr'] = "Préfixe de l'appelant"; $text['description-cid-name-prefix']['en-us'] = 'Set the caller ID name prefix.'; $text['description-cid-name-prefix']['pt-pt'] = ''; + $text['description-cid-name-prefix']['fr'] = ''; $text['label-call-prompt']['en-us'] = 'Call Prompt'; $text['label-call-prompt']['pt-pt'] = ''; + $text['label-call-prompt']['fr'] = "Annonce d'appel"; $text['description-call-prompt']['en-us'] = 'Prompt to accept the call for external destinations.'; $text['description-call-prompt']['pt-pt'] = ''; + $text['description-call-prompt']['fr'] = "Annonce pour accepter l'appel venant de destinations externes."; $text['label-ring-order']['en-us'] = 'Ring Order'; $text['label-ring-order']['pt-pt'] = 'Pedir Chamada'; + $text['label-ring-order']['fr'] = 'Ordre de sonnerie'; $text['label-ring-delay']['en-us'] = 'Delay'; $text['label-ring-delay']['pt-pt'] = ''; + $text['label-ring-delay']['fr'] = 'Délais'; $text['label-ring-timeout']['en-us'] = 'Timeout'; $text['label-ring-timeout']['pt-pt'] = ''; + $text['label-ring-timeout']['fr'] = 'Timeout'; $text['check-sequence']['en-us'] = 'sequence'; $text['ckeck-sequence']['pt-pt'] = 'sequêncial'; + $text['check-sequence']['fr'] = 'sequence'; $text['check-simultaneous']['en-us'] = 'simultaneous'; $text['ckeck-simultaneous']['pt-pt'] = 'simultâneo'; + $text['check-simultaneous']['fr'] = 'simultanément'; $text['label-prompt']['en-us'] = 'Prompt to accept the call'; $text['label-prompt']['pt-pt'] = 'Perguntar para aceitar a chamada'; + $text['label-prompt']['fr'] = "Annonce pour accepter l'appel"; $text['check-true']['en-us'] = 'true'; $text['ckeck-true']['pt-pt'] = 'verdadeiro'; + $text['ckeck-true']['fr'] = 'Oui'; $text['check-false']['en-us'] = 'false'; $text['ckeck-false']['pt-pt'] = 'falso'; + $text['ckeck-false']['fr'] = 'Non'; $text['label-dnd']['en-us'] = 'Do Not Disturb'; $text['label-dnd']['pt-pt'] = 'Não Perturbar'; + $text['label-dnd']['fr'] = "Ne pas derranger"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = "Mis à jour"; $text['table-extension']['en-us'] = 'Extension'; $text['table-extension']['pt-pt'] = 'Extensão'; + $text['table-extension']['fr'] = 'Extension'; $text['table-tools']['en-us'] = 'Tools'; $text['table-tools']['pt-pt'] = 'Ferramentas'; + $text['table-tools']['fr'] = 'Outils'; $text['table-description']['en-us'] = 'Description'; $text['table-description']['pt-pt'] = 'Descrição'; + $text['table-description']['fr'] = 'Description'; ?> \ No newline at end of file diff --git a/app/calls_active/app_languages.php b/app/calls_active/app_languages.php index dd1fd54b97..a0edb26c44 100644 --- a/app/calls_active/app_languages.php +++ b/app/calls_active/app_languages.php @@ -3,104 +3,137 @@ //v_calls_active $text['title']['en-us'] = 'Active Calls'; $text['title']['pt-pt'] = 'Chamadas Activas'; + $text['title']['fr'] = "Communications Actives"; $text['description']['en-us'] = 'Use this to monitor and interact with the active calls.'; $text['description']['pt-pt'] = 'Utilize este menu para monitorizar e interagir com as chamadas ativas.'; + $text['description']['fr'] = "Superviser et interagir avec les Communications Actives."; //v_calls_active_extensions $text['title-2']['en-us'] = 'Active Extensions'; $text['title-2']['pt-pt'] = 'Extensões Activas'; + $text['title-2']['fr'] = "Extensions Actives"; $text['label-status']['en-us'] = 'Status'; $text['label-status']['pt-pt'] = 'Estado'; + $text['label-status']['fr'] = "Etat"; $text['label-transfer']['en-us'] = 'Transfer To'; $text['label-transfer']['pt-pt'] = 'Transferir para'; + $text['label-transfer']['fr'] = "Transférer à"; $text['description-2']['en-us'] = 'Use this to view all extensions and monitor and interact with active calls.'; $text['description-2']['pt-pt'] = 'Utilize este menu para ver todas as extensões, monitorizar e interagir com as chamadas ativas.'; + $text['description-2']['fr'] = "Voir toutes les extensions, superviser et interagir avec les Communications Actives."; $text['check-available-status']['en-us'] = 'Available'; $text['check-available-status']['pt-pt'] = 'Disponível'; + $text['check-available-status']['fr'] = "Disponible"; $text['check-available-on-demand-status']['en-us'] = 'Available (On Demand)'; $text['check-available-on-demand-status']['pt-pt'] = 'Disponível (A pedido)'; + $text['check-available-on-demand-status']['fr'] = "Disponible (Sur Demande)"; $text['check-loggedout-status']['en-us'] = 'Logged Out'; $text['check-loggedout-status']['pt-pt'] = 'Desligado'; + $text['check-loggedout-status']['fr'] = "Délogué"; $text['check-onbreak-status']['en-us'] = 'On Break'; $text['check-onbreak-status']['pt-pt'] = 'Em Pausa'; + $text['check-onbreak-status']['fr'] = "En Pause"; $text['check-do-not-disturb-status']['en-us'] = 'Do Not Disturb'; $text['check-do-not-disturb-status']['pt-pt'] = 'Não Perturbar'; + $text['check-do-not-disturb-status']['fr'] = "Ne Pas Déranger"; //v_calls_active_assigned_extensions_inc $text['label-time']['en-us'] = 'Time'; $text['label-time']['pt-pt'] = 'Tempo'; + $text['label-time']['fr'] = "Temps"; $text['label-cid-name']['en-us'] = 'CID Name'; $text['label-cid-name']['pt-pt'] = 'Nome CID'; + $text['label-cid-name']['fr'] = "Nom Appelant"; $text['label-cid-number']['en-us'] = 'CID Number'; $text['label-cid-number']['pt-pt'] = 'Numero CID'; + $text['label-cid-number']['fr'] = "Numéro Appelant"; $text['label-destination']['en-us'] = 'Dest'; $text['label-destination']['pt-pt'] = 'Destino'; + $text['label-destination']['fr'] = "Dest"; $text['label-app']['en-us'] = 'Application'; $text['label-app']['pt-pt'] = 'Aplicação'; + $text['label-app']['fr'] = "Application"; $text['label-secure']['en-us'] = 'Secure'; $text['label-secure']['pt-pt'] = 'Seguro'; + $text['label-secure']['fr'] = "Securisé"; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; + $text['label-name']['fr'] = "Nom"; $text['label-opt']['en-us'] = 'Options'; $text['label-opt']['pt-pt'] = 'Opções'; + $text['label-opt']['fr'] = "Options"; $text['label-transfer']['en-us'] = 'Transfer'; $text['label-transfer']['pt-pt'] = 'Transferir'; + $text['label-transfer']['fr'] = "Transfert"; $text['label-park']['en-us'] = 'park'; $text['label-park']['pt-pt'] = 'parquear'; + $text['label-park']['fr'] = "Parquer"; $text['confirm-hangup']['en-us'] = 'Do you really want to hangup this call?'; $text['confirm-hangup']['pt-pt'] = 'Quer realmente terminar esta chamada?'; + $text['confirm-hangup']['fr'] = "Voulez-vous vraiment raccrocher cette communication?"; $text['label-hangup']['en-us'] = 'hangup'; $text['label-hangup']['pt-pt'] = 'terminar'; + $text['label-hangup']['fr'] = "raccrocher"; $text['label-stop']['en-us'] = 'stop record'; $text['label-stop']['pt-pt'] = 'parar de gravar'; + $text['label-stop']['fr'] = "arrêter l'enregistrement"; $text['label-start']['en-us'] = 'start record'; $text['label-start']['pt-pt'] = 'iniciar a gravação'; + $text['label-start']['fr'] = "commencer l'enregistrement"; //v_calls_active_extensions_inc $text['confirm-socket']['en-us'] = 'Connection to Event Socket failed.'; $text['confirm-socket']['pt-pt'] = 'Conexão com socket falhou.'; + $text['confirm-socket']['fr'] = "la Connexion au Event Socket a échoué."; $text['label-message']['en-us'] = 'Message'; $text['label-message']['pt-pt'] = 'Mensagem'; + $text['label-message']['fr'] = "Message"; $text['label-ext']['en-us'] = 'Ext'; $text['label-ext']['pt-pt'] = 'Extensão'; + $text['label-ext']['fr'] = "extension"; $text['label-park-extension']['en-us'] = 'Park'; $text['label-park-extension']['pt-pt'] = 'Parquear Extensão'; + $text['label-park-extension']['fr'] = "parquer"; $text['label-profile']['en-us'] = 'Profile'; $text['label-profile']['pt-pt'] = 'Perfil'; + $text['label-profile']['fr'] = "Profile"; $text['label-created']['en-us'] = 'Created'; $text['label-created']['pt-pt'] = 'Criado'; + $text['label-created']['fr'] = "Créé"; $text['label-number']['en-us'] = 'Number'; $text['label-number']['pt-pt'] = 'Numero'; + $text['label-number']['fr'] = "Numéro"; $text['label-codec']['en-us'] = 'Read / Write Codec'; $text['label-codec']['pt-pt'] = 'Codec de Leitura / Escrita '; + $text['label-codec']['fr'] = "décode/encode"; ?> \ No newline at end of file diff --git a/app/click_to_call/app_config.php b/app/click_to_call/app_config.php index 87f11a504f..96e489fa00 100644 --- a/app/click_to_call/app_config.php +++ b/app/click_to_call/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Appeller avec d'URL"; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Appeler avec une URL"; + $apps[$x]['description']['fr-ca'] = 'Appeller avec d'URL'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Originar chamadas com uma URL.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 572a8b8372..62f2a28a4c 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Le Centre de Conferences permet une ou plus conferences pour audio ou vidéo."; + $apps[$x]['description']['fr'] = "Centre de Conférences permet une ou plus conferences audio ou vidéo."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = ''; @@ -25,7 +25,7 @@ $apps[$x]['menu'][$y]['title']['de'] = ''; $apps[$x]['menu'][$y]['title']['de-ch'] = ''; $apps[$x]['menu'][$y]['title']['de-at'] = ''; - $apps[$x]['menu'][$y]['title']['fr'] = 'Centre de Conferences'; + $apps[$x]['menu'][$y]['title']['fr'] = 'Centre de Conférences'; $apps[$x]['menu'][$y]['title']['fr-ca'] = ''; $apps[$x]['menu'][$y]['title']['fr-ch'] = ''; $apps[$x]['menu'][$y]['title']['pt-pt'] = 'Conferencias'; diff --git a/app/conference_centers/app_languages.php b/app/conference_centers/app_languages.php index 443c0c9a92..2fcea89929 100644 --- a/app/conference_centers/app_languages.php +++ b/app/conference_centers/app_languages.php @@ -3,239 +3,317 @@ //conference centers $text['title-conference-centers']['en-us'] = 'Conference Centers'; $text['title-conference-centers']['pt-pt'] = ''; + $text['title-conference-centers']['fr'] = "Conférences"; $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'] = ''; + $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.'; $text['title-conference-center']['en-us'] = 'Conference Center'; $text['title-conference-center']['pt-pt'] = ''; + $text['title-conference-center']['fr'] = 'Conférence'; $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'] = ''; + $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."; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = ''; + $text['label-name']['fr'] = 'Nom'; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = ''; + $text['label-extension']['fr'] = 'Extension'; $text['label-pin-length']['en-us'] = 'PIN Length'; $text['label-pin-length']['pt-pt'] = ''; + $text['label-pin-length']['fr'] = 'Code Nb digits'; $text['label-delete']['en-us'] = 'Delete'; $text['label-delete']['pt-pt'] = ''; + $text['label-delete']['fr'] = 'Supprimer'; $text['label-edit']['en-us'] = 'Edit'; $text['label-edit']['pt-pt'] = ''; + $text['label-edit']['fr'] = 'Editer'; $text['description-name']['en-us'] = 'Enter the conference center name.'; $text['description-name']['pt-pt'] = ''; + $text['description-name']['fr'] = 'Choisir le nom de la conférence.'; $text['description-extension']['en-us'] = 'Enter the conference center extension number.'; $text['description-extension']['pt-pt'] = ''; + $text['description-extension']['fr'] = 'Choisir le numéro de la conférence. '; $text['description-pin-length']['en-us'] = 'Enter the required PIN length.'; $text['description-pin-length']['pt-pt'] = ''; + $text['description-pin-length']['fr'] = "Choisir la longueur requise pour le code d'authentification."; $text['description-enabled']['en-us'] = 'Select whether to enable or disable the conference center.'; $text['description-enabled']['pt-pt'] = ''; + $text['description-enabled']['fr'] = "Choisir d'activer ou non la conférence."; $text['description-description']['en-us'] = 'Enter the description.'; $text['description-description']['pt-pt'] = ''; + $text['description-description']['fr'] = ''; //conference rooms $text['title-conference-rooms']['en-us'] = 'Conference Rooms'; $text['title-conference-rooms']['pt-pt'] = ''; + $text['title-conference-rooms']['fr'] = 'Salles de conférence'; $text['title-conference-room']['en-us'] = 'Conference Room'; $text['title-conference-room']['pt-pt'] = ''; + $text['title-conference-room']['fr'] = 'Salle de conférence'; $text['label-profile']['en-us'] = 'Profile'; $text['label-profile']['pt-pt'] = ''; + $text['label-profile']['fr'] = 'Profile'; $text['label-record']['en-us'] = 'Record'; $text['label-record']['pt-pt'] = ''; + $text['label-record']['fr'] = 'Enregistrer'; $text['label-wait-moderator']['en-us'] = 'Secure'; $text['label-wait-moderator']['pt-pt'] = ''; + $text['label-wait-moderator']['fr'] = 'Assurer'; $text['label-announce']['en-us'] = 'Announce'; $text['label-announce']['pt-pt'] = ''; + $text['label-announce']['fr'] = 'Annonce'; $text['label-mute']['en-us'] = 'Mute on Entry'; $text['label-mute']['pt-pt'] = ''; + $text['label-mute']['fr'] = 'Entrée Micro désactivé'; $text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['pt-pt'] = 'Activo'; + $text['label-enabled']['fr'] = 'Actif'; $text['label-sounds']['en-us'] = 'Sounds'; $text['label-sounds']['pt-pt'] = ''; + $text['label-sounds']['fr'] = 'Sons'; $text['label-members']['en-us'] = 'Members'; $text['label-members']['pt-pt'] = ''; + $text['label-members']['fr'] = 'Membres'; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = 'Ferramentas'; + $text['label-tools']['fr'] = 'Outils'; $text['label-view']['en-us'] = 'View'; $text['label-view']['pt-pt'] = ''; + $text['label-view']['fr'] = 'Vue'; $text['label-sessions']['en-us'] = 'Sessions'; $text['label-sessions']['pt-pt'] = ''; + $text['label-sessions']['fr'] = 'Sessions'; $text['label-true']['en-us'] = 'true'; $text['label-true']['pt-pt'] = 'verdadeiro'; + $text['label-true']['fr'] = 'Oui'; $text['label-false']['en-us'] = 'false'; $text['label-false']['pt-pt'] = 'falso'; + $text['label-false']['fr'] = 'Non'; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; //conference room edit $text['button-rooms']['en-us'] = 'Rooms'; $text['button-rooms']['pt-pt'] = ''; + $text['button-rooms']['fr'] = 'Salles'; $text['button-sessions']['en-us'] = 'Sessions'; $text['button-sessions']['pt-pt'] = ''; + $text['button-sessions']['fr'] = 'Sessions'; $text['button-view']['en-us'] = 'View'; $text['button-view']['pt-pt'] = ''; + $text['button-view']['fr'] = 'Vue'; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = "Mis à jour"; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['label-conference-name']['en-us'] = 'Conference Name'; $text['label-conference-name']['pt-pt'] = ''; + $text['label-conference-name']['fr'] = "Nom de la Conférence"; $text['label-users']['en-us'] = 'Users'; $text['label-users']['pt-pt'] = ''; + $text['label-users']['fr'] = 'Utilisateurs'; $text['description-users']['en-us'] = 'Assign additional users as administrators of this conference room.'; $text['description-users']['pt-pt'] = ''; + $text['description-users']['fr'] = "Ajouter des utilisateurs comme administrateurs des cette salle de conférence."; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = ''; + $text['button-add']['fr'] = 'Ajouter'; $text['label-moderator-pin']['en-us'] = 'Moderator PIN'; $text['label-moderator-pin']['pt-pt'] = ''; + $text['label-moderator-pin']['fr'] = 'Code Modérateur'; $text['label-participant-pin']['en-us'] = 'Participant PIN'; $text['label-participant-pin']['pt-pt'] = ''; + $text['label-participant-pin']['fr'] = 'Code Participant'; $text['label-member-pin']['en-us'] = 'PIN Numbers'; $text['label-member-pin']['pt-pt'] = ''; + $text['label-member-pin']['fr'] = 'Code Membre'; $text['description-moderator-pin']['en-us'] = 'Pin number for the moderators.'; $text['description-moderator-pin']['pt-pt'] = ''; + $text['description-moderator-pin']['fr'] = "Code PIN des modérateurs."; $text['description-participant-pin']['en-us'] = 'Pin number for the participants.'; $text['description-participant-pin']['pt-pt'] = ''; + $text['description-participant-pin']['fr'] = "Code PIN des participants."; $text['label-member-type-moderator']['en-us'] = 'moderator'; $text['label-member-type-moderator']['pt-pt'] = ''; + $text['label-member-type-moderator']['fr'] = 'modérateur'; $text['label-member-type-participant']['en-us'] = 'participant'; $text['label-member-type-participant']['pt-pt'] = ''; + $text['label-member-type-participant']['fr'] = 'participant'; $text['description-profile']['en-us'] = 'Conference Profile is a collection of settings for the conference center.'; $text['description-profile']['pt-pt'] = ''; + $text['description-profile']['fr'] = "Le profile de conférence est une liste de configuration pour les conférences. "; $text['label-max-members']['en-us'] = 'Max Members'; $text['label-max-members']['pt-pt'] = ''; + $text['label-max-members']['fr'] = 'Membres Max'; $text['label-wait-for-moderator']['en-us'] = 'Wait for Moderator'; $text['label-wait-for-moderator']['pt-pt'] = ''; + $text['label-wait-for-moderator']['fr'] = 'Attente du Modérateur'; $text['label-enter-sound']['en-us'] = 'Enter Sound'; $text['label-enter-sound']['pt-pt'] = ''; + $text['label-enter-sound']['fr'] = "Sons d'arrivée"; $text['label-exit-sound']['en-us'] = 'Exit Sound'; $text['label-exit-sound']['pt-pt'] = ''; + $text['label-exit-sound']['fr'] = "Sons de sortie"; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['button-search']['en-us'] = 'Search'; $text['button-search']['pt-pt'] = ''; + $text['button-save']['fr'] = 'Chercher'; //Conference Sessions $text['title-conference-sessions']['en-us'] = 'Conference Sessions'; $text['title-conference-sessions']['pt-pt'] = ''; + $text['title-conference-sessions']['fr'] = 'Sessions de conférences'; $text['description-conference-sessions']['en-us'] = 'Conference Sessions are log details about the conferences.'; $text['description-conference-sessions']['pt-pt'] = ''; + $text['description-conference-sessions']['fr'] = "Sessions de conférences sont les détails des logs sur les conférences."; $text['label-time']['en-us'] = 'Time'; $text['label-time']['pt-pt'] = ''; + $text['label-time']['fr'] = 'Heure'; $text['label-start']['en-us'] = 'Start'; $text['label-start']['pt-pt'] = ''; + $text['label-start']['fr'] = 'Début'; $text['label-end']['en-us'] = 'End'; $text['label-end']['pt-pt'] = ''; + $text['label-end']['fr'] = 'Fin'; $text['label-profile']['en-us'] = 'Profile'; $text['label-profile']['pt-pt'] = ''; + $text['label-profile']['fr'] = 'Profile'; $text['label-recording']['en-us'] = 'Recording'; $text['label-recording']['pt-pt'] = ''; + $text['label-recording']['fr'] = 'Enregistrement'; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = ''; + $text['label-tools']['fr'] = 'Outils'; $text['label-details']['en-us'] = 'Details'; $text['label-details']['pt-pt'] = ''; + $text['label-details']['fr'] = 'Détails'; $text['label-play']['en-us'] = 'Play'; $text['label-play']['pt-pt'] = ''; + $text['label-play']['fr'] = 'Jouer'; $text['label-download']['en-us'] = 'Download'; $text['label-download']['pt-pt'] = ''; + $text['label-download']['fr'] = 'Télécharger'; //Conference Sessions Details $text['title-conference-session-details']['en-us'] = 'Conference Session Details'; $text['title-conference-session-details']['pt-pt'] = ''; + $text['title-conference-session-details']['fr'] = "Détails de Sessions de Conference"; $text['description-conference-session-details']['en-us'] = 'Conference Sessions are log details of the conferences calls.'; $text['description-conference-session-details']['pt-pt'] = ''; + $text['description-conference-session-details']['fr'] = "Sessions de conférences sont les détails des logs sur les conférences."; $text['label-username']['en-us'] = 'Username'; $text['label-username']['pt-pt'] = ''; + $text['label-username']['fr'] = "Nom d'Utilisateur"; $text['label-uuid']['en-us'] = 'UUID'; $text['label-uuid']['pt-pt'] = ''; + $text['label-uuid']['fr'] = 'UUID'; $text['label-caller-id-name']['en-us'] = 'Caller ID Name'; $text['label-caller-id-name']['pt-pt'] = ''; + $text['label-caller-id-name']['fr'] = "Nom d'appelant"; $text['label-caller-id-number']['en-us'] = 'Caller ID Number'; $text['label-caller-id-number']['pt-pt'] = ''; + $text['label-caller-id-number']['fr'] = "Numéro d'appelant"; $text['label-moderator']['en-us'] = 'Moderator'; $text['label-moderator']['pt-pt'] = ''; + $text['label-moderator']['fr'] = 'Modérateur'; $text['label-network-address']['en-us'] = 'Network Address'; $text['label-network-address']['pt-pt'] = ''; + $text['label-network-address']['fr'] = 'Adresse Réseau'; $text['label-time']['en-us'] = 'Time'; $text['label-time']['pt-pt'] = ''; + $text['label-time']['fr'] = 'Heure'; $text['label-start']['en-us'] = 'Start'; $text['label-start']['pt-pt'] = ''; + $text['label-start']['fr'] = 'Début'; $text['label-end']['en-us'] = 'End'; $text['label-end']['pt-pt'] = ''; + $text['label-end']['fr'] = 'Fin'; $text['label-details']['en-us'] = 'Details'; $text['label-details']['pt-pt'] = ''; + $text['label-details']['fr'] = 'Détails'; $text['label-cdr']['en-us'] = 'CDR'; $text['label-cdr']['pt-pt'] = ''; + $text['label-cdr']['fr'] = "Historique d'appels"; ?> \ No newline at end of file diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index ba4148a624..a43c9eb2b8 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Les conferences sont utilises pour la configuration de chambres avec un nom, descrption et nom d'access (facultatif)"; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Les conference sert à configurer des salles avec un nom, une description et un code pin facultatif"; + $apps[$x]['description']['fr-ca'] = 'Les conferences sont utilises pour la configuration de chambres avec un nom, descrption et nom d'access (facultatif)'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Conferências é usado para configurar salas de conferências com um nome, descrição e número de pin opcional.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Conferences'; + $apps[$x]['menu'][0]['title']['fr'] = 'Conférences'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Conferencias'; diff --git a/app/conferences/app_languages.php b/app/conferences/app_languages.php index 4f451c876e..ab44ce017b 100644 --- a/app/conferences/app_languages.php +++ b/app/conferences/app_languages.php @@ -3,121 +3,160 @@ //conferences $text['title']['en-us'] = 'Conferences'; $text['title']['pt-pt'] = 'Conferências'; + $text['title']['fr'] = 'Conférences'; $text['description']['en-us'] = 'Conferences is used to setup conference rooms with a name, description, and optional pin number.'; $text['description']['pt-pt'] = 'As conferências são utilizadas para configurar salas de conferências com um nome, descrição e número pin opcional.'; + $text['description']['fr'] = "Ce menu est utilisé pour créer des salles de conférence avec un nom, une description et en option un code PIN."; $text['title-2']['en-us'] = 'Active Conferences'; $text['title-2']['pt-pt'] = 'Conferências Activas'; + $text['title-2']['fr'] = "Conférences actives"; $text['title-3']['en-us'] = 'Active Conference'; $text['title-3']['pt-pt'] = 'Conferência Activa'; + $text['title-3']['fr'] = "Conférence actives"; $text['description-2']['en-us'] = 'and then select a conference to monitor and interact with it.'; $text['description-2']['pt-pt'] = 'e selecione uma conferência para monitorizar e interagir com ele.'; + $text['description-2']['fr'] = "et ensuite sélectionner la conférence à superviser et à gérer."; $text['table-name']['en-us'] = 'Name'; $text['table-name']['pt-pt'] = 'Nome'; + $text['table-name']['fr'] = 'Nom'; $text['table-extension']['en-us'] = 'Extension'; $text['table-extension']['pt-pt'] = 'Extensão'; + $text['table-extension']['fr'] = 'Extension'; $text['table-profile']['en-us'] = 'Profile'; $text['table-profile']['pt-pt'] = 'Perfil'; + $text['table-profile']['fr'] = 'Profile'; $text['table-order']['en-us'] = 'Order'; $text['table-order']['pt-pt'] = 'Ordem'; + $text['table-order']['fr'] = 'Ordre'; $text['table-enabled']['en-us'] = 'Enabled'; $text['table-enabled']['pt-pt'] = 'Activo'; + $text['table-enabled']['fr'] = 'Actif'; $text['table-description']['en-us'] = 'Description'; $text['table-description']['pt-pt'] = 'Descrição'; + $text['table-description']['fr'] = 'Description'; //conferences_delete $text['confirm-delete']['en-us'] = 'Delete Complete'; $text['confirm-delete']['pt-pt'] = 'Eliminação Completa'; + $text['confirm-delete']['fr'] = 'Supprimé'; //conferences_add $text['confirm-add']['en-us'] = 'Add Complete'; $text['confirm-add']['pt-pt'] = 'Adição Completa'; + $text['confirm-add']['fr'] = 'Ajouté'; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = 'Mis a jour'; $text['confirm-name']['en-us'] = 'Please provide: Name'; $text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome'; + $text['confirm-name']['fr'] = "Merci d'indiquer: Nom"; $text['confirm-extension']['en-us'] = 'Please provide: Extension'; $text['confirm-extension']['pt-pt'] = 'Por favor, forneça: Extensão'; + $text['confirm-extension']['fr'] = "Merci d'indiquer: Extension"; $text['confirm-profile']['en-us'] = 'Please provide: Profile'; $text['confirm-profile']['pt-pt'] = 'Por favor, forneça: Perfil'; + $text['confirm-profile']['fr'] = "Merci d'indiquer: Profile"; $text['confirm-enabled']['en-us'] = 'Please provide: Enabled'; $text['confirm-enabled']['pt-pt'] = 'Por favor, forneça: Ativado'; + $text['confirm-enabled']['fr'] = "Merci d'indiquer: Actif"; $text['label-conference-add']['en-us'] = 'Conferences Add'; $text['label-conference-add']['pt-pt'] = 'Adição de Conferências'; + $text['label-conference-add']['fr'] = "Ajouter des conférences"; $text['label-conference-edit']['en-us'] = 'Conferences Edit'; $text['label-conference-edit']['pt-pt'] = 'Edição de Conferências'; + $text['label-conference-edit']['fr'] = "Editer les conférences"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = 'Extensão'; + $text['label-extension']['fr'] = 'Extension'; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; + $text['label-name']['fr'] = 'Nom'; $text['description-name']['en-us'] = 'Enter the conference name.'; $text['description-name']['pt-pt'] = 'Insira o nome da conferência.'; + $text['description-name']['fr'] = "Entrer le nom de la conférence."; $text['description-extension']['en-us'] = 'Enter the conference extension number.'; $text['description-extension']['pt-pt'] = 'Insira a extensão da conferência'; + $text['description-extension']['fr'] = "Entrer le numéro d'extension de la conférence."; $text['description-3']['en-us'] = 'to monitor and interact with the conference room.'; $text['description-3']['pt-pt'] = 'para monitorizar e interagir com a sala de conferências.'; + $text['description-3']['fr'] = "Superviser et interagir avec la salle de conférence."; $text['label-pin']['en-us'] = 'Pin Number'; $text['label-pin']['pt-pt'] = 'Numero Pin'; + $text['label-pin']['fr'] = 'Code Pin'; $text['description-pin']['en-us'] = 'Optional pin number to secure access to the conference.'; $text['description-pin']['pt-pt'] = 'Número de pin opcional para garantir o acesso à conferência.'; + $text['description-pin']['fr'] = "Numéro d'identifiant pour sécuriser l'accès à la conf. (Optionnel)"; $text['confirm-delete-2']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete-2']['pt-pt'] = 'Deseja realmente apagar isto?'; + $text['confirm-delete-2']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = 'Adicionar'; + $text['button-add']['fr'] = 'Ajouter'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Gravar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; $text['description-info']['en-us'] = 'Enter the description.'; $text['description-info']['pt-pt'] = 'Insira a descrição.'; + $text['description-info']['fr'] = ""; $text['description-conference-enable']['en-us'] = 'Select whether to enable or disable the conference.'; $text['description-conference-enable']['pt-pt'] = 'Selecione se deseja ativar ou desativar a conferência.'; + $text['description-conference-enable']['fr'] = "Choisir d'activer ou non la conférence."; $text['description-order']['en-us'] = 'Enter the order number.'; $text['description-order']['pt-pt'] = 'Digite o número do pedido.'; + $text['description-order']['fr'] = "Entrer le numéro d'ordre."; $text['label-order']['en-us'] = 'Order'; $text['label-order']['pt-pt'] = 'Pedido'; + $text['label-order']['fr'] = 'Ordre'; $text['description-user-add']['en-us'] = 'Assign the users that are can manage this conference extension.'; $text['description-user-add']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de conferência.'; + $text['description-user-add']['fr'] = "Selectionner les usagers pouvant gérer cette conférence."; $text['description-profile']['en-us'] = 'Conference Profile is a collection of settings for the conference.'; $text['description-profile']['pt-pt'] = 'Perfil de conferência é um conjunto de definições para a conferência.'; + $text['description-profile']['fr'] = "Le profile de la conférence est une liste de paramètres pour la conférence."; $text['description-flags']['en-us'] = 'Optional conference flags. examples: mute|deaf|waste|moderator'; $text['description-flags']['pt-pt'] = 'Flags opcionais de conferências. exemplos: mute|deaf|waste|moderator'; + $text['description-flags']['fr'] = "Flags Optionnels de la conférence. exemple: mute|deaf|waste|moderator"; ?> \ No newline at end of file diff --git a/app/conferences_active/app_config.php b/app/conferences_active/app_config.php index c0950c4e1d..1b35ad2113 100644 --- a/app/conferences_active/app_config.php +++ b/app/conferences_active/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Outil en AJAX pour voir et gerer toutes les conferences actives."; + $apps[$x]['description']['fr-ca'] = "Outil en AJAX pour voir et gerer toutes les conferences actives aux chambres."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'A ferramenta AJAX permite visualizar e gerir todas as chamadas ativas numa sala de conferências.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/conferences_active/app_languages.php b/app/conferences_active/app_languages.php index 0961c46c0e..b9e7bf6a6d 100644 --- a/app/conferences_active/app_languages.php +++ b/app/conferences_active/app_languages.php @@ -23,91 +23,135 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['message-denied']['en-us'] = 'access denied'; + $text['message-denied']['fr'] = "Accès non authorisé"; $text['label-interactive']['en-us'] = 'Interactive Conference'; + $text['label-interactive']['fr'] = "Conférence Interactive"; $text['description-interactive']['en-us'] = 'Use this to monitor and interact with the members of the conference.'; + $text['description-interactive']['fr'] = "Superviser et interagir avec les participants de la conférence"; $text['message-connection']['en-us'] = 'Connection to Event Socket failed.'; + $text['message-connection']['fr'] = "Connexion à l'Event Socket en echec."; $text['label-message']['en-us'] = 'Message'; + $text['label-message']['fr'] = "Message"; $text['label-tools']['en-us'] = 'Tools'; + $text['label-tools']['fr'] = "Outils"; $text['button-start-rec']['en-us'] = 'Start Record'; + $text['button-start-rec']['fr'] = "Commencer l'Enregistrement"; $text['button-stop-rec']['en-us'] = 'Stop Record'; + $text['button-stop-rec']['fr'] = "Arrêter l'Enregistrement"; $text['label-recording']['en-us'] = 'Recording'; + $text['label-recording']['fr'] = "Enregistré"; $text['label-not-recording']['en-us'] = 'Not Recording'; + $text['label-not-recording']['fr'] = "Non Enregistré"; $text['label-unlock']['en-us'] = 'Unlock'; + $text['label-unlock']['fr'] = "Débloqué"; $text['label-lock']['en-us'] = 'Lock'; + $text['label-lock']['fr'] = "Bloqué"; $text['label-id']['en-us'] = 'ID'; + $text['label-id']['fr'] = "ID"; $text['label-cid-name']['en-us'] = 'Caller ID Name'; + $text['label-cid-name']['fr'] = "Nom d'appelant"; $text['label-cid-num']['en-us'] = 'Caller ID Number'; + $text['label-cid-num']['fr'] = "Numéro d'appelant"; $text['label-moderator']['en-us'] = 'Moderator'; + $text['label-moderator']['fr'] = "Modérateur"; $text['label-joined']['en-us'] = 'Joined'; + $text['label-joined']['fr'] = "a joint"; $text['label-hear']['en-us'] = 'Hear'; + $text['label-hear']['fr'] = "écouter"; $text['label-speak']['en-us'] = 'Speak'; + $text['label-speak']['fr'] = "parler"; $text['label-talking']['en-us'] = 'Talking'; + $text['label-talking']['fr'] = "parle"; $text['label-last-talk']['en-us'] = 'Last Talked'; + $text['label-last-talk']['fr'] = "dernier parlant"; $text['label-video']['en-us'] = 'Video'; + $text['label-video']['fr'] = "Vidéo"; $text['label-floor']['en-us'] = 'Has Floor'; + $text['label-floor']['fr'] = "A la parole"; $text['label-tool']['en-us'] = 'Tools'; + $text['label-tool']['fr'] = "Outils"; $text['label-yes']['en-us'] = 'yes'; + $text['label-yes']['fr'] = "Oui"; $text['label-no']['en-us'] = 'no'; + $text['label-no']['fr'] = "Non"; $text['label-energy']['en-us'] = 'Energy'; + $text['label-energy']['fr'] = "Energie"; $text['label-volume']['en-us'] = 'Vol'; + $text['label-volume']['fr'] = "Vol"; $text['label-gain']['en-us'] = 'Gain'; + $text['label-gain']['fr'] = "Gain"; $text['label-mute']['en-us'] = 'Mute'; + $text['label-mute']['fr'] = "muet"; $text['label-unmute']['en-us'] = 'Unmute'; + $text['label-unmute']['fr'] = "sonore"; $text['label-mute-all']['en-us'] = 'Mute All'; + $text['label-mute-all']['fr'] = "tous muets"; $text['label-mute-all-alt']['en-us'] = 'Mute all but moderator.'; + $text['label-mute-all-alt']['fr'] = "muets sauf le moderateur."; $text['label-unmute-all']['en-us'] = 'Unmute All'; + $text['label-unmute-all']['fr'] = "tous sonore"; $text['label-end-conference']['en-us'] = 'End Conference'; + $text['label-end-conference']['fr'] = "finir la conférence"; $text['label-deaf']['en-us'] = 'Deaf'; + $text['label-deaf']['fr'] = "sourd"; $text['label-undeaf']['en-us'] = 'Undeaf'; + $text['label-undeaf']['fr'] = "entandant"; $text['label-kick']['en-us'] = 'Kick'; + $text['label-kick']['fr'] = "jeter"; $text['label-active']['en-us'] = 'Active Conferences'; + $text['label-active']['fr'] = "Conférences Avtives"; $text['description-active']['en-us'] = 'List all the conferences that are currently active with one or more members.'; + $text['description-active']['fr'] = "Liste toutes les conférences actives avec un ou plusieurs participants."; $text['label-name']['en-us'] = 'Name'; + $text['label-name']['fr'] = "Nom"; $text['label-member-count']['en-us'] = 'Member Count'; + $text['label-member-count']['fr'] = "Décompte des participants"; $text['button-view']['en-us'] = 'view'; + $text['button-view']['fr'] = "Voir"; ?> \ No newline at end of file diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index 47785c51ef..8fe9723c59 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "C'est un endroit pour posser information des contacts, personnes ou organizations."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Place pour stocker les information des contacts, personnes ou organizations."; + $apps[$x]['description']['fr-ca'] = "C'est un endroit pour posser information des contacts, personnes ou organizations."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Fornece um local para armazenar informações de contato para indivíduos e organizações.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/content/app_config.php b/app/content/app_config.php index 2ae6ebd78d..fc6e95add2 100644 --- a/app/content/app_config.php +++ b/app/content/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Gerer le contenu des pages au interface.'; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Gerer le contenu des pages de l'interface."; + $apps[$x]['description']['fr-ca'] = "Gerer le contenu des pages au interface."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Gerir o conteúdo de qualquer página na interface.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Administrateur'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Contenu'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Administrateur'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Conteúdo'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/content/app_languages.php b/app/content/app_languages.php index 23ae44ea21..9a8adabcad 100644 --- a/app/content/app_languages.php +++ b/app/content/app_languages.php @@ -23,46 +23,87 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['title-rss']['en-us'] = 'RSS Feed'; + $text['title-rss']['fr'] = 'RSS Feed'; $text['description-rss']['en-us'] = 'Task List for RSS...'; + $text['description-rss']['fr'] = 'Liste de Tâches pour RSS...'; $text['message-add']['en-us'] = 'Add Complete'; + $text['message-add']['fr'] = 'ajouté'; $text['button-back']['en-us'] = 'Back'; + $text['button-back']['fr'] = 'Retour'; $text['button-public']['en-us'] = 'public'; + $text['button-public']['fr'] = 'public'; $text['label-order']['en-us'] = 'Order'; + $text['label-order']['fr'] = 'Ordre'; $text['label-content']['en-us'] = 'Content'; + $text['label-content']['fr'] = 'Contenu'; $text['button-add-title']['en-us'] = 'Add'; + $text['button-add-title']['fr'] = 'Ajouter'; $text['message-delete-done']['en-us'] = 'Delete Completed'; + $text['message-delete-done']['fr'] = 'Supprimé'; $text['label-list']['en-us'] = 'List'; + $text['label-list']['rf'] = 'Liste'; $text['label-title']['en-us'] = 'Title'; + $text['label-title']['fr'] = 'Titre'; $text['label-link']['en-us'] = 'Link'; + $text['label-link']['fr'] = 'Lien'; $text['label-group']['en-us'] = 'Group'; + $text['label-group']['fr'] = 'Groupe'; $text['label-order']['en-us'] = 'Order'; + $text['label-order']['fr'] = 'Ordre'; $text['label-edit']['en-us'] = 'Edit'; + $text['label-edit']['fr'] = 'Editer'; $text['message-confirm-delete']['en-us'] = 'Do you really want to delete this?'; + $text['message-confirm-delete']['fr'] = 'Voulez-vous vraiment faire cela?'; $text['message-item-down']['en-us'] = 'Item Moved Down'; + $text['message-item-down']['fr'] = 'Objet descendu'; $text['message-item-up']['en-us'] = 'Item Moved Up'; + $text['message-item-up']['fr'] = 'Objet remonté'; $text['label-search']['en-us'] = 'Search Results'; + $text['label-search']['fr'] = 'Resultats de la recherche'; $text['label-id']['en-us'] = 'ID'; + $text['label-id']['fr'] = 'ID'; $text['label-category']['en-us'] = 'Category'; + $text['label-category']['fr'] = 'Categorie'; $text['label-sub-category']['en-us'] = 'Sub Category'; + $text['label-sub-category']['fr'] = 'Sous Categorie'; $text['label-description']['en-us'] = 'Description'; + $text['label-description']['fr'] = 'Description'; $text['button-search']['en-us'] = 'Search'; + $text['button-search']['fr'] = 'recherche'; $text['label-rss-category']['en-us'] = 'RSS Category'; + $text['label-rss-category']['fr'] = 'RSS Categorie'; $text['button-update']['en-us'] = 'Update'; + $text['button-update']['fr'] = 'Mise à Jour'; $text['message-update']['en-us'] = 'Update Complete'; + $text['message-update']['fr'] = 'Mis à Jour'; $text['label-details']['en-us'] = 'Details'; + $text['label-details']['fr'] = 'Détails'; $text['label-template']['en-us'] = 'Template'; + $text['label-template']['fr'] = 'Template'; $text['button-delete']['en-us'] = 'Delete'; + $text['button-delete']['fr'] = 'Supprimer'; $text['label-sub-id']['en-us'] = 'Sub ID'; + $text['label-sub-id']['fr'] = 'Sous ID'; $text['label-sub-title']['en-us'] = 'Sub Title'; + $text['label-sub-title']['fr'] = 'Sous Titre'; $text['label-sub-link']['en-us'] = 'Sub Link'; + $text['label-sub-link']['fr'] = 'Sub Link'; $text['label-sub-desc']['en-us'] = 'Sub Description'; + $text['label-sub-desc']['fr'] = 'Sub Description'; $text['message-error-missing']['en-us'] = 'Error missing'; + $text['message-error-missing']['fr'] = 'Erreur missing'; $text['message-description']['en-us'] = 'Please provide a description.'; + $text['message-description']['fr'] = "Merci d'écrire une description."; $text['label-content-edit']['en-us'] = 'Content Edit'; + $text['label-content-edit']['fr'] = "Edition du contenu"; $text['label-type']['en-us'] = 'Type'; + $text['label-type']['fr'] = 'Type'; $text['label-on-off']['en-us'] = 'on/off'; + $text['label-on-off']['fr'] = 'on/off'; $text['button-save']['en-us'] = 'Save'; + $text['button-save']['fr'] = 'Sauvegarde'; ?> \ No newline at end of file diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 89e9f20952..7db355596a 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Usé pour définir cibler nombres externe."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Défini les numéros externes."; + $apps[$x]['description']['fr-ca'] = "Usé pour définir cibler nombres externe."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Utilizado para definir os números de destino externos.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Cibler'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Destinations'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Cibler'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Destinos'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 15e7f49a7e..c2222a0ef9 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Dispositifs pour provisionnement.'; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = 'Equipements pour provisioning.'; + $apps[$x]['description']['fr-ca'] = 'Dispositifs pour provisionnement.'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Lista de provisionamento de Telefone.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Dispositifs'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Equipements'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Dispositifs'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Telefones'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index 131f960903..5ad4f50448 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -42,8 +42,8 @@ $apps[$x]['menu'][1]['title']['de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; - $apps[$x]['menu'][1]['title']['fr'] = 'Administrateur de Dialplan'; - $apps[$x]['menu'][1]['title']['fr-ca'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = 'Gestion du Dialplan'; + $apps[$x]['menu'][1]['title']['fr-ca'] = 'Administrateur de Dialplan'; $apps[$x]['menu'][1]['title']['fr-ch'] = ''; $apps[$x]['menu'][1]['title']['pt-pt'] = 'Gestor de Dialplan'; $apps[$x]['menu'][1]['title']['pt-br'] = ''; diff --git a/app/dialplan_features/app_config.php b/app/dialplan_features/app_config.php index d55f60977f..6628b83d42 100644 --- a/app/dialplan_features/app_config.php +++ b/app/dialplan_features/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Il donne quelqu'options aux dialplans comme transfer, appel en attend et plus."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Donne des options aux dialplans comme le transfert, transfert supervisé et plus."; + $apps[$x]['description']['fr-ca'] = "Il donne quelqu'options aux dialplans comme transfer, appel en attend et plus."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Fornece recursos contexto dialplan inclusive em transferência de chamadas e transferência atendidos e mais.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/dialplan_inbound/app_config.php b/app/dialplan_inbound/app_config.php index e9c4aeb3ef..c983280c2c 100644 --- a/app/dialplan_inbound/app_config.php +++ b/app/dialplan_inbound/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Les dialplans publiques sont utilisés pour diriger les appels entrants. Ils peuvent être précise avec une ou deux conditions et context.'; + $apps[$x]['description']['fr'] = "Les dialplans publiques sont utilisés pour diriger les appels entrants en fonction d'une ou plusieurs conditions et context."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'O dialplan público é usado para encaminhar chamadas recebidas para destinos com base em uma ou mais condições e contexto.'; diff --git a/app/dialplan_inbound/app_languages.php b/app/dialplan_inbound/app_languages.php index 54120afd54..4591a4ce71 100644 --- a/app/dialplan_inbound/app_languages.php +++ b/app/dialplan_inbound/app_languages.php @@ -3,138 +3,182 @@ // main $text['title-dialplan-inbound-add']['en-us'] = 'Inbound Call Routing'; $text['title-dialplan-inbound-add']['pt-pt'] = ''; + $text['title-dialplan-inbound-add']['fr'] = "Routage des appels entrant"; $text['description-dialplan-inbound-add']['en-us'] = 'The public dialplan is used to route incoming calls to destinations based on one or more conditions and context. It can send incoming calls to an auto attendant, huntgroup, extension, external number, or a script.'; $text['description-dialplan-inbound-add']['pt-pt'] = ''; + $text['description-dialplan-inbound-add']['fr'] = "Le plan de numérotation publique est utilisé pour acheminer les appels aux destinations en se basant sur une ou plusieurs conditions ou contextes. Les appels peuvent être acheminé au opératrices auto, groupements, extensions, numéro externe ou script."; $text['label-access-denied']['en-us'] = 'access denied'; $text['label-access-denied']['pt-pt'] = ''; + $text['label-access-denied']['fr'] = "accès refusé"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = ''; + $text['button-back']['fr'] = "Retour"; // basic $text['button-basic']['en-us'] = 'Basic'; $text['button-basic']['pt-pt'] = ''; + $text['button-basic']['fr'] = "Basique"; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = ''; + $text['label-name']['fr'] = "Nom"; $text['description-name']['en-us'] = 'Please enter an inbound route name.'; $text['description-name']['pt-pt'] = ''; + $text['description-name']['fr'] = "Merci d'entrer le nom d'une route entrante"; $text['label-destination-number']['en-us'] = 'Destination Number'; $text['label-destination-number']['pt-pt'] = ''; + $text['label-destination-number']['fr'] = "Numéro de Destination"; $text['label-select-inbound-destination-number']['en-us'] = 'Select the inbound destination number.'; $text['label-select-inbound-destination-number']['pt-pt'] = ''; + $text['label-select-inbound-destination-number']['fr'] = ""; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = ''; + $text['button-add']['fr'] = "Ajouter"; $text['label-action']['en-us'] = 'Action'; $text['label-action']['pt-pt'] = ''; + $text['label-action']['fr'] = "Action"; $text['label-limit']['en-us'] = 'Limit'; $text['label-limit']['pt-pt'] = ''; + $text['label-limit']['fr'] = "Limite"; $text['label-order']['en-us'] = 'Order'; $text['label-order']['pt-pt'] = ''; + $text['label-order']['fr'] = "Ordre"; $text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['pt-pt'] = ''; + $text['label-enabled']['fr'] = "Actif"; $text['label-true']['en-us'] = 'True'; $text['label-true']['pt-pt'] = ''; + $text['label-true']['fr'] = "Oui"; $text['label-false']['en-us'] = 'False'; $text['label-false']['pt-pt'] = ''; + $text['label-false']['fr'] = "Non"; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = ''; + $text['label-description']['fr'] = "Description"; // advanced $text['button-advanced']['en-us'] = 'Advanced'; $text['button-advanced']['pt-pt'] = ''; + $text['button-advanced']['fr'] = "Avancé"; $text['label-condition_1']['en-us'] = 'Condition 1'; $text['label-condition_1']['pt-pt'] = ''; + $text['label-condition_1']['fr'] = "Condition 1"; $text['label-condition_2']['en-us'] = 'Condition 2'; $text['label-condition_2']['pt-pt'] = ''; + $text['label-condition_2']['fr'] = "Condition 2"; $text['label-action_1']['en-us'] = 'Action 1'; $text['label-action_1']['pt-pt'] = ''; + $text['label-action_1']['fr'] = "Action 1"; $text['label-action_2']['en-us'] = 'Action 2'; $text['label-action_2']['pt-pt'] = ''; + $text['label-action_2']['fr'] = "Action 2"; $text['label-field']['en-us'] = 'Field'; $text['label-field']['pt-pt'] = ''; + $text['label-field']['fr'] = "Champs"; $text['label-expression']['en-us'] = 'Expression'; $text['label-expression']['pt-pt'] = ''; + $text['label-expression']['fr'] = "Expression"; $text['option-context']['en-us'] = 'Context'; $text['option-context']['pt-pt'] = ''; + $text['option-context']['fr'] = "Contexte"; $text['option-username']['en-us'] = 'Username'; $text['option-username']['pt-pt'] = ''; + $text['option-username']['fr'] = "Utilisateur"; $text['option-rdnis']['en-us'] = 'RDNIS'; $text['option-rdnis']['pt-pt'] = ''; + $text['option-rdnis']['fr'] = "RDNIS"; $text['option-destination_number']['en-us'] = 'Destination Number'; $text['option-destination_number']['pt-pt'] = ''; + $text['option-destination_number']['fr'] = "Numéro de Destination"; $text['option-public']['en-us'] = 'Public'; $text['option-public']['pt-pt'] = ''; + $text['option-public']['fr'] = ""; $text['option-caller_id_name']['en-us'] = 'Caller ID Name'; $text['option-caller_id_name']['pt-pt'] = ''; + $text['option-caller_id_name']['fr'] = "Nom d'appelant"; $text['option-caller_id_number']['en-us'] = 'Caller ID Number'; $text['option-caller_id_number']['pt-pt'] = ''; + $text['option-caller_id_number']['fr'] = "Numéro d'appelant"; $text['option-ani']['en-us'] = 'ANI'; $text['option-ani']['pt-pt'] = ''; + $text['option-ani']['fr'] = "ANI"; $text['option-ani2']['en-us'] = 'ANI2'; $text['option-ani2']['pt-pt'] = ''; + $text['option-ani2']['fr'] = "ANI2"; $text['option-uuid']['en-us'] = 'UUID'; $text['option-uuid']['pt-pt'] = ''; + $text['option-uuid']['fr'] = "UUID"; $text['option-source']['en-us'] = 'Source'; $text['option-source']['pt-pt'] = ''; + $text['option-source']['fr'] = "Source"; $text['option-chan_name']['en-us'] = 'Channel Name'; $text['option-chan_name']['pt-pt'] = ''; + $text['option-chan_name']['fr'] = "Nom de canal"; $text['option-network_addr']['en-us'] = 'Network Address'; $text['option-network_addr']['pt-pt'] = ''; + $text['option-network_addr']['fr'] = "Adresse Réseau"; // general $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = ''; + $text['button-save']['fr'] = "Sauvegarde"; $text['label-required-domain_uuid']['en-us'] = 'Please provide: domain_uuid'; $text['label-required-domain_uuid']['pt-pt'] = ''; + $text['label-required-domain_uuid']['fr'] = "Merci d'indiquer: domain_uuid"; $text['label-required-dialplan_name']['en-us'] = 'Please provide: Extension Name'; $text['label-required-dialplan_name']['pt-pt'] = ''; + $text['label-required-dialplan_name']['fr'] = "Merci d'indiquer: Nom d'extension"; $text['label-required-condition_field_1']['en-us'] = 'Please provide: Condition Field'; $text['label-required-condition_field_1']['pt-pt'] = ''; + $text['label-required-condition_field_1']['fr'] = "Merci d'indiquer: Champs Condition"; $text['label-required-condition_expression_1']['en-us'] = 'Please provide: Condition Expression'; $text['label-required-condition_expression_1']['pt-pt'] = ''; + $text['label-required-condition_expression_1']['fr'] = "Merci d'indiquer: Expression Condition"; $text['label-required-action_application_1']['en-us'] = 'Please provide: Action Application'; $text['label-required-action_application_1']['pt-pt'] = ''; + $text['label-required-action_application_1']['fr'] = "Merci d'indiquer: Application Action"; $text['confirm-update-complete']['en-us'] = 'Update Complete'; $text['confirm-update-complete']['pt-pt'] = ''; + $text['confirm-update-complete']['fr'] = "Mis à jour"; ?> \ No newline at end of file diff --git a/app/dialplan_outbound/app_config.php b/app/dialplan_outbound/app_config.php index 40ff618d94..7eb02bac63 100644 --- a/app/dialplan_outbound/app_config.php +++ b/app/dialplan_outbound/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Les dialpants sortants ont une ou plus conditions qui devent répondre. Quand les conditions son tout répondres, l'appel est dirigers vers la passarelle séléctioné."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Les dialpans sortants attribuent un appel en fonction d'une ou plusieurs conditions. Quand les conditions sont remplies, l'appel est dirigés vers la passarelle séléctionée."; + $apps[$x]['description']['fr-ca'] = "Les dialpants sortants ont une ou plus conditions qui devent répondre. Quand les conditions son tout répondres, l'appel est dirigers vers la passarelle séléctioné."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Dialplans de saída tem uma ou mais condições que são compatíveis com os atributos de uma chamada. Quando uma chamada coincide com as condições da chamada é então encaminhado para o gateway.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/dialplan_outbound/app_languages.php b/app/dialplan_outbound/app_languages.php index 99e4fb7030..b284356382 100644 --- a/app/dialplan_outbound/app_languages.php +++ b/app/dialplan_outbound/app_languages.php @@ -23,135 +23,198 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['title-dialplan-outbound-add']['en-us'] = 'Outbound Call Routing'; + $text['title-dialplan-outbound-add']['fr'] = "Routage d'appel sortant"; $text['message-provide']['en-us'] = 'Please Provide'; + $text['message-provide']['fr'] = "Merci d'indiquer"; $text['label-gateway-name']['en-us'] = 'Gateway Name'; + $text['label-gateway-name']['fr'] = "Nom de la passerelle"; $text['label-dialplan-expression']['en-us'] = 'Dialplan Expression'; + $text['label-dialplan-expression']['fr'] = "Expression du Plan de numérotation"; $text['label-2d']['en-us'] = '2 Digits'; + $text['label-2d']['fr'] = '2 Digits'; $text['label-3d']['en-us'] = '3 Digits'; + $text['label-3d']['fr'] = '3 Digits'; $text['label-4d']['en-us'] = '4 Digits'; + $text['label-4d']['fr'] = '4 Digits'; $text['label-5d']['en-us'] = '5 Digits'; + $text['label-5d']['fr'] = '5 Digits'; $text['label-6d']['en-us'] = '6 Digits'; + $text['label-6d']['fr'] = '6 Digits'; $text['label-7d']['en-us'] = '7 Digits Local'; + $text['label-7d']['fr'] = '7 Digits Local'; $text['label-8d']['en-us'] = '8 Digits'; + $text['label-8d']['fr'] = '8 Digits'; $text['label-9d']['en-us'] = '9 Digits'; + $text['label-9d']['fr'] = '9 Digits'; $text['label-10d']['en-us'] = '10 Digits Long Distance'; + $text['label-10d']['fr'] = '10 Digits'; $text['label-11d']['en-us'] = '11 Digits Long Distance'; + $text['label-11d']['fr'] = '11 Digits'; $text['label-12d']['en-us'] = '12 Digits'; + $text['label-12d']['fr'] = '12 Digits'; $text['label-13d']['en-us'] = '13 Digits'; + $text['label-13d']['fr'] = '13 Digits'; $text['label-14d']['en-us'] = '14 Digits'; + $text['label-14d']['fr'] = '14 Digits'; $text['label-int']['en-us'] = '15 Digits International'; + $text['label-int']['fr'] = '15 Digits'; $text['label-311']['en-us'] = '311 Information'; + $text['label-311']['fr'] = '311 Information'; $text['label-411']['en-us'] = '411 Information'; + $text['label-411']['fr'] = '411 Information'; $text['label-911']['en-us'] = '911 Emergency'; + $text['label-911']['fr'] = '911 Emergency'; $text['label-9d2']['en-us'] = 'Dial 9, then 2 Digits'; + $text['label-9d2']['fr'] = 'Compose 9, puis 2 Digits'; $text['label-9d3']['en-us'] = 'Dial 9, then 3 Digits'; + $text['label-9d3']['fr'] = 'Compose 9, puis 3 Digits'; $text['label-9d4']['en-us'] = 'Dial 9, then 4 Digits'; + $text['label-9d4']['fr'] = 'Compose 9, puis 4 Digits'; $text['label-9d5']['en-us'] = 'Dial 9, then 5 Digits'; + $text['label-9d5']['fr'] = 'Compose 9, puis 5 Digits'; $text['label-9d6']['en-us'] = 'Dial 9, then 6 Digits'; + $text['label-9d6']['fr'] = 'Compose 9, puis 6 Digits'; $text['label-9d7']['en-us'] = 'Dial 9, then 7 Digits'; + $text['label-9d7']['fr'] = 'Compose 9, puis 7 Digits'; $text['label-9d8']['en-us'] = 'Dial 9, then 8 Digits'; + $text['label-9d8']['fr'] = 'Compose 9, puis 8 Digits'; $text['label-9d9']['en-us'] = 'Dial 9, then 9 Digits'; + $text['label-9d9']['fr'] = 'Compose 9, puis 9 Digits'; $text['label-9d10']['en-us'] = 'Dial 9, then 10 Digits'; + $text['label-9d10']['fr'] = 'Compose 9, puis 10 Digits'; $text['label-9d11']['en-us'] = 'Dial 9, then 11 Digits'; + $text['label-9d11']['fr'] = 'Compose 9, puis 11 Digits'; $text['label-9d12']['en-us'] = 'Dial 9, then 12 Digits'; + $text['label-9d12']['fr'] = 'Compose 9, puis 12 Digits'; $text['label-9d13']['en-us'] = 'Dial 9, then 13 Digits'; + $text['label-9d13']['fr'] = 'Compose 9, puis 13 Digits'; $text['label-9d14']['en-us'] = 'Dial 9, then 14 Digits'; + $text['label-9d14']['fr'] = 'Compose 9, puis 14 Digits'; $text['label-9d15']['en-us'] = 'Dial 9, then International'; + $text['label-9d15']['fr'] = 'Compose 9, puis International'; $text['label-800']['en-us'] = 'Toll-Free'; + $text['label-800']['fr'] = 'Sans Charge'; $text['message-update']['en-us'] = 'Update Complete'; + $text['message-update']['fr'] = "Mis à jour"; $text['label-outbound-routes']['en-us'] = 'Outbound Routes'; + $text['label-outbound-routes']['fr'] = 'Routes Sortantes'; $text['button-back']['en-us'] = 'Back'; + $text['button-back']['fr'] = 'Retour'; $text['description-outbound-routes']['en-us'] = 'Outbound dialplans have one or more conditions that are matched to attributes of a call. When a call matches the conditions the call is then routed to the gateway.'; + $text['description-outbound-routes']['fr'] = "les Plan de numérotation sortant doivent remplir une ou plusieures conditions afin d'acheminer un appel. Lorsqu'un appel rempli la ou des conditions, l'appel est alors acheminé à la passerelle."; $text['label-gateway']['en-us'] = 'Gateway'; + $text['label-gateway']['fr'] = 'Passerelle'; $text['label-sip-gateway']['en-us'] = 'SIP Gateways'; + $text['label-sip-gateway']['fr'] = 'Passerelle SIP'; $text['label-add-options']['en-us'] = 'Additional Options'; + $text['label-add-options']['fr'] = 'Autres Options'; $text['message-add-options']['en-us'] = 'Select the gateway to use with this outbound route.'; + $text['message-add-options']['fr'] = "Choisir la passerelle utilisée par cette route sortante."; $text['label-alt1']['en-us'] = 'Alternate 1'; + $text['label-alt1']['fr'] = 'Alternative 1'; $text['message-add-options1']['en-us'] = 'Select another gateway as an alternative to use if the first one fails.'; + $text['message-add-options1']['fr'] = "Choisir une autre passerelle comme alternative si la première échoue."; $text['label-alt2']['en-us'] = 'Alternate 2'; + $text['label-alt2']['fr'] = 'Alternative 2'; $text['message-add-options2']['en-us'] = 'Select another gateway as an alternative to use if the second one fails.'; + $text['message-add-options2']['fr'] = "Choisir une autre passerelle comme alternative si la seconde échoue."; $text['description-shortcut']['en-us'] = 'Shortcut to create the outbound dialplan entries for this Gateway.'; + $text['description-shortcut']['fr'] = "Raccourci pour créer l'entrée de cette passerelle dans le plan de numérotation sortant."; $text['label-prefix']['en-us'] = 'Prefix'; + $text['label-prefix']['fr'] = 'Préfixe'; $text['description-enter-prefix']['en-us'] = 'Enter a prefix number to add to the beginning of the destination number.'; + $text['description-enter-prefix']['fr'] = "Choisir un préfixe à ajouter en début de numérotation pour joindre la destination."; $text['label-limit']['en-us'] = 'Limit'; + $text['label-limit']['fr'] = 'Limite'; $text['description-limit']['en-us'] = 'Enter limit to restrict the number of outbound calls.'; + $text['description-limit']['fr'] = "Choisir une limite afin de limiter le noombre d'appel sortants."; $text['label-accountcode']['en-us'] = 'Account Code'; $text['description-accountcode']['en-us'] = 'Enter the accountcode.'; $text['label-order']['en-us'] = 'Order'; + $text['label-order']['fr'] = 'Ordre'; $text['description-order']['en-us'] = 'Select the order number. The order number determines the order of the outbound routes when there is more than one.'; + $text['description-order']['fr'] = "Choisir le numéro d'ordre. Ce nombre détermine l'ordre dans le quel cette route sera utilisées si plusieurs routes correspondant aux conditions de l'appel existent."; $text['label-enabled']['en-us'] = 'Enabled'; + $text['label-enabled']['fr'] = 'Actif'; $text['label-true']['en-us'] = 'True'; + $text['label-true']['fr'] = 'Oui'; $text['label-false']['en-us'] = 'False'; + $text['label-false']['fr'] = 'Non'; $text['description-enabled']['en-us'] = 'Choose to enable or disable the outbound route.'; + $text['description-enabled']['fr'] = ""; $text['label-description']['en-us'] = 'Description'; + $text['label-description']['fr'] = 'Description'; $text['description-description']['en-us'] = 'Enter a description for the outbound route.'; + $text['description-description']['fr'] = ""; $text['button-save']['en-us'] = 'Save'; + $text['button-save']['fr'] = 'Sauvegarder'; ?> \ No newline at end of file diff --git a/app/exec/app_config.php b/app/exec/app_config.php index 2d56a17e3c..4e0aed8c57 100644 --- a/app/exec/app_config.php +++ b/app/exec/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Offre un mode pour exécuter des commandes système, PHP ou switch."; + $apps[$x]['description']['fr-ca'] = "Il offre un mode d'exécuter des commandes du système, PHP ou switch."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Fornece uma maneira conveniente para executar o sistema, PHP e comandos do switch.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Command'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Commande'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Command'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Comando'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/exec/app_languages.php b/app/exec/app_languages.php index 2167a4d7ec..a1544ebc18 100644 --- a/app/exec/app_languages.php +++ b/app/exec/app_languages.php @@ -23,33 +23,43 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['label-execute']['en-us'] = 'Execute Command'; $text['label-execute']['pt-pt'] = ''; + $text['label-execute']['fr'] = 'Executer la Commande'; $text['description-execute']['en-us'] = 'Provides a conventient way to execute system, PHP, and switch commands.'; $text['description-execute']['pt-pt'] = ''; + $text['description-execute']['fr'] = 'Fournir un moyen pour executer des commandes système, PHP et freeswitch. '; $text['label-shell']['en-us'] = 'Shell command'; $text['label-shell']['pt-pt'] = ''; + $text['label-shell']['fr'] = 'Comamnde Shell'; $text['description-shell']['en-us'] = 'System commands.'; $text['description-shell']['pt-pt'] = ''; + $text['description-shell']['fr'] = 'Commande Système'; $text['label-php']['en-us'] = 'PHP command'; $text['label-php']['pt-pt'] = ''; + $text['label-php']['fr'] = 'Commande PHP'; $text['description-php']['en-us'] = "Use the following link as a reference for PHP: PHP Manual"; $text['description-php']['pt-pt'] = ""; + $text['description-php']['fr'] = "Utiliser le lien suivant comme référence pour le PHP: Manuel PHP"; $text['label-switch']['en-us'] = 'Switch Command'; $text['label-switch']['pt-pt'] = ''; + $text['label-switch']['fr'] = 'Commande CLI Freeswitch'; $text['description-switch']['en-us'] = 'For a list of the valid commands use: help'; $text['description-switch']['pt-pt'] = ''; + $text['description-switch']['fr'] = 'Pour la liste des commandes valides, utiliser : help'; $text['button-execute']['en-us'] = 'Execute'; $text['button-execute']['pt-pt'] = ''; + $text['button-execute']['fr'] = 'Executer'; ?> \ No newline at end of file diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 0c8c01e6cb..76ac0ec367 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Utilisé pour configurer des éxtentions SIP'; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = 'Utilisé pour configurer des extentions SIP'; + $apps[$x]['description']['fr-ca'] = 'Utilisé pour configurer des éxtentions SIP'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Usado para configurar extensões SIP.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Post téléphonique'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Extensions'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Post téléphonique'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Extensões'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/fax/app_config.php b/app/fax/app_config.php index 2242747f98..e3ad8e4404 100644 --- a/app/fax/app_config.php +++ b/app/fax/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = 'Pour recevoir un fax, configurez un éxtension du FAX et après dirigers un nombre vers lui.'; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = 'Pour recevoir un fax, configurez une extension du FAX et après diriger un numéro vers lui.'; + $apps[$x]['description']['fr-ca'] = 'Pour recevoir un fax, configurez un éxtension du FAX et après dirigers un nombre vers lui.'; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Para receber uma configuração de fax uma extensão de fax e, em seguida, direcionar o fax com um número dedicado ou você pode detectar o tom de fax, usando na guia Pública.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['de-ch'] = 'Faxserver'; $apps[$x]['menu'][0]['title']['de-at'] = 'Faxserver'; - $apps[$x]['menu'][0]['title']['fr'] = 'Serveur du fax'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Serveur Fax'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Serveur du fax'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Servidor de Fax'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 71796fb94b..7d52bae418 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -2,155 +2,205 @@ $text['title']['en-us'] = 'Fax Server'; $text['title']['pt-pt'] = 'Servidor de Fax'; + $text['title']['fr'] = "Serveur de Fax"; $text['description']['en-us'] = 'To receive a FAX setup a fax extension and then direct the incoming to it.'; $text['description']['pt-pt'] = 'Para receber um FAX, configure uma extensão de fax e encaminhe o tráfego de entrada para essa extensão.'; + $text['description']['fr'] = "Afin de recevoir un Fax, configurer une extension et rediriger l'appel sur celle-ci."; $text['confirm-delete']['en-us'] = 'Are you sure you want to delete this?'; $text['confirm-delete']['pt-pt'] = 'Tem a certeza que pretende apagar?'; + $text['confirm-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = 'Extensão'; + $text['label-extension']['fr'] = "Extension"; $text['label-destination-number']['en-us'] = 'Destination Number'; $text['label-destination-number']['pt-pt'] = ''; + $text['label-destination-number']['fr'] = "Numéro d'appelant"; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; + $text['label-name']['fr'] = "Nom"; $text['label-email']['en-us'] = 'Email'; $text['label-email']['pt-pt'] = 'E-mail'; + $text['label-email']['fr'] = "Courriel"; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = "Description"; $text['label-upload']['en-us'] = 'Upload'; $text['label-upload']['pt-pt'] = 'Carregar'; + $text['label-upload']['fr'] = "Télécharegr"; $text['description-upload']['en-us'] = 'Select the file to upload and send as a fax.'; $text['description-upload']['pt-pt'] = 'Selecione o ficheiro para fazer o upload e enviar por fax.'; + $text['description-upload']['fr'] = "Choisir un fichier à télécharger pour être émis en tant que Fax."; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = "Retour"; $text['button-settings']['en-us'] = 'Settings'; $text['button-settings']['pt-pt'] = 'Configurações'; + $text['button-settings']['fr'] = "Configuration"; $text['button-send']['en-us'] = 'Send'; $text['button-send']['pt-pt'] = 'Enviar'; + $text['button-send']['fr'] = "Envoyer"; $text['button-copy']['en-us'] = 'Copy'; $text['button-copy']['pt-pt'] = 'Copiar'; + $text['button-copy']['fr'] = "Copier"; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = "Sauvegarder"; //fax_copy $text['confirm-copy']['en-us'] = 'Copy Complete'; $text['confirm-copy']['pt-pt'] = 'Cópia Completa'; + $text['confirm-copy']['fr'] = "Copié"; //fax_delete $text['confirm-delete']['en-us'] = 'Delete Complete'; $text['confirm-delete']['pt-pt'] = 'Eliminação Completa'; + $text['confirm-delete']['fr'] = "Supprimé"; //fax_edit $text['confirm-add']['en-us'] = 'Add Complete'; $text['confirm-add']['pt-pt'] = 'Adição Completa'; + $text['confirm-add']['fr'] = "Ajouté"; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = "Mis à jour"; $text['confirm-ext']['en-us'] = 'Please provide: Extension'; $text['confirm-ext']['pt-pt'] = 'Por favor, forneça: Extensão'; + $text['confirm-ext']['fr'] = "Merci d'indiquer: Extension"; $text['confirm-fax']['en-us'] = 'Please provide: A file to Fax'; $text['confirm-fax']['pt-pt'] = 'Por favor forneça: um ficheiro para enviar Fax'; + $text['confirm-fax']['fr'] = "Merci d'indiquer: Un Fichier à émettre"; $text['confirm-fax-add']['en-us'] = 'Fax Add'; $text['confirm-fax-add']['pt-pt'] = 'Adição de Fax'; + $text['confirm-fax-add']['fr'] = "Ajout de Fax"; $text['confirm-fax-edit']['en-us'] = 'Fax Edit'; $text['confirm-fax-edit']['pt-pt'] = 'Edição de Fax'; + $text['confirm-fax-edit']['fr'] = "Editer le Fax"; $text['confirm-copy-info']['en-us'] = 'Do you really want to copy this?'; $text['confirm-copy-info']['pt-pt'] = 'Deseja realmente copiar isto?'; + $text['confirm-copy-info']['fr'] = "Voulez-vous vraiment copier cela?"; $text['description-name']['en-us'] = 'Enter the name here.'; $text['description-name']['pt-pt'] = 'Insira aqui o nome.'; + $text['description-name']['fr'] = "Choisir un nom."; $text['description-extension']['en-us'] = 'Enter the fax extension here.'; $text['description-extension']['pt-pt'] = 'Insira aqui a extensão do fax'; + $text['description-extension']['fr'] = "Choisir un numéro d'extension."; $text['description-destination-number']['en-us'] = 'Enter the fax destination number'; $text['description-destination-number']['pt-pt'] = 'Insira o número de fax para onde pretende enviar'; + $text['description-destination-number']['fr'] = ""; $text['description-email']['en-us'] = 'Enter the email address to send the FAX to.'; $text['description-email']['pt-pt'] = 'Insira o endereço de e-mail para enviar o fax.'; + $text['description-email']['fr'] = "Choisir un courriel où envoyer le Fax."; $text['description-info']['en-us'] = 'Enter the description here.'; $text['description-info']['pt-pt'] = 'Insira aqui a descrição'; + $text['description-info']['fr'] = ""; $text['label-pin']['en-us'] = 'PIN Number'; $text['label-pin']['pt-pt'] = 'Numero PIN'; + $text['label-pin']['fr'] = "Code PIN"; $text['description-pin']['en-us'] = 'Enter the PIN number here.'; $text['description-pin']['pt-pt'] = 'Insira aqui o número do PIN.'; + $text['description-pin']['fr'] = "Choisir un code d'identification."; $text['label-caller-id-name']['en-us'] = 'Caller ID Name'; $text['label-caller-id-name']['pt-pt'] = 'Nome de Origem'; + $text['label-caller-id-name']['fr'] = "Nom affiché"; $text['label-caller-id-number']['en-us'] = 'Caller ID Number'; $text['label-caller-id-number']['pt-pt'] = 'Número de Origem'; + $text['label-caller-id-number']['fr'] = "Numéro affiché"; $text['description-caller-id-name']['en-us'] = 'Enter the Caller ID name here.'; $text['description-caller-id-name']['pt-pt'] = 'Insira aqui o nome de origem.'; + $text['description-caller-id-name']['fr'] = "Choisir le nom affiché en entête du Fax émis"; $text['description-caller-id-number']['en-us'] = 'Enter the Caller ID number here.'; $text['description-caller-id-number']['pt-pt'] = 'Insira aqui o número de origem.'; + $text['description-caller-id-number']['fr'] = "Choisir le numéro affiché en entête du Fax émis"; $text['label-forward']['en-us'] = 'Forward Number'; $text['label-forward']['pt-pt'] = 'Número de Encaminhamento'; + $text['label-forward']['fr'] = "Numéro de renvoi"; $text['description-forward-number']['en-us'] = 'Enter the forward number here. Used to forward the fax to a registered extension or external number.'; $text['description-forward-number']['pt-pt'] = 'Insira aqui o número de encaminhamento. Utilizado para encaminhar o fax para uma extensão registada ou número externo.'; + $text['description-forward-number']['fr'] = "Choisir un numéro de renvoi en cas de besoins. Si inséré, après réception, le Fax sera ré-émis à ce numéro."; $text['label-user-list']['en-us'] = 'User List'; $text['label-user-list']['pt-pt'] = 'Lista de utilizadores'; + $text['label-user-list']['fr'] = "Liste Usagers"; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = 'Adicionar'; + $text['button-add']['fr'] = "Ajouter"; $text['description-user-add']['en-us'] = 'Assign the users that can manage this fax extension.'; $text['description-user-add']['pt-pt'] = 'Atribuir os utilizadores que podem gerir esta extensão de fax.'; + $text['description-user-add']['fr'] = "Ajouter les usagers pouvant utiliser ce Fax."; $text['label-file']['en-us'] = 'File not found.'; $text['label-file']['pt-pt'] = 'Ficheiro não encontrado.'; + $text['label-file']['fr'] = "Fichier non trové"; $text['description-2']['en-us'] = 'To send a fax you can upload a .tif file or if ghost script has been installed then you can also send a fax by uploading a PDF.'; $text['description-2']['pt-pt'] = 'Para enviar um fax, pode carregar um ficheiro .tif ou se o ghost script foi instalado, então também pode enviar um fax, carregando um ficheiro .pdf.'; + $text['description-2']['fr'] = "Pour envoyer un fax, vous pouvez télécharger un fichier TIF. Si ghost script a été installé, vous pouvez également utiliser un fichier PDF."; $text['description-3']['en-us'] = 'When sending a fax you can view status of the transmission by viewing the logs from the Status tab or by watching the response from the console.'; $text['description-3']['pt-pt'] = 'Ao enviar um fax, pode ver o estado da transmissão, visualizando os logs da tab Status ou assistindo a resposta através da consola.'; + $text['description-3']['fr'] = ""; $text['label-fax-number']['en-us'] = 'Fax Number'; $text['label-fax-number']['pt-pt'] = 'Número de Fax'; + $text['label-fax-number']['fr'] = "Numéro de Fax"; $text['description-fax-number']['en-us'] = 'Enter the number here.'; $text['description-fax-number']['pt-pt'] = 'Insira aqui o numero.'; + $text['description-fax-number']['fr'] = ""; $text['label-location']['en-us'] = 'location'; $text['label-location']['pt-pt'] = 'localização'; + $text['label-location']['fr'] = "Localisation"; $text['table-file']['en-us'] = 'File Name (download)'; $text['table-file']['pt-pt'] = 'Nome do Ficheiro (descarregado)'; + $text['table-file']['fr'] = "Nom du fichier (télécharger"; $text['table-view']['en-us'] = 'View'; $text['table-view']['pt-pt'] = 'Visualizar'; + $text['table-view']['fr'] = "voir"; $text['table-modified']['en-us'] = 'Last Modified'; $text['table-modified']['pt-pt'] = 'Última alteração'; + $text['table-modified']['fr'] = "Dernière modification"; $text['table-size']['en-us'] = 'Size'; $text['table-size']['pt-pt'] = 'Tamanho'; + $text['table-size']['fr'] = "Taille"; ?> \ No newline at end of file diff --git a/app/fifo/app_config.php b/app/fifo/app_config.php index f853d8b974..ca5e7f38f2 100644 --- a/app/fifo/app_config.php +++ b/app/fifo/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Les queues sont utilisés pour configurer lignes d'attend. Elles sont connu comme queues FIFO."; + $apps[$x]['description']['fr'] = "Les queues sont utilisés pour configurer les salles d'attente (FIFO)."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'As filas são usados​para configurar as filas de espera para chamadores. Também conhecida como filas FIFO.'; diff --git a/app/fifo_list/app_config.php b/app/fifo_list/app_config.php index 42fcfe0bc9..4c4fa5cfa7 100644 --- a/app/fifo_list/app_config.php +++ b/app/fifo_list/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Il liste toutes les queues qui sont maintenant utilisés avec une ou plus des personnes en attend."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Liste toutes les files d'attente actuellement utilisées avec une ou plus des personnes en attend."; + $apps[$x]['description']['fr-ca'] = "Il liste toutes les queues qui sont maintenant utilisés avec une ou plus des personnes en attend."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Liste todas as filas que estão atualmente ativas com um ou mais interlocutores.'; $apps[$x]['description']['pt-br'] = ''; @@ -25,7 +25,7 @@ $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; $apps[$x]['menu'][0]['title']['fr'] = 'Queues actives'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Queues actives'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Filas Activas'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/gateways/app_config.php b/app/gateways/app_config.php index 0023ef7aa8..3c020c5fe6 100644 --- a/app/gateways/app_config.php +++ b/app/gateways/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "Les passerelles donnent access autres réseaux vocaux. Elles pouvent être d'autre furnisseur ou autre système avec la régistration SIP."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "Les passerelles donnent access autres réseaux vocaux. Ceux-ci peuvent être des opérateurs ou d'autres systèmes reqieérant un enregistrement SIP"; + $apps[$x]['description']['fr-ca'] = "Les passerelles donnent access autres réseaux vocaux. Elles pouvent être d'autre furnisseur ou autre système avec la régistration SIP."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Gateways fornecem acesso em redes de voz outros. Estes podem ser os provedores de voz ou outros sistemas que exigem registro SIP.'; $apps[$x]['description']['pt-br'] = ''; diff --git a/app/gateways/app_languages.php b/app/gateways/app_languages.php index 426f572c7d..cc6026c76e 100644 --- a/app/gateways/app_languages.php +++ b/app/gateways/app_languages.php @@ -2,239 +2,317 @@ $text['title-gateways']['en-us'] = 'Gateways'; $text['title-gateways']['pt-pt'] = ''; + $text['title-gateways']['fr'] = 'Passerelles'; $text['title-gateway']['en-us'] = 'Gateway'; $text['title-gateway']['pt-pt'] = ''; + $text['title-gateway']['fr'] = 'Passerelle'; $text['description-gateway']['en-us'] = 'Gateways provide access into other voice networks. These can be voice providers or other systems that require SIP registration.'; $text['description-gateway']['pt-pt'] = ''; + $text['description-gateway']['fr'] = "Les passerelles permettent l'accès aux autres réseaux voix. Ceux-ci pouvant être des fournisseurs d'accès ou tout autre système nécessitant un enregistrement SIP."; $text['description-gateway-edit']['en-us'] = 'Defines a connections to a SIP Provider or another SIP server.'; $text['description-gateway-edit']['pt-pt'] = ''; + $text['description-gateway-edit']['fr'] = 'Défini une connexion à un fourniiser SIP ou un autre serveur SIP.'; $text['label-gateway']['en-us'] = 'Gateway'; $text['label-gateway']['pt-pt'] = ''; + $text['label-gateway']['fr'] = 'Passerelle'; $text['description-gateway-name']['en-us'] = 'Enter the gateway name here.'; $text['description-gateway-name']['pt-pt'] = ''; + $text['description-gateway-name']['fr'] = 'Mettre ici le nom de la passerelle.'; $text['label-username']['en-us'] = 'Username'; $text['label-username']['pt-pt'] = ''; + $text['label-username']['fr'] = 'Utilisateur'; $text['description-username']['en-us'] = 'Enter the username here.'; $text['description-username']['pt-pt'] = ''; + $text['description-username']['fr'] = ''; $text['label-password']['en-us'] = 'Password'; $text['label-password']['pt-pt'] = ''; + $text['label-password']['fr'] = 'Mot de Passe'; $text['description-password']['en-us'] = 'Enter the password here.'; $text['description-password']['pt-pt'] = ''; + $text['description-password']['fr'] = ''; $text['label-distinct_to']['en-us'] = 'Distinct To'; $text['label-distinct_to']['pt-pt'] = ''; + $text['label-distinct_to']['fr'] = 'Disctinct_To'; $text['description-distinct_to']['en-us'] = 'Enter the distinct_to here.'; $text['description-distinct_to']['pt-pt'] = ''; + $text['description-distinct_to']['fr'] = 'Insére ici le distinct_to.'; $text['label-auth_username']['en-us'] = 'Auth Username'; $text['label-auth_username']['pt-pt'] = ''; + $text['label-auth_username']['fr'] = 'Auth Username'; $text['description-auth_username']['en-us'] = 'Enter the auth-username here.'; $text['description-auth_username']['pt-pt'] = ''; + $text['description-auth_username']['fr'] = "Insérer l'utilisateur d'authentification"; $text['label-realm']['en-us'] = 'Realm'; $text['label-realm']['pt-pt'] = ''; + $text['label-realm']['pt-pt'] = 'Royaume'; $text['description-realm']['en-us'] = 'Enter the realm here.'; $text['description-realm']['pt-pt'] = ''; + $text['description-realm']['pt-pt'] = "Insérer le Royaume d'authentification"; $text['label-from_user']['en-us'] = 'From User'; $text['label-from_user']['pt-pt'] = ''; + $text['label-from_user']['fr'] = 'From User'; $text['description-from_user']['en-us'] = 'Enter the from-user here.'; $text['description-from_user']['pt-pt'] = ''; + $text['description-from_user']['fr'] = 'Partie Utilisateur du header SIP From.'; $text['label-from_domain']['en-us'] = 'From Domain'; $text['label-from_domain']['pt-pt'] = ''; + $text['label-from_domain']['fr'] = 'From Domain'; $text['description-from_domain']['en-us'] = 'Enter the from-domain here.'; $text['description-from_domain']['pt-pt'] = ''; + $text['description-from_domain']['fr'] = 'Partie Domaine du header SIP From.'; $text['label-proxy']['en-us'] = 'Proxy'; $text['label-proxy']['pt-pt'] = ''; + $text['label-proxy']['fr'] = 'Proxy'; $text['description-proxy']['en-us'] = 'Enter the domain or IP address of the proxy.'; $text['description-proxy']['pt-pt'] = ''; + $text['description-proxy']['fr'] = "Le domain ou l'adresse IP du Proxy."; $text['label-register_proxy']['en-us'] = 'Register Proxy'; $text['label-register_proxy']['pt-pt'] = ''; + $text['label-register_proxy']['fr'] = "Proxy d'enregistrement"; $text['description-register_proxy']['en-us'] = 'Enter the register proxy here.'; $text['description-register_proxy']['pt-pt'] = ''; + $text['description-register_proxy']['fr'] = "Insérer ici le proxy d'enregistrement."; $text['label-outbound_proxy']['en-us'] = 'Outbound Proxy'; $text['label-outbound_proxy']['pt-pt'] = ''; + $text['label-outbound_proxy']['fr'] = 'Proxy Sortant'; $text['description-outbound_proxy']['en-us'] = 'Enter the outbound proxy here.'; $text['description-outbound_proxy']['pt-pt'] = ''; + $text['description-outbound_proxy']['fr'] = "Insérer ici le proxy sortant."; $text['label-expire_seconds']['en-us'] = 'Expire Seconds'; $text['label-expire_seconds']['pt-pt'] = ''; + $text['label-expire_seconds']['pt-pt'] = "Tempo d'expiration"; $text['description-expire_seconds']['en-us'] = 'Enter the expire-seconds here.'; $text['description-expire_seconds']['pt-pt'] = ''; + $text['description-expire_seconds']['fr'] = "Tempo d'enregistrement en secondes (avant de déclarer le proxy HS)."; $text['label-register']['en-us'] = 'Register'; $text['label-register']['pt-pt'] = ''; + $text['label-register']['fr'] = 'Register'; $text['description-register']['en-us'] = 'Choose whether to register.'; $text['description-register']['pt-pt'] = ''; + $text['description-register']['fr'] = "Activer l'enregistrement"; $text['label-register_transport']['en-us'] = 'Register Transport'; $text['label-register_transport']['pt-pt'] = ''; + $text['label-register_transport']['fr'] = "Transport de l'enregistrement"; $text['description-register_transport']['en-us'] = 'Choose whether to register-transport.'; $text['description-register_transport']['pt-pt'] = ''; + $text['description-register_transport']['fr'] = 'Insére ici le type de transport utilisé.'; $text['label-retry_seconds']['en-us'] = 'Retry Seconds'; $text['label-retry_seconds']['pt-pt'] = ''; + $text['label-retry_seconds']['fr'] = 'Tempo reconnexion'; $text['description-retry_seconds']['en-us'] = 'Enter the retry-seconds here.'; $text['description-retry_seconds']['pt-pt'] = ''; + $text['description-retry_seconds']['fr'] = 'Insérer ici la tempo en secondes de tentative de reconnexion après un timeout ou un échec.'; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = ''; + $text['label-extension']['fr'] = "Extension"; $text['description-extension']['en-us'] = 'Enter the extension here.'; $text['description-extension']['pt-pt'] = ''; + $text['description-extension']['fr'] = ''; $text['label-ping']['en-us'] = 'Ping'; $text['label-ping']['pt-pt'] = ''; + $text['label-ping']['fr'] = 'Ping'; $text['description-ping']['en-us'] = 'Enter the ping interval here in seconds.'; $text['description-ping']['pt-pt'] = ''; + $text['description-ping']['fr'] = 'Insérer ici la fréquence de ping en secondes.'; $text['label-caller_id_in_from']['en-us'] = 'Caller Id In From'; $text['label-caller_id_in_from']['pt-pt'] = ''; + $text['label-caller_id_in_from']['fr'] = 'Caller Id In From'; $text['description-caller_id_in_from']['en-us'] = 'Enter the caller-id-in-from.'; $text['description-caller_id_in_from']['pt-pt'] = ''; + $text['description-caller_id_in_from']['fr'] = "Insérer ici la partie Caller-id à utiliser dans le header SIP From."; $text['label-supress_cng']['en-us'] = 'Supress Cng'; $text['label-supress_cng']['pt-pt'] = ''; + $text['label-supress_cng']['fr'] = 'suppression du silence'; $text['description-supress_cng']['en-us'] = 'Enter the supress-cng'; - $text['description-supress_cng']['pt-pt'] = ''; + $text['description-supress_cng']['pt-pt'] = "Afin de sauvegarder de la bande passante RTP, on n'envoit pas de RTP pour le silence."; $text['label-sip_cid_type']['en-us'] = 'Sip CID Type'; $text['label-sip_cid_type']['pt-pt'] = ''; + $text['label-sip_cid_type']['fr'] = "CallerID SIP type"; $text['description-sip_cid_type']['en-us'] = 'Enter the sip cid type: none, pid, and rpid.'; $text['description-sip_cid_type']['pt-pt'] = ''; + $text['description-sip_cid_type']['fr'] = "Insérer le type d'ID d'appelant : none (utilise le header From) ou pid (P-Asserted-Identity header) ou rpid (remote-Party-ID header)."; $text['label-extension_in_contact']['en-us'] = 'Extension In Contact'; $text['label-extension_in_contact']['pt-pt'] = ''; + $text['label-extension_in_contact']['fr'] = "L'extension dans Contact"; $text['description-extension_in_contact']['en-us'] = 'Enter the Extension In Contact'; $text['description-extension_in_contact']['pt-pt'] = ''; + $text['description-extension_in_contact']['fr'] = "Insérer l'Extension dans le Contact."; $text['label-context']['en-us'] = 'Context'; $text['label-context']['pt-pt'] = ''; + $text['label-context']['fr'] = 'Contexte'; $text['description-context']['en-us'] = 'Enter the context here.'; $text['description-context']['pt-pt'] = ''; + $text['description-context']['fr'] = ''; $text['label-profile']['en-us'] = 'Profile'; $text['label-profile']['pt-pt'] = ''; + $text['label-profile']['fr'] = 'Profile'; $text['description-profile']['en-us'] = 'Enter the profile here.'; $text['description-profile']['pt-pt'] = ''; + $text['description-profile']['fr'] = ''; $text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['pt-pt'] = ''; + $text['label-enabled']['fr'] = 'Actif'; $text['description-enabled']['en-us'] = 'Enable or Disable the Gateway'; $text['description-enabled']['pt-pt'] = ''; + $text['description-enabled']['fr'] = "Activer ou non la Passerelle."; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = ''; + $text['label-description']['fr'] = 'Description'; $text['description-description']['en-us'] = 'Enter the description of the gateway here.'; $text['description-description']['pt-pt'] = ''; + $text['description-description']['fr'] = "Insérer ici la description de la passerelle."; $text['label-status']['en-us'] = 'Status'; $text['label-status']['pt-pt'] = ''; + $text['label-status']['fr'] = 'Statut'; $text['label-status-stopped']['en-us'] = 'Stopped'; $text['label-status-stopped']['pt-pt'] = ''; + $text['label-status-stopped']['fr'] = 'Arrété'; $text['label-status-running']['en-us'] = 'Running'; $text['label-status-running']['pt-pt'] = ''; + $text['label-status-running']['fr'] = 'Actif'; $text['label-action']['en-us'] = 'Action'; $text['label-action']['pt-pt'] = ''; + $text['label-action']['fr'] = 'Action'; $text['label-action-start']['en-us'] = 'Start'; $text['label-action-start']['pt-pt'] = ''; + $text['label-action-start']['fr'] = 'démarrer'; $text['label-action-stop']['en-us'] = 'Stop'; $text['label-action-stop']['pt-pt'] = ''; + $text['label-action-stop']['fr'] = 'Arrêter'; $text['label-state']['en-us'] = 'State'; $text['label-state']['pt-pt'] = ''; + $text['label-state']['fr'] = 'Etat'; $text['label-true']['en-us'] = 'true'; $text['label-true']['pt-pt'] = ''; + $text['label-true']['fr'] = 'Oui'; $text['label-false']['en-us'] = 'false'; $text['label-false']['pt-pt'] = 'falso'; + $text['label-false']['fr'] = 'Non'; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = ''; + $text['button-add']['fr'] = 'Ajouter'; $text['button-edit']['en-us'] = 'Edit'; $text['button-edit']['pt-pt'] = ''; + $text['button-edit']['fr'] = 'Editer'; $text['button-delete']['en-us'] = 'Delete'; $text['button-delete']['pt-pt'] = ''; + $text['button-delete']['fr'] = 'Supprimer'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['button-view']['en-us'] = 'View'; $text['button-view']['pt-pt'] = ''; + $text['button-view']['fr'] = 'Voir'; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['button-refresh']['en-us'] = 'Refresh'; $text['button-refresh']['pt-pt'] = ''; + $text['button-refresh']['fr'] = 'Rafraîchir'; $text['button-copy']['en-us'] = 'Copy'; $text['button-copy']['pt-pt'] = ''; + $text['button-copy']['fr'] = 'Copier'; $text['button-advanced']['en-us'] = 'Advanced'; $text['button-advanced']['pt-pt'] = ''; + $text['button-advanced']['fr'] = 'Afficher les Paramètres Avancés'; $text['button-advanced-show']['en-us'] = 'Show Advanced'; $text['button-advanced-show']['pt-pt'] = ''; + $text['button-advanced-show']['fr'] = 'Paramètres Avancés'; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['confirm-copy']['en-us'] = 'Do you really want to copy this?'; $text['confirm-copy']['pt-pt'] = ''; + $text['confirm-copy']['fr'] = "Voulez-vous vraiment copier cela?"; $text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['pt-pt'] = ''; + $text['message-add']['fr'] = 'Ajouté'; $text['message-update']['en-us'] = 'Update Completed'; $text['message-update']['pt-pt'] = ''; + $text['message-update']['fr'] = 'Mis à Jour'; $text['message-delete']['en-us'] = 'Delete Completed'; $text['message-delete']['pt-pt'] = ''; + $text['message-delete']['fr'] = 'Supprimé'; $text['message-required']['en-us'] = 'Please provide: '; $text['message-required']['pt-pt'] = ''; + $text['message-required']['fr'] = "Merci d'indiquer: "; ?> \ No newline at end of file diff --git a/app/hot_desking/app_config.php b/app/hot_desking/app_config.php index de9c3c2254..fd19859ecf 100644 --- a/app/hot_desking/app_config.php +++ b/app/hot_desking/app_config.php @@ -12,8 +12,8 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = "S'identifier au bureau avec un ID et la mot de passe pour diriger touts les appels vers autre bureau lointain. Faites et recevoyez appels."; - $apps[$x]['description']['fr-ca'] = ''; + $apps[$x]['description']['fr'] = "S'identifier au bureau avec un ID et un mot de passe pour diriger touts les appels vers autre poste. Passer et recevoir appels."; + $apps[$x]['description']['fr-ca'] = "S'identifier au bureau avec un ID et la mot de passe pour diriger touts les appels vers autre bureau lointain. Faites et recevoyez appels."; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Entrar em desking quente com um ID e sua senha de correio de voz para encaminhar as chamadas para um ramal remoto. Em seguida, fazer e receber ligações como se estivesse em sua extensão.'; $apps[$x]['description']['pt-br'] = ''; @@ -24,8 +24,8 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = 'Bureau Lointain'; - $apps[$x]['menu'][0]['title']['fr-ca'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Itinérance'; + $apps[$x]['menu'][0]['title']['fr-ca'] = 'Bureau Lointain'; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Hot Desking'; $apps[$x]['menu'][0]['title']['pt-br'] = ''; diff --git a/app/ivr_menu/app_config.php b/app/ivr_menu/app_config.php index d058f458da..3d3f074a0e 100644 --- a/app/ivr_menu/app_config.php +++ b/app/ivr_menu/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Le menu SVI joue un enregistrement ou une phrase prédéfinie permettant à l'appelant de faire un choix. Ce choix l'amenant sur une destination spécifique. Cette destination peut être une extension, une messagerie vocale, un IVR, un groupement, un FAX ..."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'O menu IVR toca uma gravação ou uma frase pré-definida, que apresenta o chamador com opções para escolher. Cada opção tem um destino correspondente. Os destinos podem ser extensões, correio de voz, menus IVR, grupos de busca, extensões de fax, e muito mais.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Menu SVI'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Menu de IVR'; diff --git a/app/ivr_menu/app_languages.php b/app/ivr_menu/app_languages.php index 848acb81b4..418b54a8d3 100644 --- a/app/ivr_menu/app_languages.php +++ b/app/ivr_menu/app_languages.php @@ -1,94 +1,177 @@ \ No newline at end of file diff --git a/app/log_viewer/app_config.php b/app/log_viewer/app_config.php index 334eb54bf9..2f0c264148 100644 --- a/app/log_viewer/app_config.php +++ b/app/log_viewer/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = 'Logs du switch.'; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Exibir os logs de switch.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Voir les Logs'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Visualizar Log'; diff --git a/app/log_viewer/app_languages.php b/app/log_viewer/app_languages.php index 6d9eb3ac9b..76a309f5bb 100644 --- a/app/log_viewer/app_languages.php +++ b/app/log_viewer/app_languages.php @@ -23,22 +23,36 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['label-log-viewer']['en-us'] = 'Log Viewer'; + $text['label-log-viewer']['fr'] = 'Afficher les Logs'; $text['label-line-num']['en-us'] = 'Show Line Numbers'; + $text['label-line-num']['fr'] = 'Afficher les numéros de ligne'; $text['label-sort']['en-us'] = 'Sort Descending'; + $text['label-sort']['fr'] = 'Affichage ordre descendant'; $text['label-filter']['en-us'] = 'Filter'; + $text['label-filter']['fr'] = 'Filtre'; $text['description-filter']['en-us'] = 'Filtering the log with the text:'; + $text['description-filter']['fr'] = 'Filtrer les logs avec le texte:'; $text['button-reload']['en-us'] = 'Reload'; + $text['button-reload']['fr'] = 'Recharger'; $text['label-kb']['en-us'] = 'KB'; //KiloBytes + $text['label-kb']['fr'] = 'KB'; //KiloBytes $text['button-download']['en-us'] = 'Download Logs'; + $text['button-download']['fr'] = 'Télécharger les Logs'; $text['label-displaying']['en-us'] = 'Displaying the last'; + $text['label-displaying']['fr'] = 'Afficher les derniers'; $text['label-bytes']['en-us'] = 'bytes'; + $text['label-bytes']['fr'] = 'bytes'; $text['label-syntax']['en-us'] = 'Syntax Highlighted'; + $text['label-syntax']['fr'] = 'Coloration Syntaxique'; $text['label-open-at']['en-us'] = 'opening at'; + $text['label-open-at']['fr'] = 'Ouvrir à'; $text['label-open-file']['en-us'] = 'opening entire file'; + $text['label-open-file']['fr'] = 'Ouvrir le fichier entier'; $text['error-open-file']['en-us'] = 'Unable to open file!'; - + $text['error-open-file']['fr'] = "Impossible d'ouvrir le fichier!"; ?> \ No newline at end of file diff --git a/app/login/app_config.php b/app/login/app_config.php index 9afc8a56fb..91353c3b61 100644 --- a/app/login/app_config.php +++ b/app/login/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Pour connecter un compte usager"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = ''; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Connection'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Entrar'; @@ -41,7 +41,7 @@ $apps[$x]['menu'][1]['title']['de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; - $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = 'Déconnexion'; $apps[$x]['menu'][1]['title']['fr-ca'] = ''; $apps[$x]['menu'][1]['title']['fr-ch'] = ''; $apps[$x]['menu'][1]['title']['pt-pt'] = 'Sair'; diff --git a/app/modules/app_config.php b/app/modules/app_config.php index 5e5792a527..99b50774e8 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Les Modules augmentent les fonctionnalitées du système. Ici il est possible de les activer et de les désactiver."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Módulos estendem as funcionalidades do sistema. Utilize esta página para ativar ou desativar módulos.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Modules'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Modulos'; diff --git a/app/music_on_hold/app_config.php b/app/music_on_hold/app_config.php index 132fbe272b..eb2137abc6 100644 --- a/app/music_on_hold/app_config.php +++ b/app/music_on_hold/app_config.php @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Musique de Garde"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Musica em Espera'; diff --git a/app/music_on_hold/app_languages.php b/app/music_on_hold/app_languages.php index 486b19382c..003882e9d3 100644 --- a/app/music_on_hold/app_languages.php +++ b/app/music_on_hold/app_languages.php @@ -23,30 +23,54 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['label-moh']['en-us'] = 'Music on Hold'; + $text['label-moh']['fr'] = 'Musique de Garde'; $text['desc-moh']['en-us'] = "Music on hold can be in WAV or MP3 format. To play an MP3 file you must have mod_shout enabled on the 'Modules' tab. You can adjust the volume of the MP3 audio from the 'Settings' tab. For best performance upload 16 bit, 8/16/32/48 kHz mono WAV files."; + $text['desc-moh']['fr'] = "La Musique de Garde peut être en WAV ou en MP3. Pour le MP3, mod_shout doit être activé dans la partie modules. Le Volume peut être réglé dans la partie configuration. Pour de meilleures performances, utiliser des fichiers WAV 16 bit, 8/16/32/48 kHz mono."; $text['label-upload-moh']['en-us'] = 'Upload Music'; + $text['label-upload-moh']['fr'] = 'Télécharger de la Musique'; $text['label-file-path']['en-us'] = 'File Path'; + $text['label-file-path']['fr'] = 'Chemin du Fichier'; $text['button-clear']['en-us'] = 'Clear'; + $text['button-clear']['fr'] = 'Nettoyer'; $text['label-sampling']['en-us'] = 'Sampling'; + $text['label-sampling']['fr'] = 'échatillage'; $text['label-category']['en-us'] = 'Category'; + $text['label-category']['fr'] = 'Categorie'; $text['opt-default']['en-us'] = 'Default'; + $text['opt-default']['en-us'] = 'Défaut'; $text['opt-new']['en-us'] = 'New...'; + $text['opt-new']['fr'] = 'Nouveau...'; $text['message-click-select']['en-us'] = 'Double-Click to Select an Existing Category'; + $text['message-click-select']['fr'] = 'Double-Click pour choisir une Catégorie existante'; $text['button-upload']['en-us'] = 'Upload'; + $text['button-upload']['fr'] = 'envoyer'; $text['message-available-to-all']['en-us'] = 'Available to All Domains'; + $text['message-available-to-all']['fr'] = 'Disponible pour tous Domaines'; $text['label-download']['en-us'] = 'Download'; + $text['label-download']['fr'] = 'Télécharger'; $text['label-play']['en-us'] = 'Play'; + $text['label-play']['fr'] = 'Jouer'; $text['label-uploaded']['en-us'] = 'Uploaded'; + $text['label-uploaded']['fr'] = 'Envoyé'; $text['label-file-size']['en-us'] = 'File Size'; + $text['label-file-size']['fr'] = 'Taille de Fichier'; $text['label-sampling']['en-us'] = 'Sampling'; + $text['label-sampling']['fr'] = 'Echantillonage'; $text['message-delete']['en-us'] = 'Do you really want to delete this file?'; + $text['message-delete']['fr'] = 'Voulez-vous vraiment supprimer ce fichier?'; $text['message-nofiles']['en-us'] = 'No files found.'; + $text['message-nofiles']['fr'] = 'Pas de fichier trouvé.'; $text['label-delete-category']['en-us'] = 'Delete Category'; + $text['label-delete-category']['en-us'] = 'Supprimer la Categorie'; $text['label-location']['en-us'] = 'Location'; + $text['label-location']['fr'] = 'endroit'; $text['label-default']['en-us'] = 'Default'; + $text['label-default']['fr'] = 'Défaut'; $text['message-event-socket']['en-us'] = 'Connection to Event Socket failed.'; + $text['message-event-socket']['fr²'] = 'Connection à Event Socket echoué.'; ?> \ No newline at end of file diff --git a/app/recordings/app_config.php b/app/recordings/app_config.php index dca87bf51e..897afc433d 100644 --- a/app/recordings/app_config.php +++ b/app/recordings/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Gestion des enregistrements principalement utilisé dans les IVR"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Gestor de gravações utilizadas principalmente com um IVR.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Guides Vocaux'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gravações'; diff --git a/app/recordings/app_languages.php b/app/recordings/app_languages.php index 8a1c6864a7..dcc8adc8c2 100644 --- a/app/recordings/app_languages.php +++ b/app/recordings/app_languages.php @@ -23,26 +23,47 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['message-uploaded']['en-us'] = 'Uploaded file to'; + $text['message-uploaded']['fr'] = "Fichier téléchargé"; $text['title']['en-us'] = 'Recordings'; + $text['title']['fr'] = "Guides Vocaux"; $text['description']['en-us'] = 'To make a recording dial *732 or you can make a 16bit 8khz/16khz Mono WAV file then copy it to the following directory then refresh the page to play it back. Click on the \'Filename\' to download it or the \'Recording Name\' to play the audio.'; + $text['description']['fr'] = "Pour créer un guide vocal, composer le *732 ou créer un fichier audio WAV 16bit 8khz/16khz Mono et ensuite le copier dans le répertoire qui suit. Rafraîchir ensuite cette page pour le voir apparaitre."; $text['label-upload']['en-us'] = 'File to upload:'; + $text['label-upload']['fr'] = 'Fichier à déposer:'; $text['button-upload']['en-us'] = 'Upload'; + $text['button-upload']['fr'] = 'déposer'; $text['label-file']['en-us'] = 'Filename (download)'; + $text['label-file']['fr'] = 'Nom du fichier (Télécharger)'; $text['description-file']['en-us'] = 'Name of the file. example.wav'; + $text['description-file']['fr'] = "Nom du fichier. exemple.wav"; $text['label-recording']['en-us'] = 'Recording Name (play)'; + $text['label-recording']['fr'] = "Nom de l'enregistrement (jouer)"; $text['description-recording']['en-us'] = 'Recording Name. example: recording_x'; + $text['description-recording']['fr'] = "Nom de l'enregistrement. exemple: enregistrement_x"; $text['label-description']['en-us'] = 'Description'; + $text['label-description']['fr'] = 'Description'; $text['description-description']['en-us'] = 'You may enter a description here for your reference (not parsed).'; + $text['description-description']['fr'] = ''; $text['message-delete']['en-us'] = 'Do you really want to delete this?'; + $text['message-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['label-edit-file']['en-us'] = 'Please provide: Filename (download)'; + $text['label-edit-file']['fr'] = "Merci d'indiquer: nom de fichier (Télécharger)"; $text['label-edit-recording']['en-us'] = 'Please provide: Recording Name (play)'; + $text['label-edit-recording']['fr'] = "Merci d'indiquer: nom de l'enregistrement (jouer)"; $text['message-add']['en-us'] = 'Add Complete'; + $text['message-add']['fr'] = "Ajouté"; $text['message-update']['en-us'] = 'Update Complete'; + $text['message-update']['fr'] = "Mis à jour"; $text['title-add']['en-us'] = 'Add Recording'; + $text['title-add']['fr'] = "Ajouter un Guide"; $text['title-edit']['en-us'] = 'Edit Recording'; + $text['title-edit']['fr'] = "Editer le Guide"; $text['button-back']['en-us'] = 'Back'; + $text['button-back']['fr'] = 'Retour'; $text['button-save']['en-us'] = 'Save'; + $text['button-save']['fr'] = 'Sauvegarder'; ?> \ No newline at end of file diff --git a/app/registrations/app_config.php b/app/registrations/app_config.php index bfe362bd03..69a6a4758b 100644 --- a/app/registrations/app_config.php +++ b/app/registrations/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Afficher les enregistrements des équipements"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Exibe registos de endpoints.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Connexions'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Registos'; diff --git a/app/registrations/app_languages.php b/app/registrations/app_languages.php index 92bae6d518..68622331ae 100644 --- a/app/registrations/app_languages.php +++ b/app/registrations/app_languages.php @@ -23,16 +23,27 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['error-event-socket']['en-us'] = 'Connection to Event Socket failed.'; + $text['error-event-socket']['fr'] = "Connexion a l'Event Socket en echec."; $text['label-message']['en-us'] = 'Message'; + $text['label-message']['fr'] = 'Message'; $text['label-message']['en-us'] = 'Invalid Profile!'; + $text['label-message']['fr'] = 'Profile Invalide!'; $text['button-back']['en-us'] = 'back'; + $text['button-back']['fr'] = 'Retour'; $text['label-domain']['en-us'] = 'Domain'; + $text['label-domain']['fr'] = 'Domaine'; $text['label-user']['en-us'] = 'User'; + $text['label-user']['fr'] = 'Usager'; $text['label-agent']['en-us'] = 'Agent'; + $text['label-agent']['fr'] = 'Agent'; $text['label-ip']['en-us'] = 'IP'; + $text['label-ip']['fr'] = 'IP'; $text['label-port']['en-us'] = 'Port'; + $text['label-port']['fr'] = 'Port'; $text['label-status']['en-us'] = 'Status'; + $text['label-status']['fr'] = 'Statut'; ?> \ No newline at end of file diff --git a/app/ring_groups/app_config.php b/app/ring_groups/app_config.php index ed9a073d2c..1dc5670e22 100644 --- a/app/ring_groups/app_config.php +++ b/app/ring_groups/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Outil pour appeler plusieurs extensions"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Uma ferramenta para chamar várias extensões.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Groupes de sonnerie"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Grupos de Trabalho'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Grupos de Trabalho"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'b30f085f-3ec6-2819-7e62-53dfba5cb8d5'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; diff --git a/app/ring_groups/app_languages.php b/app/ring_groups/app_languages.php index 2208b40de3..7d0a80a19a 100644 --- a/app/ring_groups/app_languages.php +++ b/app/ring_groups/app_languages.php @@ -23,204 +23,271 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['title']['en-us'] = 'Ring Groups'; $text['title']['pt-pt'] = ''; + $text['title']['fr'] = 'Groupes de Sonnerie'; $text['description']['en-us'] = 'A ring group is a set of destinations that can be called with a ring strategy.'; $text['description']['pt-pt'] = ''; + $text['description']['fr'] = "Un groupe de sonnerie est un groupe de destinations pouvant être appelé via une stratégie de sonnerie."; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = ''; + $text['label-name']['fr'] = 'Nom'; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = ''; + $text['label-extension']['fr'] = 'Extension'; $text['label-ring-group-extension']['en-us'] = 'Ring Group Extension'; $text['label-ring-group-extension']['pt-pt'] = ''; + $text['label-ring-group-extension']['fr'] = "Extension du groupe de sonnerie"; $text['header-ring-group-forward']['en-us'] = 'Ring Group Forward'; $text['header-ring-group-forward']['pt-pt'] = ''; + $text['header-ring-group-forward']['fr'] = "Renvoi du groupe de sonnerie"; $text['description-ring-group-forward']['en-us'] = 'Forwards calls to an alternate destination for extension '; $text['description-ring-group-forward']['pt-pt'] = ''; + $text['description-ring-group-forward']['fr'] = "Renvoyer les appels vers une destination alternative "; $text['link-call-forward']['en-us'] = 'Call Forward'; $text['link-call-forward']['pt-pt'] = ''; + $text['link-call-forward']['fr'] = "Renvoi d'Appel"; $text['label-call-forward']['en-us'] = 'Call Forward:'; $text['label-call-forward']['pt-pt'] = ''; + $text['label-call-forward']['pt-pt'] = "Renvoi d'Appel:"; $text['label-forward_destination']['en-us'] = 'Number:'; $text['label-forward_destination']['pt-pt'] = ''; + $text['label-forward_destination']['fr'] = "Numéro:"; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = ''; + $text['label-tools']['fr'] = 'Outils'; $text['label-enabled']['en-us'] = 'Enabled'; $text['label-enabled']['pt-pt'] = ''; + $text['label-enabled']['fr'] = 'Actif'; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = ''; + $text['label-description']['fr'] = 'Description'; $text['message-delete']['en-us'] = 'Delete Complete'; $text['message-delete']['pt-pt'] = ''; + $text['message-delete']['fr'] = 'Supprimé'; $text['message-name']['en-us'] = 'Please provide: Name'; $text['message-name']['pt-pt'] = ''; + $text['message-name']['fr'] = "Merci d'indiquer: Nom"; $text['message-strategy']['en-us'] = 'Please provide: Strategy'; $text['message-strategy']['pt-pt'] = ''; + $text['message-strategy']['fr'] = "Merci d'indiquer: Stratégie"; $text['message-timeout']['en-us'] = 'Please provide: Timeout'; $text['message-timeout']['pt-pt'] = ''; + $text['message-timeout']['fr'] = "Merci d'indiquer: Timeout"; $text['message-timeout-action']['en-us'] = 'Please provide: Timeout Action'; $text['message-timeout-action']['pt-pt'] = ''; + $text['message-timeout-action']['fr'] = "Merci d'indiquer: Action sur timeout"; $text['message-enabled']['en-us'] = 'Please provide: Enabled'; $text['message-enabled']['pt-pt'] = ''; + $text['message-enabled']['pt-pt'] = "Merci d'indiquer: Actif"; $text['message-add']['en-us'] = 'Add Complete'; $text['message-add']['pt-pt'] = ''; + $text['message-add']['fr'] = 'Ajouté'; $text['message-update']['en-us'] = 'Update Complete'; $text['message-update']['pt-pt'] = ''; + $text['message-update']['fr'] = "Mis à jour"; $text['label-ring-group']['en-us'] = 'Ring Group'; $text['label-ring-group']['pt-pt'] = ''; + $text['label-ring-group']['fr'] = "Groupe de sonnerie"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = ''; + $text['button-back']['fr'] = 'Retour'; $text['description-name']['en-us'] = 'Enter a name.'; $text['description-name']['pt-pt'] = ''; + $text['description-name']['fr'] = 'Insérer un nom.'; $text['label-context']['en-us'] = 'Context'; $text['label-context']['pt-pt'] = ''; + $text['label-context']['fr'] = 'Context'; $text['description-enter-context']['en-us'] = 'Enter the context.'; $text['description-enter-context']['pt-pt'] = ''; + $text['description-enter-context']['fr'] = ''; $text['label-strategy']['en-us'] = 'Strategy'; $text['label-strategy']['pt-pt'] = ''; + $text['label-strategy']['fr'] = 'Stratégie'; $text['option-sequence']['en-us'] = 'Sequence'; $text['option-sequence']['pt-pt'] = ''; + $text['option-sequence']['fr'] = 'Séquence'; $text['option-simultaneous']['en-us'] = 'Simultaneous'; $text['option-simultaneous']['pt-pt'] = ''; + $text['option-simultaneous']['fr'] = 'Simultané'; $text['option-enterprise']['en-us'] = 'Enterprise'; $text['option-enterprise']['pt-pt'] = ''; + $text['option-enterprise']['fr'] = 'Entreprise'; $text['description-strategy']['en-us'] = 'Select the ring strategy.'; $text['description-strategy']['pt-pt'] = ''; + $text['description-strategy']['fr'] = 'Choisir la statégie de sonnerie.'; $text['label-duration']['en-us'] = 'Duration'; $text['label-duration']['pt-pt'] = ''; + $text['label-duration']['fr'] = 'Durée'; $text['label-call-timeout']['en-us'] = 'Call Timeout'; $text['label-call-timeout']['pt-pt'] = ''; + $text['label-call-timeout']['fr'] = "Timeout d'Appel"; $text['description-timeout']['en-us'] = 'Enter the total call timeout in seconds'; $text['description-timeout']['pt-pt'] = ''; + $text['description-timeout']['fr'] = "Temps total du timeout sur l'appel en secondes"; $text['label-timeout_destination']['en-us'] = 'Timeout Destination'; $text['label-timeout_destination']['pt-pt'] = ''; + $text['label-timeout_destination']['fr'] = 'Timeout Destination'; $text['description-timeout_destination']['en-us'] = 'Select the timeout destination for this ring group.'; $text['description-timeout_destination']['pt-pt'] = ''; + $text['description-timeout_destination']['fr'] = ''; $text['label-cid-prefix']['en-us'] = 'CID Prefix'; $text['label-cid-prefix']['pt-pt'] = ''; + $text['label-cid-prefix']['fr'] = 'CID Préfixe'; $text['description-cid-prefix']['en-us'] = 'Set a prefix on the caller ID name.'; $text['description-cid-prefix']['pt-pt'] = ''; + $text['description-cid-prefix']['fr'] = "Choisir un préfixe pour le nom de l'appelant."; $text['label-ringback']['en-us'] = 'Ring Back'; $text['label-ringback']['pt-pt'] = ''; + $text['label-ringback']['fr'] = "tonalité en retour d'appel"; $text['option-usring']['en-us'] = 'us-ring'; $text['option-usring']['pt-pt'] = ''; + $text['option-usring']['fr'] = 'us-ring'; $text['option-frring']['en-us'] = 'fr-ring'; $text['option-frring']['pt-pt'] = ''; + $text['option-frring']['fr'] = 'fr-ring'; $text['option-ukring']['en-us'] = 'uk-ring'; $text['option-ukring']['pt-pt'] = ''; + $text['option-ukring']['fr'] = 'uk-ring'; $text['option-rsring']['en-us'] = 'rs-ring'; $text['option-rsring']['pt-pt'] = ''; + $text['option-rsring']['fr'] = 'rs-ring'; $text['description-ringback']['en-us'] = 'Defines what the caller will hear while the destination is being called.'; $text['description-ringback']['pt-pt'] = ''; + $text['description-ringback']['fr'] = "Définir le retour de sonnerie entendu par l'appelant tant que la destination est en alerte."; $text['option-true']['en-us'] = 'True'; $text['option-true']['pt-pt'] = ''; + $text['option-true']['fr'] = 'Oui'; $text['option-false']['en-us'] = 'False'; $text['option-false']['pt-pt'] = ''; + $text['option-false']['fr'] = 'Non'; $text['label-user_list']['en-us'] = 'User List'; $text['label-user_list']['pt-pt'] = ''; + $text['label-user_list']['fr'] = "Liste d'Usagers"; $text['description-user_list']['en-us'] = 'Assign the users that are assigned to this ring group. '; $text['description-user_list']['pt-pt'] = ''; + $text['description-user_list']['fr'] = 'Associer les utilisateurs à ce groupe de sonnerie. '; $text['description-enabled']['en-us'] ='Set the status of this ring group.'; $text['description-enabled']['pt-pt'] = ''; + $text['description-enabled']['fr'] = "Choisir l'état de ce groupe de sonnerie"; $text['description-description']['en-us'] = 'Enter a description (optional).'; $text['description-description']['pt-pt'] = ''; + $text['description-description']['fr'] = ''; $text['label-delay']['en-us'] = 'Delay'; $text['label-delay']['pt-pt'] = ''; + $text['label-delay']['fr'] = 'Délais'; $text['label-timeout']['en-us'] = 'Timeout'; $text['label-timeout']['pt-pt'] = ''; + $text['label-timeout']['fr'] = 'Timeout'; $text['label-destinations']['en-us'] = 'Destinations'; $text['label-destinations']['pt-pt'] = ''; + $text['label-destinations']['fr'] = 'Destinations'; $text['label-destination_number']['en-us'] = 'Destination'; $text['label-destination_number']['pt-pt'] = ''; + $text['label-destination_number']['fr'] = 'Destination'; $text['label-destination_delay']['en-us'] = 'Delay'; $text['label-destination_delay']['pt-pt'] = ''; + $text['label-destination_delay']['fr'] = 'Délais'; $text['label-destination_timeout']['en-us'] = 'Timeout'; $text['label-destination_timeout']['pt-pt'] = ''; + $text['label-destination_timeout']['fr'] = 'Timeout'; $text['label-destination_prompt']['en-us'] = 'Prompt'; $text['label-destination_prompt']['pt-pt'] = ''; + $text['label-destination_prompt']['fr'] = 'Prompt'; $text['label-destination_prompt_confirm']['en-us'] = 'Confirm'; $text['label-destination_prompt_confirm']['pt-pt'] = ''; + $text['label-destination_prompt_confirm']['fr'] = 'Confirmer'; $text['label-destination_prompt_announce']['en-us'] = 'Announce'; $text['label-destination_prompt_announce']['pt-pt'] = ''; + $text['label-destination_prompt_announce']['fr'] = 'Annonce'; $text['description-destinations']['en-us'] = 'Add destinations and parameters to the ring group.'; $text['description-destinations']['pt-pt'] = ''; + $text['description-destinations']['fr'] = "Ajouter des destinations et des paramètres au groupe de sonnerie."; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = ''; + $text['button-add']['fr'] = 'Ajouter'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = ''; + $text['button-save']['fr'] = 'Sauvegarder'; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['confirm-copy']['en-us'] = 'Do you really want to copy this?'; $text['confirm-copy']['en-pt'] = ''; + $text['confirm-copy']['fr'] = "Voulez-vous vraiment copier cela?"; $text['option-enabled']['en-us'] = 'Enabled'; $text['option-enabled']['pt-pt'] = ''; + $text['option-enabled']['fr'] = 'Activé'; $text['option-disabled']['en-us'] = 'Disabled'; $text['option-disabled']['pt-pt'] = ''; + $text['option-disabled']['fr'] = 'Désactivé'; ?> \ No newline at end of file diff --git a/app/schemas/app_config.php b/app/schemas/app_config.php index 81c3d1a1cf..5b67fbbee2 100644 --- a/app/schemas/app_config.php +++ b/app/schemas/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Fourni la possibilité de rapidement définir les informations à stocker et dynamiquement rendre disponible des outils pour voir, éditer, supprimer et chercher. "; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Fornece a capacidade de definir rapidamente a informação para armazenar e dinamicamente faz ferramentas disponíveis para visualizar, adicionar, editar, apagar e pesquisa.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Schémas"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Tabelas'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Tabelas"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '6be94b46-2126-947f-2365-0bea23651a6b'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; diff --git a/app/services/app_config.php b/app/services/app_config.php index 758f075bc8..7f9c51f11a 100644 --- a/app/services/app_config.php +++ b/app/services/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Contrôler les services du système"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Monitorizar Serviços do Sistema.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Services"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Serviços'; diff --git a/app/services/app_languages.php b/app/services/app_languages.php index 7877977327..9bf5cfa13c 100644 --- a/app/services/app_languages.php +++ b/app/services/app_languages.php @@ -23,24 +23,42 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['message-delete']['en-us'] = 'Delete Complete'; + $text['message-delete']['fr'] = "Supprimé"; $text['button-back']['en-us'] = 'Back'; + $text['button-back']['fr'] = 'Retour'; $text['button-save']['en-us'] = 'Save'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['title']['en-us'] = 'Service Add'; + $text['title']['fr'] = 'Ajouter Service'; $text['description']['en-us'] = 'Shows a list of processes and provides ability to start and stop them.'; + $text['description']['fr'] = "Affiche la liste des processus et permet de les démarrer et les arrêter."; $text['label-name']['en-us'] = 'Name:'; + $text['label-name']['fr'] = 'Nom:'; $text['description-name']['en-us'] = 'Enter the service name.'; + $text['description-name']['fr'] = 'Entrer le nom du service.'; $text['label-type']['en-us'] = 'Type:'; + $text['label-type']['fr'] = 'Type:'; $text['description-type']['en-us'] = 'Select the service type.'; + $text['description-type']['fr'] = 'Choisir le type de service.'; $text['label-data']['en-us'] = 'Data:'; + $text['label-data']['fr'] = 'Données:'; $text['description-data']['en-us'] = 'Enter the service data.'; + $text['description-data']['fr'] = 'Entrer les données du service.'; $text['label-start']['en-us'] = 'Start Command:'; + $text['label-start']['fr'] = 'Commande démarrage:'; $text['description-start']['en-us'] = 'Enter the command to start the service.'; + $text['description-start']['fr'] = 'Entrer la commande pour démarrer le service.'; $text['label-stop']['en-us'] = 'Stop Comand'; + $text['label-stop']['fr'] = "Comande d'arrêt"; $text['description-stop']['en-us'] = 'Enter the command to stop the service.'; + $text['description-stop']['fr'] = "Entrer la commande pour arrêter le service."; $text['label-description']['en-us'] = 'Description:'; + $text['label-description']['fr'] = 'Description:'; $text['description-description']['en-us'] = 'Enter the service description.'; + $text['description-description']['fr'] = "Entrer la description du service."; ?> \ No newline at end of file diff --git a/app/settings/app_config.php b/app/settings/app_config.php index 1f264f38bb..838e811d8c 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = 'Confs PBX'; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Definições do PBX.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Configuration'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Definições'; diff --git a/app/settings/app_languages.php b/app/settings/app_languages.php index 1ef0faf0f2..b5b86c278a 100644 --- a/app/settings/app_languages.php +++ b/app/settings/app_languages.php @@ -23,28 +23,50 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['title-settings']['en-us'] = 'Setting Update'; + $text['title-settings']['fr'] = 'Mise à jour de la configuration'; + $text['label-event-socket-ip']['en-us'] = 'Event Socket IP Address:'; + $text['label-event-socket-ip']['fr'] = 'Adresse IP pour Event Socket:'; $text['description-event-socket-ip']['en-us'] = 'Enter the event socket IP address. default: 127.0.0.1'; + $text['description-event-socket-ip']['fr'] = "Adresse IP pour le module Event Socket. défaut: 127.0.0.1"; + $text['label-event-socket-port']['en-us'] = 'Event Socket Port:'; + $text['label-event-socket-port']['fr'] = 'Event Socket Port:'; $text['description-event-socket-port']['en-us'] = 'Enter the event socket port. default: 8021'; + $text['description-event-socket-port']['fr'] = "Port du module Event Socket. défaut: 8021"; $text['label-event-socket-pw']['en-us'] = 'Event Socket Password:'; + $text['label-event-socket-pw']['fr'] = 'Mot de Passe Event Socket:'; $text['description-event-socket-pw']['en-us'] = 'Enter the event socket password.'; + $text['description-event-socket-pw']['fr'] = 'Mot de passe pour se connecter au module Event Socket.'; $text['label-xml-rpc-port']['en-us'] = 'XML RPC HTTP Port:'; + $text['label-xml-rpc-port']['fr'] = 'XML RPC HTTP Port:'; $text['description-xml-rpc-port']['en-us'] = 'Enter the XML RPC HTTP Port. default: 8787'; + $text['description-xml-rpc-port']['fr'] = 'Port pour joindre le service XML RPC HTTP. défaut: 8787'; $text['label-xml-rpc-realm']['en-us'] = 'XML RPC Auth Realm:'; + $text['label-xml-rpc-realm']['fr'] = 'XML RPC Auth Realm:'; $text['description-xml-rpc-realm']['en-us'] = 'Enter the XML RPC Auth Realm. default: freeswitch'; + $text['description-xml-rpc-realm']['fr'] = "Royaume d'authentification XML RPC. défaut: freeswitch"; $text['label-xml-rpc-user']['en-us'] = 'XML RPC Auth User:'; + $text['label-xml-rpc-user']['fr'] = 'Auth usager XML RPC:'; $text['description-xml-rpc-user']['en-us'] = 'Enter the XML RPC Auth User. default: xmlrpc'; + $text['description-xml-rpc-user']['fr'] = 'Usager XML RPC. défaut: xmlrpc'; $text['label-xml-rpc-pw']['en-us'] = 'XML RPC Auth Password:'; + $text['label-xml-rpc-pw']['fr'] = 'Mot de passe XML RPC:'; $text['description-xml-rpc-pw']['en-us'] = 'Enter the XML RPC Auth Password.'; + $text['description-xml-rpc-pw']['fr'] = 'Mot de passe pour XML RPC.'; $text['label-shout-decoder']['en-us'] = 'Mod Shout Decoder:'; - $text['description-shout-decoder']['en-us'] = 'Ender the Decoder.'; + $text['label-shout-decoder']['fr'] = 'Décodeur Mod Shout (MP3):'; + $text['description-shout-decoder']['en-us'] = 'Ender the Decoder. default: i386'; + $text['description-shout-decoder']['fr'] = 'Type de Decoder. défaut: i386'; $text['label-shout-volume']['en-us'] = 'Mod Shout Volume:'; + $text['label-shout-volume']['fr'] = 'Mod Shout Volume:'; $text['description-shout-volume']['en-us'] = 'Enter Mod Shout Volume.'; + $text['description-shout-volume']['fr'] = "Choisir l'amplification du volume pour Mod Shout."; ?> \ No newline at end of file diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index e0357e4870..31c523b20c 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Profiles SIP'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Perfis de SIP'; diff --git a/app/sip_status/app_config.php b/app/sip_status/app_config.php index a9c647cb84..c8fa1ad768 100644 --- a/app/sip_status/app_config.php +++ b/app/sip_status/app_config.php @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Etat SIP'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do SIP'; diff --git a/app/sip_status/app_languages.php b/app/sip_status/app_languages.php index 4b2da59f12..6c48d9bd43 100644 --- a/app/sip_status/app_languages.php +++ b/app/sip_status/app_languages.php @@ -23,10 +23,16 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['error-event-socket']['en-us'] = 'Connection to Event Socket failed.'; + $text['error-event-socket']['fr'] = "Connexion à l'Event Socket en echec."; $text['label-message']['en-us'] = 'Message'; + $text['label-message']['fr'] = 'Message'; $text['title-sofia-status']['en-us'] = 'sofia status'; + $text['title-sofia-status']['fr'] = 'sofia statut'; $text['title-sofia-status-profile']['en-us'] = 'sofia status profile'; + $text['title-sofia-status-profile']['fr'] = 'profile statut sofia'; $text['title-status']['en-us'] = 'status'; + $text['title-status']['fr'] = 'statut'; ?> \ No newline at end of file diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index b83c8ec500..4bfe57ec03 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Lancer de requêtes SQL"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Executar comandos Língua estruturação de consulta.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Requête SQL"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Consulta SQL'; diff --git a/app/system/app_config.php b/app/system/app_config.php index 91b9d64a59..405d7d7281 100644 --- a/app/system/app_config.php +++ b/app/system/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Exibe informações do CPU, disco rígido, memória RAM e muito mais.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = 'Etat Système'; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Sistema'; diff --git a/app/system/app_languages.php b/app/system/app_languages.php index b850e2a42c..36ff46fc60 100644 --- a/app/system/app_languages.php +++ b/app/system/app_languages.php @@ -23,17 +23,29 @@ Contributor(s): Mark J Crane James Rose + Philippe Rioual */ $text['title-sys-info']['en-us'] = 'System Information'; + $text['title-sys-info']['fr'] = 'Info Système'; $text['label-os']['en-us'] = 'Operating System:'; + $text['label-os']['fr'] = 'Operating System:'; $text['title-mem']['en-us'] = 'Memory Information'; + $text['title-mem']['fr'] = 'Information Mémoire'; $text['label-mem']['en-us'] = 'Memory Status:'; + $text['label-mem']['fr'] = 'Statut Mémoire:'; $text['title-cpu']['en-us'] = 'CPU Information'; + $text['title-cpu']['fr'] = 'Info CPU'; $text['label-cpu']['en-us'] = 'CPU Status:'; + $text['label-cpu']['fr'] = 'CPU Statut:'; $text['title-drive']['en-us'] = 'Drive Information'; + $text['title-drive']['fr'] = 'Info Disque'; $text['label-drive']['en-us'] = 'Drive Space:'; + $text['label-drive']['fr'] = 'Espace Disque:'; $text['label-drive-capacity']['en-us'] = 'Capacity:'; + $text['label-drive-capacity']['fr'] = 'Capacité:'; $text['label-drive-free']['en-us'] = 'Free Space:'; + $text['label-drive-free']['fr'] = 'Espace Libre:'; $text['label-drive-percent']['en-us'] = 'Percent Free:'; + $text['label-drive-percent']['fr'] = 'Pourcent Libre:'; ?> \ No newline at end of file diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 5ba5ab8505..65ec8a005d 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Redirige les appels en fonction de l'heure"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Chamada directa com base na hora do dia.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Conditions Temporelles"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Condições de tempo'; diff --git a/app/time_conditions/app_languages.php b/app/time_conditions/app_languages.php index 8167a0654b..d9aac00a18 100644 --- a/app/time_conditions/app_languages.php +++ b/app/time_conditions/app_languages.php @@ -1,92 +1,148 @@  \ No newline at end of file diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index 4e1d844265..f8a7d17383 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Affiche le traffique Réseau via SVG"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Utiliza SVG para mostrar o tráfego de rede.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Traffic Graphe"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Grafico de Trafego'; diff --git a/app/vars/app_config.php b/app/vars/app_config.php index bbec35c65e..1e0521766a 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Définr les variables utilisées par le switch, le provisioning et plus."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Definir variáveis que são usadas pela chave, provisionamento, e muito mais.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Variables"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Variaveis'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Variaveis"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index d5759605cc..76bfaa7f64 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -12,10 +12,10 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Accueil messagerie Vocale"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = 'Gestor de saudações de correio de voz para extensões.'; + $apps[$x]['description']['pt-pt'] = "Gestor de saudações de correio de voz para extensões."; $apps[$x]['description']['pt-br'] = ''; //menu details diff --git a/app/voicemail_greetings/app_languages.php b/app/voicemail_greetings/app_languages.php index a10a114994..0e999899ec 100644 --- a/app/voicemail_greetings/app_languages.php +++ b/app/voicemail_greetings/app_languages.php @@ -3,64 +3,84 @@ //voicemail_greetings $text['title']['en-us'] = 'Voicemail Greetings'; $text['title']['pt-pt'] = 'Saudações de correio de voz'; + $text['title']['fr'] = "Salutations de la messagerie"; $text['description']['en-us'] = 'Select the active greeting message to play for extension:'; $text['description']['pt-pt'] = 'Selecione e active mensagem de saudação para executar na extensão:'; + $text['description']['fr'] = "Choisir le message de salutation à jouer pour l'extension:"; $text['label-upload']['en-us'] = 'File to Upload'; $text['label-upload']['pt-pt'] = 'Ficheiro a Carregar'; + $text['label-upload']['fr'] = 'Fichier à télécharger'; $text['table-choose']['en-us'] = 'Choose'; $text['table-choose']['pt-pt'] = 'Escolher'; + $text['table-choose']['fr'] = 'Choisir'; $text['table-name']['en-us'] = 'Name'; $text['table-name']['pt-pt'] = 'Nome'; + $text['table-name']['fr'] = 'Nom'; $text['table-download']['en-us'] = 'Download'; $text['table-download']['pt-pt'] = 'Descarregar'; + $text['table-download']['fr'] = 'Télécharger'; $text['table-size']['en-us'] = 'Size'; $text['table-size']['pt-pt'] = 'Tamanho'; + $text['table-size']['fr'] = 'Taille'; $text['table-description']['en-us'] = 'Description'; $text['table-description']['pt-pt'] = 'Descrição'; + $text['table-description']['fr'] = 'Description'; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; //voicemail_greeting_delete $text['confirm-delete']['en-us'] = 'Delete Complete'; $text['confirm-delete']['pt-pt'] = 'Eliminação Completa'; + $text['confirm-delete']['fr'] = "Supprimé"; //voicemail_greeting_edit $text['confirm-name']['en-us'] = 'Please provide: Greeting Name (play)'; $text['confirm-name']['pt-pt'] = 'Por favor, forneça: Nome da saudação (execução)'; + $text['confirm-name']['fr'] = "Merci d'indiquer: Nom de salutation (jouer)"; $text['confirm-add']['en-us'] = 'Add Complete'; $text['confirm-add']['pt-pt'] = 'Adição Completa'; + $text['confirm-add']['fr'] = 'Ajouté'; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = 'Mis à jour'; $text['label-add']['en-us'] = 'Add Greeting'; $text['label-add']['pt-pt'] = 'Adição de Saudação'; + $text['label-add']['fr'] = 'Ajouter salutation'; $text['label-edit']['en-us'] = 'Edit Greeting'; $text['label-edit']['pt-pt'] = 'Edição de Saudação'; + $text['label-edit']['fr'] = 'Editer Salutation'; $text['label-name']['en-us'] = 'Greeting Name'; $text['label-name']['pt-pt'] = 'Nome da Saudação'; + $text['label-name']['fr'] = 'Nom de salutation'; $text['description-name']['en-us'] = 'Greeting Name. example: greeting_x'; $text['description-name']['pt-pt'] = 'Nome da Saudação. exemplo: saudação_x'; + $text['description-name']['fr'] = 'Nome da Salutation. exemple: accueil_x'; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; $text['description-info']['en-us'] = 'You may enter a description here for your reference (not parsed).'; $text['description-info']['pt-pt'] = 'Pode inserir aqui uma descrição para referência.'; + $text['description-info']['fr'] = ''; ?> \ No newline at end of file diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 1c1f9cf091..0ee428530f 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -8,9 +8,11 @@ $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; $apps[$x]['description']['en-us'] = ''; + $apps[$x]['description']['fr'] = ''; //menu details $apps[$x]['menu'][0]['title']['en-us'] = 'Voicemail'; + $apps[$x]['menu'][0]['title']['fr'] = "Messagerie Vocale"; $apps[$x]['menu'][0]['uuid'] = '0347f82a-62a0-49d0-bacd-511d080c46d5'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; diff --git a/app/voicemails/app_languages.php b/app/voicemails/app_languages.php index d0a3fed32d..5285f40009 100644 --- a/app/voicemails/app_languages.php +++ b/app/voicemails/app_languages.php @@ -3,186 +3,247 @@ //Voicemails $text['title-voicemails']['en-us'] = 'Voicemails'; $text['title-voicemails']['pt-pt'] = ''; + $text['title-voicemails']['fr'] = 'Messageries Vocales'; $text['title-voicemail']['en-us'] = 'Voicemail'; $text['title-voicemail']['pt-pt'] = ''; + $text['title-voicemail']['fr'] = 'Messagerie Vocale'; $text['description-voicemail']['en-us'] = 'Voicemail settings.'; $text['description-voicemail']['pt-pt'] = ''; + $text['description-voicemail']['pt-pt'] = 'Configuration messagerie.'; $text['label-voicemail_id']['en-us'] = 'Voicemail ID'; $text['label-voicemail_id']['pt-pt'] = ''; + $text['label-voicemail_id']['fr'] = 'ID de Messagerie'; $text['description-voicemail_id']['en-us'] = 'Enter the Voicemail ID'; $text['description-voicemail_id']['pt-pt'] = ''; + $text['description-voicemail_id']['pt-pt'] = "Choisir l'indentifiant de la messagerie vocale."; $text['label-voicemail_password']['en-us'] = 'Password'; $text['label-voicemail_password']['pt-pt'] = ''; + $text['label-voicemail_password']['fr'] = 'Mot de Passe'; $text['description-voicemail_password']['en-us'] = 'Enter the Password'; $text['description-voicemail_password']['pt-pt'] = ''; + $text['description-voicemail_password']['fr'] = ''; + $text['label-greeting_id']['en-us'] = 'Greeting ID'; $text['label-greeting_id']['pt-pt'] = ''; + $text['label-greeting_id']['fr'] = 'ID de Salutation'; $text['description-greeting_id']['en-us'] = 'Enter the Greeting ID'; $text['description-greeting_id']['pt-pt'] = ''; + $text['description-greeting_id']['fr'] = 'Choisir le numéro de message vocal de salutation.'; $text['label-voicemail_mail_to']['en-us'] = 'Mail To'; $text['label-voicemail_mail_to']['pt-pt'] = ''; + $text['label-voicemail_mail_to']['fr'] = 'Courriel de réception'; $text['description-voicemail_mail_to']['en-us'] = 'Enter the email address to send voicemail to. '; $text['description-voicemail_mail_to']['pt-pt'] = ''; + $text['description-voicemail_mail_to']['fr'] = 'Choisir un courriel lié à cette messagerie vocale.'; $text['label-voicemail_attach_file']['en-us'] = 'Attach File'; $text['label-voicemail_attach_file']['pt-pt'] = ''; + $text['label-voicemail_attach_file']['fr'] = 'Fichier attaché'; $text['description-voicemail_attach_file']['en-us'] = 'Choose whether to attach the file to the email.'; $text['description-voicemail_attach_file']['pt-pt'] = ''; + $text['description-voicemail_attach_file']['fr'] = "Attacher le fichier audio au courriel."; $text['label-voicemail_local_after_email']['en-us'] = 'Local After Email'; $text['label-voicemail_local_after_email']['pt-pt'] = ''; + $text['label-voicemail_local_after_email']['fr'] = "Conserver le message"; $text['description-voicemail_local_after_email']['en-us'] = 'Choose to keep the voicemail file after sending the email.'; $text['description-voicemail_local_after_email']['pt-pt'] = ''; + $text['description-voicemail_local_after_email']['fr'] = "Garder le message vocal dans la boite vocale après l'envoi du courriel."; $text['label-voicemail_enabled']['en-us'] = 'Enabled'; $text['label-voicemail_enabled']['pt-pt'] = ''; + $text['label-voicemail_enabled']['fr'] = 'Actif'; $text['description-voicemail_enabled']['en-us'] = 'Select to enable or disable this voicemail.'; $text['description-voicemail_enabled']['pt-pt'] = ''; + $text['description-voicemail_enabled']['fr'] ="Messagerie Vocale activée ou non."; $text['label-voicemail_description']['en-us'] = 'Description'; $text['label-voicemail_description']['pt-pt'] = ''; + $text['label-voicemail_description']['fr'] = 'Description'; $text['description-voicemail_description']['en-us'] = 'Enter the description.'; $text['description-voicemail_description']['pt-pt'] = ''; + $text['description-voicemail_description']['fr'] = ''; $text['label-count']['en-us'] = 'Count'; $text['label-count']['pt-pt'] = ''; + $text['label-count']['fr'] = 'Compter'; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = 'Ferramentas'; + $text['label-tools']['fr'] = 'Outils'; $text['label-message_size']['en-us'] = 'Size'; $text['label-message_size']['pt-pt'] = ''; + $text['label-message_size']['fr'] = 'Taille'; $text['label-play']['en-us'] = 'Play'; $text['label-play']['pt-pt'] = ''; + $text['label-play']['fr'] = 'Jouer'; $text['label-download']['en-us'] = 'Download'; $text['label-download']['pt-pt'] = ''; + $text['label-download']['fr'] = 'Télécharger'; $text['label-view']['en-us'] = 'View'; $text['label-view']['pt-pt'] = ''; + $text['label-view']['fr'] = 'Voir'; $text['label-true']['en-us'] = 'true'; $text['label-true']['pt-pt'] = ''; + $text['label-true']['fr'] = 'Oui'; $text['label-false']['en-us'] = 'false'; $text['label-false']['pt-pt'] = 'falso'; + $text['label-false']['fr'] = 'Non'; $text['label-greetings']['en-us'] = 'Greetings'; $text['label-greetings']['pt-pt'] = ''; + $text['label-greetings']['fr'] = 'Salutations'; $text['button-greetings']['en-us'] = 'Greetings'; $text['button-greetings']['pt-pt'] = ''; + $text['button-greetings']['fr'] = 'Salutations'; $text['button-settings']['en-us'] = 'Settings'; $text['button-settings']['pt-pt'] = ''; + $text['button-settings']['fr'] = "Configurations"; $text['button-add']['en-us'] = 'Add'; $text['button-add']['pt-pt'] = ''; + $text['button-add']['fr'] = 'Ajouter'; $text['button-edit']['en-us'] = 'Edit'; $text['button-edit']['pt-pt'] = ''; + $text['button-edit']['fr'] = 'Editer'; $text['button-delete']['en-us'] = 'Delete'; $text['button-delete']['pt-pt'] = ''; + $text['button-delete']['fr'] = 'Supprimer'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['button-view']['en-us'] = 'View'; $text['button-view']['pt-pt'] = ''; + $text['button-view']['fr'] = 'Voir'; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['confirm-delete']['en-us'] = 'Do you really want to delete this?'; $text['confirm-delete']['pt-pt'] = ''; + $text['confirm-delete']['fr'] = "Voulez-vous vraiment supprimer cela?"; $text['message-add']['en-us'] = 'Add Completed'; $text['message-add']['pt-pt'] = ''; + $text['message-add']['fr'] = 'Ajouté'; $text['message-update']['en-us'] = 'Update Completed'; $text['message-update']['pt-pt'] = ''; + $text['message-update']['fr'] = 'Mis à jour'; $text['message-delete']['en-us'] = 'Delete Completed'; $text['message-delete']['pt-pt'] = ''; + $text['message-delete']['fr'] = 'Supprimé'; $text['message-required']['en-us'] = 'Please provide: '; $text['message-required']['pt-pt'] = ''; + $text['message-required']['fr'] = "Merci d'indiquer: "; //Voicemail Messages $text['title-voicemail_messages']['en-us'] = 'Voicemail Messages'; $text['title-voicemail_messages']['pt-pt'] = ''; + $text['title-voicemail_messages']['fr'] = "Messages vocaux"; $text['title-voicemail_message']['en-us'] = 'Voicemail Message'; $text['title-voicemail_message']['pt-pt'] = ''; + $text['title-voicemail_message']['fr'] = 'Message vocal'; $text['description-voicemail_message']['en-us'] = 'A list of recorded voice messages which shows when the message was created, caller ID information, length, file size and download or delete the message.'; $text['description-voicemail_message']['pt-pt'] = ''; + $text['description-voicemail_message']['fr'] = "Liste des messages vocaux et les details tels que la date de création, les informations sur l'appelant, la durée, la taille du fichier et la possibilité de télécharger ou supprimer le message."; $text['label-mailbox']['en-us'] = 'Mailbox'; $text['label-mailbox']['pt-pt'] = ''; + $text['label-mailbox']['fr'] = 'Boite mail'; $text['label-voicemail_uuid']['en-us'] = 'Voicemail UUID'; $text['label-voicemail_uuid']['pt-pt'] = ''; + $text['label-voicemail_uuid']['fr'] = 'UUID Messagerie Vocale'; $text['description-voicemail_uuid']['en-us'] = 'Voicemail UUID'; $text['description-voicemail_uuid']['pt-pt'] = ''; + $text['description-voicemail_uuid']['fr'] = ''; $text['label-created_epoch']['en-us'] = 'Created'; $text['label-created_epoch']['pt-pt'] = ''; + $text['label-created_epoch']['fr'] = 'créé'; $text['description-created_epoch']['en-us'] = 'Created'; $text['description-created_epoch']['pt-pt'] = ''; + $text['description-created_epoch']['fr'] = 'Date de création'; $text['label-read_epoch']['en-us'] = 'Read'; $text['label-read_epoch']['pt-pt'] = ''; + $text['label-read_epoch']['fr'] = 'Lire'; $text['description-read_epoch']['en-us'] = 'Read'; $text['description-read_epoch']['pt-pt'] = ''; + $text['description-read_epoch']['fr'] = 'Lire'; $text['label-caller_id_name']['en-us'] = 'Caller ID Name'; $text['label-caller_id_name']['pt-pt'] = ''; + $text['label-caller_id_name']['fr'] = "Nom d'appelant"; $text['description-caller_id_name']['en-us'] = 'Caller ID Name'; $text['description-caller_id_name']['pt-pt'] = ''; + $text['description-caller_id_name']['fr'] = ''; $text['label-caller_id_number']['en-us'] = 'Caller ID Number'; $text['label-caller_id_number']['pt-pt'] = ''; + $text['label-caller_id_number']['fr'] = "Numéro d'appelant"; $text['description-caller_id_number']['en-us'] = 'Caller ID Number'; $text['description-caller_id_number']['pt-pt'] = ''; + $text['description-caller_id_number']['fr'] = ''; $text['label-message_length']['en-us'] = 'Length'; $text['label-message_length']['pt-pt'] = ''; + $text['label-message_length']['fr'] = 'Durée'; $text['description-message_length']['en-us'] = 'Length'; $text['description-message_length']['pt-pt'] = ''; + $text['description-message_length']['fr'] = ''; $text['label-message_status']['en-us'] = 'Status'; $text['label-message_status']['pt-pt'] = ''; + $text['label-message_status']['fr'] = 'Etat'; $text['description-message_status']['en-us'] = 'Status'; - $text['description-message_status']['pt-pt'] = ''; + $text['description-message_status']['fr'] = 'Etat'; $text['label-message_priority']['en-us'] = 'Priority'; $text['label-message_priority']['pt-pt'] = ''; + $text['label-message_priority']['fr'] = 'Priorité'; $text['description-message_priority']['en-us'] = 'Priority'; $text['description-message_priority']['pt-pt'] = ''; + $text['description-message_priority']['fr'] = 'Priorité'; ?> \ No newline at end of file diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 2c2a53c4aa..00b9a448b4 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -12,22 +12,22 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Historique des Appels complets."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Detalhes das Gravações de Voz com todas as informações sobre a chamada.'; $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en-us'] = 'Apps'; + $apps[$x]['menu'][0]['title']['en-us'] = "Apps"; $apps[$x]['menu'][0]['title']['es-mx'] = ''; $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Apps"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Aplicações'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Aplicações"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['parent_uuid'] = ''; @@ -43,7 +43,7 @@ $apps[$x]['menu'][1]['title']['de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; - $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = 'Historiques Appels'; $apps[$x]['menu'][1]['title']['fr-ca'] = ''; $apps[$x]['menu'][1]['title']['fr-ch'] = ''; $apps[$x]['menu'][1]['title']['pt-pt'] = 'Detalhes das Gravações de Voz'; diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index b5d5a879ec..6d73c7130f 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -3,154 +3,204 @@ //xml_cdr $text['title']['en-us'] = 'Call Detail Records'; $text['title']['pt-pt'] = 'Detalhes da Gravação de Chamadas'; + $text['title']['fr'] = 'Historique détaillé des appels'; $text['description']['en-us'] = 'Call Detail Records (CDRs) are detailed information on the calls.'; $text['description']['pt-pt'] = 'Detalhes da Gravação de Chamadas, são informações detalhadas sobre as chamadas.'; + $text['description']['fr'] = "Ici se trouve l'historique des tous les appels passés sur cette plateforme. En Anglais: Call Detail Records (CDR)."; $text['description-2']['en-us'] = 'The information contains source, destination, duration, and other useful call details.'; $text['description-2']['pt-pt'] = 'A informação contém fonte, destino, duração e outros detalhes úteis da chamada.'; + $text['description-2']['fr'] = "Les informations contiennent la source, la destination, la durée et pleins d'autres informations utiles."; $text['description-3']['en-us'] = 'Use the fields to filter the information for the specific call records that are desired.'; $text['description-3']['pt-pt'] = 'Utilize os campos para filtrar a informação para os registos de chamadas específicas que são desejados.'; + $text['description-3']['fr'] = "Utiliser les filtres pour afficher les appels désirés. "; $text['description-4']['en-us'] = 'Then view the calls in the list or download them as comma seperated file by using the "csv" button.'; $text['description-4']['pt-pt'] = 'Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão "csv".'; + $text['description-4']['fr'] = "Ensuite visualisez les informations dans la liste ci-dessous, ou téléchargez les sous forme d'un fichier CSV."; $text['label-description']['en-us'] = 'Description'; $text['label-description']['pt-pt'] = 'Descrição'; + $text['label-description']['fr'] = 'Description'; $text['label-cid-name']['en-us'] = 'CID Name'; $text['label-cid-name']['pt-pt'] = 'Nome CID'; + $text['label-cid-name']['fr'] = "Nom de l'Appelant"; $text['label-inbound']['en-us'] = 'inbound'; $text['label-inbound']['pt-pt'] = 'entrada'; + $text['label-inbound']['fr'] = 'entrant'; $text['label-outbound']['en-us'] = 'outbound'; $text['label-outbound']['pt-pt'] = 'saida'; + $text['label-outbound']['fr'] = 'sortant'; $text['label-local']['en-us'] = 'local'; $text['label-local']['pt-pt'] = 'local'; + $text['label-local']['fr'] = 'local'; $text['label-source']['en-us'] = 'Source'; $text['label-source']['pt-pt'] = 'Origem'; + $text['label-source']['fr'] = 'Origine'; $text['label-destination']['en-us'] = 'Destination'; $text['label-destination']['pt-pt'] = 'Destino'; + $text['label-destination']['fr'] = 'Destination'; $text['label-start']['en-us'] = 'Start'; $text['label-start']['pt-pt'] = 'Inicio'; + $text['label-start']['fr'] = 'Début'; $text['label-status']['en-us'] = 'Status'; $text['label-status']['pt-pt'] = 'Estado'; + $text['label-status']['fr'] = 'Etat'; $text['label-name']['en-us'] = 'Name'; $text['label-name']['pt-pt'] = 'Nome'; + $text['label-name']['fr'] = 'Nom'; $text['label-number']['en-us'] = 'Number'; $text['label-number']['pt-pt'] = 'Numero'; + $text['label-number']['fr'] = 'Numéro'; $text['label-length']['en-us'] = 'Length'; $text['label-length']['pt-pt'] = 'Comprimento'; + $text['label-length']['fr'] = 'Durée'; $text['label-tools']['en-us'] = 'Tools'; $text['label-tools']['pt-pt'] = ''; + $text['label-tools']['fr'] = 'Outils'; $text['label-play']['en-us'] = 'Play'; $text['label-play']['pt-pt'] = ''; + $text['label-play']['fr'] = 'Jouer'; $text['label-download']['en-us'] = 'Download'; $text['label-download']['pt-pt'] = ''; + $text['label-download']['fr'] = 'Télécharger'; $text['button-statistics']['en-us'] = 'Statistics'; $text['button-statistics']['pt-pt'] = 'Estatisticas'; + $text['button-statistics']['fr'] = 'Statistiques'; $text['button-missed']['en-us'] = 'Missed Calls'; - $text['button-statistics']['pt-pt'] = 'Chamadas Perdidas'; + $text['button-missed']['pt-pt'] = 'Chamadas Perdidas'; + $text['button-missed']['fr'] = 'Appels Perdus'; //xml_cdr_details $text['title2']['en-us'] = 'Call Details'; $text['title2']['pt-pt'] = 'Detalhes das Chamadas'; + $text['title2']['fr'] = "Détail des Appels"; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'Retour'; $text['description-5']['en-us'] = 'A detailed view of the call and all information regarding it.'; $text['description-5']['pt-pt'] = 'Uma visão detalhada da chamada e todas as informações sobre ela.'; + $text['description-5']['fr'] = "Une vue détaillée de l'appel et toutes les informations en relation."; $text['description-6']['en-us'] = 'The information contains caller id name and number, channel data, '; $text['description-6']['pt-pt'] = 'A informação contém o nome e numero de origem, dados do canal, '; + $text['description-6']['fr'] = "L'information contient le nom et le numéro d'appelant, données du canal, "; $text['description-7']['en-us'] = 'call variables, call flow, timing information, and other useful call details.'; $text['description-7']['pt-pt'] = 'variáveis de chamada, fluxo da chamada, informações de tempo e outros detalhes úteis da chamada.'; + $text['description-7']['fr'] = "les variables de l'appel, le chemin, les temporisations et d'autres détails."; $text['label-summary']['en-us'] = 'Summary'; $text['label-summary']['pt-pt'] = 'Sumario'; + $text['label-summary']['fr'] = 'Résumé'; $text['table-direction']['en-us'] = 'Direction'; $text['table-direction']['pt-pt'] = 'Direcção'; + $text['table-direction']['fr'] = 'Direction'; $text['table-name']['en-us'] = 'Name (play)'; $text['table-name']['pt-pt'] = 'None (executar)'; + $text['table-name']['fr'] = 'Nom (jouer)'; $text['table-download']['en-us'] = 'Number (download)'; $text['table-download']['pt-pt'] = 'Numero (descarregar)'; + $text['table-download']['fr'] = 'Numéro (télécharger)'; $text['table-end']['en-us'] = 'End'; $text['table-end']['pt-pt'] = 'Final'; + $text['table-end']['fr'] = 'Fin'; $text['label-channel']['en-us'] = 'Channel Data'; $text['label-channel']['pt-pt'] = 'Dados de Canal'; + $text['label-channel']['fr'] = "Données de canal"; $text['label-value']['en-us'] = 'Value'; $text['label-value']['pt-pt'] = 'Valor'; + $text['label-value']['fr'] = 'Valeur'; $text['label-application-log']['en-us'] = 'Application Log'; $text['label-application-log']['pt-pt'] = 'Log de Aplicação'; + $text['label-application-log']['fr'] = "Log de l'Application Log"; $text['label-data']['en-us'] = 'Data'; $text['label-data']['pt-pt'] = 'Dados'; + $text['label-data']['fr'] = 'Données'; $text['label-call-flow']['en-us'] = 'Call Flow: Attributes'; $text['label-call-flow']['pt-pt'] = 'Fluxos de chamada: Atributos'; + $text['label-call-flow']['fr'] = "Flux d'appel: Attibuts"; $text['label-call-flow-2']['en-us'] = 'Call Flow: Extension: Attributes'; $text['label-call-flow-2']['pt-pt'] = 'Fluxos de chamada: Extensão: Atributos'; + $text['label-call-flow-2']['fr'] = "Flux d'appel: Extension: Attibuts"; $text['label-call-flow-3']['en-us'] = 'Call Flow: Extension: Application'; $text['label-call-flow-3']['pt-pt'] = 'Fluxos de chamada: Extensão: Aplicação'; + $text['label-call-flow-3']['fr'] = "Flux d'appel: Extension: Application"; $text['label-call-flow-4']['en-us'] = 'Call Flow: Caller Profile'; $text['label-call-flow-4']['pt-pt'] = 'Fluxos de chamada: Perfil de chamador'; + $text['label-call-flow-4']['fr'] = "Flux d'appel: Profile de l'appelant"; $text['label-call-flow-5']['en-us'] = 'Call Flow: Times'; $text['label-call-flow-5']['pt-pt'] = 'Fluxos de chamada: Tempos'; + $text['label-call-flow-5']['fr'] = "Flux d'appel: temporisations "; //xml_cdr_statistics $text['label-call-statistics']['en-us'] = 'Call Detail Record Statistics'; $text['label-call-statistics']['pt-pt'] = 'Estatisticas dos Detalhes da Gravação de Chamadas'; + $text['label-call-statistics']['fr'] = "Statistiques sur l'historique des appels"; $text['label-call-statistics-description']['en-us'] = 'Call Detail Records Statics summarize the call information.'; $text['label-call-statistics-description']['pt-pt'] = 'As Estatisticas dos Detalhes da Gravação de Chamadas resumem as informações da chamada.'; + $text['label-call-statistics-description']['fr'] = "Résumé de l'historique des appels."; $text['table-hours']['en-us'] = 'Hours'; $text['table-hours']['pt-pt'] = 'Horas'; + $text['table-hours']['fr'] = 'Heurrs'; $text['table-date']['en-us'] = 'Date'; $text['table-date']['pt-pt'] = 'Data'; + $text['table-date']['fr'] = 'Date'; $text['table-time']['en-us'] = 'Time'; $text['table-time']['pt-pt'] = 'Tempo'; + $text['table-time']['fr'] = 'Temps'; $text['table-minutes']['en-us'] = 'Minutes'; $text['table-minutes']['pt-pt'] = 'Minutos'; + $text['table-minutes']['fr'] = 'Minutes'; $text['table-calls-per-minute']['en-us'] = 'Calls Per Min'; $text['table-calls-per-minute']['pt-pt'] = 'Chamadas por minuto'; + $text['table-calls-per-minute']['fr'] = "Appels par minute"; $text['table-missed']['en-us'] = 'Missed'; $text['table-missed']['pt-pt'] = 'Perdidas'; + $text['table-missed']['fr'] = 'Perdus'; $text['table-days']['en-us'] = 'Days'; $text['table-days']['pt-pt'] = 'Dias'; + $text['table-days']['fr'] = 'Jours'; ?> \ No newline at end of file diff --git a/app/xmpp/app_config.php b/app/xmpp/app_config.php index 94a1a803a8..29b2e49d7f 100644 --- a/app/xmpp/app_config.php +++ b/app/xmpp/app_config.php @@ -13,7 +13,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Permet d'utiliser un téléphone flash comme extension"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Permitir que o utilizador abra um Telefone Flash para a sua extensão.'; @@ -25,10 +25,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Gestion XMPP"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de XMPP'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de XMPP"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '1808365b-0f7c-7555-89d0-31b3d9a75abb'; $apps[$x]['menu'][0]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 97366f9985..a5e7e26f77 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Gestion App"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Aplicações'; diff --git a/core/databases/app_config.php b/core/databases/app_config.php index d5b164fb13..6092299a56 100644 --- a/core/databases/app_config.php +++ b/core/databases/app_config.php @@ -7,12 +7,12 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en-us'] = 'Storeds database connection information.'; + $apps[$x]['description']['en-us'] = "Storeds database connection information."; $apps[$x]['description']['es-mx'] = ''; $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Information de connexions au BDD"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Armazena informações de conexão com a base de dados.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "BDD"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Base de Dados'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Base de Dados"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'ebbd754d-ca74-d5b1-a77e-9206ba3ecc3f'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 978643f557..385b4ce2cf 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Configurations par défaut applicable à tous les domaines"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Configurações padrão que se aplicam a todos os domínios.'; @@ -24,7 +24,7 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Confs par Défaut"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; $apps[$x]['menu'][0]['title']['pt-pt'] = 'Predefinições'; diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index a12066ba79..ccb8056bb9 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -12,7 +12,7 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Gestion d'un domaine ou plusieurs dans le cas d'un système multi-parties."; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Gerir um único domínio ou vários domínios para multi-tenant.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "domaines"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Dominios'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Dominios"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '4fa7e90b-6d6c-12d4-712f-62857402b801'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; diff --git a/core/menu/app_config.php b/core/menu/app_config.php index 230ab1507f..23d865cfdf 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -12,22 +12,22 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Le menu peut être personnalisé ici"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = 'O menu pode ser personalizado usando esta ferramenta.'; + $apps[$x]['description']['pt-pt'] = "O menu pode ser personalizado usando esta ferramenta."; $apps[$x]['description']['pt-br'] = ''; //menu details - $apps[$x]['menu'][0]['title']['en-us'] = 'Menu Manager'; + $apps[$x]['menu'][0]['title']['en-us'] = "Menu Manager"; $apps[$x]['menu'][0]['title']['es-mx'] = ''; $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Gestion des Menus"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Gestor de Menus'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Gestor de Menus"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = 'da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; @@ -41,7 +41,7 @@ $apps[$x]['menu'][1]['title']['de'] = ''; $apps[$x]['menu'][1]['title']['de-ch'] = ''; $apps[$x]['menu'][1]['title']['de-at'] = ''; - $apps[$x]['menu'][1]['title']['fr'] = ''; + $apps[$x]['menu'][1]['title']['fr'] = 'Système'; $apps[$x]['menu'][1]['title']['fr-ca'] = ''; $apps[$x]['menu'][1]['title']['fr-ch'] = ''; $apps[$x]['menu'][1]['title']['pt-pt'] = 'Sistema'; @@ -60,7 +60,7 @@ $apps[$x]['menu'][2]['title']['de'] = ''; $apps[$x]['menu'][2]['title']['de-ch'] = ''; $apps[$x]['menu'][2]['title']['de-at'] = ''; - $apps[$x]['menu'][2]['title']['fr'] = ''; + $apps[$x]['menu'][2]['title']['fr'] = 'Comptes'; $apps[$x]['menu'][2]['title']['fr-ca'] = ''; $apps[$x]['menu'][2]['title']['fr-ch'] = ''; $apps[$x]['menu'][2]['title']['pt-pt'] = 'Contas'; @@ -87,7 +87,7 @@ $apps[$x]['menu'][4]['title']['de'] = ''; $apps[$x]['menu'][4]['title']['de-ch'] = ''; $apps[$x]['menu'][4]['title']['de-at'] = ''; - $apps[$x]['menu'][4]['title']['fr'] = ''; + $apps[$x]['menu'][4]['title']['fr'] = 'Etat'; $apps[$x]['menu'][4]['title']['fr-ca'] = ''; $apps[$x]['menu'][4]['title']['fr-ch'] = ''; $apps[$x]['menu'][4]['title']['pt-pt'] = 'Estado'; @@ -106,10 +106,10 @@ $apps[$x]['menu'][5]['title']['de'] = ''; $apps[$x]['menu'][5]['title']['de-ch'] = ''; $apps[$x]['menu'][5]['title']['de-at'] = ''; - $apps[$x]['menu'][5]['title']['fr'] = ''; + $apps[$x]['menu'][5]['title']['fr'] = 'Avancé'; $apps[$x]['menu'][5]['title']['fr-ca'] = ''; $apps[$x]['menu'][5]['title']['fr-ch'] = ''; - $apps[$x]['menu'][5]['title']['pt-pt'] = 'Avançado'; + $apps[$x]['menu'][5]['title']['pt-pt'] = 'Avançado'; $apps[$x]['menu'][5]['title']['pt-br'] = ''; $apps[$x]['menu'][5]['uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][5]['parent_uuid'] = ''; diff --git a/core/upgrade/app_config.php b/core/upgrade/app_config.php index 27ee58b6cd..2b2742a0e9 100644 --- a/core/upgrade/app_config.php +++ b/core/upgrade/app_config.php @@ -11,10 +11,10 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Mise à jour du Schéma de la base de données"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; - $apps[$x]['description']['pt-pt'] = 'Atualizar o esquema de base de dados.'; + $apps[$x]['description']['pt-pt'] = "Atualizar o esquema de base de dados."; $apps[$x]['description']['pt-br'] = ''; //menu details @@ -23,10 +23,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "MàJ BDD"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Actualizar BD'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Actualizar BD"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '8c826e92-be3c-0944-669a-24e5b915d562'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; diff --git a/core/user_settings/app_config.php b/core/user_settings/app_config.php index 68e6b734bd..e97f371637 100644 --- a/core/user_settings/app_config.php +++ b/core/user_settings/app_config.php @@ -7,12 +7,12 @@ $apps[$x]['version'] = ''; $apps[$x]['license'] = 'Mozilla Public License 1.1'; $apps[$x]['url'] = 'http://www.fusionpbx.com'; - $apps[$x]['description']['en-us'] = 'User account settings can be changed by the user.'; + $apps[$x]['description']['en-us'] = "User account settings can be changed by the user."; $apps[$x]['description']['es-mx'] = ''; $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "L'usager peut modifier la configuration de son compte"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Configurações de conta de utilizador pode ser alterado pelo utilizador.'; @@ -24,10 +24,10 @@ $apps[$x]['menu'][0]['title']['de'] = ''; $apps[$x]['menu'][0]['title']['de-ch'] = ''; $apps[$x]['menu'][0]['title']['de-at'] = ''; - $apps[$x]['menu'][0]['title']['fr'] = ''; + $apps[$x]['menu'][0]['title']['fr'] = "Confs du Compte"; $apps[$x]['menu'][0]['title']['fr-ca'] = ''; $apps[$x]['menu'][0]['title']['fr-ch'] = ''; - $apps[$x]['menu'][0]['title']['pt-pt'] = 'Configurações da Conta'; + $apps[$x]['menu'][0]['title']['pt-pt'] = "Configurações da Conta"; $apps[$x]['menu'][0]['title']['pt-br'] = ''; $apps[$x]['menu'][0]['uuid'] = '4d532f0b-c206-c39d-ff33-fc67d668fb69'; $apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788'; diff --git a/core/user_settings/app_languages.php b/core/user_settings/app_languages.php index 403288b6cc..a93c71008d 100644 --- a/core/user_settings/app_languages.php +++ b/core/user_settings/app_languages.php @@ -2,97 +2,129 @@ $text['title']['en-us'] = 'Account Settings'; $text['title']['pt-pt'] = 'Configurações de Conta'; + $text['title']['fr'] = 'Personalisation du compte'; $text['description']['en-us'] = 'Edit account information.'; $text['description']['pt-pt'] = 'Editar informações de conta.'; + $text['description']['fr'] = 'Editer les informations du compte.'; $text['button-back']['en-us'] = 'Back'; $text['button-back']['pt-pt'] = 'Voltar'; + $text['button-back']['fr'] = 'retour'; $text['button-save']['en-us'] = 'Save'; $text['button-save']['pt-pt'] = 'Guardar'; + $text['button-save']['fr'] = 'Sauvegarder'; $text['table-title']['en-us'] = 'User Info'; $text['table-title']['pt-pt'] = 'Informações de Utilizador'; + $text['table-title']['fr'] = "Informations de l'usager"; $text['label-username']['en-us'] = 'Username'; $text['label-username']['pt-pt'] = 'Nome de Utilizador'; + $text['label-username']['fr'] = "Nom de l'utilisateur"; $text['label-password']['en-us'] = 'Password'; $text['label-password']['pt-pt'] = 'Palavra passe'; + $text['label-password']['fr'] = 'Mot de passe'; $text['label-domain']['en-us'] = 'Domain'; $text['label-domain']['pt-pt'] = ''; + $text['label-domain']['fr'] = 'Domaine'; $text['button-login']['en-us'] = 'Login'; $text['button-login']['pt-pt'] = ''; + $text['button-login']['fr'] = 'connexion'; $text['label-confirm-password']['en-us'] = 'Confirm Password'; $text['label-confirm-password']['pt-pt'] = 'Confirme Palavra Chave'; + $text['label-confirm-password']['fr'] = 'Confirmation du mot de passe'; $text['label-extension']['en-us'] = 'Extension'; $text['label-extension']['pt-pt'] = 'Extensão'; + $text['label-extension']['fr'] = 'Extension'; $text['table2-title']['en-us'] = 'Additional Info'; $text['table2-title']['pt-pt'] = 'Informações Adicionais'; + $text['table2-title']['fr'] = 'Informations aditionnelles'; $text['label-status']['en-us'] = 'Status'; $text['label-status']['pt-pt'] = 'Estado'; + $text['label-status']['fr'] = 'Etat'; $text['description-status']['en-us'] = 'Select a the user status.'; $text['description-status']['pt-pt'] = 'Selecione um estado para o utilizador.'; + $text['description-status']['fr'] = "Selection de l'état de l'usager."; $text['check-available-status']['en-us'] = 'Available'; $text['check-available-status']['pt-pt'] = 'Disponível'; + $text['check-available-status']['fr'] = 'Disponible'; $text['check-available-ondemand-status']['en-us'] = 'Available (On Demand)'; $text['check-available-ondemand-status']['pt-pt'] = 'Disponível (A pedido)'; + $text['check-available-ondemand-status']['fr'] = 'Disponble (sur demande)'; $text['check-loggedout-status']['en-us'] = 'Logged Out'; $text['check-loggedout-status']['pt-pt'] = 'Desligado'; + $text['check-loggedout-status']['fr'] = 'Déconnexion'; $text['check-onbreak-status']['en-us'] = 'On Break'; $text['check-onbreak-status']['pt-pt'] = 'Em Pausa'; + $text['check-onbreak-status']['fr'] = 'En Pause'; $text['check-do-not-disturb-status']['en-us'] = 'Do Not Disturb'; $text['check-do-not-disturb-status']['pt-pt'] = 'Não Perturbar'; + $text['check-do-not-disturb-status']['fr'] = 'Ne pas déranger'; $text['label-time']['en-us'] = 'Time Zone'; $text['label-time']['pt-pt'] = 'Fuso Horário'; + $text['label-time']['fr'] = 'Fuseau Horaire'; $text['description-timezone']['en-us'] = 'Select the default time zone.'; $text['description-timezone']['pt-pt'] = 'Selecione o fuso horário padrão.'; + $text['description-timezone']['fr'] = 'Selection du Fuseau Horaire par défaut.'; $text['confirm-password']['en-us'] = 'Passwords did not match.'; $text['confirm-password']['pt-pt'] = 'As palavras chave não coincidem.'; + $text['confirm-password']['fr'] = 'Les mots de passe ne sont pas les mêmes.'; $text['confirm-update']['en-us'] = 'Update Complete'; $text['confirm-update']['pt-pt'] = 'Actualização Completa'; + $text['confirm-update']['fr'] = 'Mise à jour terminée'; $text['title-user-settings']['en-us'] = 'User Information'; $text['title-user-settings']['pt-pt'] = 'Informação do Utilizador'; + $text['title-user-settings']['fr'] = "Informations de l'usager"; $text['label-voicemail']['en-us'] = 'Voicemail'; $text['label-voicemail']['pt-pt'] = 'Correio de Voz'; + $text['label-voicemail']['fr'] = 'messagerie vocale'; $text['label-view-messages']['en-us'] = 'View Messages'; $text['label-view-messages']['pt-pt'] = 'Ver Mensagens'; + $text['label-view-messages']['fr-fr'] = 'Voir les messages'; $text['table-extension']['en-us'] = 'Extension'; $text['table-extension']['pt-pt'] = 'Extensão'; + $text['table-extension']['fr'] = 'Extension'; $text['table-tools']['en-us'] = 'Tools'; $text['table-tools']['pt-pt'] = 'Ferramentas'; + $text['table-tools']['fr'] = 'Outils'; $text['table-description']['en-us'] = 'Description'; $text['table-description']['pt-pt'] = 'Descrição'; + $text['table-description']['fr'] = 'Description'; $text['label-callforward']['en-us'] = 'Call Forward'; $text['label-callforward']['pt-pt'] = 'Encaminhamento de Chamadas'; + $text['label-callforward']['fr'] = "Renvoi d'appel"; $text['label-followme']['en-us'] = 'Follow Me'; $text['label-followme']['pt-pt'] = 'Segue-me'; + $text['label-followme']['fr'] = 'Follow Me'; $text['label-dnd']['en-us'] = 'Do Not Disturb'; $text['label-dnd']['pt-pt'] = 'Não Perturbar'; + $text['label-dnd']['fr'] = 'Ne Pas Déranger'; ?> \ No newline at end of file diff --git a/core/users/app_config.php b/core/users/app_config.php index 23b8ce3ccd..d905e9e0d8 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -12,21 +12,21 @@ $apps[$x]['description']['de'] = ''; $apps[$x]['description']['de-ch'] = ''; $apps[$x]['description']['de-at'] = ''; - $apps[$x]['description']['fr'] = ''; + $apps[$x]['description']['fr'] = "Ajouter, Editer, Supprimer et Chercher des Usagers"; $apps[$x]['description']['fr-ca'] = ''; $apps[$x]['description']['fr-ch'] = ''; $apps[$x]['description']['pt-pt'] = 'Adicionar, editar, apagar e pesquisa pelos utilizadores.'; $apps[$x]['description']['pt-br'] = ''; - $apps[$x]['menu'][2]['title']['en-us'] = 'User Manager'; + $apps[$x]['menu'][2]['title']['en-us'] = "User Manager"; $apps[$x]['menu'][2]['title']['es-mx'] = ''; $apps[$x]['menu'][2]['title']['de'] = ''; $apps[$x]['menu'][2]['title']['de-ch'] = ''; $apps[$x]['menu'][2]['title']['de-at'] = ''; - $apps[$x]['menu'][2]['title']['fr'] = ''; + $apps[$x]['menu'][2]['title']['fr'] = "Gestion Usagers"; $apps[$x]['menu'][2]['title']['fr-ca'] = ''; $apps[$x]['menu'][2]['title']['fr-ch'] = ''; - $apps[$x]['menu'][2]['title']['pt-pt'] = 'Gestor de Utilizadores'; + $apps[$x]['menu'][2]['title']['pt-pt'] = "Gestor de Utilizadores"; $apps[$x]['menu'][2]['title']['pt-br'] = ''; $apps[$x]['menu'][2]['uuid'] = '0d57cc1e-1874-47b9-7ddd-fe1f57cec99b'; $apps[$x]['menu'][2]['parent_uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55'; @@ -35,15 +35,15 @@ $apps[$x]['menu'][2]['groups'][] = 'admin'; $apps[$x]['menu'][2]['groups'][] = 'superadmin'; - $apps[$x]['menu'][3]['title']['en-us'] = 'Group Manager'; + $apps[$x]['menu'][3]['title']['en-us'] = "Group Manager"; $apps[$x]['menu'][3]['title']['es-mx'] = ''; $apps[$x]['menu'][3]['title']['de'] = ''; $apps[$x]['menu'][3]['title']['de-ch'] = ''; $apps[$x]['menu'][3]['title']['de-at'] = ''; - $apps[$x]['menu'][3]['title']['fr'] = ''; + $apps[$x]['menu'][3]['title']['fr'] = "Gestion Groupes"; $apps[$x]['menu'][3]['title']['fr-ca'] = ''; $apps[$x]['menu'][3]['title']['fr-ch'] = ''; - $apps[$x]['menu'][3]['title']['pt-pt'] = 'Gestor de Grupos'; + $apps[$x]['menu'][3]['title']['pt-pt'] ="'Gestor de Grupos"; $apps[$x]['menu'][3]['title']['pt-br'] = ''; $apps[$x]['menu'][3]['uuid'] = '3b4acc6d-827b-f537-bf21-0093d94ffec7'; $apps[$x]['menu'][3]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';