intl/icu/source/data/locales/ne_IN.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
-rwxr-xr-x

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/ne_IN.xml
     7 // *
     8 // ***************************************************************************
     9 ne_IN{
    10     Version{"2.0.92.80"}
    11     calendar{
    12         gregorian{
    13             AmPmMarkers{
    14                 "पूर्वाह्न",
    15                 "अपराह्न",
    16             }
    17             dayNames{
    18                 format{
    19                     wide{
    20                         "आइतवार",
    21                         "सोमवार",
    22                         "मङ्गलवार",
    23                         "बुधवार",
    24                         "बिहीवार",
    25                         "शुक्रवार",
    26                         "शनिवार",
    27                     }
    28                 }
    29             }
    30             monthNames{
    31                 format{
    32                     wide{
    33                         "जनवरी",
    34                         "फरवरी",
    35                         "मार्च",
    36                         "अप्रेल",
    37                         "मई",
    38                         "जुन",
    39                         "जुलाई",
    40                         "अगस्त",
    41                         "सेप्टेम्बर",
    42                         "अक्टोबर",
    43                         "नोभेम्बर",
    44                         "दिसम्बर",
    45                     }
    46                 }
    47             }
    48         }
    49         indian{
    50             monthNames{
    51                 format{
    52                     wide{
    53                         "वैशाख",
    54                         "जेठ",
    55                         "असार",
    56                         "साउन",
    57                         "भदौ",
    58                         "असोज",
    59                         "कात्तिक",
    60                         "मङसिर",
    61                         "पुस",
    62                         "माघ",
    63                         "फागुन",
    64                         "चैत",
    65                     }
    66                 }
    67             }
    68         }
    69     }
    70     fields{
    71         day{
    72             dn{"वार"}
    73             relative{
    74                 "2"{"पर्सि"}
    75             }
    76         }
    77         dayperiod{
    78             dn{"पूर्वाह्न / अपराह्न"}
    79         }
    80         era{
    81             dn{"युग"}
    82         }
    83         second{
    84             dn{"सेकेन्ड"}
    85         }
    86         week{
    87             dn{"साता"}
    88         }
    89         weekday{
    90             dn{"हप्ताको वार"}
    91         }
    92         year{
    93             dn{"वर्ष"}
    94         }
    95         zone{
    96             dn{"अञ्‍चल"}
    97         }
    98     }
    99     measurementSystemNames{
   100         US{"अमेरिकेली"}
   101     }
   102     units{
   103         duration{
   104             week{
   105                 one{"{0} साता"}
   106                 other{"{0} सप्ताह"}
   107             }
   108         }
   109     }
   110 }

mercurial