1 // ***************************************************************************
3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/plurals.xml, ordinals.xml
8 // ***************************************************************************
9 plurals:table(nofallback){
252 few{"n mod 100 in 3..10"}
253 many{"n mod 100 in 11..99"}
259 few{"n mod 10 in 2..9 and n mod 100 not in 11..19"}
260 one{"n mod 10 is 1 and n mod 100 not in 11..19"}
263 few{"n mod 10 in 2..4 and n mod 100 not in 12..14"}
264 many{"n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14"}
265 one{"n mod 10 is 1 and n mod 100 is not 11"}
272 few{"n mod 10 in 2..4 and n mod 100 not in 12..14"}
274 "n is not 1 and n mod 10 in 0..1 or n mod 10 in 5..9 or n mod 100 in "
280 few{"n mod 100 in 3..4"}
281 one{"n mod 100 is 1"}
282 two{"n mod 100 is 2"}
285 few{"n is 0 or n mod 100 in 2..10"}
286 many{"n mod 100 in 11..19"}
290 one{"n mod 10 is 1 and n is not 11"}
300 one{"n within 0..2 and n is not 0 and n is not 2"}
308 many{"n is not 0 and n is not 10 and n mod 10 is 0"}
313 few{"n mod 10 in 3..4,9 and n mod 100 not in 10..19,70..79,90..99"}
314 many{"n is not 0 and n mod 1000000 is 0"}
315 one{"n mod 10 is 1 and n mod 100 not in 11,71,91"}
316 two{"n mod 10 is 2 and n mod 100 not in 12,72,92"}
323 one{"n in 0..1 or n in 11..99"}
326 one{"n mod 10 in 1..2 or n mod 20 is 0"}
329 few{"n in 3..10,13..19"}
337 one{"n mod 10 in 1,2 and n mod 100 not in 11,12"}
340 few{"n mod 10 is 3 and n mod 100 is not 13"}
341 one{"n mod 10 is 1 and n mod 100 is not 11"}
342 two{"n mod 10 is 2 and n mod 100 is not 12"}
345 many{"n in 11,8,80,800"}
369 one{"n in 1,5,7,8,9,10"}
374 many{"n in 10..19,100..199,1000..1999"}
381 one{"n within 0..2 and n is not 2"}
384 one{"n mod 10 is 1 and n mod 100 is not 11"}
398 few{"n is 0 OR n is not 1 AND n mod 100 in 1..19"}