1 // ***************************************************************************
3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/plurals.xml
8 // ***************************************************************************
9 plurals:table(nofallback){
140 few{"n mod 100 in 3..10"}
141 many{"n mod 100 in 11..99"}
151 few{"n mod 10 in 2..4 and n mod 100 not in 12..14"}
153 "n is not 1 and n mod 10 in 0..1 or n mod 10 in 5..9 or n mod 100 in "
159 few{"n mod 100 in 3..4"}
160 one{"n mod 100 is 1"}
161 two{"n mod 100 is 2"}
164 few{"n is 0 or n mod 100 in 2..10"}
165 many{"n mod 100 in 11..19"}
169 one{"n mod 10 is 1 and n is not 11"}
179 one{"n within 0..2 and n is not 0 and n is not 2"}
200 one{"n within 0..2 and n is not 2"}
203 one{"n mod 10 is 1 and n mod 100 is not 11"}
211 few{"n is 0 OR n is not 1 AND n mod 100 in 1..19"}
215 few{"n mod 10 in 2..9 and n mod 100 not in 11..19"}
216 one{"n mod 10 is 1 and n mod 100 not in 11..19"}
219 few{"n mod 10 in 2..4 and n mod 100 not in 12..14"}
220 many{"n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14"}
221 one{"n mod 10 is 1 and n mod 100 is not 11"}