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