]> git.mxchange.org Git - friendica-addons.git/blob - ifttt/lang/fr/strings.php
FR translation of various addons updated
[friendica-addons.git] / ifttt / 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['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Créez un compte sur <a href="http://www.ifttt.com">IFTTT</a>. Créer trois \'recipe\' Facebook qui sont connectées avec <a href="https://ifttt.com/maker">Maker</a> (Sous la forme "if Facebook then Maker") avec les paramètres suivants:';
9 $a->strings['URL'] = 'URL';
10 $a->strings['Method'] = 'Méthode';
11 $a->strings['Content Type'] = 'Type de contenu';
12 $a->strings['Body for "new status message"'] = 'Corps du "nouveau message de statut"';
13 $a->strings['Body for "new photo upload"'] = 'Corps du "nouveau téléversement de photo"';
14 $a->strings['Body for "new link post"'] = 'Corps du "nouveau lien de publication"';
15 $a->strings['IFTTT Mirror'] = 'Mirroir IFTTT';
16 $a->strings['Generate new key'] = 'Générer une nouvelle clé';