intl/icu/source/data/locales/sv_FI.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/sv_FI.xml
     7 // *
     8 // ***************************************************************************
     9 sv_FI{
    10     AuxExemplarCharacters{"[ã ç ë í ñ ó š ÿ ü ž]"}
    11     Version{"2.0.92.80"}
    12     calendar{
    13         gregorian{
    14             DateTimePatterns{
    15                 "'kl'. HH:mm:ss zzzz",
    16                 "HH:mm:ss z",
    17                 "HH:mm:ss",
    18                 "HH:mm",
    19                 "EEEE'en' 'den' d:'e' MMMM y",
    20                 "d MMMM y",
    21                 "d MMM y",
    22                 "dd-MM-y",
    23                 "{1} {0}",
    24                 "{1} {0}",
    25                 "{1} {0}",
    26                 "{1} {0}",
    27                 "{1} {0}",
    28             }
    29             eras{
    30                 wide{
    31                     "före Kristus",
    32                     "efter Kristus",
    33                 }
    34             }
    35         }
    36     }
    37     fields{
    38         day{
    39             dn{"dag"}
    40         }
    41         dayperiod{
    42             dn{"dagsperiod"}
    43         }
    44         era{
    45             dn{"era"}
    46         }
    47         minute{
    48             dn{"minut"}
    49         }
    50         month{
    51             dn{"månad"}
    52         }
    53         second{
    54             dn{"sekund"}
    55         }
    56         week{
    57             dn{"vecka"}
    58         }
    59         weekday{
    60             dn{"veckodag"}
    61         }
    62         year{
    63             dn{"år"}
    64         }
    65         zone{
    66             dn{"tidszon"}
    67         }
    68     }
    69     listPattern{
    70         unit{
    71             2{"{0} och {1}"}
    72             end{"{0} och {1}"}
    73             middle{"{0}, {1}"}
    74             start{"{0}, {1}"}
    75         }
    76         unit-short{
    77             2{"{0} och {1}"}
    78             end{"{0} och {1}"}
    79             middle{"{0}, {1}"}
    80             start{"{0}, {1}"}
    81         }
    82     }
    83     measurementSystemNames{
    84         UK{"engelska enheter (UK)"}
    85         US{"engelska enheter (USA)"}
    86     }
    87     units{
    88         temperature{
    89             celsius{
    90                 one{"{0} grader Celsius"}
    91                 other{"{0} grader Celsius"}
    92             }
    93         }
    94     }
    95     unitsNarrow{
    96         speed{
    97             kilometer-per-hour{
    98                 one{"{0} km/h"}
    99                 other{"{0} km/h"}
   100             }
   101         }
   102     }
   103 }

mercurial