Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/pa.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/pa.xml |
michael@0 | 11 | */ |
michael@0 | 12 | pa{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D ਃ \u0A02 \u0A01 {ਲ\u0A3C}]"} |
michael@0 | 14 | Ellipsis{ |
michael@0 | 15 | final{"{0}…"} |
michael@0 | 16 | initial{"…{0}"} |
michael@0 | 17 | medial{"{0}…{1}"} |
michael@0 | 18 | word-final{"{0} …"} |
michael@0 | 19 | word-initial{"… {0}"} |
michael@0 | 20 | word-medial{"{0} … {1}"} |
michael@0 | 21 | } |
michael@0 | 22 | ExemplarCharacters{ |
michael@0 | 23 | "[\u0A71 \u0A70 \u0A3C ੦ ੧ ੨ ੩ ੪ ੫ ੬ ੭ ੮ ੯ ੴ ੳ ਉ ਊ ਓ ਅ ਆ ਐ ਔ ੲ ਇ ਈ ਏ ਸ {ਸ" |
michael@0 | 24 | "\u0A3C} ਹ ਕ ਖ {ਖ\u0A3C} ਗ {ਗ\u0A3C} ਘ ਙ ਚ ਛ ਜ {ਜ\u0A3C} ਝ ਞ ਟ ਠ ਡ ਢ ਣ ਤ ਥ ਦ " |
michael@0 | 25 | "ਧ ਨ ਪ ਫ {ਫ\u0A3C} ਬ ਭ ਮ ਯ ਰ ਲ ਵ ੜ \u0A4D ਾ ਿ ੀ \u0A41 \u0A42 \u0A47 \u0A48 " |
michael@0 | 26 | "\u0A4B \u0A4C]" |
michael@0 | 27 | } |
michael@0 | 28 | ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] / \\& ′ ″]"} |
michael@0 | 29 | LocaleScript{ |
michael@0 | 30 | "Guru", |
michael@0 | 31 | } |
michael@0 | 32 | MoreInformation{"?"} |
michael@0 | 33 | NumberElements{ |
michael@0 | 34 | arabext{ |
michael@0 | 35 | patterns{ |
michael@0 | 36 | currencyFormat{"¤#,##,##0.00"} |
michael@0 | 37 | decimalFormat{"#,##,##0.###"} |
michael@0 | 38 | percentFormat{"#,##,##0%"} |
michael@0 | 39 | scientificFormat{"#E0"} |
michael@0 | 40 | } |
michael@0 | 41 | symbols{ |
michael@0 | 42 | decimal{"٫"} |
michael@0 | 43 | exponential{"×۱۰^"} |
michael@0 | 44 | group{","} |
michael@0 | 45 | infinity{"∞"} |
michael@0 | 46 | minusSign{"-"} |
michael@0 | 47 | nan{"NaN"} |
michael@0 | 48 | perMille{"‰"} |
michael@0 | 49 | percentSign{"%"} |
michael@0 | 50 | plusSign{"+"} |
michael@0 | 51 | superscriptingExponent{"×"} |
michael@0 | 52 | } |
michael@0 | 53 | } |
michael@0 | 54 | default{"latn"} |
michael@0 | 55 | latn{ |
michael@0 | 56 | miscPatterns{ |
michael@0 | 57 | atLeast{"{0}+"} |
michael@0 | 58 | range{"{0}–{1}"} |
michael@0 | 59 | } |
michael@0 | 60 | patterns{ |
michael@0 | 61 | accountingFormat{"¤ #,##0.00"} |
michael@0 | 62 | currencyFormat{"¤ #,##,##0.00"} |
michael@0 | 63 | decimalFormat{"#,##,##0.###"} |
michael@0 | 64 | percentFormat{"#,##,##0%"} |
michael@0 | 65 | scientificFormat{"#E0"} |
michael@0 | 66 | } |
michael@0 | 67 | patternsLong{ |
michael@0 | 68 | decimalFormat{ |
michael@0 | 69 | 1000{ |
michael@0 | 70 | one{"0 ਹਜ਼ਾਰ"} |
michael@0 | 71 | other{"0 ਹਜ਼ਾਰ"} |
michael@0 | 72 | } |
michael@0 | 73 | 10000{ |
michael@0 | 74 | one{"00 ਹਜ਼ਾਰ"} |
michael@0 | 75 | other{"00 ਹਜ਼ਾਰ"} |
michael@0 | 76 | } |
michael@0 | 77 | 100000{ |
michael@0 | 78 | one{"0 ਲੱਖ"} |
michael@0 | 79 | other{"0 ਲੱਖ"} |
michael@0 | 80 | } |
michael@0 | 81 | 1000000{ |
michael@0 | 82 | one{"00 ਲੱਖ"} |
michael@0 | 83 | other{"00 ਲੱਖ"} |
michael@0 | 84 | } |
michael@0 | 85 | 10000000{ |
michael@0 | 86 | one{"0 ਕਰੋੜ"} |
michael@0 | 87 | other{"0 ਕਰੋੜ"} |
michael@0 | 88 | } |
michael@0 | 89 | 100000000{ |
michael@0 | 90 | one{"00 ਕਰੋੜ"} |
michael@0 | 91 | other{"00 ਕਰੋੜ"} |
michael@0 | 92 | } |
michael@0 | 93 | 1000000000{ |
michael@0 | 94 | one{"0 ਅਰਬ"} |
michael@0 | 95 | other{"0 ਅਰਬ"} |
michael@0 | 96 | } |
michael@0 | 97 | 10000000000{ |
michael@0 | 98 | one{"00 ਅਰਬ"} |
michael@0 | 99 | other{"00 ਅਰਬ"} |
michael@0 | 100 | } |
michael@0 | 101 | 100000000000{ |
michael@0 | 102 | one{"0 ਖਰਬ"} |
michael@0 | 103 | other{"0 ਖਰਬ"} |
michael@0 | 104 | } |
michael@0 | 105 | 1000000000000{ |
michael@0 | 106 | one{"00 ਖਰਬ"} |
michael@0 | 107 | other{"00 ਖਰਬ"} |
michael@0 | 108 | } |
michael@0 | 109 | 10000000000000{ |
michael@0 | 110 | one{"0 ਨੀਲ"} |
michael@0 | 111 | other{"0 ਨੀਲ"} |
michael@0 | 112 | } |
michael@0 | 113 | 100000000000000{ |
michael@0 | 114 | one{"00 ਨੀਲ"} |
michael@0 | 115 | other{"00 ਨੀਲ"} |
michael@0 | 116 | } |
michael@0 | 117 | } |
michael@0 | 118 | } |
michael@0 | 119 | patternsShort{ |
michael@0 | 120 | decimalFormat{ |
michael@0 | 121 | 1000{ |
michael@0 | 122 | one{"0 ਹਜ਼ਾਰ"} |
michael@0 | 123 | other{"0 ਹਜ਼ਾਰ"} |
michael@0 | 124 | } |
michael@0 | 125 | 10000{ |
michael@0 | 126 | one{"00 ਹਜ਼ਾਰ"} |
michael@0 | 127 | other{"00 ਹਜ਼ਾਰ"} |
michael@0 | 128 | } |
michael@0 | 129 | 100000{ |
michael@0 | 130 | one{"0 ਲੱਖ"} |
michael@0 | 131 | other{"0 ਲੱਖ"} |
michael@0 | 132 | } |
michael@0 | 133 | 1000000{ |
michael@0 | 134 | one{"00 ਲੱਖ"} |
michael@0 | 135 | other{"00 ਲੱਖ"} |
michael@0 | 136 | } |
michael@0 | 137 | 10000000{ |
michael@0 | 138 | one{"0 ਕਰੋੜ"} |
michael@0 | 139 | other{"0 ਕਰੋੜ"} |
michael@0 | 140 | } |
michael@0 | 141 | 100000000{ |
michael@0 | 142 | one{"00 ਕਰੋੜ"} |
michael@0 | 143 | other{"00 ਕਰੋੜ"} |
michael@0 | 144 | } |
michael@0 | 145 | 1000000000{ |
michael@0 | 146 | one{"0 ਅਰਬ"} |
michael@0 | 147 | other{"0 ਅਰਬ"} |
michael@0 | 148 | } |
michael@0 | 149 | 10000000000{ |
michael@0 | 150 | one{"00 ਅਰਬ"} |
michael@0 | 151 | other{"00 ਅਰਬ"} |
michael@0 | 152 | } |
michael@0 | 153 | 100000000000{ |
michael@0 | 154 | one{"0 ਖਰਬ"} |
michael@0 | 155 | other{"0 ਖਰਬ"} |
michael@0 | 156 | } |
michael@0 | 157 | 1000000000000{ |
michael@0 | 158 | one{"00 ਖਰਬ"} |
michael@0 | 159 | other{"00 ਖਰਬ"} |
michael@0 | 160 | } |
michael@0 | 161 | 10000000000000{ |
michael@0 | 162 | one{"0 ਨੀਲ"} |
michael@0 | 163 | other{"0 ਨੀਲ"} |
michael@0 | 164 | } |
michael@0 | 165 | 100000000000000{ |
michael@0 | 166 | one{"00 ਨੀਲ"} |
michael@0 | 167 | other{"00 ਨੀਲ"} |
michael@0 | 168 | } |
michael@0 | 169 | } |
michael@0 | 170 | } |
michael@0 | 171 | symbols{ |
michael@0 | 172 | decimal{"."} |
michael@0 | 173 | exponential{"E"} |
michael@0 | 174 | group{","} |
michael@0 | 175 | infinity{"∞"} |
michael@0 | 176 | minusSign{"-"} |
michael@0 | 177 | nan{"NaN"} |
michael@0 | 178 | perMille{"‰"} |
michael@0 | 179 | percentSign{"%"} |
michael@0 | 180 | plusSign{"+"} |
michael@0 | 181 | superscriptingExponent{"×"} |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | native{"guru"} |
michael@0 | 185 | } |
michael@0 | 186 | Version{"2.0.92.87"} |
michael@0 | 187 | calendar{ |
michael@0 | 188 | generic{ |
michael@0 | 189 | DateTimePatterns{ |
michael@0 | 190 | "h:mm:ss a zzzz", |
michael@0 | 191 | "h:mm:ss a z", |
michael@0 | 192 | "h:mm:ss a", |
michael@0 | 193 | "h:mm a", |
michael@0 | 194 | "EEEE, dd MMMM G y", |
michael@0 | 195 | "d MMMM G y", |
michael@0 | 196 | "d MMM G y", |
michael@0 | 197 | "dd/MM/GGGGG y", |
michael@0 | 198 | "{1} {0}", |
michael@0 | 199 | "{1} {0}", |
michael@0 | 200 | "{1} {0}", |
michael@0 | 201 | "{1} {0}", |
michael@0 | 202 | "{1} {0}", |
michael@0 | 203 | } |
michael@0 | 204 | availableFormats{ |
michael@0 | 205 | Ed{"E, d"} |
michael@0 | 206 | Gy{"G y"} |
michael@0 | 207 | GyMMM{"MMM G y"} |
michael@0 | 208 | GyMMMEd{"E, d MMM G y"} |
michael@0 | 209 | GyMMMd{"d MMM, G y"} |
michael@0 | 210 | HHmmss{"HH:mm:ss"} |
michael@0 | 211 | M{"L"} |
michael@0 | 212 | MEd{"E, d/M"} |
michael@0 | 213 | MMM{"LLL"} |
michael@0 | 214 | MMMEd{"E, d MMM"} |
michael@0 | 215 | MMMd{"d MMM"} |
michael@0 | 216 | Md{"d/M"} |
michael@0 | 217 | d{"d"} |
michael@0 | 218 | mmss{"mm:ss"} |
michael@0 | 219 | y{"G y"} |
michael@0 | 220 | yMMM{"MMM G y"} |
michael@0 | 221 | yQQQ{"QQQ G y"} |
michael@0 | 222 | yyyy{"G y"} |
michael@0 | 223 | yyyyM{"M/GGGGG y"} |
michael@0 | 224 | yyyyMEd{"E, d/M/GGGGG y"} |
michael@0 | 225 | yyyyMMM{"MMM G y"} |
michael@0 | 226 | yyyyMMMEd{"E, d MMM, G y"} |
michael@0 | 227 | yyyyMMMd{"d MMM, G y"} |
michael@0 | 228 | yyyyMd{"d/M/GGGGG y"} |
michael@0 | 229 | yyyyQQQ{"QQQ G y"} |
michael@0 | 230 | yyyyQQQQ{"QQQQ G y"} |
michael@0 | 231 | } |
michael@0 | 232 | intervalFormats{ |
michael@0 | 233 | M{ |
michael@0 | 234 | M{"MM–MM"} |
michael@0 | 235 | } |
michael@0 | 236 | MEd{ |
michael@0 | 237 | M{"E, d/M – E, d/M"} |
michael@0 | 238 | d{"E, d/M – E, d/M"} |
michael@0 | 239 | } |
michael@0 | 240 | MMM{ |
michael@0 | 241 | M{"MMM–MMM"} |
michael@0 | 242 | } |
michael@0 | 243 | MMMEd{ |
michael@0 | 244 | M{"E, d MMM – E, d MMM"} |
michael@0 | 245 | d{"E, d MMM – E, d MMM"} |
michael@0 | 246 | } |
michael@0 | 247 | MMMd{ |
michael@0 | 248 | M{"d MMM – d MMM"} |
michael@0 | 249 | d{"d–d MMM"} |
michael@0 | 250 | } |
michael@0 | 251 | Md{ |
michael@0 | 252 | M{"d/M – d/M"} |
michael@0 | 253 | d{"d/M – d/M"} |
michael@0 | 254 | } |
michael@0 | 255 | d{ |
michael@0 | 256 | d{"d–d"} |
michael@0 | 257 | } |
michael@0 | 258 | fallback{"{0} – {1}"} |
michael@0 | 259 | y{ |
michael@0 | 260 | y{"G y–y"} |
michael@0 | 261 | } |
michael@0 | 262 | yM{ |
michael@0 | 263 | M{"M/y – M/y"} |
michael@0 | 264 | y{"M/y – M/y"} |
michael@0 | 265 | } |
michael@0 | 266 | yMEd{ |
michael@0 | 267 | M{"E, d/M/y – E, d/M/y"} |
michael@0 | 268 | d{"E, d/M/y – E, d/M/y"} |
michael@0 | 269 | y{"E, d/M/y – E, d/M/y"} |
michael@0 | 270 | } |
michael@0 | 271 | yMMM{ |
michael@0 | 272 | M{"MMM-MMM y"} |
michael@0 | 273 | y{"MMM y-MMM y"} |
michael@0 | 274 | } |
michael@0 | 275 | yMMMEd{ |
michael@0 | 276 | M{"E, d MMM – E, d MMM y"} |
michael@0 | 277 | d{"E, d MMM – E, d MMM y"} |
michael@0 | 278 | y{"E, d MMM – E, d MMM y"} |
michael@0 | 279 | } |
michael@0 | 280 | yMMMM{ |
michael@0 | 281 | M{"MMMM–MMMM y"} |
michael@0 | 282 | y{"MMMM y – MMMM y"} |
michael@0 | 283 | } |
michael@0 | 284 | yMMMd{ |
michael@0 | 285 | M{"d MMM – d MMM y"} |
michael@0 | 286 | d{"d-d, MMM y"} |
michael@0 | 287 | y{"d, MMM – d, MMM y"} |
michael@0 | 288 | } |
michael@0 | 289 | yMd{ |
michael@0 | 290 | M{"d/M/y – d/M/y"} |
michael@0 | 291 | d{"d/M/y – d/M/y"} |
michael@0 | 292 | y{"d/M/y – d/M/y"} |
michael@0 | 293 | } |
michael@0 | 294 | } |
michael@0 | 295 | } |
michael@0 | 296 | gregorian{ |
michael@0 | 297 | AmPmMarkers{ |
michael@0 | 298 | "AM", |
michael@0 | 299 | "PM", |
michael@0 | 300 | } |
michael@0 | 301 | DateTimePatterns{ |
michael@0 | 302 | "h:mm:ss a zzzz", |
michael@0 | 303 | "h:mm:ss a z", |
michael@0 | 304 | "h:mm:ss a", |
michael@0 | 305 | "h:mm a", |
michael@0 | 306 | "EEEE, d MMMM y", |
michael@0 | 307 | "d MMMM y", |
michael@0 | 308 | "d MMM y", |
michael@0 | 309 | "d/M/yy", |
michael@0 | 310 | "{1} {0}", |
michael@0 | 311 | "{1} {0}", |
michael@0 | 312 | "{1} {0}", |
michael@0 | 313 | "{1} {0}", |
michael@0 | 314 | "{1}, {0}", |
michael@0 | 315 | } |
michael@0 | 316 | appendItems{ |
michael@0 | 317 | Timezone{"{0} {1}"} |
michael@0 | 318 | } |
michael@0 | 319 | availableFormats{ |
michael@0 | 320 | EHm{"E HH:mm"} |
michael@0 | 321 | EHms{"E HH:mm:ss"} |
michael@0 | 322 | Ed{"d, E"} |
michael@0 | 323 | Ehm{"E h:mm a"} |
michael@0 | 324 | Ehms{"E h:mm:ss a"} |
michael@0 | 325 | Gy{"G y"} |
michael@0 | 326 | GyMMM{"MMM, G y"} |
michael@0 | 327 | GyMMMEd{"E d MMM, G y"} |
michael@0 | 328 | GyMMMd{"d MMM y"} |
michael@0 | 329 | H{"HH"} |
michael@0 | 330 | HHmmss{"HH:mm:ss"} |
michael@0 | 331 | Hm{"HH:mm"} |
michael@0 | 332 | Hms{"HH:mm:ss"} |
michael@0 | 333 | M{"L"} |
michael@0 | 334 | MEd{"E, dd-MM."} |
michael@0 | 335 | MMM{"LLL"} |
michael@0 | 336 | MMMEd{"E, d MMM"} |
michael@0 | 337 | MMMd{"d MMM"} |
michael@0 | 338 | Md{"d/M"} |
michael@0 | 339 | d{"d"} |
michael@0 | 340 | h{"h a"} |
michael@0 | 341 | hm{"h:mm a"} |
michael@0 | 342 | hms{"h:mm:ss a"} |
michael@0 | 343 | mmss{"mm:ss"} |
michael@0 | 344 | ms{"mm:ss"} |
michael@0 | 345 | y{"y"} |
michael@0 | 346 | yM{"M-y"} |
michael@0 | 347 | yMEd{"E, d/M/y"} |
michael@0 | 348 | yMMM{"MMM y"} |
michael@0 | 349 | yMMMEd{"E, d MMM y"} |
michael@0 | 350 | yMMMd{"d MMM y"} |
michael@0 | 351 | yMd{"d/M/y"} |
michael@0 | 352 | yQQQ{"QQQ y"} |
michael@0 | 353 | yQQQQ{"QQQQ y"} |
michael@0 | 354 | } |
michael@0 | 355 | dayNames{ |
michael@0 | 356 | format{ |
michael@0 | 357 | abbreviated{ |
michael@0 | 358 | "ਐਤ.", |
michael@0 | 359 | "ਸੋਮ.", |
michael@0 | 360 | "ਮੰਗਲ.", |
michael@0 | 361 | "ਬੁਧ.", |
michael@0 | 362 | "ਵੀਰ.", |
michael@0 | 363 | "ਸ਼ੁੱਕਰ.", |
michael@0 | 364 | "ਸ਼ਨੀ.", |
michael@0 | 365 | } |
michael@0 | 366 | narrow{ |
michael@0 | 367 | "ਐ", |
michael@0 | 368 | "ਸੋ", |
michael@0 | 369 | "ਮੰ", |
michael@0 | 370 | "ਬੁੱ", |
michael@0 | 371 | "ਵੀ", |
michael@0 | 372 | "ਸ਼ੁੱ", |
michael@0 | 373 | "ਸ਼", |
michael@0 | 374 | } |
michael@0 | 375 | short{ |
michael@0 | 376 | "ਐਤ.", |
michael@0 | 377 | "ਸੋਮ.", |
michael@0 | 378 | "ਮੰਗਲ.", |
michael@0 | 379 | "ਬੁਧ.", |
michael@0 | 380 | "ਵੀਰ.", |
michael@0 | 381 | "ਸ਼ੁੱਕਰ.", |
michael@0 | 382 | "ਸ਼ਨੀ.", |
michael@0 | 383 | } |
michael@0 | 384 | wide{ |
michael@0 | 385 | "ਐਤਵਾਰ", |
michael@0 | 386 | "ਸੋਮਵਾਰ", |
michael@0 | 387 | "ਮੰਗਲਵਾਰ", |
michael@0 | 388 | "ਬੁਧਵਾਰ", |
michael@0 | 389 | "ਵੀਰਵਾਰ", |
michael@0 | 390 | "ਸ਼ੁੱਕਰਵਾਰ", |
michael@0 | 391 | "ਸ਼ਨੀਵਾਰ", |
michael@0 | 392 | } |
michael@0 | 393 | } |
michael@0 | 394 | stand-alone{ |
michael@0 | 395 | abbreviated{ |
michael@0 | 396 | "ਐਤ.", |
michael@0 | 397 | "ਸੋਮ.", |
michael@0 | 398 | "ਮੰਗਲ.", |
michael@0 | 399 | "ਬੁਧ.", |
michael@0 | 400 | "ਵੀਰ.", |
michael@0 | 401 | "ਸ਼ੁੱਕਰ.", |
michael@0 | 402 | "ਸ਼ਨੀ.", |
michael@0 | 403 | } |
michael@0 | 404 | narrow{ |
michael@0 | 405 | "ਐ", |
michael@0 | 406 | "ਸੋ", |
michael@0 | 407 | "ਮੰ", |
michael@0 | 408 | "ਬੁੱ", |
michael@0 | 409 | "ਵੀ", |
michael@0 | 410 | "ਸ਼ੁੱ", |
michael@0 | 411 | "ਸ਼", |
michael@0 | 412 | } |
michael@0 | 413 | short{ |
michael@0 | 414 | "ਐਤ.", |
michael@0 | 415 | "ਸੋਮ.", |
michael@0 | 416 | "ਮੰਗਲ.", |
michael@0 | 417 | "ਬੁਧ.", |
michael@0 | 418 | "ਵੀਰ.", |
michael@0 | 419 | "ਸ਼ੁੱਕਰ.", |
michael@0 | 420 | "ਸ਼ਨੀ.", |
michael@0 | 421 | } |
michael@0 | 422 | wide{ |
michael@0 | 423 | "ਐਤਵਾਰ", |
michael@0 | 424 | "ਸੋਮਵਾਰ", |
michael@0 | 425 | "ਮੰਗਲਵਾਰ", |
michael@0 | 426 | "ਬੁਧਵਾਰ", |
michael@0 | 427 | "ਵੀਰਵਾਰ", |
michael@0 | 428 | "ਸ਼ੁੱਕਰਵਾਰ", |
michael@0 | 429 | "ਸ਼ਨੀਵਾਰ", |
michael@0 | 430 | } |
michael@0 | 431 | } |
michael@0 | 432 | } |
michael@0 | 433 | eras{ |
michael@0 | 434 | abbreviated{ |
michael@0 | 435 | "ਈ. ਪੂ.", |
michael@0 | 436 | "ਸੰਨ", |
michael@0 | 437 | } |
michael@0 | 438 | } |
michael@0 | 439 | intervalFormats{ |
michael@0 | 440 | H{ |
michael@0 | 441 | H{"HH–HH"} |
michael@0 | 442 | } |
michael@0 | 443 | Hm{ |
michael@0 | 444 | H{"HH:mm–HH:mm"} |
michael@0 | 445 | m{"HH:mm–HH:mm"} |
michael@0 | 446 | } |
michael@0 | 447 | Hmv{ |
michael@0 | 448 | H{"HH:mm–HH:mm v"} |
michael@0 | 449 | m{"HH:mm–HH:mm v"} |
michael@0 | 450 | } |
michael@0 | 451 | Hv{ |
michael@0 | 452 | H{"HH–HH v"} |
michael@0 | 453 | } |
michael@0 | 454 | M{ |
michael@0 | 455 | M{"M–M"} |
michael@0 | 456 | } |
michael@0 | 457 | MEd{ |
michael@0 | 458 | M{"E, dd-MM – E, dd-MM"} |
michael@0 | 459 | d{"E, dd-MM – E, dd-MM"} |
michael@0 | 460 | } |
michael@0 | 461 | MMM{ |
michael@0 | 462 | M{"MMM–MMM"} |
michael@0 | 463 | } |
michael@0 | 464 | MMMEd{ |
michael@0 | 465 | M{"E, d MMM – E, d MMM"} |
michael@0 | 466 | d{"E, d MMM – E, d MMM"} |
michael@0 | 467 | } |
michael@0 | 468 | MMMd{ |
michael@0 | 469 | M{"d MMM – d MMM"} |
michael@0 | 470 | d{"d–d MMM"} |
michael@0 | 471 | } |
michael@0 | 472 | Md{ |
michael@0 | 473 | M{"d/M – d/M"} |
michael@0 | 474 | d{"d/M – d/M"} |
michael@0 | 475 | } |
michael@0 | 476 | d{ |
michael@0 | 477 | d{"d–d"} |
michael@0 | 478 | } |
michael@0 | 479 | fallback{"{0} – {1}"} |
michael@0 | 480 | h{ |
michael@0 | 481 | a{"h a – h a"} |
michael@0 | 482 | h{"h–h a"} |
michael@0 | 483 | } |
michael@0 | 484 | hm{ |
michael@0 | 485 | a{"h:mm a – h:mm a"} |
michael@0 | 486 | h{"h:mm–h:mm a"} |
michael@0 | 487 | m{"h:mm–h:mm a"} |
michael@0 | 488 | } |
michael@0 | 489 | hmv{ |
michael@0 | 490 | a{"h:mm a – h:mm a v"} |
michael@0 | 491 | h{"h:mm–h:mm a v"} |
michael@0 | 492 | m{"h:mm–h:mm a v"} |
michael@0 | 493 | } |
michael@0 | 494 | hv{ |
michael@0 | 495 | a{"h a – h a v"} |
michael@0 | 496 | h{"h–h a v"} |
michael@0 | 497 | } |
michael@0 | 498 | y{ |
michael@0 | 499 | y{"y–y"} |
michael@0 | 500 | } |
michael@0 | 501 | yM{ |
michael@0 | 502 | M{"M/y – M/y"} |
michael@0 | 503 | y{"M/y – M/y"} |
michael@0 | 504 | } |
michael@0 | 505 | yMEd{ |
michael@0 | 506 | M{"E, d/M/y – E, d/M/y"} |
michael@0 | 507 | d{"E, d/M/y – E, d/M/y"} |
michael@0 | 508 | y{"E, d/M/y – E, d/M/y"} |
michael@0 | 509 | } |
michael@0 | 510 | yMMM{ |
michael@0 | 511 | M{"MMM–MMM y"} |
michael@0 | 512 | y{"MMM y – MMM y"} |
michael@0 | 513 | } |
michael@0 | 514 | yMMMEd{ |
michael@0 | 515 | M{"E, d MMM – E, d MMM y"} |
michael@0 | 516 | d{"E, d MMM – E, d MMM y"} |
michael@0 | 517 | y{"E, d MMM y – E, d MMM y"} |
michael@0 | 518 | } |
michael@0 | 519 | yMMMM{ |
michael@0 | 520 | M{"MMMM–MMMM y"} |
michael@0 | 521 | y{"MMMM y – MMMM y"} |
michael@0 | 522 | } |
michael@0 | 523 | yMMMd{ |
michael@0 | 524 | M{"d MMM – d MMM y"} |
michael@0 | 525 | d{"d–d MMM y"} |
michael@0 | 526 | y{"d MMM y – d MMM y"} |
michael@0 | 527 | } |
michael@0 | 528 | yMd{ |
michael@0 | 529 | M{"d/M/y – d/M/y"} |
michael@0 | 530 | d{"d/M/y – d/M/y"} |
michael@0 | 531 | y{"d/M/y – d/M/y"} |
michael@0 | 532 | } |
michael@0 | 533 | } |
michael@0 | 534 | monthNames{ |
michael@0 | 535 | format{ |
michael@0 | 536 | abbreviated{ |
michael@0 | 537 | "ਜਨਵਰੀ", |
michael@0 | 538 | "ਫ਼ਰਵਰੀ", |
michael@0 | 539 | "ਮਾਰਚ", |
michael@0 | 540 | "ਅਪ੍ਰੈਲ", |
michael@0 | 541 | "ਮਈ", |
michael@0 | 542 | "ਜੂਨ", |
michael@0 | 543 | "ਜੁਲਾਈ", |
michael@0 | 544 | "ਅਗਸਤ", |
michael@0 | 545 | "ਸਤੰਬਰ", |
michael@0 | 546 | "ਅਕਤੂਬਰ", |
michael@0 | 547 | "ਨਵੰਬਰ", |
michael@0 | 548 | "ਦਸੰਬਰ", |
michael@0 | 549 | } |
michael@0 | 550 | narrow{ |
michael@0 | 551 | "ਜ", |
michael@0 | 552 | "ਫ਼", |
michael@0 | 553 | "ਮਾ", |
michael@0 | 554 | "ਅ", |
michael@0 | 555 | "ਮ", |
michael@0 | 556 | "ਜੂ", |
michael@0 | 557 | "ਜੁ", |
michael@0 | 558 | "ਅ", |
michael@0 | 559 | "ਸ", |
michael@0 | 560 | "ਅ", |
michael@0 | 561 | "ਨ", |
michael@0 | 562 | "ਦ", |
michael@0 | 563 | } |
michael@0 | 564 | wide{ |
michael@0 | 565 | "ਜਨਵਰੀ", |
michael@0 | 566 | "ਫ਼ਰਵਰੀ", |
michael@0 | 567 | "ਮਾਰਚ", |
michael@0 | 568 | "ਅਪ੍ਰੈਲ", |
michael@0 | 569 | "ਮਈ", |
michael@0 | 570 | "ਜੂਨ", |
michael@0 | 571 | "ਜੁਲਾਈ", |
michael@0 | 572 | "ਅਗਸਤ", |
michael@0 | 573 | "ਸਤੰਬਰ", |
michael@0 | 574 | "ਅਕਤੂਬਰ", |
michael@0 | 575 | "ਨਵੰਬਰ", |
michael@0 | 576 | "ਦਸੰਬਰ", |
michael@0 | 577 | } |
michael@0 | 578 | } |
michael@0 | 579 | stand-alone{ |
michael@0 | 580 | abbreviated{ |
michael@0 | 581 | "ਜਨਵਰੀ", |
michael@0 | 582 | "ਫ਼ਰਵਰੀ", |
michael@0 | 583 | "ਮਾਰਚ", |
michael@0 | 584 | "ਅਪ੍ਰੈਲ", |
michael@0 | 585 | "ਮਈ", |
michael@0 | 586 | "ਜੂਨ", |
michael@0 | 587 | "ਜੁਲਾਈ", |
michael@0 | 588 | "ਅਗਸਤ", |
michael@0 | 589 | "ਸਤੰਬਰ", |
michael@0 | 590 | "ਅਕਤੂਬਰ", |
michael@0 | 591 | "ਨਵੰਬਰ", |
michael@0 | 592 | "ਦਸੰਬਰ", |
michael@0 | 593 | } |
michael@0 | 594 | narrow{ |
michael@0 | 595 | "ਜ", |
michael@0 | 596 | "ਫ਼", |
michael@0 | 597 | "ਮਾ", |
michael@0 | 598 | "ਅ", |
michael@0 | 599 | "ਮ", |
michael@0 | 600 | "ਜੂ", |
michael@0 | 601 | "ਜੁ", |
michael@0 | 602 | "ਅ", |
michael@0 | 603 | "ਸ", |
michael@0 | 604 | "ਅ", |
michael@0 | 605 | "ਨ", |
michael@0 | 606 | "ਦ", |
michael@0 | 607 | } |
michael@0 | 608 | wide{ |
michael@0 | 609 | "ਜਨਵਰੀ", |
michael@0 | 610 | "ਫ਼ਰਵਰੀ", |
michael@0 | 611 | "ਮਾਰਚ", |
michael@0 | 612 | "ਅਪ੍ਰੈਲ", |
michael@0 | 613 | "ਮਈ", |
michael@0 | 614 | "ਜੂਨ", |
michael@0 | 615 | "ਜੁਲਾਈ", |
michael@0 | 616 | "ਅਗਸਤ", |
michael@0 | 617 | "ਸਤੰਬਰ", |
michael@0 | 618 | "ਅਕਤੂਬਰ", |
michael@0 | 619 | "ਨਵੰਬਰ", |
michael@0 | 620 | "ਦਸੰਬਰ", |
michael@0 | 621 | } |
michael@0 | 622 | } |
michael@0 | 623 | } |
michael@0 | 624 | quarters{ |
michael@0 | 625 | format{ |
michael@0 | 626 | abbreviated{ |
michael@0 | 627 | "ਪਊਆ", |
michael@0 | 628 | "ਅੱਧਾ", |
michael@0 | 629 | "ਪੌਣਾ", |
michael@0 | 630 | "ਪੂਰਾ", |
michael@0 | 631 | } |
michael@0 | 632 | narrow{ |
michael@0 | 633 | "੧", |
michael@0 | 634 | "੨", |
michael@0 | 635 | "੩", |
michael@0 | 636 | "੪", |
michael@0 | 637 | } |
michael@0 | 638 | wide{ |
michael@0 | 639 | "ਪਊਆ", |
michael@0 | 640 | "ਅੱਧਾ", |
michael@0 | 641 | "ਪੌਣਾ", |
michael@0 | 642 | "ਪੂਰਾ", |
michael@0 | 643 | } |
michael@0 | 644 | } |
michael@0 | 645 | stand-alone{ |
michael@0 | 646 | abbreviated{ |
michael@0 | 647 | "ਪਊਆ", |
michael@0 | 648 | "ਅੱਧਾ", |
michael@0 | 649 | "ਪੌਣਾ", |
michael@0 | 650 | "ਪੂਰਾ", |
michael@0 | 651 | } |
michael@0 | 652 | narrow{ |
michael@0 | 653 | "੧", |
michael@0 | 654 | "੨", |
michael@0 | 655 | "੩", |
michael@0 | 656 | "੪", |
michael@0 | 657 | } |
michael@0 | 658 | wide{ |
michael@0 | 659 | "ਪਊਆ", |
michael@0 | 660 | "ਅੱਧਾ", |
michael@0 | 661 | "ਪੌਣਾ", |
michael@0 | 662 | "ਪੂਰਾ", |
michael@0 | 663 | } |
michael@0 | 664 | } |
michael@0 | 665 | } |
michael@0 | 666 | } |
michael@0 | 667 | } |
michael@0 | 668 | delimiters{ |
michael@0 | 669 | alternateQuotationEnd{"\u0022"} |
michael@0 | 670 | alternateQuotationStart{"\u0022"} |
michael@0 | 671 | quotationEnd{"'"} |
michael@0 | 672 | quotationStart{"'"} |
michael@0 | 673 | } |
michael@0 | 674 | durationUnits{ |
michael@0 | 675 | hm{"h:mm"} |
michael@0 | 676 | hms{"h:mm:ss"} |
michael@0 | 677 | ms{"m:ss"} |
michael@0 | 678 | } |
michael@0 | 679 | fields{ |
michael@0 | 680 | day{ |
michael@0 | 681 | dn{"ਦਿਨ"} |
michael@0 | 682 | relative{ |
michael@0 | 683 | "-1"{"ਲੰਘਿਆ ਕੱਲ"} |
michael@0 | 684 | "0"{"ਅੱਜ"} |
michael@0 | 685 | "1"{"ਭਲਕੇ"} |
michael@0 | 686 | } |
michael@0 | 687 | relativeTime{ |
michael@0 | 688 | future{ |
michael@0 | 689 | one{"{0} ਦਿਨ ਵਿਚ"} |
michael@0 | 690 | other{"{0} ਦਿਨਾਂ ਵਿਚ"} |
michael@0 | 691 | } |
michael@0 | 692 | past{ |
michael@0 | 693 | one{"{0} ਦਿਨ ਪਹਿਲਾਂ"} |
michael@0 | 694 | other{"{0} ਦਿਨ ਪਹਿਲਾਂ"} |
michael@0 | 695 | } |
michael@0 | 696 | } |
michael@0 | 697 | } |
michael@0 | 698 | dayperiod{ |
michael@0 | 699 | dn{"AM/PM"} |
michael@0 | 700 | } |
michael@0 | 701 | era{ |
michael@0 | 702 | dn{"ਯੁੱਗ"} |
michael@0 | 703 | } |
michael@0 | 704 | fri{ |
michael@0 | 705 | relative{ |
michael@0 | 706 | "-1"{"ਪਿਛਲਾ ਸ਼ੁੱਕਰਵਾਰ"} |
michael@0 | 707 | "0"{"ਇਹ ਸ਼ੁੱਕਰਵਾਰ"} |
michael@0 | 708 | "1"{"ਅਗਲਾ ਸ਼ੁੱਕਰਵਾਰ"} |
michael@0 | 709 | } |
michael@0 | 710 | } |
michael@0 | 711 | hour{ |
michael@0 | 712 | dn{"ਘੰਟਾ"} |
michael@0 | 713 | relativeTime{ |
michael@0 | 714 | future{ |
michael@0 | 715 | one{"{0} ਘੰਟੇ ਵਿਚ"} |
michael@0 | 716 | other{"{0} ਘੰਟੇ ਵਿਚ"} |
michael@0 | 717 | } |
michael@0 | 718 | past{ |
michael@0 | 719 | one{"{0} ਘੰਟਾ ਪਹਿਲਾਂ"} |
michael@0 | 720 | other{"{0} ਘੰਟੇ ਪਹਿਲਾਂ"} |
michael@0 | 721 | } |
michael@0 | 722 | } |
michael@0 | 723 | } |
michael@0 | 724 | minute{ |
michael@0 | 725 | dn{"ਮਿੰਟ"} |
michael@0 | 726 | relativeTime{ |
michael@0 | 727 | future{ |
michael@0 | 728 | one{"{0} ਮਿੰਟ ਵਿਚ"} |
michael@0 | 729 | other{"{0} ਮਿੰਟ ਵਿਚ"} |
michael@0 | 730 | } |
michael@0 | 731 | past{ |
michael@0 | 732 | one{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"} |
michael@0 | 733 | other{"{0} ਮਿੰਟ ਪਹਿਲਾਂ"} |
michael@0 | 734 | } |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | mon{ |
michael@0 | 738 | relative{ |
michael@0 | 739 | "-1"{"ਪਿਛਲਾ ਸੋਮਵਾਰ"} |
michael@0 | 740 | "0"{"ਇਹ ਸੋਮਵਾਰ"} |
michael@0 | 741 | "1"{"ਅਗਲਾ ਸੋਮਵਾਰ"} |
michael@0 | 742 | } |
michael@0 | 743 | } |
michael@0 | 744 | month{ |
michael@0 | 745 | dn{"ਮਹੀਨਾ"} |
michael@0 | 746 | relative{ |
michael@0 | 747 | "-1"{"ਪਿਛਲਾ ਮਹੀਨਾ"} |
michael@0 | 748 | "0"{"ਇਹ ਮਹੀਨਾ"} |
michael@0 | 749 | "1"{"ਅਗਲਾ ਮਹੀਨਾ"} |
michael@0 | 750 | } |
michael@0 | 751 | relativeTime{ |
michael@0 | 752 | future{ |
michael@0 | 753 | one{"{0} ਮਹੀਨੇ ਵਿਚ"} |
michael@0 | 754 | other{"{0} ਮਹੀਨੇ ਵਿਚ"} |
michael@0 | 755 | } |
michael@0 | 756 | past{ |
michael@0 | 757 | one{"{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"} |
michael@0 | 758 | other{"{0} ਮਹੀਨੇ ਪਹਿਲਾਂ"} |
michael@0 | 759 | } |
michael@0 | 760 | } |
michael@0 | 761 | } |
michael@0 | 762 | sat{ |
michael@0 | 763 | relative{ |
michael@0 | 764 | "-1"{"ਪਿਛਲਾ ਸ਼ਨਿੱਚਰਵਾਰ"} |
michael@0 | 765 | "0"{"ਇਹ ਸ਼ਨਿੱਚਰਵਾਰ"} |
michael@0 | 766 | "1"{"ਅਗਲਾ ਸ਼ਨਿੱਚਰਵਾਰ"} |
michael@0 | 767 | } |
michael@0 | 768 | } |
michael@0 | 769 | second{ |
michael@0 | 770 | dn{"ਸਕਿੰਟ"} |
michael@0 | 771 | relative{ |
michael@0 | 772 | "0"{"ਹੁਣ"} |
michael@0 | 773 | } |
michael@0 | 774 | relativeTime{ |
michael@0 | 775 | future{ |
michael@0 | 776 | one{"{0} ਸਕਿੰਟ ਵਿਚ"} |
michael@0 | 777 | other{"{0} ਸਕਿੰਟ ਵਿਚ"} |
michael@0 | 778 | } |
michael@0 | 779 | past{ |
michael@0 | 780 | one{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"} |
michael@0 | 781 | other{"{0} ਸਕਿੰਟ ਪਹਿਲਾਂ"} |
michael@0 | 782 | } |
michael@0 | 783 | } |
michael@0 | 784 | } |
michael@0 | 785 | sun{ |
michael@0 | 786 | relative{ |
michael@0 | 787 | "-1"{"ਪਿਛਲਾ ਐਤਵਾਰ"} |
michael@0 | 788 | "0"{"ਇਹ ਐਤਵਾਰ"} |
michael@0 | 789 | "1"{"ਅਗਲਾ ਐਤਵਾਰ"} |
michael@0 | 790 | } |
michael@0 | 791 | } |
michael@0 | 792 | thu{ |
michael@0 | 793 | relative{ |
michael@0 | 794 | "-1"{"ਪਿਛਲਾ ਵੀਰਵਾਰ"} |
michael@0 | 795 | "0"{"ਇਹ ਵੀਰਵਾਰ"} |
michael@0 | 796 | "1"{"ਅਗਲਾ ਵੀਰਵਾਰ"} |
michael@0 | 797 | } |
michael@0 | 798 | } |
michael@0 | 799 | tue{ |
michael@0 | 800 | relative{ |
michael@0 | 801 | "-1"{"ਪਿਛਲਾ ਮੰਗਲਵਾਰ"} |
michael@0 | 802 | "0"{"ਇਹ ਮੰਗਲਵਾਰ"} |
michael@0 | 803 | "1"{"ਅਗਲਾ ਮੰਗਲਵਾਰ"} |
michael@0 | 804 | } |
michael@0 | 805 | } |
michael@0 | 806 | wed{ |
michael@0 | 807 | relative{ |
michael@0 | 808 | "-1"{"ਪਿਛਲਾ ਬੁੱਧਵਾਰ"} |
michael@0 | 809 | "0"{"ਇਹ ਬੁੱਧਵਾਰ"} |
michael@0 | 810 | "1"{"ਅਗਲਾ ਬੁੱਧਵਾਰ"} |
michael@0 | 811 | } |
michael@0 | 812 | } |
michael@0 | 813 | week{ |
michael@0 | 814 | dn{"ਹਫ਼ਤਾ"} |
michael@0 | 815 | relative{ |
michael@0 | 816 | "-1"{"ਪਿਛਲਾ ਹਫ਼ਤਾ"} |
michael@0 | 817 | "0"{"ਇਹ ਹਫ਼ਤਾ"} |
michael@0 | 818 | "1"{"ਅਗਲਾ ਹਫ਼ਤਾ"} |
michael@0 | 819 | } |
michael@0 | 820 | relativeTime{ |
michael@0 | 821 | future{ |
michael@0 | 822 | one{"{0} ਹਫ਼ਤੇ ਵਿਚ"} |
michael@0 | 823 | other{"{0} ਹਫ਼ਤੇ ਵਿਚ"} |
michael@0 | 824 | } |
michael@0 | 825 | past{ |
michael@0 | 826 | one{"{0} ਹਫ਼ਤਾ ਪਹਿਲਾਂ"} |
michael@0 | 827 | other{"{0} ਹਫ਼ਤੇ ਪਹਿਲਾਂ"} |
michael@0 | 828 | } |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | weekday{ |
michael@0 | 832 | dn{"ਹਫ਼ਤੇ ਦਾ ਦਿਨ"} |
michael@0 | 833 | } |
michael@0 | 834 | year{ |
michael@0 | 835 | dn{"ਸਾਲ"} |
michael@0 | 836 | relative{ |
michael@0 | 837 | "-1"{"ਪਿਛਲਾ ਸਾਲ"} |
michael@0 | 838 | "0"{"ਇਹ ਸਾਲ"} |
michael@0 | 839 | "1"{"ਅਗਲਾ ਸਾਲ"} |
michael@0 | 840 | } |
michael@0 | 841 | relativeTime{ |
michael@0 | 842 | future{ |
michael@0 | 843 | one{"{0} ਸਾਲ ਵਿਚ"} |
michael@0 | 844 | other{"{0} ਸਾਲ ਵਿਚ"} |
michael@0 | 845 | } |
michael@0 | 846 | past{ |
michael@0 | 847 | one{"{0} ਸਾਲ ਪਹਿਲਾਂ"} |
michael@0 | 848 | other{"{0} ਸਾਲ ਪਹਿਲਾਂ"} |
michael@0 | 849 | } |
michael@0 | 850 | } |
michael@0 | 851 | } |
michael@0 | 852 | zone{ |
michael@0 | 853 | dn{"ਖੇਤਰ"} |
michael@0 | 854 | } |
michael@0 | 855 | } |
michael@0 | 856 | listPattern{ |
michael@0 | 857 | standard{ |
michael@0 | 858 | 2{"{0} ਅਤੇ {1}"} |
michael@0 | 859 | end{"{0} ਅਤੇ {1}"} |
michael@0 | 860 | middle{"{0}, {1}"} |
michael@0 | 861 | start{"{0}, {1}"} |
michael@0 | 862 | } |
michael@0 | 863 | unit{ |
michael@0 | 864 | 2{"{0} ਅਤੇ {1}"} |
michael@0 | 865 | end{"{0} ਅਤੇ {1}"} |
michael@0 | 866 | middle{"{0}, {1}"} |
michael@0 | 867 | start{"{0}, {1}"} |
michael@0 | 868 | } |
michael@0 | 869 | unit-short{ |
michael@0 | 870 | 2{"{0}, {1}"} |
michael@0 | 871 | end{"{0}, {1}"} |
michael@0 | 872 | middle{"{0}, {1}"} |
michael@0 | 873 | start{"{0}, {1}"} |
michael@0 | 874 | } |
michael@0 | 875 | } |
michael@0 | 876 | measurementSystemNames{ |
michael@0 | 877 | UK{"ਯੂ. ਕੇ."} |
michael@0 | 878 | US{"ਯੂ. ਐਸ."} |
michael@0 | 879 | metric{"ਮੈਟਰਿਕ"} |
michael@0 | 880 | } |
michael@0 | 881 | units{ |
michael@0 | 882 | acceleration{ |
michael@0 | 883 | g-force{ |
michael@0 | 884 | one{"{0} ਗੁਰੂਤੱਵ ਆਕਰਸ਼ਨ ਸ਼ਕਤੀ"} |
michael@0 | 885 | other{"{0} ਗੁਰੂਤੱਵ ਆਕਰਸ਼ਨ ਸ਼ਕਤੀ"} |
michael@0 | 886 | } |
michael@0 | 887 | } |
michael@0 | 888 | angle{ |
michael@0 | 889 | arc-minute{ |
michael@0 | 890 | one{"{0} ਮਿਨਟ"} |
michael@0 | 891 | other{"{0} ਮਿਨਟ"} |
michael@0 | 892 | } |
michael@0 | 893 | arc-second{ |
michael@0 | 894 | one{"{0} ਸੈਕੇਂਡ"} |
michael@0 | 895 | other{"{0} ਸੈਕੇਂਡ"} |
michael@0 | 896 | } |
michael@0 | 897 | degree{ |
michael@0 | 898 | one{"{0} ਡਿਗਰੀ"} |
michael@0 | 899 | other{"{0} ਡਿਗਰੀ"} |
michael@0 | 900 | } |
michael@0 | 901 | } |
michael@0 | 902 | area{ |
michael@0 | 903 | acre{ |
michael@0 | 904 | one{"{0} ਏਕੜ"} |
michael@0 | 905 | other{"{0} ਏਕੜ"} |
michael@0 | 906 | } |
michael@0 | 907 | hectare{ |
michael@0 | 908 | one{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 909 | other{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 910 | } |
michael@0 | 911 | square-foot{ |
michael@0 | 912 | one{"{0} ਵਰਗ ਫੁੱਟ"} |
michael@0 | 913 | other{"{0} ਵਰਗ ਫੁੱਟ"} |
michael@0 | 914 | } |
michael@0 | 915 | square-kilometer{ |
michael@0 | 916 | one{"{0} ਵਰਗ ਕਿਲੋਮੀਟਰ"} |
michael@0 | 917 | other{"{0} ਵਰਗ ਕਿਲੋਮੀਟਰ"} |
michael@0 | 918 | } |
michael@0 | 919 | square-meter{ |
michael@0 | 920 | one{"{0} ਵਰਗ ਮੀਟਰ"} |
michael@0 | 921 | other{"{0} ਵਰਗ ਮੀਟਰ"} |
michael@0 | 922 | } |
michael@0 | 923 | square-mile{ |
michael@0 | 924 | one{"{0} ਵਰਗ ਮੀਲ"} |
michael@0 | 925 | other{"{0} ਵਰਗ ਮੀਲ"} |
michael@0 | 926 | } |
michael@0 | 927 | } |
michael@0 | 928 | compound{ |
michael@0 | 929 | per{"{0} ਪ੍ਰਤੀ {1}"} |
michael@0 | 930 | } |
michael@0 | 931 | duration{ |
michael@0 | 932 | day{ |
michael@0 | 933 | one{"{0} ਦਿਨ"} |
michael@0 | 934 | other{"{0} ਦਿਨ"} |
michael@0 | 935 | } |
michael@0 | 936 | hour{ |
michael@0 | 937 | one{"{0} ਘੰਟਾ"} |
michael@0 | 938 | other{"{0} ਘੰਟੇ"} |
michael@0 | 939 | } |
michael@0 | 940 | millisecond{ |
michael@0 | 941 | one{"{0} ਮਿਲੀ ਸਕਿੰਟ"} |
michael@0 | 942 | other{"{0} ਮਿਲੀ ਸਕਿੰਟ"} |
michael@0 | 943 | } |
michael@0 | 944 | minute{ |
michael@0 | 945 | one{"{0} ਮਿੰਟ"} |
michael@0 | 946 | other{"{0} ਮਿੰਟ"} |
michael@0 | 947 | } |
michael@0 | 948 | month{ |
michael@0 | 949 | one{"{0} ਮਹੀਨਾ"} |
michael@0 | 950 | other{"{0} ਮਹੀਨੇ"} |
michael@0 | 951 | } |
michael@0 | 952 | second{ |
michael@0 | 953 | one{"{0} ਸਕਿੰਟ"} |
michael@0 | 954 | other{"{0} ਸਕਿੰਟ"} |
michael@0 | 955 | } |
michael@0 | 956 | week{ |
michael@0 | 957 | one{"{0} ਹਫ਼ਤਾ"} |
michael@0 | 958 | other{"{0} ਹਫ਼ਤੇ"} |
michael@0 | 959 | } |
michael@0 | 960 | year{ |
michael@0 | 961 | one{"{0} ਸਾਲ"} |
michael@0 | 962 | other{"{0} ਸਾਲ"} |
michael@0 | 963 | } |
michael@0 | 964 | } |
michael@0 | 965 | length{ |
michael@0 | 966 | centimeter{ |
michael@0 | 967 | one{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 968 | other{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 969 | } |
michael@0 | 970 | foot{ |
michael@0 | 971 | one{"{0} ਫੁੱਟ"} |
michael@0 | 972 | other{"{0} ਫੁੱਟ"} |
michael@0 | 973 | } |
michael@0 | 974 | inch{ |
michael@0 | 975 | one{"{0} ਇੰਚ"} |
michael@0 | 976 | other{"{0} ਇੰਚ"} |
michael@0 | 977 | } |
michael@0 | 978 | kilometer{ |
michael@0 | 979 | one{"{0} ਕਿਲੋਮੀਟਰ"} |
michael@0 | 980 | other{"{0} ਕਿਲੋਮੀਟਰ"} |
michael@0 | 981 | } |
michael@0 | 982 | light-year{ |
michael@0 | 983 | one{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 984 | other{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 985 | } |
michael@0 | 986 | meter{ |
michael@0 | 987 | one{"{0} ਮੀਟਰ"} |
michael@0 | 988 | other{"{0} ਮੀਟਰ"} |
michael@0 | 989 | } |
michael@0 | 990 | mile{ |
michael@0 | 991 | one{"{0} ਮੀਲ"} |
michael@0 | 992 | other{"{0} ਮੀਲ"} |
michael@0 | 993 | } |
michael@0 | 994 | millimeter{ |
michael@0 | 995 | one{"{0} ਮਿਲੀਮੀਟਰ"} |
michael@0 | 996 | other{"{0} ਮਿਲੀਮੀਟਰ"} |
michael@0 | 997 | } |
michael@0 | 998 | picometer{ |
michael@0 | 999 | one{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1000 | other{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1001 | } |
michael@0 | 1002 | yard{ |
michael@0 | 1003 | one{"{0} ਯਾਰਡ"} |
michael@0 | 1004 | other{"{0} ਯਾਰਡ"} |
michael@0 | 1005 | } |
michael@0 | 1006 | } |
michael@0 | 1007 | mass{ |
michael@0 | 1008 | gram{ |
michael@0 | 1009 | one{"{0} ਗ੍ਰਾਮ"} |
michael@0 | 1010 | other{"{0} ਗ੍ਰਾਮ"} |
michael@0 | 1011 | } |
michael@0 | 1012 | kilogram{ |
michael@0 | 1013 | one{"{0} ਕਿਲੋਗ੍ਰਾਮ"} |
michael@0 | 1014 | other{"{0} ਕਿਲੋਗ੍ਰਾਮ"} |
michael@0 | 1015 | } |
michael@0 | 1016 | ounce{ |
michael@0 | 1017 | one{"{0} ਆਉਂਸ"} |
michael@0 | 1018 | other{"{0} ਆਉਂਸ"} |
michael@0 | 1019 | } |
michael@0 | 1020 | pound{ |
michael@0 | 1021 | one{"{0} ਪਾਉਂਡ"} |
michael@0 | 1022 | other{"{0} ਪਾਉਂਡ"} |
michael@0 | 1023 | } |
michael@0 | 1024 | } |
michael@0 | 1025 | power{ |
michael@0 | 1026 | horsepower{ |
michael@0 | 1027 | one{"{0} ਹੌਰਸਪਾਵਰ"} |
michael@0 | 1028 | other{"{0} ਹੌਰਸਪਾਵਰ"} |
michael@0 | 1029 | } |
michael@0 | 1030 | kilowatt{ |
michael@0 | 1031 | one{"{0} ਕਿਲੋਵਾਟ"} |
michael@0 | 1032 | other{"{0} ਕਿਲੋਵਾਟ"} |
michael@0 | 1033 | } |
michael@0 | 1034 | watt{ |
michael@0 | 1035 | one{"{0} ਵਾਟ"} |
michael@0 | 1036 | other{"{0} ਵਾਟ"} |
michael@0 | 1037 | } |
michael@0 | 1038 | } |
michael@0 | 1039 | pressure{ |
michael@0 | 1040 | hectopascal{ |
michael@0 | 1041 | one{"{0} ਹੈਕਟੋਪਾਸਕਲ"} |
michael@0 | 1042 | other{"{0} ਹੈਕਟੋਪਾਸਕਲ"} |
michael@0 | 1043 | } |
michael@0 | 1044 | inch-hg{ |
michael@0 | 1045 | one{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1046 | other{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1047 | } |
michael@0 | 1048 | millibar{ |
michael@0 | 1049 | one{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1050 | other{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1051 | } |
michael@0 | 1052 | } |
michael@0 | 1053 | speed{ |
michael@0 | 1054 | kilometer-per-hour{ |
michael@0 | 1055 | one{"{0} ਕਿਲੋਮੀਟਰ ਪ੍ਰਤੀ ਘੰਟਾ"} |
michael@0 | 1056 | other{"{0} ਕਿਲੋਮੀਟਰ ਪ੍ਰਤੀ ਘੰਟਾ"} |
michael@0 | 1057 | } |
michael@0 | 1058 | meter-per-second{ |
michael@0 | 1059 | one{"{0} ਮੀਟਰ ਪ੍ਰਤੀ ਸਕਿੰਟ"} |
michael@0 | 1060 | other{"{0} ਮੀਟਰ ਪ੍ਰਤੀ ਸਕਿੰਟ"} |
michael@0 | 1061 | } |
michael@0 | 1062 | mile-per-hour{ |
michael@0 | 1063 | one{"{0} ਮੀਲ ਪ੍ਰਤੀ ਘੰਟਾ"} |
michael@0 | 1064 | other{"{0} ਮੀਲ ਪ੍ਰਤੀ ਘੰਟਾ"} |
michael@0 | 1065 | } |
michael@0 | 1066 | } |
michael@0 | 1067 | temperature{ |
michael@0 | 1068 | celsius{ |
michael@0 | 1069 | one{"{0} ਡਿਗਰੀ ਸੈਲਸੀਅਸ"} |
michael@0 | 1070 | other{"{0} ਡਿਗਰੀ ਸੈਲਸੀਅਸ"} |
michael@0 | 1071 | } |
michael@0 | 1072 | fahrenheit{ |
michael@0 | 1073 | one{"{0} ਡਿਗਰੀ ਫਾਰੇਨਹਾਈਟ"} |
michael@0 | 1074 | other{"{0} ਡਿਗਰੀ ਫਾਰੇਨਹਾਈਟ"} |
michael@0 | 1075 | } |
michael@0 | 1076 | } |
michael@0 | 1077 | volume{ |
michael@0 | 1078 | cubic-kilometer{ |
michael@0 | 1079 | one{"{0} ਘਣ ਕਿਲੋਮੀਟਰ"} |
michael@0 | 1080 | other{"{0} ਘਣ ਕਿਲੋਮੀਟਰ"} |
michael@0 | 1081 | } |
michael@0 | 1082 | cubic-mile{ |
michael@0 | 1083 | one{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1084 | other{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1085 | } |
michael@0 | 1086 | liter{ |
michael@0 | 1087 | one{"{0} ਲੀਟਰ"} |
michael@0 | 1088 | other{"{0} ਲੀਟਰ"} |
michael@0 | 1089 | } |
michael@0 | 1090 | } |
michael@0 | 1091 | } |
michael@0 | 1092 | unitsNarrow{ |
michael@0 | 1093 | acceleration{ |
michael@0 | 1094 | g-force{ |
michael@0 | 1095 | one{"{0} G"} |
michael@0 | 1096 | other{"{0} G"} |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | angle{ |
michael@0 | 1100 | arc-minute{ |
michael@0 | 1101 | one{"{0}′"} |
michael@0 | 1102 | other{"{0}′"} |
michael@0 | 1103 | } |
michael@0 | 1104 | arc-second{ |
michael@0 | 1105 | one{"{0}″"} |
michael@0 | 1106 | other{"{0}″"} |
michael@0 | 1107 | } |
michael@0 | 1108 | degree{ |
michael@0 | 1109 | one{"{0}°"} |
michael@0 | 1110 | other{"{0}°"} |
michael@0 | 1111 | } |
michael@0 | 1112 | } |
michael@0 | 1113 | area{ |
michael@0 | 1114 | acre{ |
michael@0 | 1115 | one{"{0} ਏਕੜ"} |
michael@0 | 1116 | other{"{0} ਏਕੜ"} |
michael@0 | 1117 | } |
michael@0 | 1118 | hectare{ |
michael@0 | 1119 | one{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 1120 | other{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 1121 | } |
michael@0 | 1122 | square-foot{ |
michael@0 | 1123 | one{"{0} ਵ.ਫੁੱ."} |
michael@0 | 1124 | other{"{0} ਵ.ਫੁੱ."} |
michael@0 | 1125 | } |
michael@0 | 1126 | square-kilometer{ |
michael@0 | 1127 | one{"{0} ਵ.ਕਿਮੀ"} |
michael@0 | 1128 | other{"{0} ਵ.ਕਿਮੀ"} |
michael@0 | 1129 | } |
michael@0 | 1130 | square-meter{ |
michael@0 | 1131 | one{"{0} ਵ.ਮੀ."} |
michael@0 | 1132 | other{"{0} ਵ.ਮੀ."} |
michael@0 | 1133 | } |
michael@0 | 1134 | square-mile{ |
michael@0 | 1135 | one{"{0} ਵ. ਮੀਲ"} |
michael@0 | 1136 | other{"{0} ਵ. ਮੀਲ"} |
michael@0 | 1137 | } |
michael@0 | 1138 | } |
michael@0 | 1139 | compound{ |
michael@0 | 1140 | per{"{0} ਪ੍ਰਤੀ {1}"} |
michael@0 | 1141 | } |
michael@0 | 1142 | duration{ |
michael@0 | 1143 | day{ |
michael@0 | 1144 | one{"{0} ਦਿਨ"} |
michael@0 | 1145 | other{"{0} ਦਿਨ"} |
michael@0 | 1146 | } |
michael@0 | 1147 | hour{ |
michael@0 | 1148 | one{"{0} ਘੰਟੇ"} |
michael@0 | 1149 | other{"{0} ਘੰਟੇ"} |
michael@0 | 1150 | } |
michael@0 | 1151 | millisecond{ |
michael@0 | 1152 | one{"{0} ms"} |
michael@0 | 1153 | other{"{0} ms"} |
michael@0 | 1154 | } |
michael@0 | 1155 | minute{ |
michael@0 | 1156 | one{"{0} ਮਿੰਟ"} |
michael@0 | 1157 | other{"{0} ਮਿੰਟ"} |
michael@0 | 1158 | } |
michael@0 | 1159 | month{ |
michael@0 | 1160 | one{"{0} ਮਹੀਨਾ"} |
michael@0 | 1161 | other{"{0} ਮਹੀਨੇ"} |
michael@0 | 1162 | } |
michael@0 | 1163 | second{ |
michael@0 | 1164 | one{"{0} ਸਕਿੰਟ"} |
michael@0 | 1165 | other{"{0} ਸਕਿੰਟ"} |
michael@0 | 1166 | } |
michael@0 | 1167 | week{ |
michael@0 | 1168 | one{"{0} ਹਫ਼ਤਾ"} |
michael@0 | 1169 | other{"{0} ਹਫ਼ਤੇ"} |
michael@0 | 1170 | } |
michael@0 | 1171 | year{ |
michael@0 | 1172 | one{"{0} ਸਾਲ"} |
michael@0 | 1173 | other{"{0} ਸਾਲ"} |
michael@0 | 1174 | } |
michael@0 | 1175 | } |
michael@0 | 1176 | length{ |
michael@0 | 1177 | centimeter{ |
michael@0 | 1178 | one{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 1179 | other{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 1180 | } |
michael@0 | 1181 | foot{ |
michael@0 | 1182 | one{"{0}'"} |
michael@0 | 1183 | other{"{0}'"} |
michael@0 | 1184 | } |
michael@0 | 1185 | inch{ |
michael@0 | 1186 | one{"{0}\u0022"} |
michael@0 | 1187 | other{"{0}\u0022"} |
michael@0 | 1188 | } |
michael@0 | 1189 | kilometer{ |
michael@0 | 1190 | one{"{0} ਕਿਮੀ"} |
michael@0 | 1191 | other{"{0} ਕਿਮੀ"} |
michael@0 | 1192 | } |
michael@0 | 1193 | light-year{ |
michael@0 | 1194 | one{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 1195 | other{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 1196 | } |
michael@0 | 1197 | meter{ |
michael@0 | 1198 | one{"{0} ਮੀ"} |
michael@0 | 1199 | other{"{0} ਮੀ"} |
michael@0 | 1200 | } |
michael@0 | 1201 | mile{ |
michael@0 | 1202 | one{"{0} ਮੀਲ"} |
michael@0 | 1203 | other{"{0} ਮੀਲ"} |
michael@0 | 1204 | } |
michael@0 | 1205 | millimeter{ |
michael@0 | 1206 | one{"{0} ਮਿਮੀ"} |
michael@0 | 1207 | other{"{0} ਮਿਮੀ"} |
michael@0 | 1208 | } |
michael@0 | 1209 | picometer{ |
michael@0 | 1210 | one{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1211 | other{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1212 | } |
michael@0 | 1213 | yard{ |
michael@0 | 1214 | one{"{0} ਯਾਰਡ"} |
michael@0 | 1215 | other{"{0} ਯਾਰਡ"} |
michael@0 | 1216 | } |
michael@0 | 1217 | } |
michael@0 | 1218 | mass{ |
michael@0 | 1219 | gram{ |
michael@0 | 1220 | one{"{0} ਗ੍ਰਾ."} |
michael@0 | 1221 | other{"{0} ਗ੍ਰਾ."} |
michael@0 | 1222 | } |
michael@0 | 1223 | kilogram{ |
michael@0 | 1224 | one{"{0} ਕਿ.ਗ੍ਰਾ."} |
michael@0 | 1225 | other{"{0} ਕਿ.ਗ੍ਰਾ."} |
michael@0 | 1226 | } |
michael@0 | 1227 | ounce{ |
michael@0 | 1228 | one{"{0} ਆਉਂਸ"} |
michael@0 | 1229 | other{"{0} ਆਉਂਸ"} |
michael@0 | 1230 | } |
michael@0 | 1231 | pound{ |
michael@0 | 1232 | one{"{0} ਪਾਉਂਡ"} |
michael@0 | 1233 | other{"{0} ਪਾਉਂਡ"} |
michael@0 | 1234 | } |
michael@0 | 1235 | } |
michael@0 | 1236 | power{ |
michael@0 | 1237 | horsepower{ |
michael@0 | 1238 | one{"{0} hp"} |
michael@0 | 1239 | other{"{0} hp"} |
michael@0 | 1240 | } |
michael@0 | 1241 | kilowatt{ |
michael@0 | 1242 | one{"{0}kW"} |
michael@0 | 1243 | other{"{0}kW"} |
michael@0 | 1244 | } |
michael@0 | 1245 | watt{ |
michael@0 | 1246 | one{"{0}W"} |
michael@0 | 1247 | other{"{0}W"} |
michael@0 | 1248 | } |
michael@0 | 1249 | } |
michael@0 | 1250 | pressure{ |
michael@0 | 1251 | hectopascal{ |
michael@0 | 1252 | one{"{0} hPa"} |
michael@0 | 1253 | other{"{0} hPa"} |
michael@0 | 1254 | } |
michael@0 | 1255 | inch-hg{ |
michael@0 | 1256 | one{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1257 | other{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1258 | } |
michael@0 | 1259 | millibar{ |
michael@0 | 1260 | one{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1261 | other{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1262 | } |
michael@0 | 1263 | } |
michael@0 | 1264 | speed{ |
michael@0 | 1265 | kilometer-per-hour{ |
michael@0 | 1266 | one{"{0} km/h"} |
michael@0 | 1267 | other{"{0} km/h"} |
michael@0 | 1268 | } |
michael@0 | 1269 | meter-per-second{ |
michael@0 | 1270 | one{"{0} m/s"} |
michael@0 | 1271 | other{"{0} m/s"} |
michael@0 | 1272 | } |
michael@0 | 1273 | mile-per-hour{ |
michael@0 | 1274 | one{"{0}mph"} |
michael@0 | 1275 | other{"{0}mph"} |
michael@0 | 1276 | } |
michael@0 | 1277 | } |
michael@0 | 1278 | temperature{ |
michael@0 | 1279 | celsius{ |
michael@0 | 1280 | one{"{0}°"} |
michael@0 | 1281 | other{"{0}°"} |
michael@0 | 1282 | } |
michael@0 | 1283 | fahrenheit{ |
michael@0 | 1284 | one{"{0}°F"} |
michael@0 | 1285 | other{"{0}°F"} |
michael@0 | 1286 | } |
michael@0 | 1287 | } |
michael@0 | 1288 | volume{ |
michael@0 | 1289 | cubic-kilometer{ |
michael@0 | 1290 | one{"{0} ਘਣ ਕਿਮੀ"} |
michael@0 | 1291 | other{"{0} ਘਣ ਕਿਮੀ"} |
michael@0 | 1292 | } |
michael@0 | 1293 | cubic-mile{ |
michael@0 | 1294 | one{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1295 | other{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1296 | } |
michael@0 | 1297 | liter{ |
michael@0 | 1298 | one{"{0} ਲੀ."} |
michael@0 | 1299 | other{"{0} ਲੀ."} |
michael@0 | 1300 | } |
michael@0 | 1301 | } |
michael@0 | 1302 | } |
michael@0 | 1303 | unitsShort{ |
michael@0 | 1304 | acceleration{ |
michael@0 | 1305 | g-force{ |
michael@0 | 1306 | one{"{0} ਗੁ-ਸ਼ਕਤੀ"} |
michael@0 | 1307 | other{"{0} ਗੁ-ਸ਼ਕਤੀ"} |
michael@0 | 1308 | } |
michael@0 | 1309 | } |
michael@0 | 1310 | angle{ |
michael@0 | 1311 | arc-minute{ |
michael@0 | 1312 | one{"{0} ਮਿਨਟ"} |
michael@0 | 1313 | other{"{0} ਮਿਨਟ"} |
michael@0 | 1314 | } |
michael@0 | 1315 | arc-second{ |
michael@0 | 1316 | one{"{0} ਸੈਕੇਂਡ"} |
michael@0 | 1317 | other{"{0} ਸੈਕੇਂਡ"} |
michael@0 | 1318 | } |
michael@0 | 1319 | degree{ |
michael@0 | 1320 | one{"{0} ਡਿ."} |
michael@0 | 1321 | other{"{0} ਡਿ."} |
michael@0 | 1322 | } |
michael@0 | 1323 | } |
michael@0 | 1324 | area{ |
michael@0 | 1325 | acre{ |
michael@0 | 1326 | one{"{0} ਏਕੜ"} |
michael@0 | 1327 | other{"{0} ਏਕੜ"} |
michael@0 | 1328 | } |
michael@0 | 1329 | hectare{ |
michael@0 | 1330 | one{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 1331 | other{"{0} ਹੈਕਟੇਅਰ"} |
michael@0 | 1332 | } |
michael@0 | 1333 | square-foot{ |
michael@0 | 1334 | one{"{0} ਵ.ਫੁੱ."} |
michael@0 | 1335 | other{"{0} ਵ.ਫੁੱ."} |
michael@0 | 1336 | } |
michael@0 | 1337 | square-kilometer{ |
michael@0 | 1338 | one{"{0} ਵ.ਕਿ.ਮੀ."} |
michael@0 | 1339 | other{"{0} ਵ.ਕਿ.ਮੀ."} |
michael@0 | 1340 | } |
michael@0 | 1341 | square-meter{ |
michael@0 | 1342 | one{"{0} ਵ.ਮੀ."} |
michael@0 | 1343 | other{"{0} ਵ.ਮੀ."} |
michael@0 | 1344 | } |
michael@0 | 1345 | square-mile{ |
michael@0 | 1346 | one{"{0} ਵ. ਮੀਲ"} |
michael@0 | 1347 | other{"{0} ਵ. ਮੀਲ"} |
michael@0 | 1348 | } |
michael@0 | 1349 | } |
michael@0 | 1350 | compound{ |
michael@0 | 1351 | per{"{0}/{1}"} |
michael@0 | 1352 | } |
michael@0 | 1353 | duration{ |
michael@0 | 1354 | day{ |
michael@0 | 1355 | one{"{0} ਦਿਨ"} |
michael@0 | 1356 | other{"{0} ਦਿਨ"} |
michael@0 | 1357 | } |
michael@0 | 1358 | hour{ |
michael@0 | 1359 | one{"{0} ਘੰਟਾ"} |
michael@0 | 1360 | other{"{0} ਘੰਟੇ"} |
michael@0 | 1361 | } |
michael@0 | 1362 | millisecond{ |
michael@0 | 1363 | one{"{0} ਮਿਲੀ ਸਕਿੰਟ"} |
michael@0 | 1364 | other{"{0} ਮਿਲੀ ਸਕਿੰਟ"} |
michael@0 | 1365 | } |
michael@0 | 1366 | minute{ |
michael@0 | 1367 | one{"{0} ਮਿੰਟ"} |
michael@0 | 1368 | other{"{0} ਮਿੰਟ"} |
michael@0 | 1369 | } |
michael@0 | 1370 | month{ |
michael@0 | 1371 | one{"{0} ਮਹੀਨਾ"} |
michael@0 | 1372 | other{"{0} ਮਹੀਨੇ"} |
michael@0 | 1373 | } |
michael@0 | 1374 | second{ |
michael@0 | 1375 | one{"{0} ਸਕਿੰਟ"} |
michael@0 | 1376 | other{"{0} ਸਕਿੰਟ"} |
michael@0 | 1377 | } |
michael@0 | 1378 | week{ |
michael@0 | 1379 | one{"{0} ਹਫ਼ਤਾ"} |
michael@0 | 1380 | other{"{0} ਹਫ਼ਤੇ"} |
michael@0 | 1381 | } |
michael@0 | 1382 | year{ |
michael@0 | 1383 | one{"{0} ਸਾਲ"} |
michael@0 | 1384 | other{"{0} ਸਾਲ"} |
michael@0 | 1385 | } |
michael@0 | 1386 | } |
michael@0 | 1387 | length{ |
michael@0 | 1388 | centimeter{ |
michael@0 | 1389 | one{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 1390 | other{"{0} ਸੈਂਟੀਮੀਟਰ"} |
michael@0 | 1391 | } |
michael@0 | 1392 | foot{ |
michael@0 | 1393 | one{"{0} ਫੁੱ."} |
michael@0 | 1394 | other{"{0} ਫੁੱ."} |
michael@0 | 1395 | } |
michael@0 | 1396 | inch{ |
michael@0 | 1397 | one{"{0} ਇੰਚ"} |
michael@0 | 1398 | other{"{0} ਇੰਚ"} |
michael@0 | 1399 | } |
michael@0 | 1400 | kilometer{ |
michael@0 | 1401 | one{"{0} ਕਿ.ਮੀ."} |
michael@0 | 1402 | other{"{0} ਕਿ.ਮੀ."} |
michael@0 | 1403 | } |
michael@0 | 1404 | light-year{ |
michael@0 | 1405 | one{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 1406 | other{"{0} ਪ੍ਰਕਾਸ਼ ਸਾਲ"} |
michael@0 | 1407 | } |
michael@0 | 1408 | meter{ |
michael@0 | 1409 | one{"{0} ਮੀ."} |
michael@0 | 1410 | other{"{0} ਮੀ."} |
michael@0 | 1411 | } |
michael@0 | 1412 | mile{ |
michael@0 | 1413 | one{"{0} ਮੀਲ"} |
michael@0 | 1414 | other{"{0} ਮੀਲ"} |
michael@0 | 1415 | } |
michael@0 | 1416 | millimeter{ |
michael@0 | 1417 | one{"{0} ਮਿ.ਮੀ."} |
michael@0 | 1418 | other{"{0} ਮਿ.ਮੀ."} |
michael@0 | 1419 | } |
michael@0 | 1420 | picometer{ |
michael@0 | 1421 | one{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1422 | other{"{0} ਪਿਕੋਮੀਟਰ"} |
michael@0 | 1423 | } |
michael@0 | 1424 | yard{ |
michael@0 | 1425 | one{"{0} ਯਾਰਡ"} |
michael@0 | 1426 | other{"{0} ਯਾਰਡ"} |
michael@0 | 1427 | } |
michael@0 | 1428 | } |
michael@0 | 1429 | mass{ |
michael@0 | 1430 | gram{ |
michael@0 | 1431 | one{"{0} ਗ੍ਰਾ."} |
michael@0 | 1432 | other{"{0} ਗ੍ਰਾ."} |
michael@0 | 1433 | } |
michael@0 | 1434 | kilogram{ |
michael@0 | 1435 | one{"{0} ਕਿ.ਗ੍ਰਾ."} |
michael@0 | 1436 | other{"{0} ਕਿ.ਗ੍ਰਾ."} |
michael@0 | 1437 | } |
michael@0 | 1438 | ounce{ |
michael@0 | 1439 | one{"{0} ਆਉਂਸ"} |
michael@0 | 1440 | other{"{0} ਆਉਂਸ"} |
michael@0 | 1441 | } |
michael@0 | 1442 | pound{ |
michael@0 | 1443 | one{"{0} ਪਾਉਂਡ"} |
michael@0 | 1444 | other{"{0} ਪਾਉਂਡ"} |
michael@0 | 1445 | } |
michael@0 | 1446 | } |
michael@0 | 1447 | power{ |
michael@0 | 1448 | horsepower{ |
michael@0 | 1449 | one{"{0} ਹੌਰਸਪਾਵਰ"} |
michael@0 | 1450 | other{"{0} ਹੌਰਸਪਾਵਰ"} |
michael@0 | 1451 | } |
michael@0 | 1452 | kilowatt{ |
michael@0 | 1453 | one{"{0} ਕਿ. ਵਾਟ"} |
michael@0 | 1454 | other{"{0} ਕਿ. ਵਾਟ"} |
michael@0 | 1455 | } |
michael@0 | 1456 | watt{ |
michael@0 | 1457 | one{"{0} ਵਾਟ"} |
michael@0 | 1458 | other{"{0} ਵਾਟ"} |
michael@0 | 1459 | } |
michael@0 | 1460 | } |
michael@0 | 1461 | pressure{ |
michael@0 | 1462 | hectopascal{ |
michael@0 | 1463 | one{"{0} ਹੈਕਟੋਪਾਸਕਲ"} |
michael@0 | 1464 | other{"{0} ਹੈਕਟੋਪਾਸਕਲ"} |
michael@0 | 1465 | } |
michael@0 | 1466 | inch-hg{ |
michael@0 | 1467 | one{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1468 | other{"{0} ਪਾਰੇ ਦਾ ਇੰਚ"} |
michael@0 | 1469 | } |
michael@0 | 1470 | millibar{ |
michael@0 | 1471 | one{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1472 | other{"{0} ਮਿਲੀਬਾਰ"} |
michael@0 | 1473 | } |
michael@0 | 1474 | } |
michael@0 | 1475 | speed{ |
michael@0 | 1476 | kilometer-per-hour{ |
michael@0 | 1477 | one{"{0} ਕਿ.ਮੀ./ਘੰਟਾ"} |
michael@0 | 1478 | other{"{0} ਕਿ.ਮੀ./ਘੰਟਾ"} |
michael@0 | 1479 | } |
michael@0 | 1480 | meter-per-second{ |
michael@0 | 1481 | one{"{0} ਮੀ./ਸਕਿੰਟ"} |
michael@0 | 1482 | other{"{0} ਮੀ./ਸਕਿੰਟ"} |
michael@0 | 1483 | } |
michael@0 | 1484 | mile-per-hour{ |
michael@0 | 1485 | one{"{0} ਮੀਲ/ਘੰਟਾ"} |
michael@0 | 1486 | other{"{0} ਮੀਲ/ਘੰਟਾ"} |
michael@0 | 1487 | } |
michael@0 | 1488 | } |
michael@0 | 1489 | temperature{ |
michael@0 | 1490 | celsius{ |
michael@0 | 1491 | one{"{0} ਡਿਗਰੀ ਸੈਲਸੀਅਸ"} |
michael@0 | 1492 | other{"{0} ਡਿਗਰੀ ਸੈਲਸੀਅਸ"} |
michael@0 | 1493 | } |
michael@0 | 1494 | fahrenheit{ |
michael@0 | 1495 | one{"{0} ਡਿਗਰੀ ਫਾਰੇਨਹਾਈਟ"} |
michael@0 | 1496 | other{"{0} ਡਿਗਰੀ ਫਾਰੇਨਹਾਈਟ"} |
michael@0 | 1497 | } |
michael@0 | 1498 | } |
michael@0 | 1499 | volume{ |
michael@0 | 1500 | cubic-kilometer{ |
michael@0 | 1501 | one{"{0} ਘਣ ਕਿ.ਮੀ."} |
michael@0 | 1502 | other{"{0} ਘਣ ਕਿ.ਮੀ."} |
michael@0 | 1503 | } |
michael@0 | 1504 | cubic-mile{ |
michael@0 | 1505 | one{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1506 | other{"{0} ਘਣ ਮੀਲ"} |
michael@0 | 1507 | } |
michael@0 | 1508 | liter{ |
michael@0 | 1509 | one{"{0} ਲੀ."} |
michael@0 | 1510 | other{"{0} ਲੀ."} |
michael@0 | 1511 | } |
michael@0 | 1512 | } |
michael@0 | 1513 | } |
michael@0 | 1514 | } |