X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ffr%2Fstrings.php;h=423645c86262b905feae626792b5cbdfc1e8efab;hb=8c245a5d2f4e6882211ac17561f86537a7089c73;hp=c64bba1b7ac71ac983bfd3d791a4bce622ec598c;hpb=8257b1b684d2c6087a93ae690aa27c907e578aa3;p=friendica.git diff --git a/view/fr/strings.php b/view/fr/strings.php index c64bba1b7a..423645c862 100644 --- a/view/fr/strings.php +++ b/view/fr/strings.php @@ -159,6 +159,8 @@ $a->strings['Cancel'] = 'Annuler'; $a->strings['Global Directory'] = 'Annuaire global'; $a->strings['Item not found.'] = 'Élément introuvable.'; $a->strings['Private Message'] = 'Message privé'; +$a->strings["I like this \x28toggle\x29"] = "I like this \x28toggle\x29"; +$a->strings["I don't like this \x28toggle\x29"] = "I don't like this \x28toggle\x29"; $a->strings['This is you'] = 'C\'est vous'; $a->strings['View $name\'s profile'] = 'Voir le profil de $name'; $a->strings['Item has been removed.'] = 'Cet élément a été enlevé.'; @@ -250,6 +252,11 @@ $a->strings['Delete message'] = 'Effacer message'; $a->strings['Send Reply'] = 'Répondre'; $a->strings['Normal View'] = 'Vue normale'; $a->strings['New Item View'] = 'Vue des nouveautés'; +$a->strings['Share'] = 'Share'; +$a->strings['Insert YouTube video'] = 'Insert YouTube video'; +$a->strings['Set your location'] = 'Set your location'; +$a->strings['Clear browser location'] = 'Clear browser location'; +$a->strings['Permission settings'] = 'Permission settings'; $a->strings['No such group'] = 'Groupe inexistant'; $a->strings['Group is empty'] = 'Groupe vide'; $a->strings['Group: '] = 'Groupe: '; @@ -262,6 +269,9 @@ $a->strings['Hide Ignored Requests'] = 'Cacher les demandes ignorées'; $a->strings['Claims to be known to you: '] = 'Prétend que vous le connaissez: '; $a->strings['yes'] = 'oui'; $a->strings['no'] = 'non'; +$a->strings['Approve as: '] = 'Approuver en tant que: '; +$a->strings['Friend'] = 'Ami'; +$a->strings['Fan/Admirer'] = 'Fan/Admirateur'; $a->strings['Notification type: '] = 'Type de notification: '; $a->strings['Friend/Connect Request'] = 'Demande de connexion/relation'; $a->strings['New Follower'] = 'Nouvel abonné'; @@ -269,7 +279,7 @@ $a->strings['Approve'] = 'Approuver'; $a->strings['No notifications.'] = 'Pas de notification.'; $a->strings['No registrations.'] = 'Pas d\'inscriptions.'; $a->strings['Login failed.'] = 'Échec de connexion.'; -$a->strings['Welcome back '] = 'Bienvenue à nouveau '; +$a->strings['Welcome back '] = 'Bienvenue à nouveau, '; $a->strings['Photo Albums'] = 'Albums photo'; $a->strings['Contact Photos'] = 'Photos du contact'; $a->strings['Contact information unavailable'] = 'Informations de contact indisponibles'; @@ -293,6 +303,7 @@ $a->strings['Edit Album'] = 'Éditer l\'album'; $a->strings['View Photo'] = 'Voir la photo'; $a->strings['Photo not available'] = 'Photo indisponible'; $a->strings['Edit photo'] = 'Éditer la photo'; +$a->strings['New album name'] = 'Nom du nouvel album'; $a->strings['View Full Size'] = 'Voir en taille réelle'; $a->strings['Tags: '] = 'Étiquettes: '; $a->strings['[Remove any tag]'] = '[Retirer toutes les étiquettes]';