]> git.mxchange.org Git - friendica-addons.git/blob - showmore/lang/fr/strings.php
6abb4e5bef4358ae63b2ec63cd98875be6cbae68
[friendica-addons.git] / showmore / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         $n = intval($n);
6         if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else  { return 2; }
7 }}
8 $a->strings['Enable Show More'] = 'Activer "Voir Plus"';
9 $a->strings['"Show more" Settings'] = 'Paramètres de "Show more" ("Voir plus")';
10 $a->strings['show more'] = 'voir plus';