diff --git a/l10n/fr.js b/l10n/fr.js index beeff92..c1c15c9 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -6,6 +6,8 @@ OC.L10N.register( "captured" : "capturé", "binary" : "binaire", "utf-8" : "utf-8", + "a" : "a", + "big" : "gros", "blink" : "clignotant", "b" : "b", "tt" : "tt", @@ -13,6 +15,7 @@ OC.L10N.register( "i" : "i", "small" : "petit", "strike" : "barré", + "sub" : "sous", "sup" : "sup", "\n" : "\n", "An app to sync SMS with your cloud" : "Une application pour synchroniser les SMS avec votre cloud", diff --git a/l10n/fr.json b/l10n/fr.json index ff5a7c2..5f4c7af 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -4,6 +4,8 @@ "captured" : "capturé", "binary" : "binaire", "utf-8" : "utf-8", + "a" : "a", + "big" : "gros", "blink" : "clignotant", "b" : "b", "tt" : "tt", @@ -11,6 +13,7 @@ "i" : "i", "small" : "petit", "strike" : "barré", + "sub" : "sous", "sup" : "sup", "\n" : "\n", "An app to sync SMS with your cloud" : "Une application pour synchroniser les SMS avec votre cloud",