diff --git a/l10n/fr.js b/l10n/fr.js index e824550..5b2bf16 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -42,4 +42,4 @@ OC.L10N.register( "Extract Office" : "Extraire au format Office", "Index the content of office files." : "Indexe le contenu des fichiers Office." }, -"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fr.json b/l10n/fr.json index 521d256..a53825a 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -39,5 +39,5 @@ "Index the content of PDF files." : "Indexer le contenu des fichiers PDF.", "Extract Office" : "Extraire au format Office", "Index the content of office files." : "Indexe le contenu des fichiers Office." -},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file