diff --git a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict
index c9bc21f2..243cb5dc 100644
--- a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict
+++ b/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict
@@ -13,9 +13,25 @@
NSStringFormatValueTypeKey
lld
one
- %lld new post
+ %lld nouveau post
other
- %lld new posts
+ %lld nouveaux postes
+
+
+ notifications-others-count %lld
+
+ NSStringLocalizedFormatKey
+ %#@noficationsOthersCount@
+ noficationsOthersCount
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ lld
+ one
+ et %lld autre
+ other
+ et %lld autres
diff --git a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings
index fd7167ea..41b9e4bb 100644
--- a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings
+++ b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings
@@ -258,8 +258,8 @@
"notifications.empty.title" = "Aucune notification";
"notifications.error.message" = "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer.";
"notifications.error.title" = "Une erreur s'est produite";
-"notifications.label.favorite" = "favoris";
-"notifications.label.follow" = "vous a suivi";
+"notifications.label.favorite" = "aime";
+"notifications.label.follow" = "vous suive";
"notifications.label.follow-request" = "a demandé à vous suivre";
"notifications.label.mention" = "vous a mentionné";
"notifications.label.poll" = "sondage terminé";