Commit 428ba43 1 parent a1d5e52 commit 428ba43 Copy full SHA for 428ba43
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ OC.L10N.register(
13
13
"There is no plugin available to display this file type" : "Il n'y a pas d'extension disponible pour afficher ce type de fichier." ,
14
14
"View" : "Afficher"
15
15
} ,
16
- "nplurals=2 ; plural=(n > 1) ;" ) ;
16
+ "nplurals=3 ; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2 ;" ) ;
Original file line number Diff line number Diff line change 10
10
"Delete" : " Supprimer" ,
11
11
"There is no plugin available to display this file type" : " Il n'y a pas d'extension disponible pour afficher ce type de fichier." ,
12
12
"View" : " Afficher"
13
- },"pluralForm" :" nplurals=2 ; plural=(n > 1) ;"
13
+ },"pluralForm" :" nplurals=3 ; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2 ;"
14
14
}
You can’t perform that action at this time.
0 commit comments