OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/kl.xml | 6 // * Source File: <path>/common/main/kl.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/kl.xml | 10 * ICU <specials> source: <path>/common/main/kl.xml |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 other{"om {0} ukioq"} | 232 other{"om {0} ukioq"} |
233 } | 233 } |
234 past{ | 234 past{ |
235 one{"for {0} ukioq siden"} | 235 one{"for {0} ukioq siden"} |
236 other{"for {0} ukioq siden"} | 236 other{"for {0} ukioq siden"} |
237 } | 237 } |
238 } | 238 } |
239 } | 239 } |
240 } | 240 } |
241 unitsNarrow{ | 241 unitsNarrow{ |
242 area{ | |
243 acre{ | |
244 one{"{0} ac"} | |
245 other{"{0} ac"} | |
246 } | |
247 square-foot{ | |
248 one{"{0} ft²"} | |
249 other{"{0} ft²"} | |
250 } | |
251 square-mile{ | |
252 one{"{0} mi²"} | |
253 other{"{0} mi²"} | |
254 } | |
255 } | |
256 length{ | |
257 mile{ | |
258 one{"{0} mi"} | |
259 other{"{0} mi"} | |
260 } | |
261 yard{ | |
262 one{"{0} yd"} | |
263 other{"{0} yd"} | |
264 } | |
265 } | |
266 pressure{ | |
267 inch-hg{ | |
268 one{"{0} inHg"} | |
269 other{"{0} inHg"} | |
270 } | |
271 } | |
272 speed{ | |
273 mile-per-hour{ | |
274 one{"{0} mi/h"} | |
275 other{"{0} mi/h"} | |
276 } | |
277 } | |
278 volume{ | |
279 cubic-mile{ | |
280 one{"{0} mi³"} | |
281 other{"{0} mi³"} | |
282 } | |
283 } | |
284 } | 242 } |
285 unitsShort{ | 243 unitsShort{ |
286 area{ | |
287 acre{ | |
288 one{"{0} ac"} | |
289 other{"{0} ac"} | |
290 } | |
291 square-foot{ | |
292 one{"{0} ft²"} | |
293 other{"{0} ft²"} | |
294 } | |
295 square-mile{ | |
296 one{"{0} mi²"} | |
297 other{"{0} mi²"} | |
298 } | |
299 } | |
300 length{ | |
301 mile{ | |
302 one{"{0} mi"} | |
303 other{"{0} mi"} | |
304 } | |
305 yard{ | |
306 one{"{0} yd"} | |
307 other{"{0} yd"} | |
308 } | |
309 } | |
310 pressure{ | |
311 inch-hg{ | |
312 one{"{0} inHg"} | |
313 other{"{0} inHg"} | |
314 } | |
315 } | |
316 speed{ | |
317 mile-per-hour{ | |
318 one{"{0} mi/h"} | |
319 other{"{0} mi/h"} | |
320 } | |
321 } | |
322 volume{ | |
323 cubic-mile{ | |
324 one{"{0} mi³"} | |
325 other{"{0} mi³"} | |
326 } | |
327 } | |
328 } | 244 } |
329 } | 245 } |
OLD | NEW |