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.

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

mercurial