]> git.mxchange.org Git - friendica-addons.git/blob - catavatar/lang/fr/strings.php
Move Notify::TYPE_COMMENT
[friendica-addons.git] / catavatar / 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["Use Cat as Avatar"] = "Utiliser Chat comme avatar";
10 $a->strings["More Random Cat!"] = "Autres Chats au hasard";
11 $a->strings["Reset to email Cat"] = "Réinitialiser à Chat courriel";
12 $a->strings["Cat Avatar Settings"] = "Paramètres de Chat avatar";
13 $a->strings["The cat hadn't found itself."] = "Le Chat ne s'y est pas retrouvé";
14 $a->strings["There was an error, the cat ran away."] = "Il y a eu une erreur et le chat s'est enfui";
15 $a->strings["Profile Photos"] = "Photos de profil";
16 $a->strings["Meow!"] = "Miaou !";