]> git.mxchange.org Git - friendica-addons.git/blob - altpager/lang/fr/strings.php
DE update to addon translations
[friendica-addons.git] / altpager / lang / fr / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fr")) {
4 function string_plural_select_fr($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Altpager settings updated."] = "Les paramètres d'Altpager ont été mis à jour";
9 $a->strings["Alternate Pagination Setting"] = "Paramètre de pagination";
10 $a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Utiliser les liens \"plus récent\" et \"plus ancien\" à la place de la numérotation des pages ?";
11 $a->strings["Submit"] = "Valider";
12 $a->strings["Global"] = "Global";
13 $a->strings["Force global use of the alternate pager"] = "Forcer l'utilisation globale des pages alternatives";
14 $a->strings["Individual"] = "Individuel";
15 $a->strings["Each user chooses whether to use the alternate pager"] = "Chaque utilisateur choisi d'utiliser ou non les pages alternatives";
16 $a->strings["Settings updated."] = "Paramètres sauvegardés";