From 508b287a586f3ab8ed1115225fc21d69d13ffd03 Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Tue, 9 Oct 2012 17:04:10 -0400 Subject: [PATCH] Added French translation --- lang/lang.fr.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lang/lang.fr.php diff --git a/lang/lang.fr.php b/lang/lang.fr.php new file mode 100644 index 0000000..8ebf992 --- /dev/null +++ b/lang/lang.fr.php @@ -0,0 +1,21 @@ + 'Français', + 'author' => array( + 'name' => 'Deux Huit Huit', + 'email' => 'open-source@deuxhuithuit.com', + 'website' => 'http://www.deuxhuithuit.com' + ), + 'release-date' => '2012-10-09' + ); + + /** + * Unpublished Filter + */ + $dictionary = array( + + 'published' => + 'publié' + + );