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,10 +9,10 @@
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = 'Displays information for CPU, HDD, RAM and more.';
|
||||
$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'] = "Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur";
|
||||
$apps[$x]['description']['fr-fr'] = 'Affiche les information sur le sytème comme les informations sur la RAM, la CPU et le Disque Dur';
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = 'Exibe informações do CPU, disco rígido, memória RAM e muito mais.';
|
||||
@@ -21,7 +21,7 @@
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'System Status';
|
||||
$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'] = 'Etat Système';
|
||||
@@ -36,33 +36,20 @@
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'system_view_info';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'system_view_cpu';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'system_view_hdd';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'system_view_ram';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'system_view_backup';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'software_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'software_add';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'software_edit';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'software_delete';
|
||||
//$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][0]['name'] = 'system_view_info';
|
||||
$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][1]['name'] = 'system_view_cpu';
|
||||
$apps[$x]['permissions'][1]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][2]['name'] = 'system_view_hdd';
|
||||
$apps[$x]['permissions'][2]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][3]['name'] = 'system_view_ram';
|
||||
$apps[$x]['permissions'][3]['groups'][] = 'superadmin';
|
||||
|
||||
$apps[$x]['permissions'][4]['name'] = 'system_view_backup';
|
||||
$apps[$x]['permissions'][4]['groups'][] = 'superadmin';
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
@@ -90,4 +77,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -27,25 +27,25 @@
|
||||
*/
|
||||
|
||||
$text['title-sys-info']['en-us'] = 'System Information';
|
||||
$text['title-sys-info']['fr'] = 'Info Système';
|
||||
$text['title-sys-info']['fr-fr'] = 'Info Système';
|
||||
$text['label-os']['en-us'] = 'Operating System:';
|
||||
$text['label-os']['fr'] = 'Operating System:';
|
||||
$text['label-os']['fr-fr'] = 'Operating System:';
|
||||
$text['title-mem']['en-us'] = 'Memory Information';
|
||||
$text['title-mem']['fr'] = 'Information Mémoire';
|
||||
$text['title-mem']['fr-fr'] = 'Information Mémoire';
|
||||
$text['label-mem']['en-us'] = 'Memory Status:';
|
||||
$text['label-mem']['fr'] = 'Statut Mémoire:';
|
||||
$text['label-mem']['fr-fr'] = 'Statut Mémoire:';
|
||||
$text['title-cpu']['en-us'] = 'CPU Information';
|
||||
$text['title-cpu']['fr'] = 'Info CPU';
|
||||
$text['title-cpu']['fr-fr'] = 'Info CPU';
|
||||
$text['label-cpu']['en-us'] = 'CPU Status:';
|
||||
$text['label-cpu']['fr'] = 'CPU Statut:';
|
||||
$text['label-cpu']['fr-fr'] = 'CPU Statut:';
|
||||
$text['title-drive']['en-us'] = 'Drive Information';
|
||||
$text['title-drive']['fr'] = 'Info Disque';
|
||||
$text['title-drive']['fr-fr'] = 'Info Disque';
|
||||
$text['label-drive']['en-us'] = 'Drive Space:';
|
||||
$text['label-drive']['fr'] = 'Espace Disque:';
|
||||
$text['label-drive']['fr-fr'] = 'Espace Disque:';
|
||||
$text['label-drive-capacity']['en-us'] = 'Capacity:';
|
||||
$text['label-drive-capacity']['fr'] = 'Capacité:';
|
||||
$text['label-drive-capacity']['fr-fr'] = 'Capacité:';
|
||||
$text['label-drive-free']['en-us'] = 'Free Space:';
|
||||
$text['label-drive-free']['fr'] = 'Espace Libre:';
|
||||
$text['label-drive-free']['fr-fr'] = 'Espace Libre:';
|
||||
$text['label-drive-percent']['en-us'] = 'Percent Free:';
|
||||
$text['label-drive-percent']['fr'] = 'Pourcent Libre:';
|
||||
?>
|
||||
$text['label-drive-percent']['fr-fr'] = 'Pourcent Libre:';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user