]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/fr/strings.php
regenerated all the strings
[friendica-addons.git] / gnot / 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         return intval($n > 1);
7 }}
8 $a->strings['Gnot Settings'] = 'Paramètres Gnot';
9 $a->strings['Save Settings'] = 'Sauvegarder les paramètres.';
10 $a->strings['Enable this addon?'] = 'Activer cette application complémentaire ?';
11 $a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Permettre le filtrage des notifications de commentaires par courriel sur Gmail et l\'anonymisation de l\'objet.';
12 $a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notify] Commentaire vers conversation #%d';