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
+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:';
?>