toolkit/mozapps/installer/windows/nsis/locale-fonts.nsh

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 ; Acholi
michael@0 6 !if "${AB_CD}" == "ach"
michael@0 7 !define FONT_NAME1 "Segoe UI"
michael@0 8 !define FONT_FILE1 "segoeui.ttf"
michael@0 9 !endif
michael@0 10
michael@0 11 ; Afrikaans
michael@0 12 !if "${AB_CD}" == "af"
michael@0 13 !define FONT_NAME1 "Segoe UI"
michael@0 14 !define FONT_FILE1 "segoeui.ttf"
michael@0 15 !endif
michael@0 16
michael@0 17 ; Akan
michael@0 18 !if "${AB_CD}" == "ak"
michael@0 19 !define FONT_NAME1 "Segoe UI"
michael@0 20 !define FONT_FILE1 "segoeui.ttf"
michael@0 21 !endif
michael@0 22
michael@0 23 ; Aragonese
michael@0 24 !if "${AB_CD}" == "an"
michael@0 25 !define FONT_NAME1 "Segoe UI"
michael@0 26 !define FONT_FILE1 "segoeui.ttf"
michael@0 27 !endif
michael@0 28
michael@0 29 ; Arabic
michael@0 30 !if "${AB_CD}" == "ar"
michael@0 31 !define FONT_NAME1 "Segoe UI"
michael@0 32 !define FONT_FILE1 "segoeui.ttf"
michael@0 33 !endif
michael@0 34
michael@0 35 ; Assamese
michael@0 36 !if "${AB_CD}" == "as"
michael@0 37 !define FONT_NAME1 "Nirmala UI"
michael@0 38 !define FONT_FILE1 "Nirmala.ttf"
michael@0 39 !endif
michael@0 40
michael@0 41 ; Asturian
michael@0 42 !if "${AB_CD}" == "ast"
michael@0 43 !define FONT_NAME1 "Segoe UI"
michael@0 44 !define FONT_FILE1 "segoeui.ttf"
michael@0 45 !endif
michael@0 46
michael@0 47 ; Azerbaijani
michael@0 48 !if "${AB_CD}" == "az"
michael@0 49 !define FONT_NAME1 "Segoe UI"
michael@0 50 !define FONT_FILE1 "segoeui.ttf"
michael@0 51 !endif
michael@0 52
michael@0 53 ; Belarusian
michael@0 54 !if "${AB_CD}" == "be"
michael@0 55 !define FONT_NAME1 "Segoe UI"
michael@0 56 !define FONT_FILE1 "segoeui.ttf"
michael@0 57 !endif
michael@0 58
michael@0 59 ; Bulgarian
michael@0 60 !if "${AB_CD}" == "bg"
michael@0 61 !define FONT_NAME1 "Segoe UI"
michael@0 62 !define FONT_FILE1 "segoeui.ttf"
michael@0 63 !endif
michael@0 64
michael@0 65 ; Bengali
michael@0 66 !if "${AB_CD}" == "bn-BD"
michael@0 67 !define FONT_NAME1 "Nirmala UI"
michael@0 68 !define FONT_FILE1 "Nirmala.ttf"
michael@0 69 !endif
michael@0 70
michael@0 71 ; Bengali - India
michael@0 72 !if "${AB_CD}" == "bn-IN"
michael@0 73 !define FONT_NAME1 "Nirmala UI"
michael@0 74 !define FONT_FILE1 "Nirmala.ttf"
michael@0 75 !endif
michael@0 76
michael@0 77 ; Breton
michael@0 78 !if "${AB_CD}" == "br"
michael@0 79 !define FONT_NAME1 "Segoe UI"
michael@0 80 !define FONT_FILE1 "segoeui.ttf"
michael@0 81 !endif
michael@0 82
michael@0 83 ; Bosnian
michael@0 84 !if "${AB_CD}" == "bs"
michael@0 85 !define FONT_NAME1 "Segoe UI"
michael@0 86 !define FONT_FILE1 "segoeui.ttf"
michael@0 87 !endif
michael@0 88
michael@0 89 ; Catalan
michael@0 90 !if "${AB_CD}" == "ca"
michael@0 91 !define FONT_NAME1 "Segoe UI"
michael@0 92 !define FONT_FILE1 "segoeui.ttf"
michael@0 93 !endif
michael@0 94
michael@0 95 ; Czech
michael@0 96 !if "${AB_CD}" == "cs"
michael@0 97 !define FONT_NAME1 "Segoe UI"
michael@0 98 !define FONT_FILE1 "segoeui.ttf"
michael@0 99 !endif
michael@0 100
michael@0 101 ; Kashubian
michael@0 102 !if "${AB_CD}" == "csb"
michael@0 103 !define FONT_NAME1 "Segoe UI"
michael@0 104 !define FONT_FILE1 "segoeui.ttf"
michael@0 105 !endif
michael@0 106
michael@0 107 ; Welsh
michael@0 108 !if "${AB_CD}" == "cy"
michael@0 109 !define FONT_NAME1 "Segoe UI"
michael@0 110 !define FONT_FILE1 "segoeui.ttf"
michael@0 111 !endif
michael@0 112
michael@0 113 ; Danish
michael@0 114 !if "${AB_CD}" == "da"
michael@0 115 !define FONT_NAME1 "Segoe UI"
michael@0 116 !define FONT_FILE1 "segoeui.ttf"
michael@0 117 !endif
michael@0 118
michael@0 119 ; German
michael@0 120 !if "${AB_CD}" == "de"
michael@0 121 !define FONT_NAME1 "Segoe UI"
michael@0 122 !define FONT_FILE1 "segoeui.ttf"
michael@0 123 !endif
michael@0 124
michael@0 125 ; Greek
michael@0 126 !if "${AB_CD}" == "el"
michael@0 127 !define FONT_NAME1 "Segoe UI"
michael@0 128 !define FONT_FILE1 "segoeui.ttf"
michael@0 129 !endif
michael@0 130
michael@0 131 ; English - Great Britain
michael@0 132 !if "${AB_CD}" == "en-GB"
michael@0 133 !define FONT_NAME1 "Segoe UI"
michael@0 134 !define FONT_FILE1 "segoeui.ttf"
michael@0 135 !endif
michael@0 136
michael@0 137 ; English - United States
michael@0 138 !if "${AB_CD}" == "en-US"
michael@0 139 !define FONT_NAME1 "Segoe UI"
michael@0 140 !define FONT_FILE1 "segoeui.ttf"
michael@0 141 !endif
michael@0 142
michael@0 143 ; English - South Africa
michael@0 144 !if "${AB_CD}" == "en-ZA"
michael@0 145 !define FONT_NAME1 "Segoe UI"
michael@0 146 !define FONT_FILE1 "segoeui.ttf"
michael@0 147 !endif
michael@0 148
michael@0 149 ; Esperanto
michael@0 150 !if "${AB_CD}" == "eo"
michael@0 151 !define FONT_NAME1 "Segoe UI"
michael@0 152 !define FONT_FILE1 "segoeui.ttf"
michael@0 153 !endif
michael@0 154
michael@0 155 ; Spanish - Argentina
michael@0 156 !if "${AB_CD}" == "es-AR"
michael@0 157 !define FONT_NAME1 "Segoe UI"
michael@0 158 !define FONT_FILE1 "segoeui.ttf"
michael@0 159 !endif
michael@0 160
michael@0 161 ; Spanish - Chile
michael@0 162 !if "${AB_CD}" == "es-CL"
michael@0 163 !define FONT_NAME1 "Segoe UI"
michael@0 164 !define FONT_FILE1 "segoeui.ttf"
michael@0 165 !endif
michael@0 166
michael@0 167 ; Spanish
michael@0 168 !if "${AB_CD}" == "es-ES"
michael@0 169 !define FONT_NAME1 "Segoe UI"
michael@0 170 !define FONT_FILE1 "segoeui.ttf"
michael@0 171 !endif
michael@0 172
michael@0 173 ; Spanish - Mexico
michael@0 174 !if "${AB_CD}" == "es-MX"
michael@0 175 !define FONT_NAME1 "Segoe UI"
michael@0 176 !define FONT_FILE1 "segoeui.ttf"
michael@0 177 !endif
michael@0 178
michael@0 179 ; Estonian
michael@0 180 !if "${AB_CD}" == "et"
michael@0 181 !define FONT_NAME1 "Segoe UI"
michael@0 182 !define FONT_FILE1 "segoeui.ttf"
michael@0 183 !endif
michael@0 184
michael@0 185 ; Basque
michael@0 186 !if "${AB_CD}" == "eu"
michael@0 187 !define FONT_NAME1 "Segoe UI"
michael@0 188 !define FONT_FILE1 "segoeui.ttf"
michael@0 189 !endif
michael@0 190
michael@0 191 ; Persian
michael@0 192 !if "${AB_CD}" == "fa"
michael@0 193 !define FONT_NAME1 "Segoe UI"
michael@0 194 !define FONT_FILE1 "segoeui.ttf"
michael@0 195 !endif
michael@0 196
michael@0 197 ; Fulah
michael@0 198 !if "${AB_CD}" == "ff"
michael@0 199 !define FONT_NAME1 "Segoe UI"
michael@0 200 !define FONT_FILE1 "segoeui.ttf"
michael@0 201 !endif
michael@0 202
michael@0 203 ; Finnish
michael@0 204 !if "${AB_CD}" == "fi"
michael@0 205 !define FONT_NAME1 "Segoe UI"
michael@0 206 !define FONT_FILE1 "segoeui.ttf"
michael@0 207 !endif
michael@0 208
michael@0 209 ; French
michael@0 210 !if "${AB_CD}" == "fr"
michael@0 211 !define FONT_NAME1 "Segoe UI"
michael@0 212 !define FONT_FILE1 "segoeui.ttf"
michael@0 213 !endif
michael@0 214
michael@0 215 ; Frisian
michael@0 216 !if "${AB_CD}" == "fy-NL"
michael@0 217 !define FONT_NAME1 "Segoe UI"
michael@0 218 !define FONT_FILE1 "segoeui.ttf"
michael@0 219 !endif
michael@0 220
michael@0 221 ; Irish
michael@0 222 !if "${AB_CD}" == "ga-IE"
michael@0 223 !define FONT_NAME1 "Segoe UI"
michael@0 224 !define FONT_FILE1 "segoeui.ttf"
michael@0 225 !endif
michael@0 226
michael@0 227 ; Scottish Gaelic
michael@0 228 !if "${AB_CD}" == "gd"
michael@0 229 !define FONT_NAME1 "Segoe UI"
michael@0 230 !define FONT_FILE1 "segoeui.ttf"
michael@0 231 !endif
michael@0 232
michael@0 233 ; Galician
michael@0 234 !if "${AB_CD}" == "gl"
michael@0 235 !define FONT_NAME1 "Segoe UI"
michael@0 236 !define FONT_FILE1 "segoeui.ttf"
michael@0 237 !endif
michael@0 238
michael@0 239 ; Gujarati
michael@0 240 !if "${AB_CD}" == "gu-IN"
michael@0 241 !define FONT_NAME1 "Nirmala UI"
michael@0 242 !define FONT_FILE1 "Nirmala.ttf"
michael@0 243 !endif
michael@0 244
michael@0 245 ; Hawaiian
michael@0 246 !if "${AB_CD}" == "haw"
michael@0 247 !define FONT_NAME1 "Segoe UI"
michael@0 248 !define FONT_FILE1 "segoeui.ttf"
michael@0 249 !endif
michael@0 250
michael@0 251 ; Hebrew
michael@0 252 !if "${AB_CD}" == "he"
michael@0 253 !define FONT_NAME1 "Segoe UI"
michael@0 254 !define FONT_FILE1 "segoeui.ttf"
michael@0 255 !endif
michael@0 256
michael@0 257 ; hindi
michael@0 258 !if "${AB_CD}" == "hi-IN"
michael@0 259 !define FONT_NAME1 "Nirmala UI"
michael@0 260 !define FONT_FILE1 "Nirmala.ttf"
michael@0 261 !endif
michael@0 262
michael@0 263 ; Croatian
michael@0 264 !if "${AB_CD}" == "hr"
michael@0 265 !define FONT_NAME1 "Segoe UI"
michael@0 266 !define FONT_FILE1 "segoeui.ttf"
michael@0 267 !endif
michael@0 268
michael@0 269 ; Upper Sorbian
michael@0 270 !if "${AB_CD}" == "hsb"
michael@0 271 !define FONT_NAME1 "Segoe UI"
michael@0 272 !define FONT_FILE1 "segoeui.ttf"
michael@0 273 !endif
michael@0 274
michael@0 275 ; Hungarian
michael@0 276 !if "${AB_CD}" == "hu"
michael@0 277 !define FONT_NAME1 "Segoe UI"
michael@0 278 !define FONT_FILE1 "segoeui.ttf"
michael@0 279 !endif
michael@0 280
michael@0 281 ; Armenian
michael@0 282 !if "${AB_CD}" == "hy-AM"
michael@0 283 !define FONT_NAME1 "Segoe UI"
michael@0 284 !define FONT_FILE1 "segoeui.ttf"
michael@0 285 !endif
michael@0 286
michael@0 287 ; Indonesian
michael@0 288 !if "${AB_CD}" == "id"
michael@0 289 !define FONT_NAME1 "Segoe UI"
michael@0 290 !define FONT_FILE1 "segoeui.ttf"
michael@0 291 !endif
michael@0 292
michael@0 293 ; Iloko
michael@0 294 !if "${AB_CD}" == "ilo"
michael@0 295 !define FONT_NAME1 "Segoe UI"
michael@0 296 !define FONT_FILE1 "segoeui.ttf"
michael@0 297 !endif
michael@0 298
michael@0 299 ; Icelandic
michael@0 300 !if "${AB_CD}" == "is"
michael@0 301 !define FONT_NAME1 "Segoe UI"
michael@0 302 !define FONT_FILE1 "segoeui.ttf"
michael@0 303 !endif
michael@0 304
michael@0 305 ; Italian
michael@0 306 !if "${AB_CD}" == "it"
michael@0 307 !define FONT_NAME1 "Segoe UI"
michael@0 308 !define FONT_FILE1 "segoeui.ttf"
michael@0 309 !endif
michael@0 310
michael@0 311 ; Japanese
michael@0 312 !if "${AB_CD}" == "ja"
michael@0 313 !define FONT_NAME1 "Meiryo UI"
michael@0 314 !define FONT_FILE1 "meiryo.ttc"
michael@0 315 !endif
michael@0 316
michael@0 317 ; Georgian
michael@0 318 !if "${AB_CD}" == "ka"
michael@0 319 !define FONT_NAME1 "Segoe UI"
michael@0 320 !define FONT_FILE1 "segoeui.ttf"
michael@0 321 !endif
michael@0 322
michael@0 323 ; Kazakh
michael@0 324 !if "${AB_CD}" == "kk"
michael@0 325 !define FONT_NAME1 "Segoe UI"
michael@0 326 !define FONT_FILE1 "segoeui.ttf"
michael@0 327 !endif
michael@0 328
michael@0 329 ; Khmer
michael@0 330 !if "${AB_CD}" == "km"
michael@0 331 !define FONT_NAME1 "Leelawadee UI"
michael@0 332 !define FONT_FILE1 "LeelawUI.ttf"
michael@0 333 !endif
michael@0 334
michael@0 335 ; Kannada
michael@0 336 !if "${AB_CD}" == "kn"
michael@0 337 !define FONT_NAME1 "Nirmala UI"
michael@0 338 !define FONT_FILE1 "Nirmala.ttf"
michael@0 339 !endif
michael@0 340
michael@0 341 ; Korean
michael@0 342 !if "${AB_CD}" == "ko"
michael@0 343 !define FONT_NAME1 "Malgun Gothic"
michael@0 344 !define FONT_FILE1 "malgun.ttf"
michael@0 345 !endif
michael@0 346
michael@0 347 ; Kurdish
michael@0 348 !if "${AB_CD}" == "ku"
michael@0 349 !define FONT_NAME1 "Segoe UI"
michael@0 350 !define FONT_FILE1 "segoeui.ttf"
michael@0 351 !endif
michael@0 352
michael@0 353 ; Luganda
michael@0 354 !if "${AB_CD}" == "lg"
michael@0 355 !define FONT_NAME1 "Segoe UI"
michael@0 356 !define FONT_FILE1 "segoeui.ttf"
michael@0 357 !endif
michael@0 358
michael@0 359 ; Ligurian
michael@0 360 !if "${AB_CD}" == "lij"
michael@0 361 !define FONT_NAME1 "Segoe UI"
michael@0 362 !define FONT_FILE1 "segoeui.ttf"
michael@0 363 !endif
michael@0 364
michael@0 365 ; Lithuanian
michael@0 366 !if "${AB_CD}" == "lt"
michael@0 367 !define FONT_NAME1 "Segoe UI"
michael@0 368 !define FONT_FILE1 "segoeui.ttf"
michael@0 369 !endif
michael@0 370
michael@0 371 ; Latvian
michael@0 372 !if "${AB_CD}" == "lv"
michael@0 373 !define FONT_NAME1 "Segoe UI"
michael@0 374 !define FONT_FILE1 "segoeui.ttf"
michael@0 375 !endif
michael@0 376
michael@0 377 ; Maithili
michael@0 378 !if "${AB_CD}" == "mai"
michael@0 379 !define FONT_NAME1 "Nirmala UI"
michael@0 380 !define FONT_FILE1 "Nirmala.ttf"
michael@0 381 !endif
michael@0 382
michael@0 383 ; Macedonian
michael@0 384 !if "${AB_CD}" == "mk"
michael@0 385 !define FONT_NAME1 "Segoe UI"
michael@0 386 !define FONT_FILE1 "segoeui.ttf"
michael@0 387 !endif
michael@0 388
michael@0 389 ; Malayalam
michael@0 390 !if "${AB_CD}" == "ml"
michael@0 391 !define FONT_NAME1 "Nirmala UI"
michael@0 392 !define FONT_FILE1 "Nirmala.ttf"
michael@0 393 !endif
michael@0 394
michael@0 395 ; Mongolian
michael@0 396 !if "${AB_CD}" == "mn"
michael@0 397 !define FONT_NAME1 "Segoe UI"
michael@0 398 !define FONT_FILE1 "segoeui.ttf"
michael@0 399 !endif
michael@0 400
michael@0 401 ; Marathi
michael@0 402 !if "${AB_CD}" == "mr"
michael@0 403 !define FONT_NAME1 "Nirmala UI"
michael@0 404 !define FONT_FILE1 "Nirmala.ttf"
michael@0 405 !endif
michael@0 406
michael@0 407 ; Malay
michael@0 408 !if "${AB_CD}" == "ms"
michael@0 409 !define FONT_NAME1 "Segoe UI"
michael@0 410 !define FONT_FILE1 "segoeui.ttf"
michael@0 411 !endif
michael@0 412
michael@0 413 ; Burmese
michael@0 414 !if "${AB_CD}" == "my"
michael@0 415 !define FONT_NAME1 "Myanmar Text"
michael@0 416 !define FONT_FILE1 "mmrtext.ttf"
michael@0 417 !endif
michael@0 418
michael@0 419 ; Norwegian Bokmål
michael@0 420 !if "${AB_CD}" == "nb-NO"
michael@0 421 !define FONT_NAME1 "Segoe UI"
michael@0 422 !define FONT_FILE1 "segoeui.ttf"
michael@0 423 !endif
michael@0 424
michael@0 425 ; Nepali Nepal
michael@0 426 !if "${AB_CD}" == "ne-NP"
michael@0 427 !define FONT_NAME1 "Nirmala UI"
michael@0 428 !define FONT_FILE1 "Nirmala.ttf"
michael@0 429 !endif
michael@0 430
michael@0 431 ; Dutch
michael@0 432 !if "${AB_CD}" == "nl"
michael@0 433 !define FONT_NAME1 "Segoe UI"
michael@0 434 !define FONT_FILE1 "segoeui.ttf"
michael@0 435 !endif
michael@0 436
michael@0 437 ; Norwegian Nynorsk
michael@0 438 !if "${AB_CD}" == "nn-NO"
michael@0 439 !define FONT_NAME1 "Segoe UI"
michael@0 440 !define FONT_FILE1 "segoeui.ttf"
michael@0 441 !endif
michael@0 442
michael@0 443 ; Southern Ndebele
michael@0 444 !if "${AB_CD}" == "nr"
michael@0 445 !define FONT_NAME1 "Segoe UI"
michael@0 446 !define FONT_FILE1 "segoeui.ttf"
michael@0 447 !endif
michael@0 448
michael@0 449 ; Northern Sotho
michael@0 450 !if "${AB_CD}" == "nso"
michael@0 451 !define FONT_NAME1 "Segoe UI"
michael@0 452 !define FONT_FILE1 "segoeui.ttf"
michael@0 453 !endif
michael@0 454
michael@0 455 ; Occitan
michael@0 456 !if "${AB_CD}" == "oc"
michael@0 457 !define FONT_NAME1 "Segoe UI"
michael@0 458 !define FONT_FILE1 "segoeui.ttf"
michael@0 459 !endif
michael@0 460
michael@0 461 ; Oriya
michael@0 462 !if "${AB_CD}" == "or"
michael@0 463 !define FONT_NAME1 "Kalinga"
michael@0 464 !define FONT_FILE1 "kalinga.ttf"
michael@0 465 !endif
michael@0 466
michael@0 467 ; Punjabi
michael@0 468 !if "${AB_CD}" == "pa-IN"
michael@0 469 !define FONT_NAME1 "Nirmala UI"
michael@0 470 !define FONT_FILE1 "Nirmala.ttf"
michael@0 471 !endif
michael@0 472
michael@0 473 ; Polish
michael@0 474 !if "${AB_CD}" == "pl"
michael@0 475 !define FONT_NAME1 "Segoe UI"
michael@0 476 !define FONT_FILE1 "segoeui.ttf"
michael@0 477 !endif
michael@0 478
michael@0 479 ; Portugese - Brazil
michael@0 480 !if "${AB_CD}" == "pt-BR"
michael@0 481 !define FONT_NAME1 "Segoe UI"
michael@0 482 !define FONT_FILE1 "segoeui.ttf"
michael@0 483 !endif
michael@0 484
michael@0 485 ; Portugese
michael@0 486 !if "${AB_CD}" == "pt-PT"
michael@0 487 !define FONT_NAME1 "Segoe UI"
michael@0 488 !define FONT_FILE1 "segoeui.ttf"
michael@0 489 !endif
michael@0 490
michael@0 491 ; Romansh
michael@0 492 !if "${AB_CD}" == "rm"
michael@0 493 !define FONT_NAME1 "Segoe UI"
michael@0 494 !define FONT_FILE1 "segoeui.ttf"
michael@0 495 !endif
michael@0 496
michael@0 497 ; Romanian
michael@0 498 !if "${AB_CD}" == "ro"
michael@0 499 !define FONT_NAME1 "Segoe UI"
michael@0 500 !define FONT_FILE1 "segoeui.ttf"
michael@0 501 !endif
michael@0 502
michael@0 503 ; Russian
michael@0 504 !if "${AB_CD}" == "ru"
michael@0 505 !define FONT_NAME1 "Segoe UI"
michael@0 506 !define FONT_FILE1 "segoeui.ttf"
michael@0 507 !endif
michael@0 508
michael@0 509 ; Kinyarwanda
michael@0 510 !if "${AB_CD}" == "rw"
michael@0 511 !define FONT_NAME1 "Segoe UI"
michael@0 512 !define FONT_FILE1 "segoeui.ttf"
michael@0 513 !endif
michael@0 514
michael@0 515 ; Sakha
michael@0 516 !if "${AB_CD}" == "sah"
michael@0 517 !define FONT_NAME1 "Segoe UI"
michael@0 518 !define FONT_FILE1 "segoeui.ttf"
michael@0 519 !endif
michael@0 520
michael@0 521 ; Sinhala
michael@0 522 !if "${AB_CD}" == "si"
michael@0 523 !define FONT_NAME1 "Nirmala UI"
michael@0 524 !define FONT_FILE1 "Nirmala.ttf"
michael@0 525 !endif
michael@0 526
michael@0 527 ; Slovak
michael@0 528 !if "${AB_CD}" == "sk"
michael@0 529 !define FONT_NAME1 "Segoe UI"
michael@0 530 !define FONT_FILE1 "segoeui.ttf"
michael@0 531 !endif
michael@0 532
michael@0 533 ; Slovene
michael@0 534 !if "${AB_CD}" == "sl"
michael@0 535 !define FONT_NAME1 "Segoe UI"
michael@0 536 !define FONT_FILE1 "segoeui.ttf"
michael@0 537 !endif
michael@0 538
michael@0 539 ; Songhay
michael@0 540 !if "${AB_CD}" == "son"
michael@0 541 !define FONT_NAME1 "Segoe UI"
michael@0 542 !define FONT_FILE1 "segoeui.ttf"
michael@0 543 !endif
michael@0 544
michael@0 545 ; Albanian
michael@0 546 !if "${AB_CD}" == "sq"
michael@0 547 !define FONT_NAME1 "Segoe UI"
michael@0 548 !define FONT_FILE1 "segoeui.ttf"
michael@0 549 !endif
michael@0 550
michael@0 551 ; Serbian
michael@0 552 !if "${AB_CD}" == "sr"
michael@0 553 !define FONT_NAME1 "Segoe UI"
michael@0 554 !define FONT_FILE1 "segoeui.ttf"
michael@0 555 !endif
michael@0 556
michael@0 557 ; Swazi
michael@0 558 !if "${AB_CD}" == "ss"
michael@0 559 !define FONT_NAME1 "Segoe UI"
michael@0 560 !define FONT_FILE1 "segoeui.ttf"
michael@0 561 !endif
michael@0 562
michael@0 563 ; Southern Sotho
michael@0 564 !if "${AB_CD}" == "st"
michael@0 565 !define FONT_NAME1 "Segoe UI"
michael@0 566 !define FONT_FILE1 "segoeui.ttf"
michael@0 567 !endif
michael@0 568
michael@0 569 ; Swedish
michael@0 570 !if "${AB_CD}" == "sv-Se"
michael@0 571 !define FONT_NAME1 "Segoe UI"
michael@0 572 !define FONT_FILE1 "segoeui.ttf"
michael@0 573 !endif
michael@0 574
michael@0 575 ; Swahili
michael@0 576 !if "${AB_CD}" == "sw"
michael@0 577 !define FONT_NAME1 "Segoe UI"
michael@0 578 !define FONT_FILE1 "segoeui.ttf"
michael@0 579 !endif
michael@0 580
michael@0 581 ; Tamil
michael@0 582 !if "${AB_CD}" == "ta"
michael@0 583 !define FONT_NAME1 "Nirmala UI"
michael@0 584 !define FONT_FILE1 "Nirmala.ttf"
michael@0 585 !endif
michael@0 586
michael@0 587 ; Tamil - Sri Lanka
michael@0 588 !if "${AB_CD}" == "ta-LK"
michael@0 589 !define FONT_NAME1 "Nirmala UI"
michael@0 590 !define FONT_FILE1 "Nirmala.ttf"
michael@0 591 !endif
michael@0 592
michael@0 593 ; Telugu
michael@0 594 !if "${AB_CD}" == "te"
michael@0 595 !define FONT_NAME1 "Nirmala UI"
michael@0 596 !define FONT_FILE1 "Nirmala.ttf"
michael@0 597 !endif
michael@0 598
michael@0 599 ; Thai
michael@0 600 !if "${AB_CD}" == "th"
michael@0 601 !define FONT_NAME1 "Leelawadee UI"
michael@0 602 !define FONT_FILE1 "LeelawUI.ttf"
michael@0 603 !endif
michael@0 604
michael@0 605 ; Tswana
michael@0 606 !if "${AB_CD}" == "tn"
michael@0 607 !define FONT_NAME1 "Segoe UI"
michael@0 608 !define FONT_FILE1 "segoeui.ttf"
michael@0 609 !endif
michael@0 610
michael@0 611 ; Turkish
michael@0 612 !if "${AB_CD}" == "tr"
michael@0 613 !define FONT_NAME1 "Segoe UI"
michael@0 614 !define FONT_FILE1 "segoeui.ttf"
michael@0 615 !endif
michael@0 616
michael@0 617 ; Tsonga
michael@0 618 !if "${AB_CD}" == "ts"
michael@0 619 !define FONT_NAME1 "Segoe UI"
michael@0 620 !define FONT_FILE1 "segoeui.ttf"
michael@0 621 !endif
michael@0 622
michael@0 623 ; Uyghur
michael@0 624 !if "${AB_CD}" == "ug"
michael@0 625 !define FONT_NAME1 "Segoe UI"
michael@0 626 !define FONT_FILE1 "segoeui.ttf"
michael@0 627 !endif
michael@0 628
michael@0 629 ; Ukrainian
michael@0 630 !if "${AB_CD}" == "uk"
michael@0 631 !define FONT_NAME1 "Segoe UI"
michael@0 632 !define FONT_FILE1 "segoeui.ttf"
michael@0 633 !endif
michael@0 634
michael@0 635 ; Urdu
michael@0 636 !if "${AB_CD}" == "ur"
michael@0 637 !define FONT_NAME1 "Segoe UI"
michael@0 638 !define FONT_FILE1 "segoeui.ttf"
michael@0 639 !endif
michael@0 640
michael@0 641 ; Venda
michael@0 642 !if "${AB_CD}" == "ve"
michael@0 643 !define FONT_NAME1 "Segoe UI"
michael@0 644 !define FONT_FILE1 "segoeui.ttf"
michael@0 645 !endif
michael@0 646
michael@0 647 ; Vietnamese
michael@0 648 !if "${AB_CD}" == "vi"
michael@0 649 !define FONT_NAME1 "Segoe UI"
michael@0 650 !define FONT_FILE1 "segoeui.ttf"
michael@0 651 !endif
michael@0 652
michael@0 653 ; Wolof
michael@0 654 !if "${AB_CD}" == "wo"
michael@0 655 !define FONT_NAME1 "Segoe UI"
michael@0 656 !define FONT_FILE1 "segoeui.ttf"
michael@0 657 !endif
michael@0 658
michael@0 659 ; Xhosa
michael@0 660 !if "${AB_CD}" == "xh"
michael@0 661 !define FONT_NAME1 "Segoe UI"
michael@0 662 !define FONT_FILE1 "segoeui.ttf"
michael@0 663 !endif
michael@0 664
michael@0 665 ; Chinese (Simplified)
michael@0 666 !if "${AB_CD}" == "zh-CN"
michael@0 667 !define FONT_NAME1 "Microsoft YaHei UI"
michael@0 668 !define FONT_FILE1 "msyh.ttc"
michael@0 669 !endif
michael@0 670
michael@0 671 ; Chinese (Traditional)
michael@0 672 !if "${AB_CD}" == "zh-TW"
michael@0 673 !define FONT_NAME1 "Microsoft JhengHei UI"
michael@0 674 !define FONT_FILE1 "msjh.ttc"
michael@0 675 !endif
michael@0 676
michael@0 677 ; Zulu
michael@0 678 !if "${AB_CD}" == "zu"
michael@0 679 !define FONT_NAME1 "Segoe UI"
michael@0 680 !define FONT_FILE1 "segoeui.ttf"
michael@0 681 !endif

mercurial