added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.
This commit is contained in:
@@ -3,247 +3,248 @@
|
||||
//Voicemails
|
||||
$text['title-voicemails']['en-us'] = 'Voicemails';
|
||||
$text['title-voicemails']['pt-pt'] = '';
|
||||
$text['title-voicemails']['fr'] = 'Messageries Vocales';
|
||||
$text['title-voicemails']['fr-fr'] = 'Messageries Vocales';
|
||||
|
||||
$text['title-voicemail']['en-us'] = 'Voicemail';
|
||||
$text['title-voicemail']['pt-pt'] = '';
|
||||
$text['title-voicemail']['fr'] = 'Messagerie Vocale';
|
||||
$text['title-voicemail']['fr-fr'] = 'Messagerie Vocale';
|
||||
|
||||
$text['description-voicemail']['en-us'] = 'Voicemail settings.';
|
||||
$text['description-voicemail']['pt-pt'] = '';
|
||||
$text['description-voicemail']['fr'] = 'Configuration messagerie.';
|
||||
$text['description-voicemail']['fr-fr'] = '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['label-voicemail_id']['fr-fr'] = 'ID de Messagerie';
|
||||
|
||||
$text['description-voicemail_id']['en-us'] = 'Enter the Voicemail ID';
|
||||
$text['description-voicemail_id']['pt-pt'] = '';
|
||||
$text['description-voicemail_id']['fr'] = "Choisir l'indentifiant de la messagerie vocale.";
|
||||
$text['description-voicemail_id']['fr-fr'] = "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['label-voicemail_password']['fr-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['description-voicemail_password']['fr-fr'] = '';
|
||||
|
||||
|
||||
$text['label-greeting_id']['en-us'] = 'Greeting ID';
|
||||
$text['label-greeting_id']['pt-pt'] = '';
|
||||
$text['label-greeting_id']['fr'] = 'ID de Salutation';
|
||||
$text['label-greeting_id']['fr-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['description-greeting_id']['fr-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['label-voicemail_mail_to']['fr-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['description-voicemail_mail_to']['fr-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['label-voicemail_attach_file']['fr-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['description-voicemail_attach_file']['fr-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['label-voicemail_local_after_email']['fr-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['description-voicemail_local_after_email']['fr-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['label-voicemail_enabled']['fr-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['description-voicemail_enabled']['fr-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['label-voicemail_description']['fr-fr'] = 'Description';
|
||||
|
||||
$text['description-voicemail_description']['en-us'] = 'Enter the description.';
|
||||
$text['description-voicemail_description']['pt-pt'] = '';
|
||||
$text['description-voicemail_description']['fr'] = '';
|
||||
$text['description-voicemail_description']['fr-fr'] = '';
|
||||
|
||||
$text['label-count']['en-us'] = 'Count';
|
||||
$text['label-count']['pt-pt'] = '';
|
||||
$text['label-count']['fr'] = 'Compter';
|
||||
$text['label-count']['fr-fr'] = 'Compter';
|
||||
|
||||
$text['label-tools']['en-us'] = 'Tools';
|
||||
$text['label-tools']['pt-pt'] = 'Ferramentas';
|
||||
$text['label-tools']['fr'] = 'Outils';
|
||||
$text['label-tools']['fr-fr'] = 'Outils';
|
||||
|
||||
$text['label-message_size']['en-us'] = 'Size';
|
||||
$text['label-message_size']['pt-pt'] = '';
|
||||
$text['label-message_size']['fr'] = 'Taille';
|
||||
$text['label-message_size']['fr-fr'] = 'Taille';
|
||||
|
||||
$text['label-play']['en-us'] = 'Play';
|
||||
$text['label-play']['pt-pt'] = '';
|
||||
$text['label-play']['fr'] = 'Jouer';
|
||||
$text['label-play']['fr-fr'] = 'Jouer';
|
||||
|
||||
$text['label-download']['en-us'] = 'Download';
|
||||
$text['label-download']['pt-pt'] = '';
|
||||
$text['label-download']['fr'] = 'Télécharger';
|
||||
$text['label-download']['fr-fr'] = 'Télécharger';
|
||||
|
||||
$text['label-view']['en-us'] = 'View';
|
||||
$text['label-view']['pt-pt'] = '';
|
||||
$text['label-view']['fr'] = 'Voir';
|
||||
$text['label-view']['fr-fr'] = 'Voir';
|
||||
|
||||
$text['label-true']['en-us'] = 'true';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['fr'] = 'Oui';
|
||||
$text['label-true']['fr-fr'] = 'Oui';
|
||||
|
||||
$text['label-false']['en-us'] = 'false';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['fr'] = 'Non';
|
||||
$text['label-false']['fr-fr'] = 'Non';
|
||||
|
||||
$text['label-greetings']['en-us'] = 'Greetings';
|
||||
$text['label-greetings']['pt-pt'] = '';
|
||||
$text['label-greetings']['fr'] = 'Salutations';
|
||||
$text['label-greetings']['fr-fr'] = 'Salutations';
|
||||
|
||||
$text['button-greetings']['en-us'] = 'Greetings';
|
||||
$text['button-greetings']['pt-pt'] = '';
|
||||
$text['button-greetings']['fr'] = 'Salutations';
|
||||
$text['button-greetings']['fr-fr'] = 'Salutations';
|
||||
|
||||
$text['button-settings']['en-us'] = 'Settings';
|
||||
$text['button-settings']['pt-pt'] = '';
|
||||
$text['button-settings']['fr'] = "Configurations";
|
||||
$text['button-settings']['fr-fr'] = "Configurations";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr'] = 'Ajouter';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['pt-pt'] = '';
|
||||
$text['button-edit']['fr'] = 'Editer';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['pt-pt'] = '';
|
||||
$text['button-delete']['fr'] = 'Supprimer';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['pt-pt'] = 'Guardar';
|
||||
$text['button-save']['fr'] = 'Sauvegarder';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
|
||||
$text['button-view']['en-us'] = 'View';
|
||||
$text['button-view']['pt-pt'] = '';
|
||||
$text['button-view']['fr'] = 'Voir';
|
||||
$text['button-view']['fr-fr'] = 'Voir';
|
||||
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['pt-pt'] = 'Voltar';
|
||||
$text['button-back']['fr'] = 'Retour';
|
||||
$text['button-back']['fr-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['confirm-delete']['fr-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-add']['fr-fr'] = 'Ajouté';
|
||||
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['pt-pt'] = '';
|
||||
$text['message-update']['fr'] = 'Mis à jour';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['pt-pt'] = '';
|
||||
$text['message-delete']['fr'] = 'Supprimé';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['fr'] = "Merci d'indiquer: ";
|
||||
$text['message-required']['fr-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_messages']['fr-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['title-voicemail_message']['fr-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['description-voicemail_message']['fr-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-mailbox']['fr-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['label-voicemail_uuid']['fr-fr'] = 'UUID Messagerie Vocale';
|
||||
|
||||
$text['description-voicemail_uuid']['en-us'] = 'Voicemail UUID';
|
||||
$text['description-voicemail_uuid']['pt-pt'] = '';
|
||||
$text['description-voicemail_uuid']['fr'] = '';
|
||||
$text['description-voicemail_uuid']['fr-fr'] = '';
|
||||
|
||||
$text['label-created_epoch']['en-us'] = 'Created';
|
||||
$text['label-created_epoch']['pt-pt'] = '';
|
||||
$text['label-created_epoch']['fr'] = 'créé';
|
||||
$text['label-created_epoch']['fr-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['description-created_epoch']['fr-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['label-read_epoch']['fr-fr'] = 'Lire';
|
||||
|
||||
$text['description-read_epoch']['en-us'] = 'Read';
|
||||
$text['description-read_epoch']['pt-pt'] = '';
|
||||
$text['description-read_epoch']['fr'] = 'Lire';
|
||||
$text['description-read_epoch']['fr-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['label-caller_id_name']['fr-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['description-caller_id_name']['fr-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['label-caller_id_number']['fr-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['description-caller_id_number']['fr-fr'] = '';
|
||||
|
||||
$text['label-message_length']['en-us'] = 'Length';
|
||||
$text['label-message_length']['pt-pt'] = '';
|
||||
$text['label-message_length']['fr'] = 'Durée';
|
||||
$text['label-message_length']['fr-fr'] = 'Durée';
|
||||
|
||||
$text['description-message_length']['en-us'] = 'Length';
|
||||
$text['description-message_length']['pt-pt'] = '';
|
||||
$text['description-message_length']['fr'] = '';
|
||||
$text['description-message_length']['fr-fr'] = '';
|
||||
|
||||
$text['label-message_status']['en-us'] = 'Status';
|
||||
$text['label-message_status']['pt-pt'] = '';
|
||||
$text['label-message_status']['fr'] = 'Etat';
|
||||
$text['label-message_status']['fr-fr'] = 'Etat';
|
||||
|
||||
$text['description-message_status']['en-us'] = 'Status';
|
||||
$text['description-message_status']['pt-pt'] = 'Estado';
|
||||
$text['description-message_status']['fr'] = 'Etat';
|
||||
$text['description-message_status']['pt-pt'] = '';
|
||||
$text['description-message_status']['fr-fr'] = 'Etat';
|
||||
|
||||
$text['label-message_priority']['en-us'] = 'Priority';
|
||||
$text['label-message_priority']['pt-pt'] = '';
|
||||
$text['label-message_priority']['fr'] = 'Priorité';
|
||||
$text['label-message_priority']['fr-fr'] = 'Priorité';
|
||||
|
||||
$text['description-message_priority']['en-us'] = 'Priority';
|
||||
$text['description-message_priority']['pt-pt'] = '';
|
||||
$text['description-message_priority']['fr'] = 'Priorité';
|
||||
$text['description-message_priority']['fr-fr'] = 'Priorité';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user