From 77d0a25b9f0a575b3cb2d30d6ac3b4e43b39b782 Mon Sep 17 00:00:00 2001 From: laventin85 <32778449+laventin85@users.noreply.github.com> Date: Sun, 19 Apr 2020 16:04:39 +0200 Subject: [PATCH] Create ossn.fr.php Add translation French file --- locale/ossn.fr.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 locale/ossn.fr.php diff --git a/locale/ossn.fr.php b/locale/ossn.fr.php new file mode 100644 index 0000000..4562275 --- /dev/null +++ b/locale/ossn.fr.php @@ -0,0 +1,16 @@ + + * @copyright (C) SOFTLAB24 LIMITED + * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence + * @link https://www.opensource-socialnetwork.org/ + */ + +$fr = array( + 'timezone:select' => 'Fuseau horaire', + 'greetings:welcomeback' => 'Bon retour parmi nous, %s', +); +ossn_register_languages('fr', $fr);