+ NumberElements{
+ latn{
+ patterns{
+ currencyFormat{"¤ #,##0.00"}
+ }
+ patternsShort{
+ currencyFormat{
+ 1000{
+ one{"¤ 0 K"}
+ other{"¤ 0 K"}
+ }
+ 10000{
+ one{"¤ 00 K"}
+ other{"¤ 00 K"}
+ }
+ 100000{
+ one{"¤ 000 K"}
+ other{"¤ 000 K"}
+ }
+ 1000000{
+ one{"¤ 0 M"}
+ other{"¤ 0 M"}
+ }
+ 10000000{
+ one{"¤ 00 M"}
+ other{"¤ 00 M"}
+ }
+ 100000000{
+ one{"¤ 000 M"}
+ other{"¤ 000 M"}
+ }
+ 1000000000{
+ one{"¤ 0000 M"}
+ other{"¤ 0000 M"}
+ }
+ 10000000000{
+ one{"¤ 00 MRD"}
+ other{"¤ 00 MRD"}
+ }
+ 100000000000{
+ one{"¤ 000 MRD"}
+ other{"¤ 000 MRD"}
+ }
+ 1000000000000{
+ one{"¤ 0 B"}
+ other{"¤ 0 B"}
+ }
+ 10000000000000{
+ one{"¤ 00 B"}
+ other{"¤ 00 B"}
+ }
+ 100000000000000{
+ one{"¤ 000 B"}
+ other{"¤ 000 B"}
+ }
+ }
+ }
+ }
+ }
+ Version{"2.1.47.83"}