mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
319 lines
13 KiB
PHP
319 lines
13 KiB
PHP
<?php
|
|
|
|
//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";
|
|
?>
|