X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3aaa46077c0f00d91d46785a2e3fd86d541b8db9..15088d6dbc46c17600b40843153e598ce42b1e9b:/WEB-INF/resources/fr.lang.php diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index fa05e603..7f716b16 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -46,7 +46,7 @@ $i18n_key_words = array( // 'menu.create_team' => 'Créer un compte pour un responsable', 'menu.profile' => 'Profil', 'menu.time' => 'Temps', -// TODO: translate the following string. +// TODO: translate the following: // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Rapports', 'menu.charts' => 'Graphiques', @@ -59,12 +59,16 @@ $i18n_key_words = array( 'menu.options' => 'Options', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker est disponible sur les smartphones.', +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'Credits', 'footer.license' => 'License', +// TODO: translate the following: +// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. -// TODO: translate the following string. +// TODO: translate the following: // 'error.access_denied' => 'Access denied.', 'error.sys' => 'Erreur système.', 'error.db' => 'Erreur de base de données.',