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:
Philippe Rioual
2013-09-30 13:19:40 +00:00
parent b9425a0a6a
commit 84b11a971c
116 changed files with 3483 additions and 2874 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = '';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = '';
@@ -21,10 +21,10 @@
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'App Manager';
$apps[$x]['menu'][0]['title']['es-mx'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = '';
$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-fr'] = "Gestion App";
$apps[$x]['menu'][0]['title']['fr-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';
@@ -73,4 +73,4 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
$z++;
?>
?>
+22 -1
View File
@@ -4,69 +4,90 @@
$text['title-apps']['en-us'] = 'App Manager';
$text['title-apps']['pt-pt'] = '';
$text['title-apps']['fr-fr'] = 'Gestionnaire App';
$text['header-apps']['en-us'] = 'App Manager';
$text['header-apps']['pt-pt'] = '';
$text['header-apps']['fr-fr'] = 'Gestionnaire App';
$text['description-apps']['en-us'] = 'Manage the applications that are installed.';
$text['description-apps']['pt-pt'] = '';
$text['description-apps']['fr-fr'] = 'Gérer les applications installées.';
//------
$text['title-app-edit']['en-us'] = 'App Edit';
$text['title-app-edit']['pt-pt'] = '';
$text['title-app-edit']['fr-fr'] = "Editer l'application";
$text['header-app-edit']['en-us'] = 'App Edit';
$text['header-app-edit']['pt-pt'] = '';
$text['header-app-edit']['fr-fr'] = "Editer l'application";
$text['description-app-edit']['en-us'] = 'Manage the applications that are installed.';
$text['description-app-edit']['pt-pt'] = '';
$text['description-app-edit']['fr-fr'] = "Gérer les applications installées";
//------
$text['label-name']['en-us'] = 'Name';
$text['label-name']['pt-pt'] = '';
$text['label-name']['fr-fr'] = 'Nom';
$text['label-category']['en-us'] = 'Category';
$text['label-category']['pt-pt'] = '';
$text['label-category']['fr-fr'] = 'Catégories';
$text['label-subcategory']['en-us'] = 'Subcategory';
$text['label-subcategory']['pt-pt'] = '';
$text['label-subcategory']['fr-fr'] = 'Sous-catégories';
$text['label-version']['en-us'] = 'Version';
$text['label-version']['pt-pt'] = '';
$text['label-version']['fr-fr'] = 'Version';
$text['label-description']['en-us'] = 'Description';
$text['label-description']['pt-pt'] = '';
$text['label-description']['fr-fr'] = 'Description';
$text['button-add']['en-us'] = 'Add';
$text['button-add']['pt-pt'] = '';
$text['button-add']['fr-fr'] = 'Ajouté';
$text['button-edit']['en-us'] = 'Edit';
$text['button-edit']['pt-pt'] = '';
$text['button-edit']['fr-fr'] = 'Editer';
$text['button-delete']['en-us'] = 'Delete';
$text['button-delete']['pt-pt'] = '';
$text['button-delete']['fr-fr'] = 'Supprimé';
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
$text['confirm-delete']['pt-pt'] = '';
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
$text['button-save']['en-us'] = 'Save';
$text['button-save']['pt-pt'] = 'Guardar';
$text['button-save']['fr-fr'] = 'Sauvegarder';
$text['button-back']['en-us'] = 'Back';
$text['button-back']['pt-pt'] = 'Voltar';
$text['button-back']['fr-fr'] = 'Retour';
$text['message-message']['en-us'] = 'Message';
$text['message-message']['pt-pt'] = '';
$text['message-message']['fr-fr'] = 'Message';
$text['message-add']['en-us'] = 'Add Completed';
$text['message-add']['pt-pt'] = '';
$text['message-add']['fr-fr'] = 'Ajouté';
$text['message-update']['en-us'] = 'Update Completed';
$text['message-update']['pt-pt'] = '';
$text['message-update']['fr-fr'] = 'Mis à jour';
$text['message-delete']['en-us'] = 'Delete Completed';
$text['message-delete']['pt-pt'] = '';
$text['message-delete']['fr-fr'] = 'Supprimé';
?>
?>