]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/fr/strings.php
superblock addon FR translation update THX ButterflyOfFire
[friendica-addons.git] / superblock / 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 ($n > 1);;
7 }}
8 ;
9 $a->strings["Superblock"] = "";
10 $a->strings["Comma separated profile URLS to block"] = "";
11 $a->strings["Save Settings"] = "Sauvegarder les paramètres";
12 $a->strings["SUPERBLOCK Settings saved."] = "";
13 $a->strings["Block Completely"] = "";
14 $a->strings["superblock settings updated"] = "";