Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
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/tr.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/tr.xml |
michael@0 | 11 | */ |
michael@0 | 12 | tr{ |
michael@0 | 13 | AuxExemplarCharacters{ |
michael@0 | 14 | "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ø ō œ ö q ß ú ù ŭ û ū" |
michael@0 | 15 | " ü w x ÿ]" |
michael@0 | 16 | } |
michael@0 | 17 | Ellipsis{ |
michael@0 | 18 | final{"{0}…"} |
michael@0 | 19 | initial{"…{0}"} |
michael@0 | 20 | medial{"{0}…{1}"} |
michael@0 | 21 | word-final{"{0} …"} |
michael@0 | 22 | word-initial{"… {0}"} |
michael@0 | 23 | word-medial{"{0} … {1}"} |
michael@0 | 24 | } |
michael@0 | 25 | ExemplarCharacters{"[a b c ç d e f g ğ h ı i İ j k l m n o ö p r s ş t u ü v y z]"} |
michael@0 | 26 | ExemplarCharactersIndex{"[A B C Ç D E F G H I İ J K L M N O Ö P Q R S Ş T U Ü V W X Y Z]"} |
michael@0 | 27 | ExemplarCharactersPunctuation{ |
michael@0 | 28 | "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ " |
michael@0 | 29 | "″]" |
michael@0 | 30 | } |
michael@0 | 31 | LocaleScript{ |
michael@0 | 32 | "Latn", |
michael@0 | 33 | } |
michael@0 | 34 | MoreInformation{"?"} |
michael@0 | 35 | NumberElements{ |
michael@0 | 36 | latn{ |
michael@0 | 37 | miscPatterns{ |
michael@0 | 38 | atLeast{"{0}+"} |
michael@0 | 39 | range{"{0}–{1}"} |
michael@0 | 40 | } |
michael@0 | 41 | patterns{ |
michael@0 | 42 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
michael@0 | 43 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 44 | decimalFormat{"#,##0.###"} |
michael@0 | 45 | percentFormat{"%#,##0"} |
michael@0 | 46 | scientificFormat{"#E0"} |
michael@0 | 47 | } |
michael@0 | 48 | patternsLong{ |
michael@0 | 49 | decimalFormat{ |
michael@0 | 50 | 1000{ |
michael@0 | 51 | one{"0 bin"} |
michael@0 | 52 | other{"0 bin"} |
michael@0 | 53 | } |
michael@0 | 54 | 10000{ |
michael@0 | 55 | one{"00 bin"} |
michael@0 | 56 | other{"00 bin"} |
michael@0 | 57 | } |
michael@0 | 58 | 100000{ |
michael@0 | 59 | one{"000 bin"} |
michael@0 | 60 | other{"000 bin"} |
michael@0 | 61 | } |
michael@0 | 62 | 1000000{ |
michael@0 | 63 | one{"0 milyon"} |
michael@0 | 64 | other{"0 milyon"} |
michael@0 | 65 | } |
michael@0 | 66 | 10000000{ |
michael@0 | 67 | one{"00 milyon"} |
michael@0 | 68 | other{"00 milyon"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000{ |
michael@0 | 71 | one{"000 milyon"} |
michael@0 | 72 | other{"000 milyon"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000{ |
michael@0 | 75 | one{"0 milyar"} |
michael@0 | 76 | other{"0 milyar"} |
michael@0 | 77 | } |
michael@0 | 78 | 10000000000{ |
michael@0 | 79 | one{"00 milyar"} |
michael@0 | 80 | other{"00 milyar"} |
michael@0 | 81 | } |
michael@0 | 82 | 100000000000{ |
michael@0 | 83 | one{"000 milyar"} |
michael@0 | 84 | other{"000 milyar"} |
michael@0 | 85 | } |
michael@0 | 86 | 1000000000000{ |
michael@0 | 87 | one{"0 trilyon"} |
michael@0 | 88 | other{"0 trilyon"} |
michael@0 | 89 | } |
michael@0 | 90 | 10000000000000{ |
michael@0 | 91 | one{"00 trilyon"} |
michael@0 | 92 | other{"00 trilyon"} |
michael@0 | 93 | } |
michael@0 | 94 | 100000000000000{ |
michael@0 | 95 | one{"000 trilyon"} |
michael@0 | 96 | other{"000 trilyon"} |
michael@0 | 97 | } |
michael@0 | 98 | } |
michael@0 | 99 | } |
michael@0 | 100 | patternsShort{ |
michael@0 | 101 | decimalFormat{ |
michael@0 | 102 | 1000{ |
michael@0 | 103 | one{"0"} |
michael@0 | 104 | other{"0"} |
michael@0 | 105 | } |
michael@0 | 106 | 10000{ |
michael@0 | 107 | one{"00 B"} |
michael@0 | 108 | other{"00 B"} |
michael@0 | 109 | } |
michael@0 | 110 | 100000{ |
michael@0 | 111 | one{"000 B"} |
michael@0 | 112 | other{"000 B"} |
michael@0 | 113 | } |
michael@0 | 114 | 1000000{ |
michael@0 | 115 | one{"0 Mn"} |
michael@0 | 116 | other{"0 Mn"} |
michael@0 | 117 | } |
michael@0 | 118 | 10000000{ |
michael@0 | 119 | one{"00 Mn"} |
michael@0 | 120 | other{"00 Mn"} |
michael@0 | 121 | } |
michael@0 | 122 | 100000000{ |
michael@0 | 123 | one{"000 Mn"} |
michael@0 | 124 | other{"000 Mn"} |
michael@0 | 125 | } |
michael@0 | 126 | 1000000000{ |
michael@0 | 127 | one{"0 Mr"} |
michael@0 | 128 | other{"0 Mr"} |
michael@0 | 129 | } |
michael@0 | 130 | 10000000000{ |
michael@0 | 131 | one{"00 Mr"} |
michael@0 | 132 | other{"00 Mr"} |
michael@0 | 133 | } |
michael@0 | 134 | 100000000000{ |
michael@0 | 135 | one{"000 Mr"} |
michael@0 | 136 | other{"000 Mr"} |
michael@0 | 137 | } |
michael@0 | 138 | 1000000000000{ |
michael@0 | 139 | one{"0 Tn"} |
michael@0 | 140 | other{"0 Tn"} |
michael@0 | 141 | } |
michael@0 | 142 | 10000000000000{ |
michael@0 | 143 | one{"00 Tn"} |
michael@0 | 144 | other{"00 Tn"} |
michael@0 | 145 | } |
michael@0 | 146 | 100000000000000{ |
michael@0 | 147 | one{"000 Tn"} |
michael@0 | 148 | other{"000 Tn"} |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | symbols{ |
michael@0 | 153 | decimal{","} |
michael@0 | 154 | exponential{"E"} |
michael@0 | 155 | group{"."} |
michael@0 | 156 | infinity{"∞"} |
michael@0 | 157 | list{";"} |
michael@0 | 158 | minusSign{"-"} |
michael@0 | 159 | nan{"NaN"} |
michael@0 | 160 | perMille{"‰"} |
michael@0 | 161 | percentSign{"%"} |
michael@0 | 162 | plusSign{"+"} |
michael@0 | 163 | superscriptingExponent{"×"} |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | } |
michael@0 | 167 | Version{"2.0.92.87"} |
michael@0 | 168 | calendar{ |
michael@0 | 169 | buddhist{ |
michael@0 | 170 | eras{ |
michael@0 | 171 | abbreviated{ |
michael@0 | 172 | "BE", |
michael@0 | 173 | } |
michael@0 | 174 | } |
michael@0 | 175 | } |
michael@0 | 176 | coptic{ |
michael@0 | 177 | monthNames{ |
michael@0 | 178 | format{ |
michael@0 | 179 | wide{ |
michael@0 | 180 | "Tût", |
michael@0 | 181 | "Bâbe", |
michael@0 | 182 | "Hatur", |
michael@0 | 183 | "Keyhek", |
michael@0 | 184 | "Tûbe", |
michael@0 | 185 | "Imşir", |
michael@0 | 186 | "Bermuhat", |
michael@0 | 187 | "Bermude", |
michael@0 | 188 | "Peyştes", |
michael@0 | 189 | "Bune", |
michael@0 | 190 | "Ebip", |
michael@0 | 191 | "Mısrî", |
michael@0 | 192 | "Nesî", |
michael@0 | 193 | } |
michael@0 | 194 | } |
michael@0 | 195 | } |
michael@0 | 196 | } |
michael@0 | 197 | ethiopic{ |
michael@0 | 198 | monthNames{ |
michael@0 | 199 | format{ |
michael@0 | 200 | wide{ |
michael@0 | 201 | "Meskerem", |
michael@0 | 202 | "Tikimt", |
michael@0 | 203 | "Hidar", |
michael@0 | 204 | "Tahsas", |
michael@0 | 205 | "Tir", |
michael@0 | 206 | "Yakatit", |
michael@0 | 207 | "Magabit", |
michael@0 | 208 | "Miyazya", |
michael@0 | 209 | "Ginbot", |
michael@0 | 210 | "Sene", |
michael@0 | 211 | "Hamle", |
michael@0 | 212 | "Nehasa", |
michael@0 | 213 | "Pagumiene", |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | } |
michael@0 | 217 | } |
michael@0 | 218 | generic{ |
michael@0 | 219 | DateTimePatterns{ |
michael@0 | 220 | "HH:mm:ss zzzz", |
michael@0 | 221 | "HH:mm:ss z", |
michael@0 | 222 | "HH:mm:ss", |
michael@0 | 223 | "HH:mm", |
michael@0 | 224 | "G d MMMM y EEEE", |
michael@0 | 225 | "G d MMMM y", |
michael@0 | 226 | "G d MMM y", |
michael@0 | 227 | "GGGGG d.MM.y", |
michael@0 | 228 | "{1} {0}", |
michael@0 | 229 | "{1} {0}", |
michael@0 | 230 | "{1} {0}", |
michael@0 | 231 | "{1} {0}", |
michael@0 | 232 | "{1} {0}", |
michael@0 | 233 | } |
michael@0 | 234 | availableFormats{ |
michael@0 | 235 | Ed{"d E"} |
michael@0 | 236 | Gy{"G y"} |
michael@0 | 237 | GyMMM{"G MMM y"} |
michael@0 | 238 | GyMMMEd{"G d MMM y E"} |
michael@0 | 239 | GyMMMd{"G d MMM y"} |
michael@0 | 240 | H{"HH"} |
michael@0 | 241 | Hm{"HH:mm"} |
michael@0 | 242 | Hms{"HH:mm:ss"} |
michael@0 | 243 | M{"L"} |
michael@0 | 244 | MEd{"dd/MM E"} |
michael@0 | 245 | MMM{"LLL"} |
michael@0 | 246 | MMMEd{"d MMM E"} |
michael@0 | 247 | MMMMEd{"dd MMMM E"} |
michael@0 | 248 | MMMMd{"dd MMMM"} |
michael@0 | 249 | MMMd{"d MMM"} |
michael@0 | 250 | Md{"dd/MM"} |
michael@0 | 251 | d{"d"} |
michael@0 | 252 | h{"h a"} |
michael@0 | 253 | hm{"h:mm a"} |
michael@0 | 254 | hms{"h:mm:ss a"} |
michael@0 | 255 | mmss{"mm:ss"} |
michael@0 | 256 | ms{"mm:ss"} |
michael@0 | 257 | y{"G y"} |
michael@0 | 258 | yyyy{"G y"} |
michael@0 | 259 | yyyyM{"GGGGG M/y"} |
michael@0 | 260 | yyyyMEd{"GGGGG dd.MM.y E"} |
michael@0 | 261 | yyyyMM{"MM.y G"} |
michael@0 | 262 | yyyyMMM{"G MMM y"} |
michael@0 | 263 | yyyyMMMEd{"G d MMM y E"} |
michael@0 | 264 | yyyyMMMM{"MMMM y G"} |
michael@0 | 265 | yyyyMMMd{"G dd MMM y"} |
michael@0 | 266 | yyyyMd{"GGGGG dd.MM.y"} |
michael@0 | 267 | yyyyQQQ{"G y/QQQ"} |
michael@0 | 268 | yyyyQQQQ{"G y/QQQQ"} |
michael@0 | 269 | } |
michael@0 | 270 | intervalFormats{ |
michael@0 | 271 | H{ |
michael@0 | 272 | H{"HH-HH"} |
michael@0 | 273 | } |
michael@0 | 274 | Hm{ |
michael@0 | 275 | H{"HH:mm-HH:mm"} |
michael@0 | 276 | m{"HH:mm-HH:mm"} |
michael@0 | 277 | } |
michael@0 | 278 | Hmv{ |
michael@0 | 279 | H{"HH:mm-HH:mm v"} |
michael@0 | 280 | m{"HH:mm-HH:mm v"} |
michael@0 | 281 | } |
michael@0 | 282 | Hv{ |
michael@0 | 283 | H{"HH-HH v"} |
michael@0 | 284 | } |
michael@0 | 285 | M{ |
michael@0 | 286 | M{"MM–MM"} |
michael@0 | 287 | } |
michael@0 | 288 | MEd{ |
michael@0 | 289 | M{"dd/MM E – dd/MM E"} |
michael@0 | 290 | d{"dd/MM E – dd/MM E"} |
michael@0 | 291 | } |
michael@0 | 292 | MMM{ |
michael@0 | 293 | M{"MMM–MMM"} |
michael@0 | 294 | } |
michael@0 | 295 | MMMEd{ |
michael@0 | 296 | M{"d MMM E – d MMM E"} |
michael@0 | 297 | d{"d MMM E – d MMM E"} |
michael@0 | 298 | } |
michael@0 | 299 | MMMd{ |
michael@0 | 300 | M{"d MMM – d MMM"} |
michael@0 | 301 | d{"d – d MMM"} |
michael@0 | 302 | } |
michael@0 | 303 | Md{ |
michael@0 | 304 | M{"dd/MM – dd/MM"} |
michael@0 | 305 | d{"dd/MM – dd/MM"} |
michael@0 | 306 | } |
michael@0 | 307 | d{ |
michael@0 | 308 | d{"d–d"} |
michael@0 | 309 | } |
michael@0 | 310 | fallback{"{0} – {1}"} |
michael@0 | 311 | h{ |
michael@0 | 312 | a{"h a - h a"} |
michael@0 | 313 | h{"h-h a"} |
michael@0 | 314 | } |
michael@0 | 315 | hm{ |
michael@0 | 316 | a{"h:mm a - h:mm a"} |
michael@0 | 317 | h{"h:mm-h:mm a"} |
michael@0 | 318 | m{"h:mm-h:mm a"} |
michael@0 | 319 | } |
michael@0 | 320 | hmv{ |
michael@0 | 321 | a{"h:mm a - h:mm a v"} |
michael@0 | 322 | h{"h:mm-h:mm a v"} |
michael@0 | 323 | m{"h:mm-h:mm a v"} |
michael@0 | 324 | } |
michael@0 | 325 | hv{ |
michael@0 | 326 | a{"h a - h a v"} |
michael@0 | 327 | h{"h-h a v"} |
michael@0 | 328 | } |
michael@0 | 329 | y{ |
michael@0 | 330 | y{"G y–y"} |
michael@0 | 331 | } |
michael@0 | 332 | yM{ |
michael@0 | 333 | M{"GGGGG M/y – M/y"} |
michael@0 | 334 | y{"GGGGG M/y – M/y"} |
michael@0 | 335 | } |
michael@0 | 336 | yMEd{ |
michael@0 | 337 | M{"GGGGG dd.MM.y E – dd.MM.y E"} |
michael@0 | 338 | d{"GGGGG dd.MM.y E – dd.MM.y E"} |
michael@0 | 339 | y{"GGGGG dd.MM.y E – dd.MM.y E"} |
michael@0 | 340 | } |
michael@0 | 341 | yMMM{ |
michael@0 | 342 | M{"G MMM–MMM y"} |
michael@0 | 343 | y{"G MMM y – MMM y"} |
michael@0 | 344 | } |
michael@0 | 345 | yMMMEd{ |
michael@0 | 346 | M{"G d MMM y E – d MMM y E"} |
michael@0 | 347 | d{"G d MMM y E – d MMM y E"} |
michael@0 | 348 | y{"G d MMM y E – d MMM y E"} |
michael@0 | 349 | } |
michael@0 | 350 | yMMMM{ |
michael@0 | 351 | M{"G MMMM – MMMM y"} |
michael@0 | 352 | y{"G MMMM y – MMMM y"} |
michael@0 | 353 | } |
michael@0 | 354 | yMMMd{ |
michael@0 | 355 | M{"G d MMM – d MMM y"} |
michael@0 | 356 | d{"G d–d MMM y"} |
michael@0 | 357 | y{"G d MMM y – d MMM y"} |
michael@0 | 358 | } |
michael@0 | 359 | yMd{ |
michael@0 | 360 | M{"GGGGG dd.MM.y – dd.MM.y"} |
michael@0 | 361 | d{"GGGGG dd.MM.y – dd.MM.y"} |
michael@0 | 362 | y{"GGGGG dd.MM.y – dd.MM.y"} |
michael@0 | 363 | } |
michael@0 | 364 | } |
michael@0 | 365 | } |
michael@0 | 366 | gregorian{ |
michael@0 | 367 | AmPmMarkers{ |
michael@0 | 368 | "ÖÖ", |
michael@0 | 369 | "ÖS", |
michael@0 | 370 | } |
michael@0 | 371 | DateTimePatterns{ |
michael@0 | 372 | "HH:mm:ss zzzz", |
michael@0 | 373 | "HH:mm:ss z", |
michael@0 | 374 | "HH:mm:ss", |
michael@0 | 375 | "HH:mm", |
michael@0 | 376 | "d MMMM y EEEE", |
michael@0 | 377 | "d MMMM y", |
michael@0 | 378 | "d MMM y", |
michael@0 | 379 | "d.MM.y", |
michael@0 | 380 | "{1} {0}", |
michael@0 | 381 | "{1} {0}", |
michael@0 | 382 | "{1} {0}", |
michael@0 | 383 | "{1} {0}", |
michael@0 | 384 | "{1} {0}", |
michael@0 | 385 | } |
michael@0 | 386 | appendItems{ |
michael@0 | 387 | Timezone{"{0} {1}"} |
michael@0 | 388 | } |
michael@0 | 389 | availableFormats{ |
michael@0 | 390 | EHm{"E HH:mm"} |
michael@0 | 391 | EHms{"E HH:mm:ss"} |
michael@0 | 392 | Ed{"d E"} |
michael@0 | 393 | Ehm{"E a h:mm"} |
michael@0 | 394 | Ehms{"E a h:mm:ss"} |
michael@0 | 395 | Gy{"G y"} |
michael@0 | 396 | GyMMM{"G MMM y"} |
michael@0 | 397 | GyMMMEd{"G d MMM y E"} |
michael@0 | 398 | GyMMMd{"G dd MMM y"} |
michael@0 | 399 | H{"HH"} |
michael@0 | 400 | Hm{"HH:mm"} |
michael@0 | 401 | Hms{"HH:mm:ss"} |
michael@0 | 402 | M{"L"} |
michael@0 | 403 | MEd{"dd/MM E"} |
michael@0 | 404 | MMM{"LLL"} |
michael@0 | 405 | MMMEd{"d MMMM E"} |
michael@0 | 406 | MMMMEd{"dd MMMM E"} |
michael@0 | 407 | MMMMd{"dd MMMM"} |
michael@0 | 408 | MMMd{"d MMM"} |
michael@0 | 409 | Md{"dd/MM"} |
michael@0 | 410 | d{"d"} |
michael@0 | 411 | h{"a h"} |
michael@0 | 412 | hm{"a h:mm"} |
michael@0 | 413 | hms{"a h:mm:ss"} |
michael@0 | 414 | mmss{"mm:ss"} |
michael@0 | 415 | ms{"mm:ss"} |
michael@0 | 416 | y{"y"} |
michael@0 | 417 | yM{"MM/y"} |
michael@0 | 418 | yMEd{"dd.MM.y E"} |
michael@0 | 419 | yMM{"MM.y"} |
michael@0 | 420 | yMMM{"MMM y"} |
michael@0 | 421 | yMMMEd{"d MMM y E"} |
michael@0 | 422 | yMMMM{"MMMM y"} |
michael@0 | 423 | yMMMd{"dd MMM y"} |
michael@0 | 424 | yMd{"dd.MM.y"} |
michael@0 | 425 | yQQQ{"y/QQQ"} |
michael@0 | 426 | yQQQQ{"y/QQQQ"} |
michael@0 | 427 | } |
michael@0 | 428 | dayNames{ |
michael@0 | 429 | format{ |
michael@0 | 430 | abbreviated{ |
michael@0 | 431 | "Paz", |
michael@0 | 432 | "Pzt", |
michael@0 | 433 | "Sal", |
michael@0 | 434 | "Çar", |
michael@0 | 435 | "Per", |
michael@0 | 436 | "Cum", |
michael@0 | 437 | "Cmt", |
michael@0 | 438 | } |
michael@0 | 439 | narrow{ |
michael@0 | 440 | "P", |
michael@0 | 441 | "P", |
michael@0 | 442 | "S", |
michael@0 | 443 | "Ç", |
michael@0 | 444 | "P", |
michael@0 | 445 | "C", |
michael@0 | 446 | "C", |
michael@0 | 447 | } |
michael@0 | 448 | short{ |
michael@0 | 449 | "Pa", |
michael@0 | 450 | "Pt", |
michael@0 | 451 | "Sa", |
michael@0 | 452 | "Ça", |
michael@0 | 453 | "Pe", |
michael@0 | 454 | "Cu", |
michael@0 | 455 | "Ct", |
michael@0 | 456 | } |
michael@0 | 457 | wide{ |
michael@0 | 458 | "Pazar", |
michael@0 | 459 | "Pazartesi", |
michael@0 | 460 | "Salı", |
michael@0 | 461 | "Çarşamba", |
michael@0 | 462 | "Perşembe", |
michael@0 | 463 | "Cuma", |
michael@0 | 464 | "Cumartesi", |
michael@0 | 465 | } |
michael@0 | 466 | } |
michael@0 | 467 | stand-alone{ |
michael@0 | 468 | abbreviated{ |
michael@0 | 469 | "Paz", |
michael@0 | 470 | "Pzt", |
michael@0 | 471 | "Sal", |
michael@0 | 472 | "Çar", |
michael@0 | 473 | "Per", |
michael@0 | 474 | "Cum", |
michael@0 | 475 | "Cmt", |
michael@0 | 476 | } |
michael@0 | 477 | narrow{ |
michael@0 | 478 | "P", |
michael@0 | 479 | "P", |
michael@0 | 480 | "S", |
michael@0 | 481 | "Ç", |
michael@0 | 482 | "P", |
michael@0 | 483 | "C", |
michael@0 | 484 | "C", |
michael@0 | 485 | } |
michael@0 | 486 | short{ |
michael@0 | 487 | "Pa", |
michael@0 | 488 | "Pt", |
michael@0 | 489 | "Sa", |
michael@0 | 490 | "Ça", |
michael@0 | 491 | "Pe", |
michael@0 | 492 | "Cu", |
michael@0 | 493 | "Ct", |
michael@0 | 494 | } |
michael@0 | 495 | wide{ |
michael@0 | 496 | "Pazar", |
michael@0 | 497 | "Pazartesi", |
michael@0 | 498 | "Salı", |
michael@0 | 499 | "Çarşamba", |
michael@0 | 500 | "Perşembe", |
michael@0 | 501 | "Cuma", |
michael@0 | 502 | "Cumartesi", |
michael@0 | 503 | } |
michael@0 | 504 | } |
michael@0 | 505 | } |
michael@0 | 506 | eras{ |
michael@0 | 507 | abbreviated{ |
michael@0 | 508 | "MÖ", |
michael@0 | 509 | "MS", |
michael@0 | 510 | } |
michael@0 | 511 | wide{ |
michael@0 | 512 | "Milattan Önce", |
michael@0 | 513 | "Milattan Sonra", |
michael@0 | 514 | } |
michael@0 | 515 | } |
michael@0 | 516 | intervalFormats{ |
michael@0 | 517 | H{ |
michael@0 | 518 | H{"HH–HH"} |
michael@0 | 519 | } |
michael@0 | 520 | Hm{ |
michael@0 | 521 | H{"HH:mm–HH:mm"} |
michael@0 | 522 | m{"HH:mm–HH:mm"} |
michael@0 | 523 | } |
michael@0 | 524 | Hmv{ |
michael@0 | 525 | H{"HH:mm–HH:mm v"} |
michael@0 | 526 | m{"HH:mm–HH:mm v"} |
michael@0 | 527 | } |
michael@0 | 528 | Hv{ |
michael@0 | 529 | H{"HH–HH v"} |
michael@0 | 530 | } |
michael@0 | 531 | M{ |
michael@0 | 532 | M{"MM–MM"} |
michael@0 | 533 | } |
michael@0 | 534 | MEd{ |
michael@0 | 535 | M{"dd/MM E – dd/MM E"} |
michael@0 | 536 | d{"dd/MM E – dd/MM E"} |
michael@0 | 537 | } |
michael@0 | 538 | MMM{ |
michael@0 | 539 | M{"MMM–MMM"} |
michael@0 | 540 | } |
michael@0 | 541 | MMMEd{ |
michael@0 | 542 | M{"d MMM E – d MMM E"} |
michael@0 | 543 | d{"d MMM E – d MMM E"} |
michael@0 | 544 | } |
michael@0 | 545 | MMMd{ |
michael@0 | 546 | M{"d MMM – d MMM"} |
michael@0 | 547 | d{"d – d MMM"} |
michael@0 | 548 | } |
michael@0 | 549 | Md{ |
michael@0 | 550 | M{"dd/MM – dd/MM"} |
michael@0 | 551 | d{"dd/MM – dd/MM"} |
michael@0 | 552 | } |
michael@0 | 553 | d{ |
michael@0 | 554 | d{"d–d"} |
michael@0 | 555 | } |
michael@0 | 556 | fallback{"{0} – {1}"} |
michael@0 | 557 | h{ |
michael@0 | 558 | a{"a h – a h"} |
michael@0 | 559 | h{"a h–h"} |
michael@0 | 560 | } |
michael@0 | 561 | hm{ |
michael@0 | 562 | a{"a h:mm – a h:mm"} |
michael@0 | 563 | h{"a h:mm–h:mm"} |
michael@0 | 564 | m{"a h:mm–h:mm"} |
michael@0 | 565 | } |
michael@0 | 566 | hmv{ |
michael@0 | 567 | a{"a h:mm – a h:mm v"} |
michael@0 | 568 | h{"a h:mm–h:mm v"} |
michael@0 | 569 | m{"a h:mm–h:mm v"} |
michael@0 | 570 | } |
michael@0 | 571 | hv{ |
michael@0 | 572 | a{"a h – a h v"} |
michael@0 | 573 | h{"a h–h v"} |
michael@0 | 574 | } |
michael@0 | 575 | y{ |
michael@0 | 576 | y{"y–y"} |
michael@0 | 577 | } |
michael@0 | 578 | yM{ |
michael@0 | 579 | M{"MM/y – MM/y"} |
michael@0 | 580 | y{"MM/y – MM/y"} |
michael@0 | 581 | } |
michael@0 | 582 | yMEd{ |
michael@0 | 583 | M{"dd.MM.y E – dd.MM.y E"} |
michael@0 | 584 | d{"dd.MM.y E – dd.MM.y E"} |
michael@0 | 585 | y{"dd.MM.y E – dd.MM.y E"} |
michael@0 | 586 | } |
michael@0 | 587 | yMMM{ |
michael@0 | 588 | M{"MMM–MMM y"} |
michael@0 | 589 | y{"MMM y – MMM y"} |
michael@0 | 590 | } |
michael@0 | 591 | yMMMEd{ |
michael@0 | 592 | M{"d MMM y E – d MMM y E"} |
michael@0 | 593 | d{"d MMM y E – d MMM y E"} |
michael@0 | 594 | y{"d MMM y E – d MMM y E"} |
michael@0 | 595 | } |
michael@0 | 596 | yMMMM{ |
michael@0 | 597 | M{"MMMM – MMMM y"} |
michael@0 | 598 | y{"MMMM y – MMMM y"} |
michael@0 | 599 | } |
michael@0 | 600 | yMMMd{ |
michael@0 | 601 | M{"d MMM – d MMM y"} |
michael@0 | 602 | d{"d–d MMM y"} |
michael@0 | 603 | y{"d MMM y – d MMM y"} |
michael@0 | 604 | } |
michael@0 | 605 | yMd{ |
michael@0 | 606 | M{"dd.MM.y – dd.MM.y"} |
michael@0 | 607 | d{"dd.MM.y – dd.MM.y"} |
michael@0 | 608 | y{"dd.MM.y – dd.MM.y"} |
michael@0 | 609 | } |
michael@0 | 610 | } |
michael@0 | 611 | monthNames{ |
michael@0 | 612 | format{ |
michael@0 | 613 | abbreviated{ |
michael@0 | 614 | "Oca", |
michael@0 | 615 | "Şub", |
michael@0 | 616 | "Mar", |
michael@0 | 617 | "Nis", |
michael@0 | 618 | "May", |
michael@0 | 619 | "Haz", |
michael@0 | 620 | "Tem", |
michael@0 | 621 | "Ağu", |
michael@0 | 622 | "Eyl", |
michael@0 | 623 | "Eki", |
michael@0 | 624 | "Kas", |
michael@0 | 625 | "Ara", |
michael@0 | 626 | } |
michael@0 | 627 | narrow{ |
michael@0 | 628 | "O", |
michael@0 | 629 | "Ş", |
michael@0 | 630 | "M", |
michael@0 | 631 | "N", |
michael@0 | 632 | "M", |
michael@0 | 633 | "H", |
michael@0 | 634 | "T", |
michael@0 | 635 | "A", |
michael@0 | 636 | "E", |
michael@0 | 637 | "E", |
michael@0 | 638 | "K", |
michael@0 | 639 | "A", |
michael@0 | 640 | } |
michael@0 | 641 | wide{ |
michael@0 | 642 | "Ocak", |
michael@0 | 643 | "Şubat", |
michael@0 | 644 | "Mart", |
michael@0 | 645 | "Nisan", |
michael@0 | 646 | "Mayıs", |
michael@0 | 647 | "Haziran", |
michael@0 | 648 | "Temmuz", |
michael@0 | 649 | "Ağustos", |
michael@0 | 650 | "Eylül", |
michael@0 | 651 | "Ekim", |
michael@0 | 652 | "Kasım", |
michael@0 | 653 | "Aralık", |
michael@0 | 654 | } |
michael@0 | 655 | } |
michael@0 | 656 | stand-alone{ |
michael@0 | 657 | abbreviated{ |
michael@0 | 658 | "Oca", |
michael@0 | 659 | "Şub", |
michael@0 | 660 | "Mar", |
michael@0 | 661 | "Nis", |
michael@0 | 662 | "May", |
michael@0 | 663 | "Haz", |
michael@0 | 664 | "Tem", |
michael@0 | 665 | "Ağu", |
michael@0 | 666 | "Eyl", |
michael@0 | 667 | "Eki", |
michael@0 | 668 | "Kas", |
michael@0 | 669 | "Ara", |
michael@0 | 670 | } |
michael@0 | 671 | narrow{ |
michael@0 | 672 | "O", |
michael@0 | 673 | "Ş", |
michael@0 | 674 | "M", |
michael@0 | 675 | "N", |
michael@0 | 676 | "M", |
michael@0 | 677 | "H", |
michael@0 | 678 | "T", |
michael@0 | 679 | "A", |
michael@0 | 680 | "E", |
michael@0 | 681 | "E", |
michael@0 | 682 | "K", |
michael@0 | 683 | "A", |
michael@0 | 684 | } |
michael@0 | 685 | wide{ |
michael@0 | 686 | "Ocak", |
michael@0 | 687 | "Şubat", |
michael@0 | 688 | "Mart", |
michael@0 | 689 | "Nisan", |
michael@0 | 690 | "Mayıs", |
michael@0 | 691 | "Haziran", |
michael@0 | 692 | "Temmuz", |
michael@0 | 693 | "Ağustos", |
michael@0 | 694 | "Eylül", |
michael@0 | 695 | "Ekim", |
michael@0 | 696 | "Kasım", |
michael@0 | 697 | "Aralık", |
michael@0 | 698 | } |
michael@0 | 699 | } |
michael@0 | 700 | } |
michael@0 | 701 | quarters{ |
michael@0 | 702 | format{ |
michael@0 | 703 | abbreviated{ |
michael@0 | 704 | "Ç1", |
michael@0 | 705 | "Ç2", |
michael@0 | 706 | "Ç3", |
michael@0 | 707 | "Ç4", |
michael@0 | 708 | } |
michael@0 | 709 | narrow{ |
michael@0 | 710 | "1.", |
michael@0 | 711 | "2.", |
michael@0 | 712 | "3.", |
michael@0 | 713 | "4.", |
michael@0 | 714 | } |
michael@0 | 715 | wide{ |
michael@0 | 716 | "1. çeyrek", |
michael@0 | 717 | "2. çeyrek", |
michael@0 | 718 | "3. çeyrek", |
michael@0 | 719 | "4. çeyrek", |
michael@0 | 720 | } |
michael@0 | 721 | } |
michael@0 | 722 | stand-alone{ |
michael@0 | 723 | abbreviated{ |
michael@0 | 724 | "Ç1", |
michael@0 | 725 | "Ç2", |
michael@0 | 726 | "Ç3", |
michael@0 | 727 | "Ç4", |
michael@0 | 728 | } |
michael@0 | 729 | narrow{ |
michael@0 | 730 | "1.", |
michael@0 | 731 | "2.", |
michael@0 | 732 | "3.", |
michael@0 | 733 | "4.", |
michael@0 | 734 | } |
michael@0 | 735 | wide{ |
michael@0 | 736 | "1. çeyrek", |
michael@0 | 737 | "2. çeyrek", |
michael@0 | 738 | "3. çeyrek", |
michael@0 | 739 | "4. çeyrek", |
michael@0 | 740 | } |
michael@0 | 741 | } |
michael@0 | 742 | } |
michael@0 | 743 | } |
michael@0 | 744 | hebrew{ |
michael@0 | 745 | monthNames{ |
michael@0 | 746 | format{ |
michael@0 | 747 | wide{ |
michael@0 | 748 | "Tişri", |
michael@0 | 749 | "Heşvan", |
michael@0 | 750 | "Kislev", |
michael@0 | 751 | "Tevet", |
michael@0 | 752 | "Şevat", |
michael@0 | 753 | "Veadar", |
michael@0 | 754 | "Adar", |
michael@0 | 755 | "Nisan", |
michael@0 | 756 | "İyar", |
michael@0 | 757 | "Sivan", |
michael@0 | 758 | "Tamuz", |
michael@0 | 759 | "Av", |
michael@0 | 760 | "Elul", |
michael@0 | 761 | "Adar II", |
michael@0 | 762 | } |
michael@0 | 763 | } |
michael@0 | 764 | } |
michael@0 | 765 | } |
michael@0 | 766 | islamic{ |
michael@0 | 767 | eras{ |
michael@0 | 768 | abbreviated{ |
michael@0 | 769 | "Hicri", |
michael@0 | 770 | } |
michael@0 | 771 | } |
michael@0 | 772 | monthNames{ |
michael@0 | 773 | format{ |
michael@0 | 774 | abbreviated{ |
michael@0 | 775 | "Muharrem", |
michael@0 | 776 | "Safer", |
michael@0 | 777 | "Rebiülevvel", |
michael@0 | 778 | "Rebiülahir", |
michael@0 | 779 | "Cemaziyelevvel", |
michael@0 | 780 | "Cemaziyelahir", |
michael@0 | 781 | "Recep", |
michael@0 | 782 | "Şaban", |
michael@0 | 783 | "Ramazan", |
michael@0 | 784 | "Şevval", |
michael@0 | 785 | "Zilkade", |
michael@0 | 786 | "Zilhicce", |
michael@0 | 787 | } |
michael@0 | 788 | wide{ |
michael@0 | 789 | "Muharrem", |
michael@0 | 790 | "Safer", |
michael@0 | 791 | "Rebiülevvel", |
michael@0 | 792 | "Rebiülahir", |
michael@0 | 793 | "Cemaziyelevvel", |
michael@0 | 794 | "Cemaziyelahir", |
michael@0 | 795 | "Recep", |
michael@0 | 796 | "Şaban", |
michael@0 | 797 | "Ramazan", |
michael@0 | 798 | "Şevval", |
michael@0 | 799 | "Zilkade", |
michael@0 | 800 | "Zilhicce", |
michael@0 | 801 | } |
michael@0 | 802 | } |
michael@0 | 803 | stand-alone{ |
michael@0 | 804 | narrow{ |
michael@0 | 805 | "1", |
michael@0 | 806 | "2", |
michael@0 | 807 | "3", |
michael@0 | 808 | "4", |
michael@0 | 809 | "5", |
michael@0 | 810 | "6", |
michael@0 | 811 | "7", |
michael@0 | 812 | "8", |
michael@0 | 813 | "9", |
michael@0 | 814 | "10", |
michael@0 | 815 | "11", |
michael@0 | 816 | "12", |
michael@0 | 817 | } |
michael@0 | 818 | wide{ |
michael@0 | 819 | "Muharrem", |
michael@0 | 820 | "Safer", |
michael@0 | 821 | "Rebiülevvel", |
michael@0 | 822 | "Rebiülahir", |
michael@0 | 823 | "Cemaziyelevvel", |
michael@0 | 824 | "Cemaziyelahir", |
michael@0 | 825 | "Recep", |
michael@0 | 826 | "Şaban", |
michael@0 | 827 | "Ramazan", |
michael@0 | 828 | "Şevval", |
michael@0 | 829 | "Zilkade", |
michael@0 | 830 | "Zilhicce", |
michael@0 | 831 | } |
michael@0 | 832 | } |
michael@0 | 833 | } |
michael@0 | 834 | } |
michael@0 | 835 | japanese{ |
michael@0 | 836 | DateTimePatterns{ |
michael@0 | 837 | "HH:mm:ss zzzz", |
michael@0 | 838 | "HH:mm:ss z", |
michael@0 | 839 | "HH:mm:ss", |
michael@0 | 840 | "HH:mm", |
michael@0 | 841 | "d MMMM y G EEEE", |
michael@0 | 842 | "d MMMM y G", |
michael@0 | 843 | "d MMM y G", |
michael@0 | 844 | "d.MM.y G", |
michael@0 | 845 | "{1} {0}", |
michael@0 | 846 | "{1} {0}", |
michael@0 | 847 | "{1} {0}", |
michael@0 | 848 | "{1} {0}", |
michael@0 | 849 | "{1} {0}", |
michael@0 | 850 | } |
michael@0 | 851 | } |
michael@0 | 852 | persian{ |
michael@0 | 853 | monthNames{ |
michael@0 | 854 | format{ |
michael@0 | 855 | wide{ |
michael@0 | 856 | "Ferverdin", |
michael@0 | 857 | "Ordibeheşt", |
michael@0 | 858 | "Hordad", |
michael@0 | 859 | "Tir", |
michael@0 | 860 | "Mordad", |
michael@0 | 861 | "Şehriver", |
michael@0 | 862 | "Mehr", |
michael@0 | 863 | "Aban", |
michael@0 | 864 | "Azer", |
michael@0 | 865 | "Dey", |
michael@0 | 866 | "Behmen", |
michael@0 | 867 | "Esfend", |
michael@0 | 868 | } |
michael@0 | 869 | } |
michael@0 | 870 | } |
michael@0 | 871 | } |
michael@0 | 872 | roc{ |
michael@0 | 873 | eras{ |
michael@0 | 874 | abbreviated{ |
michael@0 | 875 | "Before R.O.C.", |
michael@0 | 876 | "Minguo", |
michael@0 | 877 | } |
michael@0 | 878 | } |
michael@0 | 879 | } |
michael@0 | 880 | } |
michael@0 | 881 | delimiters{ |
michael@0 | 882 | alternateQuotationEnd{"’"} |
michael@0 | 883 | alternateQuotationStart{"‘"} |
michael@0 | 884 | quotationEnd{"”"} |
michael@0 | 885 | quotationStart{"“"} |
michael@0 | 886 | } |
michael@0 | 887 | durationUnits{ |
michael@0 | 888 | hm{"h:mm"} |
michael@0 | 889 | hms{"h:mm:ss"} |
michael@0 | 890 | ms{"m:ss"} |
michael@0 | 891 | } |
michael@0 | 892 | fields{ |
michael@0 | 893 | day{ |
michael@0 | 894 | dn{"Gün"} |
michael@0 | 895 | relative{ |
michael@0 | 896 | "-1"{"dün"} |
michael@0 | 897 | "-2"{"evvelsi gün"} |
michael@0 | 898 | "0"{"bugün"} |
michael@0 | 899 | "1"{"yarın"} |
michael@0 | 900 | "2"{"öbür gün"} |
michael@0 | 901 | } |
michael@0 | 902 | relativeTime{ |
michael@0 | 903 | future{ |
michael@0 | 904 | one{"{0} gün sonra"} |
michael@0 | 905 | other{"{0} gün sonra"} |
michael@0 | 906 | } |
michael@0 | 907 | past{ |
michael@0 | 908 | one{"{0} gün önce"} |
michael@0 | 909 | other{"{0} gün önce"} |
michael@0 | 910 | } |
michael@0 | 911 | } |
michael@0 | 912 | } |
michael@0 | 913 | dayperiod{ |
michael@0 | 914 | dn{"ÖÖ/ÖS"} |
michael@0 | 915 | } |
michael@0 | 916 | era{ |
michael@0 | 917 | dn{"Miladi Dönem"} |
michael@0 | 918 | } |
michael@0 | 919 | fri{ |
michael@0 | 920 | relative{ |
michael@0 | 921 | "-1"{"geçen cuma"} |
michael@0 | 922 | "0"{"bu cuma"} |
michael@0 | 923 | "1"{"gelecek cuma"} |
michael@0 | 924 | } |
michael@0 | 925 | } |
michael@0 | 926 | hour{ |
michael@0 | 927 | dn{"Saat"} |
michael@0 | 928 | relativeTime{ |
michael@0 | 929 | future{ |
michael@0 | 930 | one{"{0} saat sonra"} |
michael@0 | 931 | other{"{0} saat sonra"} |
michael@0 | 932 | } |
michael@0 | 933 | past{ |
michael@0 | 934 | one{"{0} saat önce"} |
michael@0 | 935 | other{"{0} saat önce"} |
michael@0 | 936 | } |
michael@0 | 937 | } |
michael@0 | 938 | } |
michael@0 | 939 | minute{ |
michael@0 | 940 | dn{"Dakika"} |
michael@0 | 941 | relativeTime{ |
michael@0 | 942 | future{ |
michael@0 | 943 | one{"{0} dakika sonra"} |
michael@0 | 944 | other{"{0} dakika sonra"} |
michael@0 | 945 | } |
michael@0 | 946 | past{ |
michael@0 | 947 | one{"{0} dakika önce"} |
michael@0 | 948 | other{"{0} dakika önce"} |
michael@0 | 949 | } |
michael@0 | 950 | } |
michael@0 | 951 | } |
michael@0 | 952 | mon{ |
michael@0 | 953 | relative{ |
michael@0 | 954 | "-1"{"geçen pazartesi"} |
michael@0 | 955 | "0"{"bu pazartesi"} |
michael@0 | 956 | "1"{"gelecek pazartesi"} |
michael@0 | 957 | } |
michael@0 | 958 | } |
michael@0 | 959 | month{ |
michael@0 | 960 | dn{"Ay"} |
michael@0 | 961 | relative{ |
michael@0 | 962 | "-1"{"geçen ay"} |
michael@0 | 963 | "0"{"bu ay"} |
michael@0 | 964 | "1"{"gelecek ay"} |
michael@0 | 965 | } |
michael@0 | 966 | relativeTime{ |
michael@0 | 967 | future{ |
michael@0 | 968 | one{"{0} ay sonra"} |
michael@0 | 969 | other{"{0} ay sonra"} |
michael@0 | 970 | } |
michael@0 | 971 | past{ |
michael@0 | 972 | one{"{0} ay önce"} |
michael@0 | 973 | other{"{0} ay önce"} |
michael@0 | 974 | } |
michael@0 | 975 | } |
michael@0 | 976 | } |
michael@0 | 977 | sat{ |
michael@0 | 978 | relative{ |
michael@0 | 979 | "-1"{"geçen cumartesi"} |
michael@0 | 980 | "0"{"bu cumartesi"} |
michael@0 | 981 | "1"{"gelecek cumartesi"} |
michael@0 | 982 | } |
michael@0 | 983 | } |
michael@0 | 984 | second{ |
michael@0 | 985 | dn{"Saniye"} |
michael@0 | 986 | relative{ |
michael@0 | 987 | "0"{"şimdi"} |
michael@0 | 988 | } |
michael@0 | 989 | relativeTime{ |
michael@0 | 990 | future{ |
michael@0 | 991 | one{"{0} saniye sonra"} |
michael@0 | 992 | other{"{0} saniye sonra"} |
michael@0 | 993 | } |
michael@0 | 994 | past{ |
michael@0 | 995 | one{"{0} saniye önce"} |
michael@0 | 996 | other{"{0} saniye önce"} |
michael@0 | 997 | } |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | sun{ |
michael@0 | 1001 | relative{ |
michael@0 | 1002 | "-1"{"geçen pazar"} |
michael@0 | 1003 | "0"{"bu pazar"} |
michael@0 | 1004 | "1"{"gelecek pazar"} |
michael@0 | 1005 | } |
michael@0 | 1006 | } |
michael@0 | 1007 | thu{ |
michael@0 | 1008 | relative{ |
michael@0 | 1009 | "-1"{"geçen perşembe"} |
michael@0 | 1010 | "0"{"bu perşembe"} |
michael@0 | 1011 | "1"{"gelecek perşembe"} |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | tue{ |
michael@0 | 1015 | relative{ |
michael@0 | 1016 | "-1"{"geçen salı"} |
michael@0 | 1017 | "0"{"bu salı"} |
michael@0 | 1018 | "1"{"gelecek salı"} |
michael@0 | 1019 | } |
michael@0 | 1020 | } |
michael@0 | 1021 | wed{ |
michael@0 | 1022 | relative{ |
michael@0 | 1023 | "-1"{"geçen çarşamba"} |
michael@0 | 1024 | "0"{"bu çarşamba"} |
michael@0 | 1025 | "1"{"gelecek çarşamba"} |
michael@0 | 1026 | } |
michael@0 | 1027 | } |
michael@0 | 1028 | week{ |
michael@0 | 1029 | dn{"Hafta"} |
michael@0 | 1030 | relative{ |
michael@0 | 1031 | "-1"{"geçen hafta"} |
michael@0 | 1032 | "0"{"bu hafta"} |
michael@0 | 1033 | "1"{"gelecek hafta"} |
michael@0 | 1034 | } |
michael@0 | 1035 | relativeTime{ |
michael@0 | 1036 | future{ |
michael@0 | 1037 | one{"{0} hafta sonra"} |
michael@0 | 1038 | other{"{0} hafta sonra"} |
michael@0 | 1039 | } |
michael@0 | 1040 | past{ |
michael@0 | 1041 | one{"{0} hafta önce"} |
michael@0 | 1042 | other{"{0} hafta önce"} |
michael@0 | 1043 | } |
michael@0 | 1044 | } |
michael@0 | 1045 | } |
michael@0 | 1046 | weekday{ |
michael@0 | 1047 | dn{"Haftanın Günü"} |
michael@0 | 1048 | } |
michael@0 | 1049 | year{ |
michael@0 | 1050 | dn{"Yıl"} |
michael@0 | 1051 | relative{ |
michael@0 | 1052 | "-1"{"geçen yıl"} |
michael@0 | 1053 | "0"{"bu yıl"} |
michael@0 | 1054 | "1"{"gelecek yıl"} |
michael@0 | 1055 | } |
michael@0 | 1056 | relativeTime{ |
michael@0 | 1057 | future{ |
michael@0 | 1058 | one{"{0} yıl sonra"} |
michael@0 | 1059 | other{"{0} yıl sonra"} |
michael@0 | 1060 | } |
michael@0 | 1061 | past{ |
michael@0 | 1062 | one{"{0} yıl önce"} |
michael@0 | 1063 | other{"{0} yıl önce"} |
michael@0 | 1064 | } |
michael@0 | 1065 | } |
michael@0 | 1066 | } |
michael@0 | 1067 | zone{ |
michael@0 | 1068 | dn{"Saat Dilimi"} |
michael@0 | 1069 | } |
michael@0 | 1070 | } |
michael@0 | 1071 | listPattern{ |
michael@0 | 1072 | standard{ |
michael@0 | 1073 | 2{"{0} ve {1}"} |
michael@0 | 1074 | end{"{0} ve {1}"} |
michael@0 | 1075 | middle{"{0}, {1}"} |
michael@0 | 1076 | start{"{0}, {1}"} |
michael@0 | 1077 | } |
michael@0 | 1078 | unit{ |
michael@0 | 1079 | 2{"{0} {1}"} |
michael@0 | 1080 | end{"{0} {1}"} |
michael@0 | 1081 | middle{"{0} {1}"} |
michael@0 | 1082 | start{"{0} {1}"} |
michael@0 | 1083 | } |
michael@0 | 1084 | unit-narrow{ |
michael@0 | 1085 | 2{"{0} {1}"} |
michael@0 | 1086 | end{"{0} {1}"} |
michael@0 | 1087 | middle{"{0} {1}"} |
michael@0 | 1088 | start{"{0} {1}"} |
michael@0 | 1089 | } |
michael@0 | 1090 | unit-short{ |
michael@0 | 1091 | 2{"{0} {1}"} |
michael@0 | 1092 | end{"{0} {1}"} |
michael@0 | 1093 | middle{"{0} {1}"} |
michael@0 | 1094 | start{"{0} {1}"} |
michael@0 | 1095 | } |
michael@0 | 1096 | } |
michael@0 | 1097 | measurementSystemNames{ |
michael@0 | 1098 | UK{"İngiliz"} |
michael@0 | 1099 | US{"Amerikan"} |
michael@0 | 1100 | metric{"Metrik"} |
michael@0 | 1101 | } |
michael@0 | 1102 | transformNames{ |
michael@0 | 1103 | BGN{"BGN"} |
michael@0 | 1104 | Numeric{"Rakam"} |
michael@0 | 1105 | Tone{"Ton"} |
michael@0 | 1106 | UNGEGN{"UNGEGN"} |
michael@0 | 1107 | x-Accents{"Aksanlar"} |
michael@0 | 1108 | x-Fullwidth{"Tam Genişlik"} |
michael@0 | 1109 | x-Halfwidth{"Yarım genişlik"} |
michael@0 | 1110 | x-Jamo{"Jamo"} |
michael@0 | 1111 | x-Pinyin{"Pinyin"} |
michael@0 | 1112 | x-Publishing{"Yayıncılık"} |
michael@0 | 1113 | } |
michael@0 | 1114 | units{ |
michael@0 | 1115 | acceleration{ |
michael@0 | 1116 | g-force{ |
michael@0 | 1117 | one{"{0} g kuvveti"} |
michael@0 | 1118 | other{"{0} g kuvveti"} |
michael@0 | 1119 | } |
michael@0 | 1120 | } |
michael@0 | 1121 | angle{ |
michael@0 | 1122 | arc-minute{ |
michael@0 | 1123 | one{"{0} dakika"} |
michael@0 | 1124 | other{"{0} dakika"} |
michael@0 | 1125 | } |
michael@0 | 1126 | arc-second{ |
michael@0 | 1127 | one{"{0} saniye"} |
michael@0 | 1128 | other{"{0} saniye"} |
michael@0 | 1129 | } |
michael@0 | 1130 | degree{ |
michael@0 | 1131 | one{"{0} derece"} |
michael@0 | 1132 | other{"{0} derece"} |
michael@0 | 1133 | } |
michael@0 | 1134 | } |
michael@0 | 1135 | area{ |
michael@0 | 1136 | acre{ |
michael@0 | 1137 | one{"{0} akre"} |
michael@0 | 1138 | other{"{0} akre"} |
michael@0 | 1139 | } |
michael@0 | 1140 | hectare{ |
michael@0 | 1141 | one{"{0} hektar"} |
michael@0 | 1142 | other{"{0} hektar"} |
michael@0 | 1143 | } |
michael@0 | 1144 | square-foot{ |
michael@0 | 1145 | one{"{0} fit kare"} |
michael@0 | 1146 | other{"{0} fit kare"} |
michael@0 | 1147 | } |
michael@0 | 1148 | square-kilometer{ |
michael@0 | 1149 | one{"{0} kilometrekare"} |
michael@0 | 1150 | other{"{0} kilometrekare"} |
michael@0 | 1151 | } |
michael@0 | 1152 | square-meter{ |
michael@0 | 1153 | one{"{0} metrekare"} |
michael@0 | 1154 | other{"{0} metrekare"} |
michael@0 | 1155 | } |
michael@0 | 1156 | square-mile{ |
michael@0 | 1157 | one{"{0} mil kare"} |
michael@0 | 1158 | other{"{0} mil kare"} |
michael@0 | 1159 | } |
michael@0 | 1160 | } |
michael@0 | 1161 | compound{ |
michael@0 | 1162 | per{"{0}/{1}"} |
michael@0 | 1163 | } |
michael@0 | 1164 | duration{ |
michael@0 | 1165 | day{ |
michael@0 | 1166 | one{"{0} gün"} |
michael@0 | 1167 | other{"{0} gün"} |
michael@0 | 1168 | } |
michael@0 | 1169 | hour{ |
michael@0 | 1170 | one{"{0} saat"} |
michael@0 | 1171 | other{"{0} saat"} |
michael@0 | 1172 | } |
michael@0 | 1173 | millisecond{ |
michael@0 | 1174 | one{"{0} milisaniye"} |
michael@0 | 1175 | other{"{0} milisaniye"} |
michael@0 | 1176 | } |
michael@0 | 1177 | minute{ |
michael@0 | 1178 | one{"{0} dakika"} |
michael@0 | 1179 | other{"{0} dakika"} |
michael@0 | 1180 | } |
michael@0 | 1181 | month{ |
michael@0 | 1182 | one{"{0} ay"} |
michael@0 | 1183 | other{"{0} ay"} |
michael@0 | 1184 | } |
michael@0 | 1185 | second{ |
michael@0 | 1186 | one{"{0} saniye"} |
michael@0 | 1187 | other{"{0} saniye"} |
michael@0 | 1188 | } |
michael@0 | 1189 | week{ |
michael@0 | 1190 | one{"{0} hafta"} |
michael@0 | 1191 | other{"{0} hafta"} |
michael@0 | 1192 | } |
michael@0 | 1193 | year{ |
michael@0 | 1194 | one{"{0} yıl"} |
michael@0 | 1195 | other{"{0} yıl"} |
michael@0 | 1196 | } |
michael@0 | 1197 | } |
michael@0 | 1198 | length{ |
michael@0 | 1199 | centimeter{ |
michael@0 | 1200 | one{"{0} santimetre"} |
michael@0 | 1201 | other{"{0} santimetre"} |
michael@0 | 1202 | } |
michael@0 | 1203 | foot{ |
michael@0 | 1204 | one{"{0} fit"} |
michael@0 | 1205 | other{"{0} fit"} |
michael@0 | 1206 | } |
michael@0 | 1207 | inch{ |
michael@0 | 1208 | one{"{0} inç"} |
michael@0 | 1209 | other{"{0} inç"} |
michael@0 | 1210 | } |
michael@0 | 1211 | kilometer{ |
michael@0 | 1212 | one{"{0} kilometre"} |
michael@0 | 1213 | other{"{0} kilometre"} |
michael@0 | 1214 | } |
michael@0 | 1215 | light-year{ |
michael@0 | 1216 | one{"{0} ışık yılı"} |
michael@0 | 1217 | other{"{0} ışık yılı"} |
michael@0 | 1218 | } |
michael@0 | 1219 | meter{ |
michael@0 | 1220 | one{"{0} metre"} |
michael@0 | 1221 | other{"{0} metre"} |
michael@0 | 1222 | } |
michael@0 | 1223 | mile{ |
michael@0 | 1224 | one{"{0} mil"} |
michael@0 | 1225 | other{"{0} mil"} |
michael@0 | 1226 | } |
michael@0 | 1227 | millimeter{ |
michael@0 | 1228 | one{"{0} milimetre"} |
michael@0 | 1229 | other{"{0} milimetre"} |
michael@0 | 1230 | } |
michael@0 | 1231 | picometer{ |
michael@0 | 1232 | one{"{0} pikometre"} |
michael@0 | 1233 | other{"{0} pikometre"} |
michael@0 | 1234 | } |
michael@0 | 1235 | yard{ |
michael@0 | 1236 | one{"{0} yarda"} |
michael@0 | 1237 | other{"{0} yarda"} |
michael@0 | 1238 | } |
michael@0 | 1239 | } |
michael@0 | 1240 | mass{ |
michael@0 | 1241 | gram{ |
michael@0 | 1242 | one{"{0} gram"} |
michael@0 | 1243 | other{"{0} gram"} |
michael@0 | 1244 | } |
michael@0 | 1245 | kilogram{ |
michael@0 | 1246 | one{"{0} kilogram"} |
michael@0 | 1247 | other{"{0} kilogram"} |
michael@0 | 1248 | } |
michael@0 | 1249 | ounce{ |
michael@0 | 1250 | one{"{0} ons"} |
michael@0 | 1251 | other{"{0} ons"} |
michael@0 | 1252 | } |
michael@0 | 1253 | pound{ |
michael@0 | 1254 | one{"{0} pound"} |
michael@0 | 1255 | other{"{0} pound"} |
michael@0 | 1256 | } |
michael@0 | 1257 | } |
michael@0 | 1258 | power{ |
michael@0 | 1259 | horsepower{ |
michael@0 | 1260 | one{"{0} beygir gücü"} |
michael@0 | 1261 | other{"{0} beygir gücü"} |
michael@0 | 1262 | } |
michael@0 | 1263 | kilowatt{ |
michael@0 | 1264 | one{"{0} kilovat"} |
michael@0 | 1265 | other{"{0} kilovat"} |
michael@0 | 1266 | } |
michael@0 | 1267 | watt{ |
michael@0 | 1268 | one{"{0} vat"} |
michael@0 | 1269 | other{"{0} vat"} |
michael@0 | 1270 | } |
michael@0 | 1271 | } |
michael@0 | 1272 | pressure{ |
michael@0 | 1273 | hectopascal{ |
michael@0 | 1274 | one{"{0} hektopaskal"} |
michael@0 | 1275 | other{"{0} hektopaskal"} |
michael@0 | 1276 | } |
michael@0 | 1277 | inch-hg{ |
michael@0 | 1278 | one{"{0} inç cıva"} |
michael@0 | 1279 | other{"{0} inç cıva"} |
michael@0 | 1280 | } |
michael@0 | 1281 | millibar{ |
michael@0 | 1282 | one{"{0} milibar"} |
michael@0 | 1283 | other{"{0} milibar"} |
michael@0 | 1284 | } |
michael@0 | 1285 | } |
michael@0 | 1286 | speed{ |
michael@0 | 1287 | kilometer-per-hour{ |
michael@0 | 1288 | one{"{0} kilometre/saat"} |
michael@0 | 1289 | other{"{0} kilometre/saat"} |
michael@0 | 1290 | } |
michael@0 | 1291 | meter-per-second{ |
michael@0 | 1292 | one{"{0} metre/saniye"} |
michael@0 | 1293 | other{"{0} metre/saniye"} |
michael@0 | 1294 | } |
michael@0 | 1295 | mile-per-hour{ |
michael@0 | 1296 | one{"{0} mil/saat"} |
michael@0 | 1297 | other{"{0} mil/saat"} |
michael@0 | 1298 | } |
michael@0 | 1299 | } |
michael@0 | 1300 | temperature{ |
michael@0 | 1301 | celsius{ |
michael@0 | 1302 | one{"{0} santigrat derece"} |
michael@0 | 1303 | other{"{0} santigrat derece"} |
michael@0 | 1304 | } |
michael@0 | 1305 | fahrenheit{ |
michael@0 | 1306 | one{"{0} fahrenhayt derece"} |
michael@0 | 1307 | other{"{0} fahrenhayt derece"} |
michael@0 | 1308 | } |
michael@0 | 1309 | } |
michael@0 | 1310 | volume{ |
michael@0 | 1311 | cubic-kilometer{ |
michael@0 | 1312 | one{"{0} kilometre küp"} |
michael@0 | 1313 | other{"{0} kilometre küp"} |
michael@0 | 1314 | } |
michael@0 | 1315 | cubic-mile{ |
michael@0 | 1316 | one{"{0} mil küp"} |
michael@0 | 1317 | other{"{0} mil küp"} |
michael@0 | 1318 | } |
michael@0 | 1319 | liter{ |
michael@0 | 1320 | one{"{0} litre"} |
michael@0 | 1321 | other{"{0} litre"} |
michael@0 | 1322 | } |
michael@0 | 1323 | } |
michael@0 | 1324 | } |
michael@0 | 1325 | unitsNarrow{ |
michael@0 | 1326 | acceleration{ |
michael@0 | 1327 | g-force{ |
michael@0 | 1328 | one{"{0}G"} |
michael@0 | 1329 | other{"{0}G"} |
michael@0 | 1330 | } |
michael@0 | 1331 | } |
michael@0 | 1332 | angle{ |
michael@0 | 1333 | arc-minute{ |
michael@0 | 1334 | one{"{0}′"} |
michael@0 | 1335 | other{"{0}′"} |
michael@0 | 1336 | } |
michael@0 | 1337 | arc-second{ |
michael@0 | 1338 | one{"{0}″"} |
michael@0 | 1339 | other{"{0}″"} |
michael@0 | 1340 | } |
michael@0 | 1341 | degree{ |
michael@0 | 1342 | one{"{0}°"} |
michael@0 | 1343 | other{"{0}°"} |
michael@0 | 1344 | } |
michael@0 | 1345 | } |
michael@0 | 1346 | area{ |
michael@0 | 1347 | acre{ |
michael@0 | 1348 | one{"{0} ac"} |
michael@0 | 1349 | other{"{0} ac"} |
michael@0 | 1350 | } |
michael@0 | 1351 | hectare{ |
michael@0 | 1352 | one{"{0} ha"} |
michael@0 | 1353 | other{"{0} ha"} |
michael@0 | 1354 | } |
michael@0 | 1355 | square-foot{ |
michael@0 | 1356 | one{"{0} ft²"} |
michael@0 | 1357 | other{"{0} ft²"} |
michael@0 | 1358 | } |
michael@0 | 1359 | square-kilometer{ |
michael@0 | 1360 | one{"{0} km²"} |
michael@0 | 1361 | other{"{0} km²"} |
michael@0 | 1362 | } |
michael@0 | 1363 | square-meter{ |
michael@0 | 1364 | one{"{0} m²"} |
michael@0 | 1365 | other{"{0} m²"} |
michael@0 | 1366 | } |
michael@0 | 1367 | square-mile{ |
michael@0 | 1368 | one{"{0} mi²"} |
michael@0 | 1369 | other{"{0} mi²"} |
michael@0 | 1370 | } |
michael@0 | 1371 | } |
michael@0 | 1372 | compound{ |
michael@0 | 1373 | per{"{0}/{1}"} |
michael@0 | 1374 | } |
michael@0 | 1375 | duration{ |
michael@0 | 1376 | day{ |
michael@0 | 1377 | one{"{0}g"} |
michael@0 | 1378 | other{"{0}g"} |
michael@0 | 1379 | } |
michael@0 | 1380 | hour{ |
michael@0 | 1381 | one{"{0}s"} |
michael@0 | 1382 | other{"{0}s"} |
michael@0 | 1383 | } |
michael@0 | 1384 | millisecond{ |
michael@0 | 1385 | one{"{0}ms"} |
michael@0 | 1386 | other{"{0}ms"} |
michael@0 | 1387 | } |
michael@0 | 1388 | minute{ |
michael@0 | 1389 | one{"{0}d"} |
michael@0 | 1390 | other{"{0}d"} |
michael@0 | 1391 | } |
michael@0 | 1392 | month{ |
michael@0 | 1393 | one{"{0}a"} |
michael@0 | 1394 | other{"{0}a"} |
michael@0 | 1395 | } |
michael@0 | 1396 | second{ |
michael@0 | 1397 | one{"{0}sn"} |
michael@0 | 1398 | other{"{0}sn"} |
michael@0 | 1399 | } |
michael@0 | 1400 | week{ |
michael@0 | 1401 | one{"{0}h"} |
michael@0 | 1402 | other{"{0}h"} |
michael@0 | 1403 | } |
michael@0 | 1404 | year{ |
michael@0 | 1405 | one{"{0}y"} |
michael@0 | 1406 | other{"{0}y"} |
michael@0 | 1407 | } |
michael@0 | 1408 | } |
michael@0 | 1409 | length{ |
michael@0 | 1410 | centimeter{ |
michael@0 | 1411 | one{"{0} cm"} |
michael@0 | 1412 | other{"{0} cm"} |
michael@0 | 1413 | } |
michael@0 | 1414 | foot{ |
michael@0 | 1415 | one{"{0}′"} |
michael@0 | 1416 | other{"{0}′"} |
michael@0 | 1417 | } |
michael@0 | 1418 | inch{ |
michael@0 | 1419 | one{"{0}″"} |
michael@0 | 1420 | other{"{0}″"} |
michael@0 | 1421 | } |
michael@0 | 1422 | kilometer{ |
michael@0 | 1423 | one{"{0} km"} |
michael@0 | 1424 | other{"{0} km"} |
michael@0 | 1425 | } |
michael@0 | 1426 | light-year{ |
michael@0 | 1427 | one{"{0} IY"} |
michael@0 | 1428 | other{"{0} IY"} |
michael@0 | 1429 | } |
michael@0 | 1430 | meter{ |
michael@0 | 1431 | one{"{0} m"} |
michael@0 | 1432 | other{"{0} m"} |
michael@0 | 1433 | } |
michael@0 | 1434 | mile{ |
michael@0 | 1435 | one{"{0} mil"} |
michael@0 | 1436 | other{"{0} mil"} |
michael@0 | 1437 | } |
michael@0 | 1438 | millimeter{ |
michael@0 | 1439 | one{"{0} mm"} |
michael@0 | 1440 | other{"{0} mm"} |
michael@0 | 1441 | } |
michael@0 | 1442 | picometer{ |
michael@0 | 1443 | one{"{0} pm"} |
michael@0 | 1444 | other{"{0} pm"} |
michael@0 | 1445 | } |
michael@0 | 1446 | yard{ |
michael@0 | 1447 | one{"{0} yd"} |
michael@0 | 1448 | other{"{0} yd"} |
michael@0 | 1449 | } |
michael@0 | 1450 | } |
michael@0 | 1451 | mass{ |
michael@0 | 1452 | gram{ |
michael@0 | 1453 | one{"{0} g"} |
michael@0 | 1454 | other{"{0} g"} |
michael@0 | 1455 | } |
michael@0 | 1456 | kilogram{ |
michael@0 | 1457 | one{"{0} kg"} |
michael@0 | 1458 | other{"{0} kg"} |
michael@0 | 1459 | } |
michael@0 | 1460 | ounce{ |
michael@0 | 1461 | one{"{0} oz"} |
michael@0 | 1462 | other{"{0} oz"} |
michael@0 | 1463 | } |
michael@0 | 1464 | pound{ |
michael@0 | 1465 | one{"{0} lb"} |
michael@0 | 1466 | other{"{0} lb"} |
michael@0 | 1467 | } |
michael@0 | 1468 | } |
michael@0 | 1469 | power{ |
michael@0 | 1470 | horsepower{ |
michael@0 | 1471 | one{"{0} hp"} |
michael@0 | 1472 | other{"{0} hp"} |
michael@0 | 1473 | } |
michael@0 | 1474 | kilowatt{ |
michael@0 | 1475 | one{"{0} kW"} |
michael@0 | 1476 | other{"{0} kW"} |
michael@0 | 1477 | } |
michael@0 | 1478 | watt{ |
michael@0 | 1479 | one{"{0} W"} |
michael@0 | 1480 | other{"{0} W"} |
michael@0 | 1481 | } |
michael@0 | 1482 | } |
michael@0 | 1483 | pressure{ |
michael@0 | 1484 | hectopascal{ |
michael@0 | 1485 | one{"{0} hPa"} |
michael@0 | 1486 | other{"{0} hPa"} |
michael@0 | 1487 | } |
michael@0 | 1488 | inch-hg{ |
michael@0 | 1489 | one{"{0}\u0022 Hg"} |
michael@0 | 1490 | other{"{0}\u0022 Hg"} |
michael@0 | 1491 | } |
michael@0 | 1492 | millibar{ |
michael@0 | 1493 | one{"{0} mb"} |
michael@0 | 1494 | other{"{0} mb"} |
michael@0 | 1495 | } |
michael@0 | 1496 | } |
michael@0 | 1497 | speed{ |
michael@0 | 1498 | kilometer-per-hour{ |
michael@0 | 1499 | one{"{0} km/sa"} |
michael@0 | 1500 | other{"{0} km/sa"} |
michael@0 | 1501 | } |
michael@0 | 1502 | meter-per-second{ |
michael@0 | 1503 | one{"{0} m/sn"} |
michael@0 | 1504 | other{"{0} m/sn"} |
michael@0 | 1505 | } |
michael@0 | 1506 | mile-per-hour{ |
michael@0 | 1507 | one{"{0} mil/sa"} |
michael@0 | 1508 | other{"{0} mil/sa"} |
michael@0 | 1509 | } |
michael@0 | 1510 | } |
michael@0 | 1511 | temperature{ |
michael@0 | 1512 | celsius{ |
michael@0 | 1513 | one{"{0}°"} |
michael@0 | 1514 | other{"{0}°"} |
michael@0 | 1515 | } |
michael@0 | 1516 | fahrenheit{ |
michael@0 | 1517 | one{"{0}°F"} |
michael@0 | 1518 | other{"{0}°F"} |
michael@0 | 1519 | } |
michael@0 | 1520 | } |
michael@0 | 1521 | volume{ |
michael@0 | 1522 | cubic-kilometer{ |
michael@0 | 1523 | one{"{0} km³"} |
michael@0 | 1524 | other{"{0} km³"} |
michael@0 | 1525 | } |
michael@0 | 1526 | cubic-mile{ |
michael@0 | 1527 | one{"{0} mi³"} |
michael@0 | 1528 | other{"{0} mi³"} |
michael@0 | 1529 | } |
michael@0 | 1530 | liter{ |
michael@0 | 1531 | one{"{0} l"} |
michael@0 | 1532 | other{"{0} l"} |
michael@0 | 1533 | } |
michael@0 | 1534 | } |
michael@0 | 1535 | } |
michael@0 | 1536 | unitsShort{ |
michael@0 | 1537 | acceleration{ |
michael@0 | 1538 | g-force{ |
michael@0 | 1539 | one{"{0} G"} |
michael@0 | 1540 | other{"{0} G"} |
michael@0 | 1541 | } |
michael@0 | 1542 | } |
michael@0 | 1543 | angle{ |
michael@0 | 1544 | arc-minute{ |
michael@0 | 1545 | one{"{0} dk."} |
michael@0 | 1546 | other{"{0} dk."} |
michael@0 | 1547 | } |
michael@0 | 1548 | arc-second{ |
michael@0 | 1549 | one{"{0} sn."} |
michael@0 | 1550 | other{"{0} sn."} |
michael@0 | 1551 | } |
michael@0 | 1552 | degree{ |
michael@0 | 1553 | one{"{0}°"} |
michael@0 | 1554 | other{"{0}°"} |
michael@0 | 1555 | } |
michael@0 | 1556 | } |
michael@0 | 1557 | area{ |
michael@0 | 1558 | acre{ |
michael@0 | 1559 | one{"{0} ac"} |
michael@0 | 1560 | other{"{0} ac"} |
michael@0 | 1561 | } |
michael@0 | 1562 | hectare{ |
michael@0 | 1563 | one{"{0} ha"} |
michael@0 | 1564 | other{"{0} ha"} |
michael@0 | 1565 | } |
michael@0 | 1566 | square-foot{ |
michael@0 | 1567 | one{"{0} ft²"} |
michael@0 | 1568 | other{"{0} ft²"} |
michael@0 | 1569 | } |
michael@0 | 1570 | square-kilometer{ |
michael@0 | 1571 | one{"{0} km²"} |
michael@0 | 1572 | other{"{0} km²"} |
michael@0 | 1573 | } |
michael@0 | 1574 | square-meter{ |
michael@0 | 1575 | one{"{0} m²"} |
michael@0 | 1576 | other{"{0} m²"} |
michael@0 | 1577 | } |
michael@0 | 1578 | square-mile{ |
michael@0 | 1579 | one{"{0} mi²"} |
michael@0 | 1580 | other{"{0} mi²"} |
michael@0 | 1581 | } |
michael@0 | 1582 | } |
michael@0 | 1583 | compound{ |
michael@0 | 1584 | per{"{0}/{1}"} |
michael@0 | 1585 | } |
michael@0 | 1586 | duration{ |
michael@0 | 1587 | day{ |
michael@0 | 1588 | one{"{0} gün"} |
michael@0 | 1589 | other{"{0} gün"} |
michael@0 | 1590 | } |
michael@0 | 1591 | hour{ |
michael@0 | 1592 | one{"{0} sa."} |
michael@0 | 1593 | other{"{0} sa."} |
michael@0 | 1594 | } |
michael@0 | 1595 | millisecond{ |
michael@0 | 1596 | one{"{0} ms"} |
michael@0 | 1597 | other{"{0} ms"} |
michael@0 | 1598 | } |
michael@0 | 1599 | minute{ |
michael@0 | 1600 | one{"{0} dk."} |
michael@0 | 1601 | other{"{0} dk."} |
michael@0 | 1602 | } |
michael@0 | 1603 | month{ |
michael@0 | 1604 | one{"{0} ay"} |
michael@0 | 1605 | other{"{0} ay"} |
michael@0 | 1606 | } |
michael@0 | 1607 | second{ |
michael@0 | 1608 | one{"{0} sn."} |
michael@0 | 1609 | other{"{0} sn."} |
michael@0 | 1610 | } |
michael@0 | 1611 | week{ |
michael@0 | 1612 | one{"{0} hf."} |
michael@0 | 1613 | other{"{0} hf."} |
michael@0 | 1614 | } |
michael@0 | 1615 | year{ |
michael@0 | 1616 | one{"{0} yıl"} |
michael@0 | 1617 | other{"{0} yıl"} |
michael@0 | 1618 | } |
michael@0 | 1619 | } |
michael@0 | 1620 | length{ |
michael@0 | 1621 | centimeter{ |
michael@0 | 1622 | one{"{0} cm"} |
michael@0 | 1623 | other{"{0} cm"} |
michael@0 | 1624 | } |
michael@0 | 1625 | foot{ |
michael@0 | 1626 | one{"{0} fit"} |
michael@0 | 1627 | other{"{0} fit"} |
michael@0 | 1628 | } |
michael@0 | 1629 | inch{ |
michael@0 | 1630 | one{"{0} inç"} |
michael@0 | 1631 | other{"{0} inç"} |
michael@0 | 1632 | } |
michael@0 | 1633 | kilometer{ |
michael@0 | 1634 | one{"{0} km"} |
michael@0 | 1635 | other{"{0} km"} |
michael@0 | 1636 | } |
michael@0 | 1637 | light-year{ |
michael@0 | 1638 | one{"{0} IY"} |
michael@0 | 1639 | other{"{0} IY"} |
michael@0 | 1640 | } |
michael@0 | 1641 | meter{ |
michael@0 | 1642 | one{"{0} m"} |
michael@0 | 1643 | other{"{0} m"} |
michael@0 | 1644 | } |
michael@0 | 1645 | mile{ |
michael@0 | 1646 | one{"{0} mil"} |
michael@0 | 1647 | other{"{0} mil"} |
michael@0 | 1648 | } |
michael@0 | 1649 | millimeter{ |
michael@0 | 1650 | one{"{0} mm"} |
michael@0 | 1651 | other{"{0} mm"} |
michael@0 | 1652 | } |
michael@0 | 1653 | picometer{ |
michael@0 | 1654 | one{"{0} pm"} |
michael@0 | 1655 | other{"{0} pm"} |
michael@0 | 1656 | } |
michael@0 | 1657 | yard{ |
michael@0 | 1658 | one{"{0} yd"} |
michael@0 | 1659 | other{"{0} yd"} |
michael@0 | 1660 | } |
michael@0 | 1661 | } |
michael@0 | 1662 | mass{ |
michael@0 | 1663 | gram{ |
michael@0 | 1664 | one{"{0} g"} |
michael@0 | 1665 | other{"{0} g"} |
michael@0 | 1666 | } |
michael@0 | 1667 | kilogram{ |
michael@0 | 1668 | one{"{0} kg"} |
michael@0 | 1669 | other{"{0} kg"} |
michael@0 | 1670 | } |
michael@0 | 1671 | ounce{ |
michael@0 | 1672 | one{"{0} oz"} |
michael@0 | 1673 | other{"{0} oz"} |
michael@0 | 1674 | } |
michael@0 | 1675 | pound{ |
michael@0 | 1676 | one{"{0} lb"} |
michael@0 | 1677 | other{"{0} lb"} |
michael@0 | 1678 | } |
michael@0 | 1679 | } |
michael@0 | 1680 | power{ |
michael@0 | 1681 | horsepower{ |
michael@0 | 1682 | one{"{0} hp"} |
michael@0 | 1683 | other{"{0} hp"} |
michael@0 | 1684 | } |
michael@0 | 1685 | kilowatt{ |
michael@0 | 1686 | one{"{0} kW"} |
michael@0 | 1687 | other{"{0} kW"} |
michael@0 | 1688 | } |
michael@0 | 1689 | watt{ |
michael@0 | 1690 | one{"{0} W"} |
michael@0 | 1691 | other{"{0} W"} |
michael@0 | 1692 | } |
michael@0 | 1693 | } |
michael@0 | 1694 | pressure{ |
michael@0 | 1695 | hectopascal{ |
michael@0 | 1696 | one{"{0} hPa"} |
michael@0 | 1697 | other{"{0} hPa"} |
michael@0 | 1698 | } |
michael@0 | 1699 | inch-hg{ |
michael@0 | 1700 | one{"{0} inHg"} |
michael@0 | 1701 | other{"{0} inHg"} |
michael@0 | 1702 | } |
michael@0 | 1703 | millibar{ |
michael@0 | 1704 | one{"{0} mbar"} |
michael@0 | 1705 | other{"{0} mbar"} |
michael@0 | 1706 | } |
michael@0 | 1707 | } |
michael@0 | 1708 | speed{ |
michael@0 | 1709 | kilometer-per-hour{ |
michael@0 | 1710 | one{"{0} km/sa"} |
michael@0 | 1711 | other{"{0} km/sa"} |
michael@0 | 1712 | } |
michael@0 | 1713 | meter-per-second{ |
michael@0 | 1714 | one{"{0} m/sn"} |
michael@0 | 1715 | other{"{0} m/sn"} |
michael@0 | 1716 | } |
michael@0 | 1717 | mile-per-hour{ |
michael@0 | 1718 | one{"{0} mil/sa"} |
michael@0 | 1719 | other{"{0} mil/sa"} |
michael@0 | 1720 | } |
michael@0 | 1721 | } |
michael@0 | 1722 | temperature{ |
michael@0 | 1723 | celsius{ |
michael@0 | 1724 | one{"{0}°C"} |
michael@0 | 1725 | other{"{0}°C"} |
michael@0 | 1726 | } |
michael@0 | 1727 | fahrenheit{ |
michael@0 | 1728 | one{"{0}°F"} |
michael@0 | 1729 | other{"{0}°F"} |
michael@0 | 1730 | } |
michael@0 | 1731 | } |
michael@0 | 1732 | volume{ |
michael@0 | 1733 | cubic-kilometer{ |
michael@0 | 1734 | one{"{0} km³"} |
michael@0 | 1735 | other{"{0} km³"} |
michael@0 | 1736 | } |
michael@0 | 1737 | cubic-mile{ |
michael@0 | 1738 | one{"{0} mi³"} |
michael@0 | 1739 | other{"{0} mi³"} |
michael@0 | 1740 | } |
michael@0 | 1741 | liter{ |
michael@0 | 1742 | one{"{0} l"} |
michael@0 | 1743 | other{"{0} l"} |
michael@0 | 1744 | } |
michael@0 | 1745 | } |
michael@0 | 1746 | } |
michael@0 | 1747 | } |