intl/icu/source/data/locales/sw.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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.

     1 // ***************************************************************************
     2 // *
     3 // * Copyright (C) 2013 International Business Machines
     4 // * Corporation and others. All Rights Reserved.
     5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     6 // * Source File: <path>/common/main/sw.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/sw.xml
    11  */
    12 sw{
    13     AuxExemplarCharacters{"[c q x]"}
    14     Ellipsis{
    15         final{"{0}…"}
    16         initial{"…{0}"}
    17         medial{"{0}…{1}"}
    18         word-final{"{0} …"}
    19         word-initial{"… {0}"}
    20         word-medial{"{0} … {1}"}
    21     }
    22     ExemplarCharacters{"[a b {ch} d e f g h i j k l m n o p r s t u v w y z]"}
    23     LocaleScript{
    24         "Latn",
    25     }
    26     MoreInformation{"?"}
    27     NumberElements{
    28         latn{
    29             miscPatterns{
    30                 atLeast{"⩾{0}"}
    31                 range{"{0}–{1}"}
    32             }
    33             patterns{
    34                 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
    35                 currencyFormat{"¤#,##0.00"}
    36                 decimalFormat{"#,##0.###"}
    37                 percentFormat{"#,##0%"}
    38                 scientificFormat{"#E0"}
    39             }
    40             patternsLong{
    41                 decimalFormat{
    42                     1000{
    43                         one{"Elfu 0"}
    44                         other{"Elfu 0"}
    45                     }
    46                     10000{
    47                         one{"Elfu 00"}
    48                         other{"Elfu 00"}
    49                     }
    50                     100000{
    51                         one{"Elfu 000"}
    52                         other{"Elfu 000"}
    53                     }
    54                     1000000{
    55                         one{"Milioni 0"}
    56                         other{"Milioni 0"}
    57                     }
    58                     10000000{
    59                         one{"Milioni 00"}
    60                         other{"Milioni 00"}
    61                     }
    62                     100000000{
    63                         one{"Milioni 000"}
    64                         other{"Milioni 000"}
    65                     }
    66                     1000000000{
    67                         one{"Bilioni 0"}
    68                         other{"Bilioni 0"}
    69                     }
    70                     10000000000{
    71                         one{"Bilioni 00"}
    72                         other{"Bilioni 00"}
    73                     }
    74                     100000000000{
    75                         one{"Bilioni 000"}
    76                         other{"Bilioni 000"}
    77                     }
    78                     1000000000000{
    79                         one{"Trilioni 0"}
    80                         other{"Trilioni 0"}
    81                     }
    82                     10000000000000{
    83                         one{"Trilioni 00"}
    84                         other{"Trilioni 00"}
    85                     }
    86                     100000000000000{
    87                         one{"Trilioni 000"}
    88                         other{"Trilioni 000"}
    89                     }
    90                 }
    91             }
    92             patternsShort{
    93                 decimalFormat{
    94                     1000{
    95                         one{"elfu 0"}
    96                         other{"elfu 0"}
    97                     }
    98                     10000{
    99                         one{"elfu 00"}
   100                         other{"elfu 00"}
   101                     }
   102                     100000{
   103                         one{"laki0"}
   104                         other{"laki0"}
   105                     }
   106                     1000000{
   107                         one{"M0"}
   108                         other{"M0"}
   109                     }
   110                     10000000{
   111                         one{"M00"}
   112                         other{"M00"}
   113                     }
   114                     100000000{
   115                         one{"M000"}
   116                         other{"M000"}
   117                     }
   118                     1000000000{
   119                         one{"B0"}
   120                         other{"B0"}
   121                     }
   122                     10000000000{
   123                         one{"B00"}
   124                         other{"B00"}
   125                     }
   126                     100000000000{
   127                         one{"B000"}
   128                         other{"B000"}
   129                     }
   130                     1000000000000{
   131                         one{"T0"}
   132                         other{"T0"}
   133                     }
   134                     10000000000000{
   135                         one{"T00"}
   136                         other{"T00"}
   137                     }
   138                     100000000000000{
   139                         one{"T000"}
   140                         other{"T000"}
   141                     }
   142                 }
   143             }
   144             symbols{
   145                 decimal{"."}
   146                 exponential{"E"}
   147                 group{","}
   148                 infinity{"∞"}
   149                 list{";"}
   150                 minusSign{"-"}
   151                 nan{"NaN"}
   152                 perMille{"‰"}
   153                 percentSign{"%"}
   154                 plusSign{"+"}
   155                 superscriptingExponent{"×"}
   156             }
   157         }
   158     }
   159     Version{"2.0.92.87"}
   160     calendar{
   161         generic{
   162             DateTimePatterns{
   163                 "h:mm:ss a zzzz",
   164                 "h:mm:ss a z",
   165                 "h:mm:ss a",
   166                 "h:mm a",
   167                 "EEEE, d MMMM y G",
   168                 "d MMMM y G",
   169                 "d MMM y G",
   170                 "dd/MM/y GGGGG",
   171                 "{1} {0}",
   172                 "{1} {0}",
   173                 "{1} {0}",
   174                 "{1} {0}",
   175                 "{1} {0}",
   176             }
   177             availableFormats{
   178                 Ed{"d E"}
   179                 Gy{"y G"}
   180                 GyMMM{"MMM y G"}
   181                 GyMMMEd{"E, d MMM y G"}
   182                 GyMMMd{"d MMM y G"}
   183                 H{"HH"}
   184                 Hm{"HH:mm"}
   185                 Hms{"HH:mm:ss"}
   186                 M{"L"}
   187                 MEd{"E, d/M"}
   188                 MMM{"LLL"}
   189                 MMMEd{"E, d MMM"}
   190                 MMMMEd{"E, d MMMM"}
   191                 MMMMd{"d MMMM"}
   192                 MMMd{"d MMM"}
   193                 Md{"d-M"}
   194                 d{"d"}
   195                 hm{"h:mm a"}
   196                 ms{"mm:ss"}
   197                 y{"y G"}
   198                 yyyy{"y G"}
   199                 yyyyM{"M/y G"}
   200                 yyyyMEd{"E, d/M/y G"}
   201                 yyyyMMM{"MMM y G"}
   202                 yyyyMMMEd{"E, d MMM y G"}
   203                 yyyyMMMM{"MMMM y G"}
   204                 yyyyMMMd{"d MMM y G"}
   205                 yyyyMd{"d/M/y G"}
   206                 yyyyQQQ{"QQQ y G"}
   207                 yyyyQQQQ{"QQQQ y G"}
   208             }
   209             intervalFormats{
   210                 H{
   211                     H{"HH – HH"}
   212                 }
   213                 Hm{
   214                     H{"HH:mm - HH:mm"}
   215                     m{"HH:mm – HH:mm"}
   216                 }
   217                 Hmv{
   218                     H{"HH:mm – HH:mm v"}
   219                     m{"HH:mm - HH:mm v"}
   220                 }
   221                 Hv{
   222                     H{"HH – HH v"}
   223                 }
   224                 M{
   225                     M{"M - M"}
   226                 }
   227                 MEd{
   228                     M{"E, d/M - E, d/M"}
   229                     d{"E, d/M - E, d/M"}
   230                 }
   231                 MMM{
   232                     M{"MMM - MMM"}
   233                 }
   234                 MMMEd{
   235                     M{"E, d MMM - E, d MMM"}
   236                     d{"E, d MMM - E, d MMM"}
   237                 }
   238                 MMMd{
   239                     M{"d MMM - d MMM"}
   240                     d{"d - d MMM"}
   241                 }
   242                 Md{
   243                     M{"d/M - d/M"}
   244                     d{"d/M - d/M"}
   245                 }
   246                 d{
   247                     d{"d - d"}
   248                 }
   249                 fallback{"{0} – {1}"}
   250                 h{
   251                     a{"h a – h a"}
   252                     h{"h – h a"}
   253                 }
   254                 hm{
   255                     a{"h:mm a – h:mm a"}
   256                     h{"h:mm–h:mm a"}
   257                     m{"h:mm – h:mm a"}
   258                 }
   259                 hmv{
   260                     a{"h:mm a – h:mm a v"}
   261                     h{"h:mm - h:mm a v"}
   262                     m{"h:mm - h:mm a v"}
   263                 }
   264                 hv{
   265                     a{"h a – h a v"}
   266                     h{"h – h a v"}
   267                 }
   268                 y{
   269                     y{"y - y G"}
   270                 }
   271                 yM{
   272                     M{"M/y - M/y G"}
   273                     y{"M/y - M/y G"}
   274                 }
   275                 yMEd{
   276                     M{"E, d/M/y - E, d/M/y G"}
   277                     d{"E, d/M/y - E, d/M/y G"}
   278                     y{"E, d/M/y - E, d/M/y G"}
   279                 }
   280                 yMMM{
   281                     M{"MMM - MMM y G"}
   282                     y{"MMM y - MMM y G"}
   283                 }
   284                 yMMMEd{
   285                     M{"E, d MMM - E, d MMM y"}
   286                     d{"E, d MMM - E, d MMM y G"}
   287                     y{"E, d MMM y - E, d MMM y"}
   288                 }
   289                 yMMMM{
   290                     M{"MMMM-MMMM y G"}
   291                     y{"MMMM y – MMMM y G"}
   292                 }
   293                 yMMMd{
   294                     M{"d MMM - d MMM y G"}
   295                     d{"d - d MMM y G"}
   296                     y{"d MMM y - d MMM y G"}
   297                 }
   298                 yMd{
   299                     M{"d/M/y - d/M/y G"}
   300                     d{"d/M/y - d/M/y G"}
   301                     y{"d/M/y - d/M/y G"}
   302                 }
   303             }
   304         }
   305         gregorian{
   306             AmPmMarkers{
   307                 "AM",
   308                 "PM",
   309             }
   310             DateTimePatterns{
   311                 "h:mm:ss a zzzz",
   312                 "h:mm:ss a z",
   313                 "h:mm:ss a",
   314                 "h:mm a",
   315                 "EEEE, d MMMM y",
   316                 "d MMMM y",
   317                 "d MMM y",
   318                 "dd/MM/y",
   319                 "{1} {0}",
   320                 "{1} {0}",
   321                 "{1} {0}",
   322                 "{1} {0}",
   323                 "{1} {0}",
   324             }
   325             appendItems{
   326                 Timezone{"{0} {1}"}
   327             }
   328             availableFormats{
   329                 EHm{"E HH:mm"}
   330                 EHms{"E HH:mm:ss"}
   331                 Ed{"d E"}
   332                 Ehm{"E h:mm a"}
   333                 Ehms{"E h:mm:ss a"}
   334                 Gy{"y G"}
   335                 GyMMM{"MMM y G"}
   336                 GyMMMEd{"E, MMM d, y G"}
   337                 GyMMMd{"d MMM y G"}
   338                 H{"HH"}
   339                 Hm{"HH:mm"}
   340                 Hms{"HH:mm:ss"}
   341                 M{"L"}
   342                 MEd{"E, d/M"}
   343                 MMM{"LLL"}
   344                 MMMEd{"E, d MMM"}
   345                 MMMMEd{"E, d MMMM"}
   346                 MMMMd{"d MMMM"}
   347                 MMMd{"d MMM"}
   348                 Md{"d-M"}
   349                 d{"d"}
   350                 h{"h a"}
   351                 hm{"h:mm a"}
   352                 hms{"h:mm:ss a"}
   353                 ms{"mm:ss"}
   354                 y{"y"}
   355                 yM{"M/y"}
   356                 yMEd{"E, d/M/y"}
   357                 yMMM{"MMM y"}
   358                 yMMMEd{"E, MMM d, y"}
   359                 yMMMM{"MMMM y"}
   360                 yMMMd{"d MMM y"}
   361                 yMd{"d/M/y"}
   362                 yQQQ{"QQQ y"}
   363                 yQQQQ{"QQQQ y"}
   364             }
   365             dayNames{
   366                 format{
   367                     abbreviated{
   368                         "J2",
   369                         "J3",
   370                         "J4",
   371                         "J5",
   372                         "Alh",
   373                         "Ij",
   374                         "J1",
   375                     }
   376                     short{
   377                         "Jumapili",
   378                         "Jumatatu",
   379                         "Jumanne",
   380                         "Jumatano",
   381                         "Alhamisi",
   382                         "Ijumaa",
   383                         "Jumamosi",
   384                     }
   385                     wide{
   386                         "Jumapili",
   387                         "Jumatatu",
   388                         "Jumanne",
   389                         "Jumatano",
   390                         "Alhamisi",
   391                         "Ijumaa",
   392                         "Jumamosi",
   393                     }
   394                 }
   395                 stand-alone{
   396                     narrow{
   397                         "2",
   398                         "3",
   399                         "4",
   400                         "5",
   401                         "A",
   402                         "I",
   403                         "1",
   404                     }
   405                     short{
   406                         "Jumapili",
   407                         "Jumatatu",
   408                         "Jumanne",
   409                         "Jumatano",
   410                         "Alhamisi",
   411                         "Ijumaa",
   412                         "Jumamosi",
   413                     }
   414                 }
   415             }
   416             eras{
   417                 abbreviated{
   418                     "KK",
   419                     "BK",
   420                 }
   421                 wide{
   422                     "Kabla ya Kristo",
   423                     "Baada ya Kristo",
   424                 }
   425             }
   426             intervalFormats{
   427                 H{
   428                     H{"HH – HH"}
   429                 }
   430                 Hm{
   431                     H{"HH:mm - HH:mm"}
   432                     m{"HH:mm – HH:mm"}
   433                 }
   434                 Hmv{
   435                     H{"HH:mm – HH:mm v"}
   436                     m{"HH:mm - HH:mm v"}
   437                 }
   438                 Hv{
   439                     H{"HH – HH v"}
   440                 }
   441                 M{
   442                     M{"M - M"}
   443                 }
   444                 MEd{
   445                     M{"E, d/M - E, d/M"}
   446                     d{"E, d/M - E, d/M"}
   447                 }
   448                 MMM{
   449                     M{"MMM - MMM"}
   450                 }
   451                 MMMEd{
   452                     M{"E, MMM d- E, MMM d"}
   453                     d{"E, MMM d- E, MMM d"}
   454                 }
   455                 MMMd{
   456                     M{"MMM d – MMM d"}
   457                     d{"MMM d–d"}
   458                 }
   459                 Md{
   460                     M{"d/M - d/M"}
   461                     d{"d/M - d/M"}
   462                 }
   463                 d{
   464                     d{"d - d"}
   465                 }
   466                 fallback{"{0} – {1}"}
   467                 h{
   468                     a{"h a – h a"}
   469                     h{"h – h a"}
   470                 }
   471                 hm{
   472                     a{"h:mm a – h:mm a"}
   473                     h{"h:mm–h:mm a"}
   474                     m{"h:mm – h:mm a"}
   475                 }
   476                 hmv{
   477                     a{"h:mm a – h:mm a v"}
   478                     h{"h:mm - h:mm a v"}
   479                     m{"h:mm - h:mm a v"}
   480                 }
   481                 hv{
   482                     a{"h a – h a v"}
   483                     h{"h – h a v"}
   484                 }
   485                 y{
   486                     y{"y - y"}
   487                 }
   488                 yM{
   489                     M{"M/y - M/y"}
   490                     y{"M/y - M/y"}
   491                 }
   492                 yMEd{
   493                     M{"E, d/M/y - E, d/M/y"}
   494                     d{"E, d/M/y - E, d/M/y"}
   495                     y{"E, d/M/y - E, d/M/y"}
   496                 }
   497                 yMMM{
   498                     M{"MMM - MMM y"}
   499                     y{"MMM y - MMM y"}
   500                 }
   501                 yMMMEd{
   502                     M{"E, MMM d- E, MMM d y"}
   503                     d{"E, MMM d - E, MMM d y"}
   504                     y{"E, MMM d y - E, MMM d y"}
   505                 }
   506                 yMMMM{
   507                     M{"MMMM-MMMM y"}
   508                     y{"MMMM y – MMMM y"}
   509                 }
   510                 yMMMd{
   511                     M{"MMM d - d, y"}
   512                     d{"MMM d - d, y"}
   513                     y{"MMM d y - MMM d y"}
   514                 }
   515                 yMd{
   516                     M{"d/M/y - d/M/y"}
   517                     d{"d/M/y - d/M/y"}
   518                     y{"d/M/y - d/M/y"}
   519                 }
   520             }
   521             monthNames{
   522                 format{
   523                     abbreviated{
   524                         "Jan",
   525                         "Feb",
   526                         "Mac",
   527                         "Apr",
   528                         "Mei",
   529                         "Jun",
   530                         "Jul",
   531                         "Ago",
   532                         "Sep",
   533                         "Okt",
   534                         "Nov",
   535                         "Des",
   536                     }
   537                     wide{
   538                         "Januari",
   539                         "Februari",
   540                         "Machi",
   541                         "Aprili",
   542                         "Mei",
   543                         "Juni",
   544                         "Julai",
   545                         "Agosti",
   546                         "Septemba",
   547                         "Oktoba",
   548                         "Novemba",
   549                         "Desemba",
   550                     }
   551                 }
   552                 stand-alone{
   553                     narrow{
   554                         "J",
   555                         "F",
   556                         "M",
   557                         "A",
   558                         "M",
   559                         "J",
   560                         "J",
   561                         "A",
   562                         "S",
   563                         "O",
   564                         "N",
   565                         "D",
   566                     }
   567                 }
   568             }
   569             quarters{
   570                 format{
   571                     abbreviated{
   572                         "Q1",
   573                         "Q2",
   574                         "Q3",
   575                         "Q4",
   576                     }
   577                     narrow{
   578                         "1",
   579                         "2",
   580                         "3",
   581                         "4",
   582                     }
   583                     wide{
   584                         "Robo 1",
   585                         "Robo 2",
   586                         "Robo 3",
   587                         "Robo 4",
   588                     }
   589                 }
   590                 stand-alone{
   591                     abbreviated{
   592                         "Q1",
   593                         "Q2",
   594                         "Q3",
   595                         "Q4",
   596                     }
   597                     narrow{
   598                         "1",
   599                         "2",
   600                         "3",
   601                         "4",
   602                     }
   603                 }
   604             }
   605         }
   606     }
   607     delimiters{
   608         alternateQuotationEnd{"’"}
   609         alternateQuotationStart{"‘"}
   610         quotationEnd{"”"}
   611         quotationStart{"“"}
   612     }
   613     durationUnits{
   614         hm{"h:mm"}
   615         hms{"h:mm:ss"}
   616         ms{"m:ss"}
   617     }
   618     fields{
   619         day{
   620             dn{"Siku"}
   621             relative{
   622                 "-1"{"jana"}
   623                 "-2"{"juzi"}
   624                 "0"{"leo"}
   625                 "1"{"kesho"}
   626                 "2"{"kesho kutwa"}
   627             }
   628             relativeTime{
   629                 future{
   630                     one{"Baada ya siku {0}"}
   631                     other{"Baada ya siku {0}"}
   632                 }
   633                 past{
   634                     one{"Siku {0} iliyopita"}
   635                     other{"Siku {0} zilizopita"}
   636                 }
   637             }
   638         }
   639         dayperiod{
   640             dn{"Muda wa siku"}
   641         }
   642         era{
   643             dn{"Enzi"}
   644         }
   645         fri{
   646             relative{
   647                 "-1"{"Ijumaa iliyopita"}
   648                 "0"{"Ijumaa hii"}
   649                 "1"{"Ijumaa ijayo"}
   650             }
   651         }
   652         hour{
   653             dn{"Saa"}
   654             relativeTime{
   655                 future{
   656                     one{"Baada ya saa {0}"}
   657                     other{"Baada ya saa {0}"}
   658                 }
   659                 past{
   660                     one{"Saa {0} iliyopita"}
   661                     other{"Saa {0} zilizopita"}
   662                 }
   663             }
   664         }
   665         minute{
   666             dn{"Dakika"}
   667             relativeTime{
   668                 future{
   669                     one{"Baada ya dakika {0}"}
   670                     other{"Baada ya dakika {0}"}
   671                 }
   672                 past{
   673                     one{"Dakika {0} iliyopita"}
   674                     other{"Dakika {0} zilizopita"}
   675                 }
   676             }
   677         }
   678         mon{
   679             relative{
   680                 "-1"{"Jumatatu iliyopita"}
   681                 "0"{"Jumatatu hii"}
   682                 "1"{"Jumatatu ijayo"}
   683             }
   684         }
   685         month{
   686             dn{"Mwezi"}
   687             relative{
   688                 "-1"{"mwezi uliopita"}
   689                 "0"{"mwezi huu"}
   690                 "1"{"mwezi ujao"}
   691             }
   692             relativeTime{
   693                 future{
   694                     one{"Baada ya mwezi {0}"}
   695                     other{"Baada ya miezi {0}"}
   696                 }
   697                 past{
   698                     one{"Miezi {0} iliyopita"}
   699                     other{"Miezi {0} iliyopita"}
   700                 }
   701             }
   702         }
   703         sat{
   704             relative{
   705                 "-1"{"Jumamosi iliyopita"}
   706                 "0"{"Jumamosi hii"}
   707                 "1"{"Jumamosi ijayo"}
   708             }
   709         }
   710         second{
   711             dn{"Sekunde"}
   712             relative{
   713                 "0"{"sasa"}
   714             }
   715             relativeTime{
   716                 future{
   717                     one{"Baada ya sekunde {0}"}
   718                     other{"Baada ya sekunde {0}"}
   719                 }
   720                 past{
   721                     one{"Sekunde {0} iliyopita"}
   722                     other{"Sekunde {0} zilizopita"}
   723                 }
   724             }
   725         }
   726         sun{
   727             relative{
   728                 "-1"{"Jumapili iliyopita"}
   729                 "0"{"Jumapili hii"}
   730                 "1"{"Jumapili ijayo"}
   731             }
   732         }
   733         thu{
   734             relative{
   735                 "-1"{"Alhamisi iliyopita"}
   736                 "0"{"Alhamisi hii"}
   737                 "1"{"Alhamisi ijayo"}
   738             }
   739         }
   740         tue{
   741             relative{
   742                 "-1"{"Jumanne iliyopita"}
   743                 "0"{"Jumanne hii"}
   744                 "1"{"Jumanne ijayo"}
   745             }
   746         }
   747         wed{
   748             relative{
   749                 "-1"{"Jumatano iliyopita"}
   750                 "0"{"Jumatano hii"}
   751                 "1"{"Jumatano ijayo"}
   752             }
   753         }
   754         week{
   755             dn{"Wiki"}
   756             relative{
   757                 "-1"{"wiki iliyopita"}
   758                 "0"{"wiki hii"}
   759                 "1"{"wiki ijayo"}
   760             }
   761             relativeTime{
   762                 future{
   763                     one{"Baada ya wiki {0}"}
   764                     other{"Baada ya wiki {0}"}
   765                 }
   766                 past{
   767                     one{"Wiki {0} iliyopita"}
   768                     other{"Wiki {0} zilizopita"}
   769                 }
   770             }
   771         }
   772         weekday{
   773             dn{"Siku ya wiki"}
   774         }
   775         year{
   776             dn{"Mwaka"}
   777             relative{
   778                 "-1"{"mwaka uliopita"}
   779                 "0"{"mwaka huu"}
   780                 "1"{"mwaka ujao"}
   781             }
   782             relativeTime{
   783                 future{
   784                     one{"Baada ya mwaka {0}"}
   785                     other{"Baada ya miaka {0}"}
   786                 }
   787                 past{
   788                     one{"Mwaka {0} uliopita"}
   789                     other{"Miaka {0} iliyopita"}
   790                 }
   791             }
   792         }
   793         zone{
   794             dn{"Majira ya saa"}
   795         }
   796     }
   797     listPattern{
   798         standard{
   799             2{"{0} na {1}"}
   800             end{"{0}, na {1}"}
   801             middle{"{0}, {1}"}
   802             start{"{0}, {1}"}
   803         }
   804         unit{
   805             2{"{0} na {1}"}
   806         }
   807     }
   808     measurementSystemNames{
   809         UK{"Uingereza"}
   810         US{"Marekani"}
   811         metric{"Mfumo wa Mita"}
   812     }
   813     transformNames{
   814         BGN{"BGN"}
   815         Numeric{"Ya Nambari"}
   816         Tone{"Sauti"}
   817         UNGEGN{"UNGEGN"}
   818         x-Accents{"Rangi za Kuangaza"}
   819         x-Fullwidth{"Upana kamili"}
   820         x-Halfwidth{"Nusu upana"}
   821         x-Jamo{"Kijamo"}
   822         x-Pinyin{"Kipinyin"}
   823         x-Publishing{"Inachapishwa"}
   824     }
   825     units{
   826         acceleration{
   827             g-force{
   828                 one{"Mvuto wa graviti{0}"}
   829                 other{"Mvuto wa graviti {0}"}
   830             }
   831         }
   832         angle{
   833             arc-minute{
   834                 one{"Dakika {0}′"}
   835                 other{"Dakika {0}′"}
   836             }
   837             arc-second{
   838                 one{"Sekunde {0}″"}
   839                 other{"Sekunde {0}″"}
   840             }
   841             degree{
   842                 one{"Digrii {0}°"}
   843                 other{"Digrii {0}°"}
   844             }
   845         }
   846         area{
   847             acre{
   848                 one{"Ekari {0}"}
   849                 other{"Ekari {0}"}
   850             }
   851             hectare{
   852                 one{"Hektari {0}"}
   853                 other{"Hektari {0}"}
   854             }
   855             square-foot{
   856                 one{"Futi {0} ya mraba"}
   857                 other{"Futi {0} za mraba"}
   858             }
   859             square-kilometer{
   860                 one{"Kilomita {0} ya mraba"}
   861                 other{"Kilomita {0} za mraba"}
   862             }
   863             square-meter{
   864                 one{"Mita {0} ya mraba"}
   865                 other{"Mita {0} za mraba"}
   866             }
   867             square-mile{
   868                 one{"Maili {0} ya mraba"}
   869                 other{"Maili {0} za mraba"}
   870             }
   871         }
   872         compound{
   873             per{"{0}kwa kila{1}"}
   874         }
   875         duration{
   876             day{
   877                 one{"siku {0}"}
   878                 other{"siku {0}"}
   879             }
   880             hour{
   881                 one{"saa {0}"}
   882                 other{"saa {0}"}
   883             }
   884             millisecond{
   885                 one{"millisekunde {0}"}
   886                 other{"millisekunde {0}"}
   887             }
   888             minute{
   889                 one{"dakika {0}"}
   890                 other{"dakika {0}"}
   891             }
   892             month{
   893                 one{"mwezi {0}"}
   894                 other{"miezi {0}"}
   895             }
   896             second{
   897                 one{"sekunde {0}"}
   898                 other{"sekunde {0}"}
   899             }
   900             week{
   901                 one{"wiki {0}"}
   902                 other{"wiki {0}"}
   903             }
   904             year{
   905                 one{"mwaka {0}"}
   906                 other{"miaka {0}"}
   907             }
   908         }
   909         length{
   910             centimeter{
   911                 one{"Sentimita {0}"}
   912                 other{"Sentimita {0}"}
   913             }
   914             foot{
   915                 one{"Futi {0}"}
   916                 other{"Futi {0}"}
   917             }
   918             inch{
   919                 one{"Inchi {0}"}
   920                 other{"Inchi {0}"}
   921             }
   922             kilometer{
   923                 one{"Kilomita {0}"}
   924                 other{"Kilomita {0}"}
   925             }
   926             light-year{
   927                 one{"Mwaka wa mwanga {0}"}
   928                 other{"Miaka ya mwanga {0}"}
   929             }
   930             meter{
   931                 one{"Mita {0}"}
   932                 other{"Mita {0}"}
   933             }
   934             mile{
   935                 one{"Maili {0}"}
   936                 other{"Maili {0}"}
   937             }
   938             millimeter{
   939                 one{"Millimita {0}"}
   940                 other{"Millimita {0}"}
   941             }
   942             picometer{
   943                 one{"Pikomita {0}"}
   944                 other{"Pikomita {0}"}
   945             }
   946             yard{
   947                 one{"Yadi {0}"}
   948                 other{"Yadi {0}"}
   949             }
   950         }
   951         mass{
   952             gram{
   953                 one{"Gramu {0}"}
   954                 other{"Gramu {0}"}
   955             }
   956             kilogram{
   957                 one{"Kilogramu {0}"}
   958                 other{"Kilogramu {0}"}
   959             }
   960             ounce{
   961                 one{"Aunsi {0}"}
   962                 other{"Aunsi {0}"}
   963             }
   964             pound{
   965                 one{"Ratili {0}"}
   966                 other{"Ratili {0}"}
   967             }
   968         }
   969         power{
   970             horsepower{
   971                 one{"Kipimo cha Hospawa {0}"}
   972                 other{"Kipimo cha Hospawa {0}"}
   973             }
   974             kilowatt{
   975                 one{"Kilowati {0}"}
   976                 other{"Kilowati {0}"}
   977             }
   978             watt{
   979                 one{"Wati {0}"}
   980                 other{"Wati {0}"}
   981             }
   982         }
   983         pressure{
   984             hectopascal{
   985                 one{"Hektopaskali {0}"}
   986                 other{"Hektopaskali {0}"}
   987             }
   988             inch-hg{
   989                 one{"Inchi za zebaki {0}"}
   990                 other{"Inchi za zebaki {0}"}
   991             }
   992             millibar{
   993                 one{"Kipimo cha milibari {0}"}
   994                 other{"Kipimo cha milibari {0}"}
   995             }
   996         }
   997         speed{
   998             kilometer-per-hour{
   999                 one{"Kilomita {0} kwa saa"}
  1000                 other{"Kilomita {0} kwa saa"}
  1002             meter-per-second{
  1003                 one{"Mita {0} kwa sekunde"}
  1004                 other{"Mita {0} kwa sekunde"}
  1006             mile-per-hour{
  1007                 one{"Maili {0} kwa saa"}
  1008                 other{"Maili {0} kwa saa"}
  1011         temperature{
  1012             celsius{
  1013                 one{"Nyuzi za Selisiasi {0}"}
  1014                 other{"Nyuzi za Selisiasi {0}"}
  1016             fahrenheit{
  1017                 one{"Nyuzi za Farenheiti {0}"}
  1018                 other{"Nyuzi za Farenheiti {0}"}
  1021         volume{
  1022             cubic-kilometer{
  1023                 one{"Kilomita {0} ya ujazo"}
  1024                 other{"Kilomita {0} ya ujazo"}
  1026             cubic-mile{
  1027                 one{"Maili {0} ya ujazo"}
  1028                 other{"Maili {0} ya ujazo"}
  1030             liter{
  1031                 one{"Lita {0}"}
  1032                 other{"Lita {0}"}
  1036     unitsNarrow{
  1037         acceleration{
  1038             g-force{
  1039                 one{"G {0}"}
  1040                 other{"G {0}"}
  1043         angle{
  1044             arc-minute{
  1045                 one{"{0}′"}
  1046                 other{"{0}′"}
  1048             arc-second{
  1049                 one{"{0}″"}
  1050                 other{"{0}″"}
  1052             degree{
  1053                 one{"{0}°"}
  1054                 other{"{0}°"}
  1057         area{
  1058             acre{
  1059                 one{"Ekari {0}"}
  1060                 other{"Ekari {0}"}
  1062             hectare{
  1063                 one{"ha {0}"}
  1064                 other{"ha {0}"}
  1066             square-foot{
  1067                 one{"ft² {0}"}
  1068                 other{"ft² {0}"}
  1070             square-kilometer{
  1071                 one{"km² {0}"}
  1072                 other{"km² {0}"}
  1074             square-meter{
  1075                 one{"m² {0}"}
  1076                 other{"m² {0}"}
  1078             square-mile{
  1079                 one{"mi² {0}"}
  1080                 other{"mi² {0}"}
  1083         compound{
  1084             per{"{0}/{1}"}
  1086         duration{
  1087             day{
  1088                 one{"siku {0}"}
  1089                 other{"siku {0}"}
  1091             hour{
  1092                 one{"saa {0}"}
  1093                 other{"saa {0}"}
  1095             millisecond{
  1096                 one{"ms {0}"}
  1097                 other{"ms {0}"}
  1099             minute{
  1100                 one{"dakika {0}"}
  1101                 other{"dakika {0}"}
  1103             month{
  1104                 one{"mwezi {0}"}
  1105                 other{"miezi {0}"}
  1107             second{
  1108                 one{"s {0}"}
  1109                 other{"s {0}"}
  1111             week{
  1112                 one{"wiki {0}"}
  1113                 other{"wiki {0}"}
  1115             year{
  1116                 one{"mwaka {0}"}
  1117                 other{"miaka {0}"}
  1120         length{
  1121             centimeter{
  1122                 one{"cm {0}"}
  1123                 other{"cm {0}"}
  1125             foot{
  1126                 one{"Futi {0}"}
  1127                 other{"Futi {0}"}
  1129             inch{
  1130                 one{"Inchi {0}"}
  1131                 other{"Inchi {0}"}
  1133             kilometer{
  1134                 one{"km {0}"}
  1135                 other{"km {0}"}
  1137             light-year{
  1138                 one{"ly {0}"}
  1139                 other{"ly {0}"}
  1141             meter{
  1142                 one{"Mita {0}"}
  1143                 other{"Mita {0}"}
  1145             mile{
  1146                 one{"Maili {0}"}
  1147                 other{"Maili {0}"}
  1149             millimeter{
  1150                 one{"mm {0}"}
  1151                 other{"mm {0}"}
  1153             picometer{
  1154                 one{"pm {0}"}
  1155                 other{"pm {0}"}
  1157             yard{
  1158                 one{"Yadi {0}"}
  1159                 other{"Yadi {0}"}
  1162         mass{
  1163             gram{
  1164                 one{"g {0}"}
  1165                 other{"g {0}"}
  1167             kilogram{
  1168                 one{"kg {0}"}
  1169                 other{"kg {0}"}
  1171             ounce{
  1172                 one{"Aunsi {0}"}
  1173                 other{"Aunsi {0}"}
  1175             pound{
  1176                 one{"Ratili {0}"}
  1177                 other{"Ratili {0}"}
  1180         power{
  1181             horsepower{
  1182                 one{"hp {0}"}
  1183                 other{"hp {0}"}
  1185             kilowatt{
  1186                 one{"kW {0}"}
  1187                 other{"kW {0}"}
  1189             watt{
  1190                 one{"Wati {0}"}
  1191                 other{"Wati {0}"}
  1194         pressure{
  1195             hectopascal{
  1196                 one{"hPa {0}"}
  1197                 other{"hPa {0}"}
  1199             inch-hg{
  1200                 one{"{0} inHg"}
  1201                 other{"{0} inHg"}
  1203             millibar{
  1204                 one{"mbar {0}"}
  1205                 other{"mbar {0}"}
  1208         speed{
  1209             kilometer-per-hour{
  1210                 one{"km {0}/saa"}
  1211                 other{"km {0}/saa"}
  1213             meter-per-second{
  1214                 one{"m {0}/s"}
  1215                 other{"m {0}/s"}
  1217             mile-per-hour{
  1218                 one{"mi {0}/saa"}
  1219                 other{"mi {0}/saa"}
  1222         temperature{
  1223             celsius{
  1224                 one{"{0}°"}
  1225                 other{"{0}°"}
  1227             fahrenheit{
  1228                 one{"{0}°F"}
  1229                 other{"{0}°F"}
  1232         volume{
  1233             cubic-kilometer{
  1234                 one{"km³ {0}"}
  1235                 other{"km³ {0}"}
  1237             cubic-mile{
  1238                 one{"mi³ {0}"}
  1239                 other{"mi³ {0}"}
  1241             liter{
  1242                 one{"Lita {0}"}
  1243                 other{"Lita {0}"}
  1247     unitsShort{
  1248         acceleration{
  1249             g-force{
  1250                 one{"G {0}"}
  1251                 other{"G {0}"}
  1254         angle{
  1255             arc-minute{
  1256                 one{"Dakika{0}′"}
  1257                 other{"Dakika {0}′"}
  1259             arc-second{
  1260                 one{"Sekunde {0}″"}
  1261                 other{"Sekunde {0}″"}
  1263             degree{
  1264                 one{"Digrii {0}°"}
  1265                 other{"Digrii {0}°"}
  1268         area{
  1269             acre{
  1270                 one{"Ekari {0}"}
  1271                 other{"Ekari {0}"}
  1273             hectare{
  1274                 one{"Hektari {0}"}
  1275                 other{"Hektari {0}"}
  1277             square-foot{
  1278                 one{"ft² {0}"}
  1279                 other{"ft² {0}"}
  1281             square-kilometer{
  1282                 one{"km² {0}"}
  1283                 other{"km² {0}"}
  1285             square-meter{
  1286                 one{"m² {0}"}
  1287                 other{"m² {0}"}
  1289             square-mile{
  1290                 one{"mi² {0}"}
  1291                 other{"mi² {0}"}
  1294         compound{
  1295             per{"{0}/{1}"}
  1297         duration{
  1298             day{
  1299                 one{"siku {0}"}
  1300                 other{"siku {0}"}
  1302             hour{
  1303                 one{"saa {0}"}
  1304                 other{"saa {0}"}
  1306             millisecond{
  1307                 one{"ms {0}"}
  1308                 other{"ms {0}"}
  1310             minute{
  1311                 one{"dakika {0}"}
  1312                 other{"dakika {0}"}
  1314             month{
  1315                 one{"mwezi {0}"}
  1316                 other{"miezi {0}"}
  1318             second{
  1319                 one{"sekunde {0}"}
  1320                 other{"sekunde {0}"}
  1322             week{
  1323                 one{"wiki {0}"}
  1324                 other{"wiki {0}"}
  1326             year{
  1327                 one{"mwaka {0}"}
  1328                 other{"miaka {0}"}
  1331         length{
  1332             centimeter{
  1333                 one{"Sentimita {0}"}
  1334                 other{"Sentimita {0}"}
  1336             foot{
  1337                 one{"Futi {0}"}
  1338                 other{"Futi {0}"}
  1340             inch{
  1341                 one{"Inchi {0}"}
  1342                 other{"Inchi {0}"}
  1344             kilometer{
  1345                 one{"Kilomita {0}"}
  1346                 other{"Kilomita {0}"}
  1348             light-year{
  1349                 one{"ly {0}"}
  1350                 other{"ly {0}"}
  1352             meter{
  1353                 one{"Mita {0}"}
  1354                 other{"Mita {0}"}
  1356             mile{
  1357                 one{"Maili {0}"}
  1358                 other{"Maili {0}"}
  1360             millimeter{
  1361                 one{"Millimita {0}"}
  1362                 other{"Millimita {0}"}
  1364             picometer{
  1365                 one{"Pikomita {0}"}
  1366                 other{"Pikomita {0}"}
  1368             yard{
  1369                 one{"Yadi {0}"}
  1370                 other{"Yadi {0}"}
  1373         mass{
  1374             gram{
  1375                 one{"Gramu {0}"}
  1376                 other{"Gramu {0}"}
  1378             kilogram{
  1379                 one{"kg {0}"}
  1380                 other{"kg {0}"}
  1382             ounce{
  1383                 one{"Aunsi {0}"}
  1384                 other{"Aunsi {0}"}
  1386             pound{
  1387                 one{"Ratili {0}"}
  1388                 other{"Ratili {0}"}
  1391         power{
  1392             horsepower{
  1393                 one{"hp {0}"}
  1394                 other{"hp {0}"}
  1396             kilowatt{
  1397                 one{"Kilowati {0}"}
  1398                 other{"Kilowati {0}"}
  1400             watt{
  1401                 one{"Wati {0}"}
  1402                 other{"Wati {0}"}
  1405         pressure{
  1406             hectopascal{
  1407                 one{"hPa {0}"}
  1408                 other{"hPa {0}"}
  1410             inch-hg{
  1411                 one{"{0} inHg"}
  1412                 other{"{0} inHg"}
  1414             millibar{
  1415                 one{"mbar {0}"}
  1416                 other{"mbar {0}"}
  1419         speed{
  1420             kilometer-per-hour{
  1421                 one{"km {0}/saa"}
  1422                 other{"km {0}/saa"}
  1424             meter-per-second{
  1425                 one{"m {0}/s"}
  1426                 other{"m {0}/s"}
  1428             mile-per-hour{
  1429                 one{"mi {0}/saa"}
  1430                 other{"mi {0}/saa"}
  1433         temperature{
  1434             celsius{
  1435                 one{"{0}°C"}
  1436                 other{"{0}°C"}
  1438             fahrenheit{
  1439                 one{"{0}°F"}
  1440                 other{"{0}°F"}
  1443         volume{
  1444             cubic-kilometer{
  1445                 one{"km³ {0}"}
  1446                 other{"km³ {0}"}
  1448             cubic-mile{
  1449                 one{"mi³ {0}"}
  1450                 other{"mi³ {0}"}
  1452             liter{
  1453                 one{"Lita {0}"}
  1454                 other{"Lita {0}"}

mercurial