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:
+54
-95
@@ -9,35 +9,36 @@
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = 'The menu can be customized using this tool.';
|
||||
$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'] = "Le menu peut être personnalisé ici";
|
||||
$apps[$x]['description']['fr-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-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 des Menus";
|
||||
$apps[$x]['menu'][0]['title']['fr-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';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/core/menu/menu.php';
|
||||
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = 'System';
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-de'] = '';
|
||||
$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-fr'] = 'Système';
|
||||
@@ -56,7 +57,7 @@
|
||||
|
||||
$apps[$x]['menu'][2]['title']['en-us'] = 'Accounts';
|
||||
$apps[$x]['menu'][2]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][2]['title']['de-de'] = '';
|
||||
$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-fr'] = 'Comptes';
|
||||
@@ -67,46 +68,42 @@
|
||||
$apps[$x]['menu'][2]['uuid'] = 'bc96d773-ee57-0cdd-c3ac-2d91aba61b55';
|
||||
$apps[$x]['menu'][2]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][2]['category'] = 'internal';
|
||||
$apps[$x]['menu'][2]['path'] = '/core/users/index.php';
|
||||
$apps[$x]['menu'][2]['path'] = '/app/extensions/extensions.php';
|
||||
$apps[$x]['menu'][2]['order'] = '10';
|
||||
$apps[$x]['menu'][2]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][2]['groups'][] = 'superadmin';
|
||||
|
||||
if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/vars/app_config.php")) {
|
||||
$apps[$x]['menu'][3]['title']['en-us'] = 'Dialplan';
|
||||
$apps[$x]['menu'][3]['uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a';
|
||||
$apps[$x]['menu'][3]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][3]['category'] = 'internal';
|
||||
$apps[$x]['menu'][3]['path'] = '/app/dialplan/dialplans.php';
|
||||
$apps[$x]['menu'][3]['order'] = '15';
|
||||
$apps[$x]['menu'][3]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][3]['groups'][] = 'superadmin';
|
||||
}
|
||||
$apps[$x]['menu'][3]['title']['en-us'] = 'Dialplan2';
|
||||
$apps[$x]['menu'][3]['uuid'] = 'b94e8bd9-9eb5-e427-9c26-ff7a6c21552a';
|
||||
$apps[$x]['menu'][3]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][3]['category'] = 'internal';
|
||||
$apps[$x]['menu'][3]['path'] = '/app/dialplan/dialplans.php';
|
||||
$apps[$x]['menu'][3]['order'] = '15';
|
||||
$apps[$x]['menu'][3]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][3]['groups'][] = 'superadmin';
|
||||
|
||||
if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/calls_active/calls_active_extensions.php")) {
|
||||
$apps[$x]['menu'][4]['title']['en-us'] = 'Status';
|
||||
$apps[$x]['menu'][4]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][4]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][4]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][4]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][4]['title']['fr-fr'] = 'Etat';
|
||||
$apps[$x]['menu'][4]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][4]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][4]['title']['pt-pt'] = 'Estado';
|
||||
$apps[$x]['menu'][4]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][4]['uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][4]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][4]['category'] = 'internal';
|
||||
$apps[$x]['menu'][4]['path'] = '/app/calls_active/calls_active_extensions.php';
|
||||
$apps[$x]['menu'][4]['order'] = '25';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'superadmin';
|
||||
}
|
||||
$apps[$x]['menu'][4]['title']['en-us'] = 'Status';
|
||||
$apps[$x]['menu'][4]['title']['es-mx'] = '';
|
||||
$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-fr'] = 'Etat';
|
||||
$apps[$x]['menu'][4]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][4]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][4]['title']['pt-pt'] = 'Estado';
|
||||
$apps[$x]['menu'][4]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][4]['uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
|
||||
$apps[$x]['menu'][4]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][4]['category'] = 'internal';
|
||||
$apps[$x]['menu'][4]['path'] = '/app/calls_active/calls_active_extensions.php';
|
||||
$apps[$x]['menu'][4]['order'] = '25';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'user';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'admin';
|
||||
$apps[$x]['menu'][4]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['menu'][5]['title']['en-us'] = 'Advanced';
|
||||
$apps[$x]['menu'][5]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][5]['title']['de-de'] = '';
|
||||
$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-fr'] = 'Avancé';
|
||||
@@ -117,62 +114,25 @@
|
||||
$apps[$x]['menu'][5]['uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][5]['parent_uuid'] = '';
|
||||
$apps[$x]['menu'][5]['category'] = 'internal';
|
||||
$apps[$x]['menu'][5]['path'] = '/core/domain_settings/domains.php';
|
||||
$apps[$x]['menu'][5]['path'] = '/app/exec/exec.php';
|
||||
$apps[$x]['menu'][5]['order'] = '30';
|
||||
$apps[$x]['menu'][5]['groups'][] = 'superadmin';
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_restore';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_group_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_group_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_group_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_item_group_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_language_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_language_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_language_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'menu_language_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][0]['name'] = 'menu_view';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][1]['name'] = 'menu_add';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][2]['name'] = 'menu_edit';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][3]['name'] = 'menu_delete';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][4]['name'] = 'menu_restore';
|
||||
$apps[$x]['permissions'][4]['groups'][] = 'superadmin';
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
@@ -321,7 +281,6 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
|
||||
|
||||
$y = 3; //table array index
|
||||
$z = 0; //field array index
|
||||
@@ -361,4 +320,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -4,195 +4,255 @@
|
||||
|
||||
$text['title-menus']['en-us'] = 'Menu Manager';
|
||||
$text['title-menus']['pt-pt'] = '';
|
||||
$text['title-menus']['fr-fr'] = 'Gestion des Menus';
|
||||
|
||||
$text['header-menus']['en-us'] = 'Menu Manager';
|
||||
$text['header-menus']['pt-pt'] = '';
|
||||
$text['header-menus']['fr-fr'] = 'Gestion des Menus';
|
||||
|
||||
$text['description-menus']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menus']['pt-pt'] = '';
|
||||
$text['description-menus']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu-edit']['en-us'] = 'Menu Edit';
|
||||
$text['title-menu-edit']['pt-pt'] = '';
|
||||
$text['title-menu-edit']['fr-fr'] = 'Editer le Menu';
|
||||
|
||||
$text['header-menu-edit']['en-us'] = 'Menu Edit';
|
||||
$text['header-menu-edit']['pt-pt'] = '';
|
||||
$text['header-menu-edit']['fr-fr'] = 'Editer le Menu';
|
||||
|
||||
$text['description-menu-edit']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menu-edit']['pt-pt'] = '';
|
||||
$text['description-menu-edit']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu-add']['en-us'] = 'Menu Add';
|
||||
$text['title-menu-add']['pt-pt'] = '';
|
||||
$text['title-menu-add']['fr-fr'] = 'Ajouter un menu';
|
||||
|
||||
$text['header-menu-add']['en-us'] = 'Menu Add';
|
||||
$text['header-menu-add']['pt-pt'] = '';
|
||||
$text['header-menu-add']['fr-fr'] = 'Ajouter un menu';
|
||||
|
||||
$text['description-menu-add']['en-us'] = 'Used to customize one or more menus.';
|
||||
$text['description-menu-add']['pt-pt'] = '';
|
||||
$text['description-menu-add']['fr-fr'] = 'Personnaliser un ou plusieurs menus.';
|
||||
|
||||
//------
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['pt-pt'] = '';
|
||||
$text['label-name']['fr-fr'] = '';
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter the name of the menu.';
|
||||
$text['description-name']['pt-pt'] = '';
|
||||
$text['description-name']['fr-fr'] = 'Entrer le nom du menu.';
|
||||
|
||||
$text['label-language']['en-us'] = 'Language';
|
||||
$text['label-language']['pt-pt'] = '';
|
||||
$text['label-language']['fr-fr'] = 'Langue';
|
||||
|
||||
$text['description-language']['en-us'] = 'Enter the language.';
|
||||
$text['description-language']['pt-pt'] = '';
|
||||
$text['description-language']['fr-fr'] = 'Entrer la langue.';
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description for this menu, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
|
||||
//------ items
|
||||
|
||||
$text['title-menu_item-edit']['en-us'] = 'Menu Item Edit';
|
||||
$text['title-menu_item-edit']['pt-pt'] = '';
|
||||
$text['title-menu_item-edit']['fr-fr'] = "Editer l'objet menu";
|
||||
|
||||
$text['header-menu_item-edit']['en-us'] = 'Menu Item Edit';
|
||||
$text['header-menu_item-edit']['pt-pt'] = '';
|
||||
$text['header-menu_item-edit']['fr-fr'] = "Editer l'objet menu";
|
||||
|
||||
$text['description-menu_item-edit']['en-us'] = '';
|
||||
$text['description-menu_item-edit']['pt-pt'] = '';
|
||||
$text['description-menu_item-edit']['fr-fr'] = '';
|
||||
|
||||
|
||||
//------
|
||||
|
||||
$text['title-menu_item-add']['en-us'] = 'Menu Item Add';
|
||||
$text['title-menu_item-add']['pt-pt'] = '';
|
||||
$text['title-menu_item-add']['fr-fr'] = "Ajouter un objet menu";
|
||||
|
||||
$text['header-menu_item-add']['en-us'] = 'Menu Item Add';
|
||||
$text['header-menu_item-add']['pt-pt'] = '';
|
||||
$text['header-menu_item-add']['fr-fr'] = "Ajouter un objet menu";
|
||||
|
||||
$text['description-menu_item-add']['en-us'] = '';
|
||||
$text['description-menu_item-add']['pt-pt'] = '';
|
||||
$text['description-menu_item-add']['fr-fr'] = '';
|
||||
|
||||
//------
|
||||
|
||||
$text['label-title']['en-us'] = 'Title';
|
||||
$text['label-title']['pt-pt'] = '';
|
||||
$text['label-title']['fr-fr'] = 'Titre';
|
||||
|
||||
$text['description-title']['en-us'] = '';
|
||||
$text['description-title']['pt-pt'] = '';
|
||||
$text['description-title']['fr-fr'] = '';
|
||||
|
||||
$text['label-link']['en-us'] = 'Link';
|
||||
$text['label-link']['pt-pt'] = '';
|
||||
$text['label-link']['fr-fr'] = 'Lien';
|
||||
|
||||
$text['description-link']['en-us'] = '';
|
||||
$text['description-link']['pt-pt'] = '';
|
||||
$text['description-link']['fr-fr'] = '';
|
||||
|
||||
$text['label-category']['en-us'] = 'Target';
|
||||
$text['label-category']['pt-pt'] = '';
|
||||
$text['label-category']['fr-fr'] = 'Cible';
|
||||
|
||||
$text['description-category']['en-us'] = '';
|
||||
$text['description-category']['pt-pt'] = '';
|
||||
$text['description-category']['fr-fr'] = '';
|
||||
|
||||
$text['option-internal']['en-us'] = 'Internal';
|
||||
$text['option-internal']['pt-pt'] = '';
|
||||
$text['option-internal']['fr-fr'] = 'Interne';
|
||||
|
||||
$text['option-external']['en-us'] = 'External';
|
||||
$text['option-external']['pt-pt'] = '';
|
||||
$text['option-external']['fr-fr'] = 'Externe';
|
||||
|
||||
$text['option-email']['en-us'] = 'E-mail';
|
||||
$text['option-email']['pt-pt'] = '';
|
||||
$text['option-email']['fr-fr'] = 'Courriel';
|
||||
|
||||
$text['label-parent_menu']['en-us'] = 'Parent Menu';
|
||||
$text['label-parent_menu']['pt-pt'] = '';
|
||||
$text['label-parent_menu']['fr-fr'] = 'Menu Parent';
|
||||
|
||||
$text['description-parent_menu']['en-us'] = '';
|
||||
$text['description-parent_menu']['pt-pt'] = '';
|
||||
$text['description-parent_menu']['fr-fr'] = '';
|
||||
|
||||
$text['label-groups']['en-us'] = 'Groups';
|
||||
$text['label-groups']['pt-pt'] = '';
|
||||
$text['label-groups']['fr-fr'] = 'Groupes';
|
||||
|
||||
$text['description-groups']['en-us'] = '';
|
||||
$text['description-groups']['pt-pt'] = '';
|
||||
$text['description-groups']['fr-fr'] = '';
|
||||
|
||||
$text['button-restore_default']['en-us'] = 'Restore Default';
|
||||
$text['button-restore_default']['pt-pt'] = '';
|
||||
$text['button-restore_default']['fr-fr'] = 'Restaurer';
|
||||
|
||||
$text['button-restore_all']['en-us'] = 'Restore All';
|
||||
$text['button-restore_all']['pt-pt'] = 'Repor Tudo';
|
||||
$text['button-restore_all']['fr-fr'] = 'Tout restaurer';
|
||||
|
||||
$text['label-protected']['en-us'] = 'Protected';
|
||||
$text['label-protected']['pt-pt'] = '';
|
||||
$text['label-protected']['fr-fr'] = 'Proteger';
|
||||
|
||||
$text['description-protected']['en-us'] = "Enable this to protect the menu item from being removed by '".$text['button-restore_default']['en-us']."'.";
|
||||
$text['description-protected']['pt-pt'] = '';
|
||||
$text['description-protected']['fr-fr'] = "# Activer cette fonctionnalité pour protéger cet objet menu par '".$text['button-restore_default']['fr-fr']."'.";
|
||||
|
||||
$text['label-menu_order']['en-us'] = 'Order';
|
||||
$text['label-menu_order']['pt-pt'] = '';
|
||||
$text['label-menu_order']['fr-fr'] = 'Ordre';
|
||||
|
||||
$text['description-menu_order']['en-us'] = '';
|
||||
$text['description-menu_order']['pt-pt'] = '';
|
||||
$text['description-menu_order']['fr-fr'] = '';
|
||||
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['pt-pt'] = '';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
|
||||
$text['description-description']['en-us'] = 'Enter a description, if desired.';
|
||||
$text['description-description']['pt-pt'] = '';
|
||||
$text['description-description']['fr-fr'] = '';
|
||||
|
||||
$text['label-true']['en-us'] = 'True';
|
||||
$text['label-true']['pt-pt'] = '';
|
||||
$text['label-true']['fr-fr'] = 'Oui';
|
||||
|
||||
$text['label-false']['en-us'] = 'False';
|
||||
$text['label-false']['pt-pt'] = 'falso';
|
||||
$text['label-false']['fr-fr'] = 'Non';
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['pt-pt'] = '';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
|
||||
$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'] = 'Supprimer';
|
||||
|
||||
$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['button-move_up']['en-us'] = 'Move Up';
|
||||
$text['button-move_up']['pt-pt'] = '';
|
||||
$text['button-move_up']['fr-fr'] = 'Monter';
|
||||
|
||||
$text['button-move_down']['en-us'] = 'Move Down';
|
||||
$text['button-move_down']['pt-pt'] = '';
|
||||
$text['button-move_down']['fr-fr'] = 'Descendre';
|
||||
|
||||
$text['message-moved_up']['en-us'] = 'Item Moved Up';
|
||||
$text['message-moved_up']['pt-pt'] = '';
|
||||
$text['message-moved_up']['fr-fr'] = "Monter l'objet";
|
||||
|
||||
$text['message-moved_down']['en-us'] = 'Item Moved Down';
|
||||
$text['message-moved_down']['pt-pt'] = '';
|
||||
$text['message-moved_down']['fr-fr'] = "Descendre l'objet";
|
||||
|
||||
$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é';
|
||||
|
||||
$text['message-restore']['en-us'] = 'Restore Completed';
|
||||
$text['message-restore']['pt-pt'] = '';
|
||||
$text['message-restore']['fr-fr'] = 'Restauré';
|
||||
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-required']['pt-pt'] = '';
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user