mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -9,11 +9,11 @@
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = 'Manage Content for any page in the interface.';
|
||||
$apps[$x]['description']['es-mx'] = 'Administra el Contenido de cualquier pagina en la interfaz.';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['description']['fr-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-ca'] = '';
|
||||
$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'] = '';
|
||||
@@ -21,11 +21,11 @@
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Content Manager';
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = 'Administrador de Contenido';
|
||||
$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'] = 'Contenu';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = 'Administrateur';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$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'] = '';
|
||||
@@ -38,81 +38,20 @@
|
||||
|
||||
//permission details
|
||||
$apps[$x]['permissions'][0]['name'] = 'content_view';
|
||||
$apps[$x]['permissions'][0]['menu']['uuid'] = '90397352-395c-40f6-2087-887144abc06d';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
|
||||
$apps[$x]['permissions'][1]['name'] = 'content_add';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
|
||||
$apps[$x]['permissions'][2]['name'] = 'content_edit';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
|
||||
$apps[$x]['permissions'][3]['name'] = 'content_delete';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'rss_sub_category_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'user';
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
@@ -427,4 +366,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -26,123 +26,84 @@
|
||||
Philippe Rioual <bhouba@gmail.com>
|
||||
*/
|
||||
$text['title-rss']['en-us'] = 'RSS Feed';
|
||||
$text['title-rss']['fr'] = 'RSS Feed';
|
||||
|
||||
$text['title-rss']['fr-fr'] = 'RSS Feed';
|
||||
$text['description-rss']['en-us'] = 'Task List for RSS...';
|
||||
$text['description-rss']['fr'] = 'Liste de Tâches pour RSS...';
|
||||
|
||||
$text['description-rss']['fr-fr'] = 'Liste de Tâches pour RSS...';
|
||||
$text['message-add']['en-us'] = 'Add Complete';
|
||||
$text['message-add']['fr'] = 'ajouté';
|
||||
|
||||
$text['message-add']['fr-fr'] = 'ajouté';
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr'] = 'Retour';
|
||||
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-public']['en-us'] = 'public';
|
||||
$text['button-public']['fr'] = 'public';
|
||||
|
||||
$text['button-public']['fr-fr'] = 'public';
|
||||
$text['label-order']['en-us'] = 'Order';
|
||||
$text['label-order']['fr'] = 'Ordre';
|
||||
|
||||
$text['label-order']['fr-fr'] = 'Ordre';
|
||||
$text['label-content']['en-us'] = 'Content';
|
||||
$text['label-content']['fr'] = 'Contenu';
|
||||
|
||||
$text['label-content']['fr-fr'] = 'Contenu';
|
||||
$text['button-add-title']['en-us'] = 'Add';
|
||||
$text['button-add-title']['fr'] = 'Ajouter';
|
||||
|
||||
$text['button-add-title']['fr-fr'] = 'Ajouter';
|
||||
$text['message-delete-done']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete-done']['fr'] = 'Supprimé';
|
||||
|
||||
$text['message-delete-done']['fr-fr'] = 'Supprimé';
|
||||
$text['label-list']['en-us'] = 'List';
|
||||
$text['label-list']['fr'] = 'Liste';
|
||||
|
||||
$text['label-list']['fr-fr'] = 'Liste';
|
||||
$text['label-title']['en-us'] = 'Title';
|
||||
$text['label-title']['fr'] = 'Titre';
|
||||
|
||||
$text['label-title']['fr-fr'] = 'Titre';
|
||||
$text['label-link']['en-us'] = 'Link';
|
||||
$text['label-link']['fr'] = 'Lien';
|
||||
|
||||
$text['label-link']['fr-fr'] = 'Lien';
|
||||
$text['label-group']['en-us'] = 'Group';
|
||||
$text['label-group']['fr'] = 'Groupe';
|
||||
|
||||
$text['label-group']['fr-fr'] = 'Groupe';
|
||||
$text['label-order']['en-us'] = 'Order';
|
||||
$text['label-order']['fr'] = 'Ordre';
|
||||
|
||||
$text['label-order']['fr-fr'] = 'Ordre';
|
||||
$text['label-edit']['en-us'] = 'Edit';
|
||||
$text['label-edit']['fr'] = 'Editer';
|
||||
|
||||
$text['label-edit']['fr-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-confirm-delete']['fr-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-down']['fr-fr'] = 'Objet descendu';
|
||||
$text['message-item-up']['en-us'] = 'Item Moved Up';
|
||||
$text['message-item-up']['fr'] = 'Objet remonté';
|
||||
|
||||
$text['message-item-up']['fr-fr'] = 'Objet remonté';
|
||||
$text['label-search']['en-us'] = 'Search Results';
|
||||
$text['label-search']['fr'] = 'Resultats de la recherche';
|
||||
|
||||
$text['label-search']['fr-fr'] = 'Resultats de la recherche';
|
||||
$text['label-id']['en-us'] = 'ID';
|
||||
$text['label-id']['fr'] = 'ID';
|
||||
|
||||
$text['label-id']['fr-fr'] = 'ID';
|
||||
$text['label-category']['en-us'] = 'Category';
|
||||
$text['label-category']['fr'] = 'Categorie';
|
||||
|
||||
$text['label-category']['fr-fr'] = 'Categorie';
|
||||
$text['label-sub-category']['en-us'] = 'Sub Category';
|
||||
$text['label-sub-category']['fr'] = 'Sous Categorie';
|
||||
|
||||
$text['label-sub-category']['fr-fr'] = 'Sous Categorie';
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['fr'] = 'Description';
|
||||
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['button-search']['en-us'] = 'Search';
|
||||
$text['button-search']['fr'] = 'recherche';
|
||||
|
||||
$text['button-search']['fr-fr'] = 'recherche';
|
||||
$text['label-rss-category']['en-us'] = 'RSS Category';
|
||||
$text['label-rss-category']['fr'] = 'RSS Categorie';
|
||||
|
||||
$text['label-rss-category']['fr-fr'] = 'RSS Categorie';
|
||||
$text['button-update']['en-us'] = 'Update';
|
||||
$text['button-update']['fr'] = 'Mise à Jour';
|
||||
|
||||
$text['button-update']['fr-fr'] = 'Mise à Jour';
|
||||
$text['message-update']['en-us'] = 'Update Complete';
|
||||
$text['message-update']['fr'] = 'Mis à Jour';
|
||||
|
||||
$text['message-update']['fr-fr'] = 'Mis à Jour';
|
||||
$text['label-details']['en-us'] = 'Details';
|
||||
$text['label-details']['fr'] = 'Détails';
|
||||
|
||||
$text['label-details']['fr-fr'] = 'Détails';
|
||||
$text['label-template']['en-us'] = 'Template';
|
||||
$text['label-template']['fr'] = 'Template';
|
||||
|
||||
$text['label-template']['fr-fr'] = 'Template';
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['fr'] = 'Supprimer';
|
||||
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['label-sub-id']['en-us'] = 'Sub ID';
|
||||
$text['label-sub-id']['fr'] = 'Sous ID';
|
||||
|
||||
$text['label-sub-id']['fr-fr'] = 'Sous ID';
|
||||
$text['label-sub-title']['en-us'] = 'Sub Title';
|
||||
$text['label-sub-title']['fr'] = 'Sous Titre';
|
||||
|
||||
$text['label-sub-title']['fr-fr'] = 'Sous Titre';
|
||||
$text['label-sub-link']['en-us'] = 'Sub Link';
|
||||
$text['label-sub-link']['fr'] = 'Sub Link';
|
||||
|
||||
$text['label-sub-link']['fr-fr'] = 'Sub Link';
|
||||
$text['label-sub-desc']['en-us'] = 'Sub Description';
|
||||
$text['label-sub-desc']['fr'] = 'Sub Description';
|
||||
|
||||
$text['label-sub-desc']['fr-fr'] = 'Sub Description';
|
||||
$text['message-error-missing']['en-us'] = 'Error missing';
|
||||
$text['message-error-missing']['fr'] = 'Erreur missing';
|
||||
|
||||
$text['message-error-missing']['fr-fr'] = 'Erreur missing';
|
||||
$text['message-description']['en-us'] = 'Please provide a description.';
|
||||
$text['message-description']['fr'] = "Merci d'écrire une description.";
|
||||
|
||||
$text['message-description']['fr-fr'] = "Merci d'écrire une description.";
|
||||
$text['label-content-edit']['en-us'] = 'Content Edit';
|
||||
$text['label-content-edit']['fr'] = "Edition du contenu";
|
||||
|
||||
$text['label-content-edit']['fr-fr'] = "Edition du contenu";
|
||||
$text['label-type']['en-us'] = 'Type';
|
||||
$text['label-type']['fr'] = 'Type';
|
||||
|
||||
$text['label-type']['fr-fr'] = 'Type';
|
||||
$text['label-on-off']['en-us'] = 'on/off';
|
||||
$text['label-on-off']['fr'] = 'on/off';
|
||||
|
||||
$text['label-on-off']['fr-fr'] = 'on/off';
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr'] = 'Sauvegarde';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarde';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user