Move the French translations into the development branch.

Translation work done thanks to by bhouba for his work on the translations.
This commit is contained in:
Mark Crane
2013-09-13 21:04:53 +00:00
parent 962fc99515
commit f077840883
81 changed files with 1199 additions and 154 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr'] = '';
$apps[$x]['description']['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.';
@@ -24,7 +24,7 @@
$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'] = '';
$apps[$x]['menu'][0]['title']['fr'] = 'Etat Système';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Sistema';
+12
View File
@@ -23,17 +23,29 @@
Contributor(s):
Mark J Crane <markjcrane@fusionpbx.com>
James Rose <james.o.rose@gmail.com>
Philippe Rioual <bhouba@gmail.com>
*/
$text['title-sys-info']['en-us'] = 'System Information';
$text['title-sys-info']['fr'] = 'Info Système';
$text['label-os']['en-us'] = 'Operating System:';
$text['label-os']['fr'] = 'Operating System:';
$text['title-mem']['en-us'] = 'Memory Information';
$text['title-mem']['fr'] = 'Information Mémoire';
$text['label-mem']['en-us'] = 'Memory Status:';
$text['label-mem']['fr'] = 'Statut Mémoire:';
$text['title-cpu']['en-us'] = 'CPU Information';
$text['title-cpu']['fr'] = 'Info CPU';
$text['label-cpu']['en-us'] = 'CPU Status:';
$text['label-cpu']['fr'] = 'CPU Statut:';
$text['title-drive']['en-us'] = 'Drive Information';
$text['title-drive']['fr'] = 'Info Disque';
$text['label-drive']['en-us'] = 'Drive Space:';
$text['label-drive']['fr'] = 'Espace Disque:';
$text['label-drive-capacity']['en-us'] = 'Capacity:';
$text['label-drive-capacity']['fr'] = 'Capacité:';
$text['label-drive-free']['en-us'] = 'Free Space:';
$text['label-drive-free']['fr'] = 'Espace Libre:';
$text['label-drive-percent']['en-us'] = 'Percent Free:';
$text['label-drive-percent']['fr'] = 'Pourcent Libre:';
?>