intl/icu/source/data/locales/gu.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/gu.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/gu.xml
    11  */
    12 gu{
    13     AuxExemplarCharacters{"[\u200C\u200D ૰]"}
    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{
    23         "[\u0ABC ૐ \u0A82 \u0A81 ઃ અ આ ઇ ઈ ઉ ઊ ઋ ૠ ઍ એ ઐ ઑ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ ઞ ટ "
    24         "ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ ઽ ા િ ી \u0AC1 \u0AC2 \u0AC3 "
    25         "\u0AC4 \u0AC5 \u0AC7 \u0AC8 ૉ ો ૌ \u0ACD]"
    26     }
    27     ExemplarCharactersIndex{
    28         "[અ {અ\u0A82} {અઃ} આ ઇ ઈ ઉ ઊ ઋ ઍ એ ઐ ઑ ઓ ઔ ક {ક\u0ACDષ} ખ ગ ઘ ઙ ચ છ જ {જ"
    29         "\u0ACDઞ} ઝ ઞ ટ ઠ ડ ઢ ણ ત {ત\u0ACDર} થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ]"
    30     }
    31     ExemplarCharactersPunctuation{
    32         "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
    33         "″]"
    34     }
    35     LocaleScript{
    36         "Gujr",
    37     }
    38     MoreInformation{"?"}
    39     NumberElements{
    40         default{"latn"}
    41         latn{
    42             miscPatterns{
    43                 atLeast{"{0}+"}
    44                 range{"{0}-{1}"}
    45             }
    46             patterns{
    47                 accountingFormat{"¤#,##,##0.00;(¤#,##,##0.00)"}
    48                 currencyFormat{"¤#,##,##0.00"}
    49                 decimalFormat{"#,##,##0.###"}
    50                 percentFormat{"#,##,##0%"}
    51                 scientificFormat{"#E0"}
    52             }
    53             patternsLong{
    54                 decimalFormat{
    55                     1000{
    56                         one{"0 હજાર"}
    57                         other{"0 હજાર"}
    58                     }
    59                     10000{
    60                         one{"00 હજાર"}
    61                         other{"00 હજાર"}
    62                     }
    63                     100000{
    64                         one{"0 લાખ"}
    65                         other{"0 લાખ"}
    66                     }
    67                     1000000{
    68                         one{"00 લાખ"}
    69                         other{"00 લાખ"}
    70                     }
    71                     10000000{
    72                         one{"0 કરોડ"}
    73                         other{"0 કરોડ"}
    74                     }
    75                     100000000{
    76                         one{"00 કરોડ"}
    77                         other{"00 કરોડ"}
    78                     }
    79                     1000000000{
    80                         one{"0 અબજ"}
    81                         other{"0 અબજ"}
    82                     }
    83                     10000000000{
    84                         one{"00 અબજ"}
    85                         other{"00 અબજ"}
    86                     }
    87                     100000000000{
    88                         one{"0 નિખર્વ"}
    89                         other{"0 નિખર્વ"}
    90                     }
    91                     1000000000000{
    92                         one{"0 મહાપદ્મ"}
    93                         other{"0 મહાપદ્મ"}
    94                     }
    95                     10000000000000{
    96                         one{"0 શંકુ"}
    97                         other{"0 શંકુ"}
    98                     }
    99                     100000000000000{
   100                         one{"0 જલધિ"}
   101                         other{"0 જલધિ"}
   102                     }
   103                 }
   104             }
   105             patternsShort{
   106                 decimalFormat{
   107                     1000{
   108                         one{"0 હજાર"}
   109                         other{"0 હજાર"}
   110                     }
   111                     10000{
   112                         one{"00 હજાર"}
   113                         other{"00 હજાર"}
   114                     }
   115                     100000{
   116                         one{"0 લાખ"}
   117                         other{"0 લાખ"}
   118                     }
   119                     1000000{
   120                         one{"00 લાખ"}
   121                         other{"00 લાખ"}
   122                     }
   123                     10000000{
   124                         one{"0 કરોડ"}
   125                         other{"0 કરોડ"}
   126                     }
   127                     100000000{
   128                         one{"00 કરોડ"}
   129                         other{"00 કરોડ"}
   130                     }
   131                     1000000000{
   132                         one{"0 અબજ"}
   133                         other{"0 અબજ"}
   134                     }
   135                     10000000000{
   136                         one{"00 અબજ"}
   137                         other{"00 અબજ"}
   138                     }
   139                     100000000000{
   140                         one{"0 નિખર્વ"}
   141                         other{"0 નિખર્વ"}
   142                     }
   143                     1000000000000{
   144                         one{"0 મહાપદ્મ"}
   145                         other{"0 મહાપદ્મ"}
   146                     }
   147                     10000000000000{
   148                         one{"0 શંકુ"}
   149                         other{"0 શંકુ"}
   150                     }
   151                     100000000000000{
   152                         one{"0 જલધિ"}
   153                         other{"0 જલધિ"}
   154                     }
   155                 }
   156             }
   157             symbols{
   158                 decimal{"."}
   159                 exponential{"E"}
   160                 group{","}
   161                 infinity{"∞"}
   162                 list{";"}
   163                 minusSign{"-"}
   164                 nan{"NaN"}
   165                 perMille{"‰"}
   166                 percentSign{"%"}
   167                 plusSign{"+"}
   168                 superscriptingExponent{"×"}
   169             }
   170         }
   171         native{"gujr"}
   172     }
   173     Version{"2.0.92.87"}
   174     calendar{
   175         generic{
   176             DateTimePatterns{
   177                 "hh:mm:ss a zzzz",
   178                 "hh:mm:ss a z",
   179                 "hh:mm:ss a",
   180                 "hh:mm a",
   181                 "EEEE, d MMMM, G y",
   182                 "d MMMM, G y",
   183                 "d MMM, G y",
   184                 "d-MM- GGGGG y",
   185                 "{1} {0}",
   186                 "{1} {0}",
   187                 "{1} {0}",
   188                 "{1} {0}",
   189                 "{1} {0}",
   190             }
   191             availableFormats{
   192                 Ed{"E d"}
   193                 Gy{"G y"}
   194                 GyMMM{"MMM G y"}
   195                 GyMMMEd{"E, d MMM, G y"}
   196                 GyMMMd{"d, MMM G y"}
   197                 H{"HH"}
   198                 Hm{"HH:mm"}
   199                 Hms{"HH:mm:ss"}
   200                 M{"L"}
   201                 MEd{"E, d/M"}
   202                 MMM{"LLL"}
   203                 MMMEd{"E, d MMM"}
   204                 MMMMd{"d MMMM"}
   205                 MMMd{"d MMM"}
   206                 MMdd{"dd-MM"}
   207                 Md{"d/M"}
   208                 d{"d"}
   209                 h{"h a"}
   210                 hm{"hh:mm a"}
   211                 hms{"hh:mm:ss a"}
   212                 ms{"mm:ss"}
   213                 y{"G y"}
   214                 yyyy{"G y"}
   215                 yyyyM{"M/G y"}
   216                 yyyyMEd{"E, d/M/G y"}
   217                 yyyyMM{"MM-y G"}
   218                 yyyyMMM{"MMM G y"}
   219                 yyyyMMMEd{"E, d MMM, G y"}
   220                 yyyyMMMM{"MMMM G y"}
   221                 yyyyMMMd{"d MMM, G y"}
   222                 yyyyMd{"d/M/G y"}
   223                 yyyyQQQ{"QQQ G y"}
   224                 yyyyQQQQ{"QQQQ G y"}
   225             }
   226             intervalFormats{
   227                 H{
   228                     H{"HH–HH"}
   229                 }
   230                 Hm{
   231                     H{"HH:mm–HH:mm"}
   232                     m{"HH:mm–HH:mm"}
   233                 }
   234                 Hmv{
   235                     H{"HH:mm–HH:mm v"}
   236                     m{"HH:mm–HH:mm v"}
   237                 }
   238                 Hv{
   239                     H{"HH–HH v"}
   240                 }
   241                 M{
   242                     M{"M–M"}
   243                 }
   244                 MEd{
   245                     M{"E,d/M-E,d/M"}
   246                     d{"E, d/M-E, d/M"}
   247                 }
   248                 MMM{
   249                     M{"MMM–MMM"}
   250                 }
   251                 MMMEd{
   252                     M{"E, d MMM – E, d MMM"}
   253                     d{"E, d MMM-E, d MMM"}
   254                 }
   255                 MMMd{
   256                     M{"d MMM – d MMM"}
   257                     d{"d–d MMM"}
   258                 }
   259                 Md{
   260                     M{"d/M – d/M"}
   261                     d{"d/M – d/M"}
   262                 }
   263                 d{
   264                     d{"d–d"}
   265                 }
   266                 fallback{"{0} – {1}"}
   267                 h{
   268                     a{"h a – h a"}
   269                     h{"h–h a"}
   270                 }
   271                 hm{
   272                     a{"h:mm a – h:mm a"}
   273                     h{"h:mm–h:mm a"}
   274                     m{"h:mm–h:mm a"}
   275                 }
   276                 hmv{
   277                     a{"h:mm a – h:mm a v"}
   278                     h{"h:mm–h:mm a v"}
   279                     m{"h:mm–h:mm a v"}
   280                 }
   281                 hv{
   282                     a{"h a – h a v"}
   283                     h{"h–h a v"}
   284                 }
   285                 y{
   286                     y{"G y–y"}
   287                 }
   288                 yM{
   289                     M{"M/y – M/y"}
   290                     y{"M/y – M/y"}
   291                 }
   292                 yMEd{
   293                     M{"E,d/M/y- E,d/M/y"}
   294                     d{"E,d/M/y- E,d/M/y"}
   295                     y{"E,d/M/y-E,d/M/y"}
   296                 }
   297                 yMMM{
   298                     M{"MMM–MMM y"}
   299                     y{"MMM y – MMM y"}
   300                 }
   301                 yMMMEd{
   302                     M{"E,d MMM-E,d MMM G y"}
   303                     d{"E, d MMM-E, d MMM G y"}
   304                     y{"E, d MMM y-E, d MMM G y"}
   305                 }
   306                 yMMMM{
   307                     M{"MMMM–MMMM G y"}
   308                     y{"MMMM y – MMMM y"}
   309                 }
   310                 yMMMd{
   311                     M{"d MMM-d MMM y"}
   312                     d{"d-d MMM,y"}
   313                     y{"d MMM,y-d MMM,y"}
   314                 }
   315                 yMd{
   316                     M{"d/M/y-d/M/y"}
   317                     d{"d/M/y-d/M/y"}
   318                     y{"d/M/y-d/M/y"}
   319                 }
   320             }
   321         }
   322         gregorian{
   323             AmPmMarkers{
   324                 "AM",
   325                 "PM",
   326             }
   327             AmPmMarkersNarrow{
   328                 "AM",
   329                 "PM",
   330             }
   331             DateTimePatterns{
   332                 "hh:mm:ss a zzzz",
   333                 "hh:mm:ss a z",
   334                 "hh:mm:ss a",
   335                 "hh:mm a",
   336                 "EEEE, d MMMM, y",
   337                 "d MMMM, y",
   338                 "d MMM, y",
   339                 "d-MM-yy",
   340                 "{1} {0}",
   341                 "{1} {0}",
   342                 "{1} {0}",
   343                 "{1} {0}",
   344                 "{1} {0}",
   345             }
   346             appendItems{
   347                 Timezone{"{0} {1}"}
   348             }
   349             availableFormats{
   350                 EHm{"HH:mm E"}
   351                 EHms{"HH:mm:ss E"}
   352                 Ed{"E d"}
   353                 Ehm{"h:mm a E"}
   354                 Ehms{"h:mm:ss a E"}
   355                 Gy{"G y"}
   356                 GyMMM{"MMM, G y"}
   357                 GyMMMEd{"E, d MMM, G y"}
   358                 GyMMMd{"d MMM, G y"}
   359                 H{"HH"}
   360                 Hm{"HH:mm"}
   361                 Hms{"HH:mm:ss"}
   362                 M{"L"}
   363                 MEd{"E, d/M"}
   364                 MMM{"LLL"}
   365                 MMMEd{"E, d MMM"}
   366                 MMMMd{"d MMMM"}
   367                 MMMd{"d MMM"}
   368                 MMdd{"dd-MM"}
   369                 Md{"d/M"}
   370                 d{"d"}
   371                 h{"h a"}
   372                 hm{"h:mm a"}
   373                 hms{"h:mm:ss a"}
   374                 ms{"mm:ss"}
   375                 y{"y"}
   376                 yM{"M/y"}
   377                 yMEd{"E, d/M/y"}
   378                 yMM{"MM-y"}
   379                 yMMM{"MMM y"}
   380                 yMMMEd{"E, d MMM, y"}
   381                 yMMMM{"MMMM y"}
   382                 yMMMd{"d MMM, y"}
   383                 yMd{"d/M/y"}
   384                 yQQQ{"y QQQ"}
   385                 yQQQQ{"y QQQQ"}
   386             }
   387             dayNames{
   388                 format{
   389                     abbreviated{
   390                         "રવિ",
   391                         "સોમ",
   392                         "મંગળ",
   393                         "બુધ",
   394                         "ગુરુ",
   395                         "શુક્ર",
   396                         "શનિ",
   397                     }
   398                     narrow{
   399                         "ર",
   400                         "સો",
   401                         "મં",
   402                         "બુ",
   403                         "ગુ",
   404                         "શુ",
   405                         "શ",
   406                     }
   407                     short{
   408                         "ર",
   409                         "સો",
   410                         "મં",
   411                         "બુ",
   412                         "ગુ",
   413                         "શુ",
   414                         "શ",
   415                     }
   416                     wide{
   417                         "રવિવાર",
   418                         "સોમવાર",
   419                         "મંગળવાર",
   420                         "બુધવાર",
   421                         "ગુરુવાર",
   422                         "શુક્રવાર",
   423                         "શનિવાર",
   424                     }
   425                 }
   426                 stand-alone{
   427                     abbreviated{
   428                         "રવિ",
   429                         "સોમ",
   430                         "મંગળ",
   431                         "બુધ",
   432                         "ગુરુ",
   433                         "શુક્ર",
   434                         "શનિ",
   435                     }
   436                     narrow{
   437                         "ર",
   438                         "સો",
   439                         "મં",
   440                         "બુ",
   441                         "ગુ",
   442                         "શુ",
   443                         "શ",
   444                     }
   445                     short{
   446                         "ર",
   447                         "સો",
   448                         "મં",
   449                         "બુ",
   450                         "ગુ",
   451                         "શુ",
   452                         "શ",
   453                     }
   454                     wide{
   455                         "રવિવાર",
   456                         "સોમવાર",
   457                         "મંગળવાર",
   458                         "બુધવાર",
   459                         "ગુરુવાર",
   460                         "શુક્રવાર",
   461                         "શનિવાર",
   462                     }
   463                 }
   464             }
   465             eras{
   466                 abbreviated{
   467                     "ઈસુના જન્મ પહેલા",
   468                     "ઇસવીસન",
   469                 }
   470                 narrow{
   471                     "ઇ સ પુ",
   472                     "ઇસ",
   473                 }
   474                 wide{
   475                     "ઈસવીસન પૂર્વે",
   476                     "ઇસવીસન",
   477                 }
   478             }
   479             intervalFormats{
   480                 H{
   481                     H{"HH–HH"}
   482                 }
   483                 Hm{
   484                     H{"HH:mm–HH:mm"}
   485                     m{"HH:mm–HH:mm"}
   486                 }
   487                 Hmv{
   488                     H{"HH:mm–HH:mm v"}
   489                     m{"HH:mm–HH:mm v"}
   490                 }
   491                 Hv{
   492                     H{"HH–HH v"}
   493                 }
   494                 M{
   495                     M{"M–M"}
   496                 }
   497                 MEd{
   498                     M{"E,d/M – E,d/M"}
   499                     d{"E, d/M – E, d/M"}
   500                 }
   501                 MMM{
   502                     M{"MMM–MMM"}
   503                 }
   504                 MMMEd{
   505                     M{"E, d MMM – E, d MMM"}
   506                     d{"E, d MMM – E, d MMM"}
   507                 }
   508                 MMMd{
   509                     M{"d MMM – d MMM"}
   510                     d{"d–d MMM"}
   511                 }
   512                 Md{
   513                     M{"d/M – d/M"}
   514                     d{"d/M – d/M"}
   515                 }
   516                 d{
   517                     d{"d–d"}
   518                 }
   519                 fallback{"{0} – {1}"}
   520                 h{
   521                     a{"h a – h a"}
   522                     h{"h–h a"}
   523                 }
   524                 hm{
   525                     a{"h:mm a – h:mm a"}
   526                     h{"h:mm–h:mm a"}
   527                     m{"h:mm–h:mm a"}
   528                 }
   529                 hmv{
   530                     a{"h:mm a – h:mm a v"}
   531                     h{"h:mm–h:mm a v"}
   532                     m{"h:mm–h:mm a v"}
   533                 }
   534                 hv{
   535                     a{"h a – h a v"}
   536                     h{"h–h a v"}
   537                 }
   538                 y{
   539                     y{"y–y"}
   540                 }
   541                 yM{
   542                     M{"M/y – M/y"}
   543                     y{"M/y – M/y"}
   544                 }
   545                 yMEd{
   546                     M{"E, d/M/y – E, d/M/y"}
   547                     d{"E, d/M/y – E, d/M/y"}
   548                     y{"E, d/M/y – E, d/M/y"}
   549                 }
   550                 yMMM{
   551                     M{"MMM–MMM y"}
   552                     y{"MMM y – MMM y"}
   553                 }
   554                 yMMMEd{
   555                     M{"E, d MMM – E, d MMM, y"}
   556                     d{"E, d MMM – E, d MMM, y"}
   557                     y{"E, d MMM, y – E, d MMM, y"}
   558                 }
   559                 yMMMM{
   560                     M{"MMMM – MMMM y"}
   561                     y{"MMMM y – MMMM y"}
   562                 }
   563                 yMMMd{
   564                     M{"d MMM – d MMM, y"}
   565                     d{"d–d MMM, y"}
   566                     y{"d MMM, y – d MMM, y"}
   567                 }
   568                 yMd{
   569                     M{"d/M/y – d/M/y"}
   570                     d{"d/M/y – d/M/y"}
   571                     y{"d/M/y – d/M/y"}
   572                 }
   573             }
   574             monthNames{
   575                 format{
   576                     abbreviated{
   577                         "જાન્યુ",
   578                         "ફેબ્રુ",
   579                         "માર્ચ",
   580                         "એપ્રિલ",
   581                         "મે",
   582                         "જૂન",
   583                         "જુલાઈ",
   584                         "ઑગસ્ટ",
   585                         "સપ્ટે",
   586                         "ઑક્ટો",
   587                         "નવે",
   588                         "ડિસે",
   589                     }
   590                     narrow{
   591                         "જા",
   592                         "ફે",
   593                         "મા",
   594                         "એ",
   595                         "મે",
   596                         "જૂ",
   597                         "જુ",
   598                         "ઑ",
   599                         "સ",
   600                         "ઑ",
   601                         "ન",
   602                         "ડિ",
   603                     }
   604                     wide{
   605                         "જાન્યુઆરી",
   606                         "ફેબ્રુઆરી",
   607                         "માર્ચ",
   608                         "એપ્રિલ",
   609                         "મે",
   610                         "જૂન",
   611                         "જુલાઈ",
   612                         "ઑગસ્ટ",
   613                         "સપ્ટેમ્બર",
   614                         "ઑક્ટોબર",
   615                         "નવેમ્બર",
   616                         "ડિસેમ્બર",
   617                     }
   618                 }
   619                 stand-alone{
   620                     abbreviated{
   621                         "જાન્યુ",
   622                         "ફેબ્રુ",
   623                         "માર્ચ",
   624                         "એપ્રિલ",
   625                         "મે",
   626                         "જૂન",
   627                         "જુલાઈ",
   628                         "ઑગ",
   629                         "સપ્ટે",
   630                         "ઑક્ટો",
   631                         "નવે",
   632                         "ડિસે",
   633                     }
   634                     narrow{
   635                         "જા",
   636                         "ફે",
   637                         "મા",
   638                         "એ",
   639                         "મે",
   640                         "જૂ",
   641                         "જુ",
   642                         "ઑ",
   643                         "સ",
   644                         "ઑ",
   645                         "ન",
   646                         "ડિ",
   647                     }
   648                     wide{
   649                         "જાન્યુઆરી",
   650                         "ફેબ્રુઆરી",
   651                         "માર્ચ",
   652                         "એપ્રિલ",
   653                         "મે",
   654                         "જૂન",
   655                         "જુલાઈ",
   656                         "ઑગસ્ટ",
   657                         "સપ્ટેમ્બર",
   658                         "ઑક્ટોબર",
   659                         "નવેમ્બર",
   660                         "ડિસેમ્બર",
   661                     }
   662                 }
   663             }
   664             quarters{
   665                 format{
   666                     abbreviated{
   667                         "Q1",
   668                         "Q2",
   669                         "Q3",
   670                         "Q4",
   671                     }
   672                     narrow{
   673                         "1",
   674                         "2",
   675                         "3",
   676                         "4",
   677                     }
   678                     wide{
   679                         "પહેલો ત્રિમાસ",
   680                         "બીજો ત્રિમાસ",
   681                         "ત્રીજો ત્રિમાસ",
   682                         "ચોથો ત્રિમાસ",
   683                     }
   684                 }
   685                 stand-alone{
   686                     abbreviated{
   687                         "Q1",
   688                         "Q2",
   689                         "Q3",
   690                         "Q4",
   691                     }
   692                     narrow{
   693                         "1",
   694                         "2",
   695                         "3",
   696                         "4",
   697                     }
   698                     wide{
   699                         "પહેલો ત્રિમાસ",
   700                         "બીજો ત્રિમાસ",
   701                         "ત્રીજો ત્રિમાસ",
   702                         "ચોથો ત્રિમાસ",
   703                     }
   704                 }
   705             }
   706         }
   707     }
   708     delimiters{
   709         alternateQuotationEnd{"’"}
   710         alternateQuotationStart{"‘"}
   711         quotationEnd{"”"}
   712         quotationStart{"“"}
   713     }
   714     durationUnits{
   715         hm{"h:mm"}
   716         hms{"h:mm:ss"}
   717         ms{"m:ss"}
   718     }
   719     fields{
   720         day{
   721             dn{"દિવસ"}
   722             relative{
   723                 "-1"{"ગઈકાલે"}
   724                 "-2"{"ગયા પરમદિવસે"}
   725                 "0"{"આજે"}
   726                 "1"{"આવતીકાલે"}
   727                 "2"{"પરમદિવસે"}
   728             }
   729             relativeTime{
   730                 future{
   731                     one{"{0} દિવસમાં"}
   732                     other{"{0} દિવસમાં"}
   733                 }
   734                 past{
   735                     one{"{0} દિવસ પહેલા"}
   736                     other{"{0} દિવસ પહેલા"}
   737                 }
   738             }
   739         }
   740         dayperiod{
   741             dn{"AM/PM"}
   742         }
   743         era{
   744             dn{"યુગ"}
   745         }
   746         fri{
   747             relative{
   748                 "-1"{"ગયા શુક્રવારે"}
   749                 "0"{"આ શુક્રવારે"}
   750                 "1"{"આવતા શુક્રવારે"}
   751             }
   752         }
   753         hour{
   754             dn{"કલાક"}
   755             relativeTime{
   756                 future{
   757                     one{"{0} કલાકમાં"}
   758                     other{"{0} કલાકમાં"}
   759                 }
   760                 past{
   761                     one{"{0} કલાક પહેલા"}
   762                     other{"{0} કલાક પહેલા"}
   763                 }
   764             }
   765         }
   766         minute{
   767             dn{"મિનિટ"}
   768             relativeTime{
   769                 future{
   770                     one{"{0} મિનિટમાં"}
   771                     other{"{0} મિનિટમાં"}
   772                 }
   773                 past{
   774                     one{"{0} મિનિટ પહેલા"}
   775                     other{"{0} મિનિટ પહેલા"}
   776                 }
   777             }
   778         }
   779         mon{
   780             relative{
   781                 "-1"{"ગયા સોમવારે"}
   782                 "0"{"આ સોમવારે"}
   783                 "1"{"આવતા સોમવારે"}
   784             }
   785         }
   786         month{
   787             dn{"મહિનો"}
   788             relative{
   789                 "-1"{"ગયા મહિને"}
   790                 "0"{"આ મહિને"}
   791                 "1"{"આવતા મહિને"}
   792             }
   793             relativeTime{
   794                 future{
   795                     one{"{0} મહિનામાં"}
   796                     other{"{0} મહિનામાં"}
   797                 }
   798                 past{
   799                     one{"{0} મહિના પહેલા"}
   800                     other{"{0} મહિના પહેલા"}
   801                 }
   802             }
   803         }
   804         sat{
   805             relative{
   806                 "-1"{"ગયા શનિવારે"}
   807                 "0"{"આ શનિવારે"}
   808                 "1"{"આવતા શનિવારે"}
   809             }
   810         }
   811         second{
   812             dn{"સેકન્ડ"}
   813             relative{
   814                 "0"{"હમણાં"}
   815             }
   816             relativeTime{
   817                 future{
   818                     one{"{0} સેકંડમાં"}
   819                     other{"{0} સેકંડમાં"}
   820                 }
   821                 past{
   822                     one{"{0} સેકંડ પહેલા"}
   823                     other{"{0} સેકંડ પહેલા"}
   824                 }
   825             }
   826         }
   827         sun{
   828             relative{
   829                 "-1"{"ગયા રવિવારે"}
   830                 "0"{"આ રવિવારે"}
   831                 "1"{"આવતા રવિવારે"}
   832             }
   833         }
   834         thu{
   835             relative{
   836                 "-1"{"ગયા ગુરુવારે"}
   837                 "0"{"આ ગુરુવારે"}
   838                 "1"{"આવતા ગુરુવારે"}
   839             }
   840         }
   841         tue{
   842             relative{
   843                 "-1"{"ગયા મંગળવારે"}
   844                 "0"{"આ મંગળવારે"}
   845                 "1"{"આવતા મંગળવારે"}
   846             }
   847         }
   848         wed{
   849             relative{
   850                 "-1"{"ગયા બુધવારે"}
   851                 "0"{"આ બુધવારે"}
   852                 "1"{"આવતા બુધવારે"}
   853             }
   854         }
   855         week{
   856             dn{"અઠવાડિયું"}
   857             relative{
   858                 "-1"{"ગયા અઠવાડિયે"}
   859                 "0"{"આ અઠવાડિયે"}
   860                 "1"{"આવતા અઠવાડિયે"}
   861             }
   862             relativeTime{
   863                 future{
   864                     one{"{0} અઠવાડિયામાં"}
   865                     other{"{0} અઠવાડિયામાં"}
   866                 }
   867                 past{
   868                     one{"{0} અઠવાડિયા પહેલા"}
   869                     other{"{0} અઠવાડિયા પહેલા"}
   870                 }
   871             }
   872         }
   873         weekday{
   874             dn{"અઠવાડિયાનો દિવસ"}
   875         }
   876         year{
   877             dn{"વર્ષ"}
   878             relative{
   879                 "-1"{"ગયા વર્ષે"}
   880                 "0"{"આ વર્ષે"}
   881                 "1"{"આવતા વર્ષે"}
   882             }
   883             relativeTime{
   884                 future{
   885                     one{"{0} વર્ષમાં"}
   886                     other{"{0} વર્ષમાં"}
   887                 }
   888                 past{
   889                     one{"{0} વર્ષ પહેલા"}
   890                     other{"{0} વર્ષ પહેલા"}
   891                 }
   892             }
   893         }
   894         zone{
   895             dn{"સમય ઝોન"}
   896         }
   897     }
   898     listPattern{
   899         standard{
   900             2{"{0} અને {1}"}
   901             end{"{0} અને {1}"}
   902             middle{"{0}, {1}"}
   903             start{"{0}, {1}"}
   904         }
   905         unit{
   906             2{"{0} અને {1}"}
   907             end{"{0} અને {1}"}
   908             middle{"{0}, {1}"}
   909             start{"{0}, {1}"}
   910         }
   911         unit-short{
   912             2{"{0}, {1}"}
   913             end{"{0}, {1}"}
   914             middle{"{0}, {1}"}
   915             start{"{0}, {1}"}
   916         }
   917     }
   918     measurementSystemNames{
   919         UK{"યુકે"}
   920         US{"અમેરિકા"}
   921         metric{"મેટ્રિક"}
   922     }
   923     transformNames{
   924         BGN{"BGN"}
   925         Numeric{"સંખ્યા"}
   926         Tone{"ધ્વની"}
   927         UNGEGN{"UNGEGN"}
   928         x-Accents{"સ્વરાઘાતો"}
   929         x-Fullwidth{"પૂર્ણપહોળાઇ"}
   930         x-Halfwidth{"અર્ધપહોળાઈ"}
   931         x-Jamo{"જેમો"}
   932         x-Pinyin{"પીનયીન"}
   933         x-Publishing{"પ્રકાશન"}
   934     }
   935     units{
   936         acceleration{
   937             g-force{
   938                 one{"{0} g-બળ"}
   939                 other{"{0} g-બળ"}
   940             }
   941         }
   942         angle{
   943             arc-minute{
   944                 one{"{0} માઇન્યૂટ"}
   945                 other{"{0} માઇન્યૂટ"}
   946             }
   947             arc-second{
   948                 one{"{0} સેકન્ડ"}
   949                 other{"{0} સેકન્ડ"}
   950             }
   951             degree{
   952                 one{"{0} અંશ"}
   953                 other{"{0} અંશ"}
   954             }
   955         }
   956         area{
   957             acre{
   958                 one{"{0} એકર"}
   959                 other{"{0} એકર"}
   960             }
   961             hectare{
   962                 one{"{0} હેક્ટર"}
   963                 other{"{0} હેક્ટર"}
   964             }
   965             square-foot{
   966                 one{"{0} ચોરસ ફૂટ"}
   967                 other{"{0} ચોરસ ફૂટ"}
   968             }
   969             square-kilometer{
   970                 one{"{0} ચોરસ કિલોમીટર"}
   971                 other{"{0} ચોરસ કિલોમીટર"}
   972             }
   973             square-meter{
   974                 one{"{0} ચોરસ મીટર"}
   975                 other{"{0} ચોરસ મીટર"}
   976             }
   977             square-mile{
   978                 one{"{0} ચોરસ માઇલ"}
   979                 other{"{0} ચોરસ માઇલ"}
   980             }
   981         }
   982         compound{
   983             per{"{0} પ્રતિ {1}"}
   984         }
   985         duration{
   986             day{
   987                 one{"{0} દિવસ"}
   988                 other{"{0} દિવસ"}
   989             }
   990             hour{
   991                 one{"{0} કલાક"}
   992                 other{"{0} કલાક"}
   993             }
   994             millisecond{
   995                 one{"{0} મિલિસેકન્ડ"}
   996                 other{"{0} મિલિસેકન્ડ્સ"}
   997             }
   998             minute{
   999                 one{"{0} મિનિટ"}
  1000                 other{"{0} મિનિટ"}
  1002             month{
  1003                 one{"{0} મહિનો"}
  1004                 other{"{0} મહિના"}
  1006             second{
  1007                 one{"{0} સેકંડ"}
  1008                 other{"{0} સેકંડ"}
  1010             week{
  1011                 one{"{0} અઠવાડિયું"}
  1012                 other{"{0} અઠવાડિયા"}
  1014             year{
  1015                 one{"{0} વર્ષ"}
  1016                 other{"{0} વર્ષ"}
  1019         length{
  1020             centimeter{
  1021                 one{"{0} સેન્ટિમીટર"}
  1022                 other{"{0} સેન્ટિમીટર"}
  1024             foot{
  1025                 one{"{0} ફૂટ"}
  1026                 other{"{0} ફિટ"}
  1028             inch{
  1029                 one{"{0} ઇંચ"}
  1030                 other{"{0} ઇંચ"}
  1032             kilometer{
  1033                 one{"{0} કિલોમીટર"}
  1034                 other{"{0} કિલોમીટર"}
  1036             light-year{
  1037                 one{"{0} પ્રકાશ વર્ષ"}
  1038                 other{"{0} પ્રકાશ વર્ષ"}
  1040             meter{
  1041                 one{"{0} મીટર"}
  1042                 other{"{0} મીટર"}
  1044             mile{
  1045                 one{"{0} માઇલ"}
  1046                 other{"{0} માઇલ"}
  1048             millimeter{
  1049                 one{"{0} મિલિમીટર"}
  1050                 other{"{0} મિલિમીટર"}
  1052             picometer{
  1053                 one{"{0} પિસૉમિટર"}
  1054                 other{"{0} પિસૉમિટર"}
  1056             yard{
  1057                 one{"{0} વાર"}
  1058                 other{"{0} વાર"}
  1061         mass{
  1062             gram{
  1063                 one{"{0} ગ્રામ"}
  1064                 other{"{0} ગ્રામ"}
  1066             kilogram{
  1067                 one{"{0} કિલોગ્રામ"}
  1068                 other{"{0} કિલોગ્રામ"}
  1070             ounce{
  1071                 one{"{0} ઔંશ"}
  1072                 other{"{0} ઔંશ"}
  1074             pound{
  1075                 one{"{0} પાઉન્ડ"}
  1076                 other{"{0} પાઉન્ડ"}
  1079         power{
  1080             horsepower{
  1081                 one{"{0} હોર્સપાવર"}
  1082                 other{"{0} હોર્સપાવર"}
  1084             kilowatt{
  1085                 one{"{0} કિલોવૉટ"}
  1086                 other{"{0} કિલોવૉટ"}
  1088             watt{
  1089                 one{"{0} વૉટ"}
  1090                 other{"{0} વૉટ"}
  1093         pressure{
  1094             hectopascal{
  1095                 one{"{0} હેક્ટૉપાસ્કલ"}
  1096                 other{"{0} હેક્ટૉપાસ્કલ"}
  1098             inch-hg{
  1099                 one{"{0} પારાના ઇંચ"}
  1100                 other{"{0} પારાના ઇંચ"}
  1102             millibar{
  1103                 one{"{0} મિલીબાર"}
  1104                 other{"{0} મિલીબાર"}
  1107         speed{
  1108             kilometer-per-hour{
  1109                 one{"{0} કિલોમીટર પ્રતિ કલાક"}
  1110                 other{"{0} કિલોમીટર પ્રતિ કલાક"}
  1112             meter-per-second{
  1113                 one{"{0} મીટર પ્રતિ સેકન્ડ"}
  1114                 other{"{0} મીટર પ્રતિ સેકન્ડ"}
  1116             mile-per-hour{
  1117                 one{"{0} માઇલ પ્રતિ કલાક"}
  1118                 other{"{0} માઇલ પ્રતિ કલાક"}
  1121         temperature{
  1122             celsius{
  1123                 one{"{0} ડિગ્રી સેલ્સિયસ"}
  1124                 other{"{0} ડિગ્રી સેલ્સિયસ"}
  1126             fahrenheit{
  1127                 one{"{0} ડિગ્રી ફેરનહીટ"}
  1128                 other{"{0} ડિગ્રી ફેરનહીટ"}
  1131         volume{
  1132             cubic-kilometer{
  1133                 one{"{0} ઘન કિલોમીટર"}
  1134                 other{"{0} ઘન કિલોમીટર"}
  1136             cubic-mile{
  1137                 one{"{0} ઘન માઇલ"}
  1138                 other{"{0} ઘન માઇલ"}
  1140             liter{
  1141                 one{"{0} લિટર"}
  1142                 other{"{0} લિટર"}
  1146     unitsNarrow{
  1147         acceleration{
  1148             g-force{
  1149                 one{"{0} G"}
  1150                 other{"{0} G"}
  1153         angle{
  1154             arc-minute{
  1155                 one{"{0}′"}
  1156                 other{"{0}′"}
  1158             arc-second{
  1159                 one{"{0}″"}
  1160                 other{"{0}″"}
  1162             degree{
  1163                 one{"{0}°"}
  1164                 other{"{0}°"}
  1167         area{
  1168             acre{
  1169                 one{"{0} ac"}
  1170                 other{"{0} ac"}
  1172             hectare{
  1173                 one{"{0} ha"}
  1174                 other{"{0} ha"}
  1176             square-foot{
  1177                 one{"{0} ft²"}
  1178                 other{"{0} ft²"}
  1180             square-kilometer{
  1181                 one{"{0} km²"}
  1182                 other{"{0} km²"}
  1184             square-meter{
  1185                 one{"{0} m²"}
  1186                 other{"{0} m²"}
  1188             square-mile{
  1189                 one{"{0} mi²"}
  1190                 other{"{0} mi²"}
  1193         compound{
  1194             per{"{0}/{1}"}
  1196         duration{
  1197             day{
  1198                 one{"{0} દિવસ"}
  1199                 other{"{0} દિવસ"}
  1201             hour{
  1202                 one{"{0} કલાક"}
  1203                 other{"{0} કલાક"}
  1205             millisecond{
  1206                 one{"{0} મિસે"}
  1207                 other{"{0} મિસે"}
  1209             minute{
  1210                 one{"{0} મિનિટ"}
  1211                 other{"{0} મિનિટ"}
  1213             month{
  1214                 one{"{0} મહિનો"}
  1215                 other{"{0} મહિનો"}
  1217             second{
  1218                 one{"{0} સેકંડ"}
  1219                 other{"{0} સેકંડ"}
  1221             week{
  1222                 one{"{0} અઠ."}
  1223                 other{"{0} અઠ."}
  1225             year{
  1226                 one{"{0} વર્ષ"}
  1227                 other{"{0} વર્ષ"}
  1230         length{
  1231             centimeter{
  1232                 one{"{0} સેમી"}
  1233                 other{"{0} સેમી"}
  1235             foot{
  1236                 one{"{0} '"}
  1237                 other{"{0} '"}
  1239             inch{
  1240                 one{"{0} \u0022"}
  1241                 other{"{0} \u0022"}
  1243             kilometer{
  1244                 one{"{0} કિમી"}
  1245                 other{"{0} કિમી"}
  1247             light-year{
  1248                 one{"{0}પ્રકાશવર્ષ"}
  1249                 other{"{0}પ્રકાશવર્ષ"}
  1251             meter{
  1252                 one{"{0} મી"}
  1253                 other{"{0} મી"}
  1255             mile{
  1256                 one{"{0} માઇલ"}
  1257                 other{"{0} માઇલ"}
  1259             millimeter{
  1260                 one{"{0} મિમી"}
  1261                 other{"{0} મિમી"}
  1263             picometer{
  1264                 one{"{0}પિસૉ.મી"}
  1265                 other{"{0}પિસૉ.મી"}
  1267             yard{
  1268                 one{"{0} વાર"}
  1269                 other{"{0} વાર"}
  1272         mass{
  1273             gram{
  1274                 one{"{0} ગ્રા"}
  1275                 other{"{0} ગ્રા"}
  1277             kilogram{
  1278                 one{"{0} કિગ્રા"}
  1279                 other{"{0} કિગ્રા"}
  1281             ounce{
  1282                 one{"{0} ઔંશ"}
  1283                 other{"{0} ઔંશ"}
  1285             pound{
  1286                 one{"{0} પાઉન્ડ"}
  1287                 other{"{0} પાઉન્ડ"}
  1290         power{
  1291             horsepower{
  1292                 one{"{0} hp"}
  1293                 other{"{0} hp"}
  1295             kilowatt{
  1296                 one{"{0} kW"}
  1297                 other{"{0} kW"}
  1299             watt{
  1300                 one{"{0} W"}
  1301                 other{"{0} W"}
  1304         pressure{
  1305             hectopascal{
  1306                 one{"{0} hPa"}
  1307                 other{"{0} hPa"}
  1309             inch-hg{
  1310                 one{"{0} inHg"}
  1311                 other{"{0} inHg"}
  1313             millibar{
  1314                 one{"{0}મિલીબાર"}
  1315                 other{"{0}મિલીબાર"}
  1318         speed{
  1319             kilometer-per-hour{
  1320                 one{"{0} km/h"}
  1321                 other{"{0} km/h"}
  1323             meter-per-second{
  1324                 one{"{0} m/s"}
  1325                 other{"{0} m/s"}
  1327             mile-per-hour{
  1328                 one{"{0} mi/h"}
  1329                 other{"{0} mi/h"}
  1332         temperature{
  1333             celsius{
  1334                 one{"{0}°"}
  1335                 other{"{0}°"}
  1337             fahrenheit{
  1338                 one{"{0}°F"}
  1339                 other{"{0}°F"}
  1342         volume{
  1343             cubic-kilometer{
  1344                 one{"{0} km³"}
  1345                 other{"{0} km³"}
  1347             cubic-mile{
  1348                 one{"{0} mi³"}
  1349                 other{"{0} mi³"}
  1351             liter{
  1352                 one{"{0} l"}
  1353                 other{"{0} l"}
  1357     unitsShort{
  1358         acceleration{
  1359             g-force{
  1360                 one{"{0} G"}
  1361                 other{"{0} G"}
  1364         angle{
  1365             arc-minute{
  1366                 one{"{0} માઇન્યૂટ"}
  1367                 other{"{0} માઇન્યૂટ"}
  1369             arc-second{
  1370                 one{"{0} સેકન્ડ"}
  1371                 other{"{0} સેકન્ડ"}
  1373             degree{
  1374                 one{"{0} અંશ"}
  1375                 other{"{0} અંશ"}
  1378         area{
  1379             acre{
  1380                 one{"{0} એકર"}
  1381                 other{"{0} એકર"}
  1383             hectare{
  1384                 one{"{0} હેક્ટર"}
  1385                 other{"{0} હેક્ટર"}
  1387             square-foot{
  1388                 one{"{0} ચોરસ ફૂટ"}
  1389                 other{"{0} ચોરસ ફૂટ"}
  1391             square-kilometer{
  1392                 one{"{0} km²"}
  1393                 other{"{0} km²"}
  1395             square-meter{
  1396                 one{"{0} ચોરસ મીટર"}
  1397                 other{"{0} ચોરસ મીટર"}
  1399             square-mile{
  1400                 one{"{0} ચોરસ માઇલ"}
  1401                 other{"{0} ચોરસ માઇલ"}
  1404         compound{
  1405             per{"{0}/{1}"}
  1407         duration{
  1408             day{
  1409                 one{"{0} દિવસ"}
  1410                 other{"{0} દિવસ"}
  1412             hour{
  1413                 one{"{0} કલાક"}
  1414                 other{"{0} કલાક"}
  1416             millisecond{
  1417                 one{"{0} મિસે"}
  1418                 other{"{0} મિસે"}
  1420             minute{
  1421                 one{"{0} મિનિટ"}
  1422                 other{"{0} મિનિટ"}
  1424             month{
  1425                 one{"{0} મહિનો"}
  1426                 other{"{0} મહિના"}
  1428             second{
  1429                 one{"{0} સેકંડ"}
  1430                 other{"{0} સેકંડ"}
  1432             week{
  1433                 one{"{0} અઠ."}
  1434                 other{"{0} અઠ."}
  1436             year{
  1437                 one{"{0} વર્ષ"}
  1438                 other{"{0} વર્ષ"}
  1441         length{
  1442             centimeter{
  1443                 one{"{0} સેમી"}
  1444                 other{"{0} સેમી"}
  1446             foot{
  1447                 one{"{0} ફૂટ"}
  1448                 other{"{0} ફૂટ"}
  1450             inch{
  1451                 one{"{0} ઇંચ"}
  1452                 other{"{0} ઇંચ"}
  1454             kilometer{
  1455                 one{"{0} કિમી"}
  1456                 other{"{0} કિમી"}
  1458             light-year{
  1459                 one{"{0} પ્રકાશ વર્ષ"}
  1460                 other{"{0} પ્રકાશ વર્ષ"}
  1462             meter{
  1463                 one{"{0} મી"}
  1464                 other{"{0} મી"}
  1466             mile{
  1467                 one{"{0} માઇલ"}
  1468                 other{"{0} માઇલ"}
  1470             millimeter{
  1471                 one{"{0} મિમી"}
  1472                 other{"{0} મિમી"}
  1474             picometer{
  1475                 one{"{0} પિસૉમિટર"}
  1476                 other{"{0} પિસૉમિટર"}
  1478             yard{
  1479                 one{"{0} વાર"}
  1480                 other{"{0} વાર"}
  1483         mass{
  1484             gram{
  1485                 one{"{0} ગ્રા"}
  1486                 other{"{0} ગ્રા"}
  1488             kilogram{
  1489                 one{"{0} કિગ્રા"}
  1490                 other{"{0} કિગ્રા"}
  1492             ounce{
  1493                 one{"{0} ઔંશ"}
  1494                 other{"{0} ઔંશ"}
  1496             pound{
  1497                 one{"{0} પાઉન્ડ"}
  1498                 other{"{0} પાઉન્ડ"}
  1501         power{
  1502             horsepower{
  1503                 one{"{0} હોર્સપાવર"}
  1504                 other{"{0} હોર્સપાવર"}
  1506             kilowatt{
  1507                 one{"{0} કિલોવૉટ"}
  1508                 other{"{0} કિલોવૉટ"}
  1510             watt{
  1511                 one{"{0} વૉટ"}
  1512                 other{"{0} વૉટ"}
  1515         pressure{
  1516             hectopascal{
  1517                 one{"{0} hPa"}
  1518                 other{"{0} hPa"}
  1520             inch-hg{
  1521                 one{"{0} inHg"}
  1522                 other{"{0} inHg"}
  1524             millibar{
  1525                 one{"{0} મિલીબાર"}
  1526                 other{"{0} મિલીબાર"}
  1529         speed{
  1530             kilometer-per-hour{
  1531                 one{"{0} કિમી/કલાક"}
  1532                 other{"{0} કિમી/કલાક"}
  1534             meter-per-second{
  1535                 one{"{0} મીટર/સેકન્ડ"}
  1536                 other{"{0} મીટર/સેકન્ડ"}
  1538             mile-per-hour{
  1539                 one{"{0} માઇલ/કલાક"}
  1540                 other{"{0} માઇલ/કલાક"}
  1543         temperature{
  1544             celsius{
  1545                 one{"{0}°C"}
  1546                 other{"{0}°C"}
  1548             fahrenheit{
  1549                 one{"{0}°F"}
  1550                 other{"{0}°F"}
  1553         volume{
  1554             cubic-kilometer{
  1555                 one{"{0} km³"}
  1556                 other{"{0} km³"}
  1558             cubic-mile{
  1559                 one{"{0} ઘન માઇલ"}
  1560                 other{"{0} ઘન માઇલ"}
  1562             liter{
  1563                 one{"{0} લિ"}
  1564                 other{"{0} લિ"}

mercurial