jdk/test/sun/text/resources/LocaleData
author yhuang
Tue, 08 Dec 2009 21:14:04 -0800
changeset 4600 d49895808acd
parent 4599 e2928f96d7bf
child 4604 7ba44857e8cd
permissions -rw-r--r--
6610748: Dateformat - AM-PM indicator in Finnish appears to be from English Reviewed-by: yhuang, peytoia
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# List of locale data for locale-data test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# bug #4052473
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
LocaleNames/en/es=Spanish
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
LocaleNames//es=Spanish
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# bug #4052679
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
LocaleNames/fr/fr=fran\u00e7ais
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# bug #4055602, 4290801
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
CurrencyNames/pt_BR/BRL=R$
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
FormatData/pt_BR/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# FormatData/pt_BR/NumberPatterns/1=R$ #,##0.##;-R$ #,##0.## # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
FormatData/pt_BR/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
FormatData/pt_BR/DateTimePatterns/0=HH'h'mm'min'ss's' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
FormatData/pt_BR/DateTimePatterns/1=H'h'm'min's's' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
FormatData/pt_BR/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
FormatData/pt_BR/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
FormatData/pt_BR/DateTimePatterns/4=EEEE, d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
FormatData/pt_BR/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
FormatData/pt_BR/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
FormatData/pt_BR/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
FormatData/pt_BR/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
FormatData/pt_BR/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
FormatData/pt_BR/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
FormatData/pt_BR/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
FormatData/pt_BR/MonthAbbreviations/0=Jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
FormatData/pt_BR/MonthAbbreviations/1=Fev
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
FormatData/pt_BR/MonthAbbreviations/2=Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
FormatData/pt_BR/DayAbbreviations/0=Dom
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
FormatData/pt_BR/DayAbbreviations/1=Seg
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
FormatData/pt_BR/DayAbbreviations/2=Ter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
FormatData/pt_BR/DayNames/0=Domingo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
FormatData/pt_BR/DayNames/1=Segunda-feira
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
FormatData/pt_BR/DayNames/2=Ter\u00e7a-feira
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
CalendarData/pt_BR/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
CalendarData/pt_BR/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
FormatData/pt_BR/MonthNames/0=Janeiro
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
FormatData/pt_BR/MonthNames/1=Fevereiro
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
FormatData/pt_BR/MonthNames/2=Mar\u00e7o
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
LocaleNames/pt_BR/pt=portugu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
LocaleNames/pt_BR/PT=Portugal
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
LocaleNames/pt_BR/BR=Brasil
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# bug 6414459: Wrong first day of week for Croatian locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
CalendarData/hr/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# bug #4066550
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
FormatData/ja/Eras/0=\u7d00\u5143\u524d
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
FormatData/ja/Eras/1=\u897f\u66a6
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# bug #4067619
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
LocaleNames//LT=Lithuania
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
LocaleNames/en/LT=Lithuania
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# bug #4068012, 4290801, 4942982
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
CurrencyNames/ru_RU/RUB=\u0440\u0443\u0431.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
FormatData/ru_RU/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
# FormatData/ru_RU/NumberPatterns/1=#,##0.##'\u0440.';-#,##0.##'\u0440.' # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
FormatData/ru_RU/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
# bug #4070174
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
FormatData/en_CA/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
FormatData/en_CA/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
# bug #4070452
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
FormatData/de_DE/DateTimePatterns/7=dd.MM.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# bugs #4070178, 4070450, 4070695, 4070725, 6386647
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
FormatData/en_GB/DateTimePatterns/0=HH:mm:ss 'o''clock' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
FormatData/en_GB/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
FormatData/en_GB/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
FormatData/en_GB/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
FormatData/en_GB/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
FormatData/en_GB/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
FormatData/en_GB/DateTimePatterns/6=dd-MMM-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
FormatData/en_GB/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
FormatData/en_GB/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
# bug #4070795
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
FormatData/fr_FR/DateTimePatterns/4=EEEE d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# bug #4071003
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
# FormatData/fr_CA/DateTimePatterns/4=d MMMM, yyyy # See bug 4103861
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# FormatData/fr_CA/DateTimePatterns/5=d MMMM, yyyy # See bug 4103861
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
# bug #4071183
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
# FormatData/it_IT/NumberPatterns/1='L.' #,##0;-'L.' #,##0 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
# bug #4071782
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
FormatData/ru/DayAbbreviations/0=\u0412\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
FormatData/ru/DayAbbreviations/1=\u041f\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
FormatData/ru/DayAbbreviations/2=\u0412\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
FormatData/ru/DayAbbreviations/3=\u0421\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
FormatData/ru/DayAbbreviations/4=\u0427\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
FormatData/ru/DayAbbreviations/5=\u041f\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
FormatData/ru/DayAbbreviations/6=\u0421\u0431
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
# bug #4072013 - obsoleted by 6386647: Full date format in DateFormat does not include day of the week for UK locale
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
#FormatData/en_GB/DateTimePatterns/4=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# bug #4072388
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
LocaleNames/cs/cs=\u010de\u0161tina
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
# bug #4072773
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
FormatData/ja/DateTimePatterns/6=yyyy/MM/dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
FormatData/ja/DateTimePatterns/7=yy/MM/dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# bug #4075404, 4290801, 4942982
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
CurrencyNames/ru_RU/RUB=\u0440\u0443\u0431.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
FormatData/ru_RU/DateTimePatterns/0=H:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
FormatData/ru_RU/DateTimePatterns/1=H:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
FormatData/ru_RU/DateTimePatterns/2=H:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
FormatData/ru_RU/DateTimePatterns/3=H:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
FormatData/ru_RU/DateTimePatterns/4=d MMMM yyyy '\u0433.'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
FormatData/ru_RU/DateTimePatterns/5=d MMMM yyyy '\u0433.'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
FormatData/ru_RU/DateTimePatterns/6=dd.MM.yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
FormatData/ru_RU/DateTimePatterns/7=dd.MM.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
FormatData/ru_RU/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
# bug #4084356, 4290801
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
CurrencyNames/pl_PL/PLN=z\u0142
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
FormatData/pl_PL/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
# FormatData/pl_PL/NumberPatterns/1=#,##0.## z\u0142;-#,##0.## z\u0142 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
FormatData/pl_PL/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
FormatData/pl_PL/DayNames/0=niedziela
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
FormatData/pl_PL/DayNames/1=poniedzia\u0142ek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
FormatData/pl_PL/DayNames/2=wtorek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
FormatData/pl_PL/DayNames/3=\u015broda
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
FormatData/pl_PL/DayNames/4=czwartek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
FormatData/pl_PL/DayNames/5=pi\u0105tek
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
FormatData/pl_PL/DayNames/6=sobota
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
FormatData/pl_PL/MonthNames/0=stycze\u0144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
FormatData/pl_PL/MonthNames/1=luty
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
FormatData/pl_PL/MonthNames/2=marzec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
FormatData/pl_PL/MonthNames/3=kwiecie\u0144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
FormatData/pl_PL/MonthNames/4=maj
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
FormatData/pl_PL/MonthNames/5=czerwiec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
FormatData/pl_PL/MonthNames/6=lipiec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
FormatData/pl_PL/MonthNames/7=sierpie\u0144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
FormatData/pl_PL/MonthNames/8=wrzesie\u0144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
FormatData/pl_PL/MonthNames/9=pa\u017adziernik
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
FormatData/pl_PL/MonthNames/10=listopad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
FormatData/pl_PL/MonthNames/11=grudzie\u0144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
FormatData/pl_PL/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
LocaleNames/pl_PL/pl=polski
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
FormatData/pl_PL/DateTimePatterns/0=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
FormatData/pl_PL/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
FormatData/pl_PL/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
FormatData/pl_PL/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
FormatData/pl_PL/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
FormatData/pl_PL/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
FormatData/pl_PL/DateTimePatterns/6=yyyy-MM-dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
# changed for bug 4984277
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
FormatData/pl_PL/DateTimePatterns/7=dd.MM.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
FormatData/pl_PL/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
FormatData/pl_PL/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
FormatData/pl_PL/NumberElements/1=\u00a0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
FormatData/pl_PL/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
FormatData/pl_PL/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
FormatData/pl_PL/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
FormatData/pl_PL/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
FormatData/pl_PL/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
FormatData/pl_PL/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
FormatData/pl_PL/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
FormatData/pl_PL/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
FormatData/pl_PL/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
FormatData/pl_PL/Eras/0=p.n.e.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
FormatData/pl_PL/Eras/1=n.e.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
LocaleNames/pl_PL/PL=Polska
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
FormatData/pl_PL/DayAbbreviations/0=N
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
FormatData/pl_PL/DayAbbreviations/1=Pn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
FormatData/pl_PL/DayAbbreviations/2=Wt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
FormatData/pl_PL/DayAbbreviations/3=\u015ar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
FormatData/pl_PL/DayAbbreviations/4=Cz
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
FormatData/pl_PL/DayAbbreviations/5=Pt
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
FormatData/pl_PL/DayAbbreviations/6=So
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
FormatData/pl_PL/MonthAbbreviations/0=sty
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
FormatData/pl_PL/MonthAbbreviations/1=lut
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
FormatData/pl_PL/MonthAbbreviations/2=mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
FormatData/pl_PL/MonthAbbreviations/3=kwi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
FormatData/pl_PL/MonthAbbreviations/4=maj
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
FormatData/pl_PL/MonthAbbreviations/5=cze
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
FormatData/pl_PL/MonthAbbreviations/6=lip
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
FormatData/pl_PL/MonthAbbreviations/7=sie
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
FormatData/pl_PL/MonthAbbreviations/8=wrz
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
FormatData/pl_PL/MonthAbbreviations/9=pa\u017a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
FormatData/pl_PL/MonthAbbreviations/10=lis
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
FormatData/pl_PL/MonthAbbreviations/11=gru
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
FormatData/pl_PL/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
CalendarData/pl_PL/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
CalendarData/pl_PL/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
FormatData/pl_PL/AmPmMarkers/0=AM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
FormatData/pl_PL/AmPmMarkers/1=PM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
# bug #4087238, 4290801
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
# bug 4156708 - changed currency symbol from 00a5 to ffe5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
CurrencyNames/ja_JP/JPY=\uffe5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
# FormatData/ja_JP/NumberPatterns/1=\u00a5#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
# bug #4092361
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
FormatData/en_US/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
FormatData/en_US/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
FormatData/en_US/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
FormatData/en_US/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
FormatData/en_US/DateTimePatterns/4=EEEE, MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
FormatData/en_US/DateTimePatterns/5=MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
FormatData/en_US/DateTimePatterns/6=MMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
FormatData/en_US/DateTimePatterns/7=M/d/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
FormatData/en_US/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
# bug #4094033, 4290801, 4942982
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
CurrencyNames/ru_RU/RUB=\u0440\u0443\u0431.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
FormatData/ru_RU/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
# FormatData/ru_RU/NumberPatterns/1=#,##0.##'\u0440.';-#,##0.##'\u0440.' # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
FormatData/ru_RU/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
FormatData/ru_RU/MonthNames/0=\u042f\u043d\u0432\u0430\u0440\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
FormatData/ru_RU/MonthNames/1=\u0424\u0435\u0432\u0440\u0430\u043b\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
FormatData/ru_RU/MonthNames/2=\u041c\u0430\u0440\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
FormatData/ru_RU/MonthNames/3=\u0410\u043f\u0440\u0435\u043b\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
FormatData/ru_RU/MonthNames/4=\u041c\u0430\u0439
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
FormatData/ru_RU/MonthNames/5=\u0418\u044e\u043d\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
FormatData/ru_RU/MonthNames/6=\u0418\u044e\u043b\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
FormatData/ru_RU/MonthNames/7=\u0410\u0432\u0433\u0443\u0441\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
FormatData/ru_RU/MonthNames/8=\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
FormatData/ru_RU/MonthNames/9=\u041e\u043a\u0442\u044f\u0431\u0440\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
FormatData/ru_RU/MonthNames/10=\u041d\u043e\u044f\u0431\u0440\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
FormatData/ru_RU/MonthNames/11=\u0414\u0435\u043a\u0430\u0431\u0440\u044c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
FormatData/ru_RU/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
FormatData/ru_RU/Eras/0=\u0434\u043e \u043d.\u044d.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
FormatData/ru_RU/Eras/1=\u043d.\u044d.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
LocaleNames/ru_RU/ru=\u0440\u0443\u0441\u0441\u043a\u0438\u0439
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
FormatData/ru_RU/MonthAbbreviations/0=\u044f\u043d\u0432
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
FormatData/ru_RU/MonthAbbreviations/1=\u0444\u0435\u0432
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
FormatData/ru_RU/MonthAbbreviations/2=\u043c\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
FormatData/ru_RU/MonthAbbreviations/3=\u0430\u043f\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
FormatData/ru_RU/MonthAbbreviations/4=\u043c\u0430\u0439
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
FormatData/ru_RU/MonthAbbreviations/5=\u0438\u044e\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
FormatData/ru_RU/MonthAbbreviations/6=\u0438\u044e\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
FormatData/ru_RU/MonthAbbreviations/7=\u0430\u0432\u0433
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
FormatData/ru_RU/MonthAbbreviations/8=\u0441\u0435\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
FormatData/ru_RU/MonthAbbreviations/9=\u043e\u043a\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
FormatData/ru_RU/MonthAbbreviations/10=\u043d\u043e\u044f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
FormatData/ru_RU/MonthAbbreviations/11=\u0434\u0435\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
FormatData/ru_RU/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
FormatData/ru_RU/DateTimePatterns/0=H:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
FormatData/ru_RU/DateTimePatterns/1=H:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
FormatData/ru_RU/DateTimePatterns/2=H:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
FormatData/ru_RU/DateTimePatterns/3=H:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
FormatData/ru_RU/DateTimePatterns/4=d MMMM yyyy '\u0433.'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
FormatData/ru_RU/DateTimePatterns/5=d MMMM yyyy '\u0433.'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
FormatData/ru_RU/DateTimePatterns/6=dd.MM.yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
FormatData/ru_RU/DateTimePatterns/7=dd.MM.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
FormatData/ru_RU/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
FormatData/ru_RU/DayNames/0=\u0432\u043e\u0441\u043a\u0440\u0435\u0441\u0435\u043d\u044c\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
FormatData/ru_RU/DayNames/1=\u043f\u043e\u043d\u0435\u0434\u0435\u043b\u044c\u043d\u0438\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
FormatData/ru_RU/DayNames/2=\u0432\u0442\u043e\u0440\u043d\u0438\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
FormatData/ru_RU/DayNames/3=\u0441\u0440\u0435\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
FormatData/ru_RU/DayNames/4=\u0447\u0435\u0442\u0432\u0435\u0440\u0433
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
FormatData/ru_RU/DayNames/5=\u043f\u044f\u0442\u043d\u0438\u0446\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
FormatData/ru_RU/DayNames/6=\u0441\u0443\u0431\u0431\u043e\u0442\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
FormatData/ru_RU/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
FormatData/ru_RU/NumberElements/1=\u00a0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
FormatData/ru_RU/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
FormatData/ru_RU/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
FormatData/ru_RU/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
FormatData/ru_RU/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
FormatData/ru_RU/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
FormatData/ru_RU/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
FormatData/ru_RU/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
FormatData/ru_RU/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
FormatData/ru_RU/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
LocaleNames/ru_RU/RU=\u0420\u043e\u0441\u0441\u0438\u044f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
FormatData/ru_RU/DayAbbreviations/0=\u0412\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
FormatData/ru_RU/DayAbbreviations/1=\u041f\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
FormatData/ru_RU/DayAbbreviations/2=\u0412\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
FormatData/ru_RU/DayAbbreviations/3=\u0421\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
FormatData/ru_RU/DayAbbreviations/4=\u0427\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
FormatData/ru_RU/DayAbbreviations/5=\u041f\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
FormatData/ru_RU/DayAbbreviations/6=\u0421\u0431
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
FormatData/ru_RU/AmPmMarkers/0=AM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
FormatData/ru_RU/AmPmMarkers/1=PM
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
CalendarData/ru_RU/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
CalendarData/ru_RU/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
# bug #4094371, 4098518, 4290801, 6558863
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
FormatData/en_AU/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
FormatData/en_AU/DateTimePatterns/1=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
FormatData/en_AU/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
FormatData/en_AU/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
FormatData/en_AU/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
FormatData/en_AU/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
FormatData/en_AU/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
FormatData/en_AU/DateTimePatterns/7=d/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
FormatData/en_AU/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
LocaleNames/en_AU/US=United States
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
LocaleNames/en_AU/GB=United Kingdom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
LocaleNames/en_AU/CA=Canada
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
LocaleNames/en_AU/IE=Ireland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
LocaleNames/en_AU/AU=Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
LocaleNames/en_AU/NZ=New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
FormatData/en_AU/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
# FormatData/en_AU/NumberPatterns/1=$#,##0.00;-$#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
FormatData/en_AU/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
CurrencyNames/en_AU/AUD=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
LocaleNames/en_AU/en=English
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
FormatData/en_AU/MonthNames/0=January
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
FormatData/en_AU/MonthNames/1=February
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
FormatData/en_AU/MonthNames/2=March
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
# changed, bug 6558863
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
FormatData/en_NZ/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
FormatData/en_NZ/DateTimePatterns/1=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
FormatData/en_NZ/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
FormatData/en_NZ/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
FormatData/en_NZ/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
FormatData/en_NZ/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
FormatData/en_NZ/DateTimePatterns/6=d/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
FormatData/en_NZ/DateTimePatterns/7=d/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
FormatData/en_NZ/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
LocaleNames/en_NZ/US=United States
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
LocaleNames/en_NZ/GB=United Kingdom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
LocaleNames/en_NZ/CA=Canada
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
LocaleNames/en_NZ/IE=Ireland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
LocaleNames/en_NZ/AU=Australia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
LocaleNames/en_NZ/NZ=New Zealand
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
FormatData/en_NZ/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
# FormatData/en_NZ/NumberPatterns/1=$#,##0.00;-$#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
FormatData/en_NZ/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
CurrencyNames/en_NZ/NZD=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
LocaleNames/en_NZ/en=English
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
FormatData/en_NZ/MonthNames/0=January
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
FormatData/en_NZ/MonthNames/1=February
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
FormatData/en_NZ/MonthNames/2=March
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
#changed, bug 6488119
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
FormatData/en_ZA/DateTimePatterns/0=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
FormatData/en_ZA/DateTimePatterns/1=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
FormatData/en_ZA/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
FormatData/en_ZA/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
FormatData/en_ZA/DateTimePatterns/4=EEEE dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
FormatData/en_ZA/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
FormatData/en_ZA/DateTimePatterns/6=dd MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
FormatData/en_ZA/DateTimePatterns/7=yyyy/MM/dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
FormatData/en_ZA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
LocaleNames/en_ZA/US=United States
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
LocaleNames/en_ZA/GB=United Kingdom
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
LocaleNames/en_ZA/CA=Canada
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
LocaleNames/en_ZA/IE=Ireland
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
LocaleNames/en_ZA/ZA=South Africa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
FormatData/en_ZA/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
# FormatData/en_ZA/NumberPatterns/1=R #,##0.00;R-#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
FormatData/en_ZA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
CurrencyNames/en_ZA/ZAR=R
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
LocaleNames/en_ZA/en=English
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
FormatData/en_ZA/MonthNames/0=January
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
FormatData/en_ZA/MonthNames/1=February
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
FormatData/en_ZA/MonthNames/2=March
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
CurrencyNames/es_AR/ARS=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
FormatData/es_AR/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
# FormatData/es_AR/NumberPatterns/1=$#,##0.00;($#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
FormatData/es_AR/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
FormatData/es_AR/DateTimePatterns/0=HH'h'''mm z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
FormatData/es_AR/DateTimePatterns/1=H:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
FormatData/es_AR/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
FormatData/es_AR/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
FormatData/es_AR/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
FormatData/es_AR/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
FormatData/es_AR/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
FormatData/es_AR/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
FormatData/es_AR/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
FormatData/es_AR/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
FormatData/es_AR/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
FormatData/es_AR/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
FormatData/es_BO/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# FormatData/es_BO/NumberPatterns/1=B$#,##0.00;(B$#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
FormatData/es_BO/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
CurrencyNames/es_BO/BOB=B$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
FormatData/es_BO/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
FormatData/es_BO/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
FormatData/es_BO/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
FormatData/es_BO/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
FormatData/es_BO/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
FormatData/es_BO/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
FormatData/es_BO/DateTimePatterns/6=dd-MM-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
FormatData/es_BO/DateTimePatterns/7=dd-MM-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
FormatData/es_BO/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
# changed decimal and group separator for 5102005 bugfix
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
FormatData/es_BO/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
FormatData/es_BO/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
FormatData/es_BO/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
CurrencyNames/es_CL/CLP=Ch$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
FormatData/es_CL/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
# FormatData/es_CL/NumberPatterns/1=Ch$#,##0.00;Ch$-#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
FormatData/es_CL/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
FormatData/es_CL/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
FormatData/es_CL/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
FormatData/es_CL/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
FormatData/es_CL/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
FormatData/es_CL/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
FormatData/es_CL/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
FormatData/es_CL/DateTimePatterns/6=dd-MM-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
FormatData/es_CL/DateTimePatterns/7=dd-MM-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
FormatData/es_CL/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
FormatData/es_CL/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
FormatData/es_CL/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
FormatData/es_CL/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
FormatData/es_CO/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
# FormatData/es_CO/NumberPatterns/1=C$#,##0.00;(C$#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
FormatData/es_CO/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
# changed currency symbol during 5102005 bugfix
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
CurrencyNames/es_CO/COP=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
FormatData/es_CO/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
FormatData/es_CO/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
FormatData/es_CO/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
FormatData/es_CO/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
FormatData/es_CO/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
FormatData/es_CO/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
FormatData/es_CO/DateTimePatterns/6=d/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
FormatData/es_CO/DateTimePatterns/7=d/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
FormatData/es_CO/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
# changed decimal and group separator for 5102005 bugfix
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
FormatData/es_CO/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
FormatData/es_CO/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
FormatData/es_CO/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
FormatData/es_CR/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
# FormatData/es_CR/NumberPatterns/1=C#,##0.00;(C#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
FormatData/es_CR/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
CurrencyNames/es_CR/CRC=C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
FormatData/es_CR/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
FormatData/es_CR/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
FormatData/es_CR/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
FormatData/es_CR/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
FormatData/es_CR/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
FormatData/es_CR/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
FormatData/es_CR/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
FormatData/es_CR/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
FormatData/es_CR/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
FormatData/es_CR/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
FormatData/es_CR/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
FormatData/es_CR/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
FormatData/es_DO/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
# FormatData/es_DO/NumberPatterns/1=RD$#,##0.00;(RD$#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
FormatData/es_DO/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
CurrencyNames/es_DO/DOP=RD$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
FormatData/es_DO/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
FormatData/es_DO/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
FormatData/es_DO/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
FormatData/es_DO/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
FormatData/es_DO/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
FormatData/es_DO/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
FormatData/es_DO/DateTimePatterns/6=MM/dd/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
FormatData/es_DO/DateTimePatterns/7=MM/dd/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
FormatData/es_DO/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
FormatData/es_DO/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
FormatData/es_DO/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
FormatData/es_DO/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
FormatData/es_EC/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
# FormatData/es_EC/NumberPatterns/1=S/#,##0.00;S/-#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
FormatData/es_EC/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
#changed for 4945388
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
CurrencyNames/es_EC/USD=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
FormatData/es_EC/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
FormatData/es_EC/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
FormatData/es_EC/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
FormatData/es_EC/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
FormatData/es_EC/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
FormatData/es_EC/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
FormatData/es_EC/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
FormatData/es_EC/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
FormatData/es_EC/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
# changed decimal and group separator for 5102005 bugfix
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
FormatData/es_EC/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
FormatData/es_EC/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
FormatData/es_EC/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
LocaleNames/es/ES=Espa\u00f1a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
LocaleNames/es/AR=Argentina
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
LocaleNames/es/BO=Bolivia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
LocaleNames/es/CL=Chile
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
LocaleNames/es/CO=Colombia
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
LocaleNames/es/CR=Costa Rica
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
LocaleNames/es/DO=Rep\u00fablica Dominicana
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
LocaleNames/es/EC=Ecuador
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
LocaleNames/es/GT=Guatemala
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
LocaleNames/es/HN=Honduras
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
LocaleNames/es/MX=M\u00e9xico
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
LocaleNames/es/NI=Nicaragua
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
LocaleNames/es/PA=Panam\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
LocaleNames/es/PE=Per\u00fa
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
LocaleNames/es/PR=Puerto Rico
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
LocaleNames/es/PY=Paraguay
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
# LocaleNames/es/SV=El SalvadorUY # Changed, see bug 4331446
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
LocaleNames/es/UY=Uruguay
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
LocaleNames/es/VE=Venezuela
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
FormatData/es_GT/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
# FormatData/es_GT/NumberPatterns/1=Q#,##0.00;(Q#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
FormatData/es_GT/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
CurrencyNames/es_GT/GTQ=Q
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
FormatData/es_GT/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
FormatData/es_GT/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
FormatData/es_GT/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
FormatData/es_GT/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
FormatData/es_GT/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
FormatData/es_GT/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
FormatData/es_GT/DateTimePatterns/6=d/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
FormatData/es_GT/DateTimePatterns/7=d/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
FormatData/es_GT/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
FormatData/es_GT/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
FormatData/es_GT/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
FormatData/es_GT/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
FormatData/es_HN/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
# FormatData/es_HN/NumberPatterns/1=L#,##0.00;(L#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
FormatData/es_HN/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
CurrencyNames/es_HN/HNL=L
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
FormatData/es_HN/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
FormatData/es_HN/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
FormatData/es_HN/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
FormatData/es_HN/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
FormatData/es_HN/DateTimePatterns/4=EEEE dd' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
FormatData/es_HN/DateTimePatterns/5=dd' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
FormatData/es_HN/DateTimePatterns/6=MM-dd-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
FormatData/es_HN/DateTimePatterns/7=MM-dd-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
FormatData/es_HN/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
FormatData/es_HN/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
FormatData/es_HN/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
FormatData/es_HN/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
FormatData/es_MX/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
# FormatData/es_MX/NumberPatterns/1=$#,##0.00;($#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
FormatData/es_MX/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
CurrencyNames/es_MX/MXN=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
FormatData/es_MX/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
FormatData/es_MX/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
FormatData/es_MX/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
FormatData/es_MX/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
FormatData/es_MX/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
FormatData/es_MX/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
FormatData/es_MX/DateTimePatterns/6=d/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
FormatData/es_MX/DateTimePatterns/7=d/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
FormatData/es_MX/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
FormatData/es_MX/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
FormatData/es_MX/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
FormatData/es_MX/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
FormatData/es_NI/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
# FormatData/es_NI/NumberPatterns/1=$C#,##0.00;($C#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
FormatData/es_NI/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
CurrencyNames/es_NI/NIO=$C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
FormatData/es_NI/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
FormatData/es_NI/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
FormatData/es_NI/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
FormatData/es_NI/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
FormatData/es_NI/DateTimePatterns/4=EEEE dd' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
FormatData/es_NI/DateTimePatterns/5=dd' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
FormatData/es_NI/DateTimePatterns/6=MM-dd-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
FormatData/es_NI/DateTimePatterns/7=MM-dd-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
FormatData/es_NI/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
FormatData/es_NI/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
FormatData/es_NI/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
FormatData/es_NI/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
FormatData/es_PA/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
# FormatData/es_PA/NumberPatterns/1=B#,##0.00;(B#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
FormatData/es_PA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
CurrencyNames/es_PA/PAB=B
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
FormatData/es_PA/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
FormatData/es_PA/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
FormatData/es_PA/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
FormatData/es_PA/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
FormatData/es_PA/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
FormatData/es_PA/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
FormatData/es_PA/DateTimePatterns/6=MM/dd/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
FormatData/es_PA/DateTimePatterns/7=MM/dd/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
FormatData/es_PA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
FormatData/es_PA/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
FormatData/es_PA/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
FormatData/es_PA/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
CurrencyNames/es_PE/PEN=S/
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
FormatData/es_PE/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
# FormatData/es_PE/NumberPatterns/1=S/#,##0.00;S/-#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
FormatData/es_PE/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
FormatData/es_PE/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
FormatData/es_PE/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
FormatData/es_PE/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
FormatData/es_PE/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
FormatData/es_PE/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
FormatData/es_PE/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
FormatData/es_PE/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
FormatData/es_PE/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
FormatData/es_PE/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
FormatData/es_PE/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
FormatData/es_PE/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
FormatData/es_PE/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
FormatData/es_PR/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
# FormatData/es_PR/NumberPatterns/1=$#,##0.00;($#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
FormatData/es_PR/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
CurrencyNames/es_PR/USD=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
FormatData/es_PR/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
FormatData/es_PR/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
FormatData/es_PR/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
FormatData/es_PR/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
FormatData/es_PR/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
FormatData/es_PR/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
FormatData/es_PR/DateTimePatterns/6=MM-dd-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
FormatData/es_PR/DateTimePatterns/7=MM-dd-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
FormatData/es_PR/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
FormatData/es_PR/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
FormatData/es_PR/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
FormatData/es_PR/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
CurrencyNames/es_PY/PYG=G
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
FormatData/es_PY/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
# FormatData/es_PY/NumberPatterns/1=G#,##0.00;(G#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
FormatData/es_PY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
FormatData/es_PY/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
FormatData/es_PY/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
FormatData/es_PY/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
FormatData/es_PY/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
FormatData/es_PY/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
FormatData/es_PY/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
FormatData/es_PY/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
FormatData/es_PY/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
FormatData/es_PY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
FormatData/es_PY/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
FormatData/es_PY/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
FormatData/es_PY/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
FormatData/es_SV/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
# FormatData/es_SV/NumberPatterns/1=C#,##0.00;(C#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
FormatData/es_SV/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
CurrencyNames/es_SV/SVC=C
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
FormatData/es_SV/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
FormatData/es_SV/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
FormatData/es_SV/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
FormatData/es_SV/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
FormatData/es_SV/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
FormatData/es_SV/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
FormatData/es_SV/DateTimePatterns/6=MM-dd-yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
FormatData/es_SV/DateTimePatterns/7=MM-dd-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
FormatData/es_SV/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
FormatData/es_SV/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
FormatData/es_SV/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
FormatData/es_SV/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
CurrencyNames/es_UY/UYU=NU$
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
FormatData/es_UY/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
# FormatData/es_UY/NumberPatterns/1=NU$ #,##0.00;(NU$#,##0.00) # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
FormatData/es_UY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
FormatData/es_UY/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
FormatData/es_UY/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
FormatData/es_UY/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
FormatData/es_UY/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
FormatData/es_UY/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
FormatData/es_UY/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
FormatData/es_UY/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
FormatData/es_UY/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
FormatData/es_UY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
FormatData/es_UY/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
FormatData/es_UY/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
FormatData/es_UY/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
CurrencyNames/es_VE/VEB=Bs
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
# bug 6570259
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
CurrencyNames/es_VE/VEF=BsF.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
FormatData/es_VE/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
# FormatData/es_VE/NumberPatterns/1=Bs#,##0.00;Bs -#,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
FormatData/es_VE/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
FormatData/es_VE/DateTimePatterns/0=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
FormatData/es_VE/DateTimePatterns/1=hh:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
FormatData/es_VE/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
FormatData/es_VE/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
FormatData/es_VE/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
FormatData/es_VE/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
FormatData/es_VE/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
FormatData/es_VE/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
FormatData/es_VE/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
FormatData/es_VE/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
FormatData/es_VE/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
FormatData/es_VE/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
4599
e2928f96d7bf 6868106: Ukrainian currency has wrong format
yhuang
parents: 1848
diff changeset
   676
# bug #4099810, 4290801, 6868106
e2928f96d7bf 6868106: Ukrainian currency has wrong format
yhuang
parents: 1848
diff changeset
   677
CurrencyNames/uk_UA/UAH=\u0433\u0440\u043b.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
FormatData/uk_UA/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
# FormatData/uk_UA/NumberPatterns/1=#,##0.## '\u0433\u0440\u0432.';-#,##0.## '\u0433\u0440\u0432.' # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
FormatData/uk_UA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
# bug 6245766
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
FormatData/uk/DateTimePatterns/4=EEEE, d MMMM yyyy \u0440.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
FormatData/uk/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
FormatData/uk/DateTimePatterns/6=d MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
FormatData/uk/DateTimePatterns/7=dd.MM.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
# bug #4103218
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
# FormatData/ko_KR/NumberPatterns/1=\u20a9#,##0;-\u20a9#,##0 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
# bug #4103220 should be adequately tested by the above tests, which represent a pretty
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
# good cross-section of the locale data
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
# bug #4103861
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
# As far as I can tell, French dates do not use commas at all.  However, we
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
# already have a comma after the month in the LONG date format, so we want to be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
# consistent with that.  This is probably taken from the Windows locale data,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
# which does include a comma after month for fr_CA (although not for fr_FR).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
# Hence: No comma after the day of week. ASL 5/12/98
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
# Follow-up: Well, a follow-up duplicate bug (4141637) has confirmed that the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
# comma should not be present at all in French.  Removing the comma.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
FormatData/fr_CA/DateTimePatterns/4=EEEE d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
FormatData/fr_CA/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
FormatData/en_CA/DateTimePatterns/4=EEEE, MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
# bug #4112136
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
FormatData/fr_CA/DateTimePatterns/0=H' h 'mm z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
FormatData/fr_CA/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
# bug #4113638, 4290801
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
CurrencyNames/ar_AE/AED=\u062f.\u0625.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
FormatData/ar_AE/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
# FormatData/ar_AE/NumberPatterns/1='\u062f.\u0625.\u200f' #,##0.###;'\u062f.\u0625.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
FormatData/ar_AE/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
FormatData/ar_AE/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
FormatData/ar_AE/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
FormatData/ar_AE/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
FormatData/ar_AE/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
FormatData/ar_AE/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
FormatData/ar_AE/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
FormatData/ar_AE/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
CalendarData/ar_AE/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
CalendarData/ar_AE/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
FormatData/ar_AE/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
FormatData/ar_AE/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
FormatData/ar_AE/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
FormatData/ar_AE/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
FormatData/ar_AE/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
FormatData/ar_AE/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
FormatData/ar_AE/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
FormatData/ar_AE/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
FormatData/ar_AE/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
FormatData/ar_AE/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
FormatData/ar_AE/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
FormatData/ar_AE/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
FormatData/ar_AE/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
FormatData/ar_AE/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
FormatData/ar_AE/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
FormatData/ar_AE/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
FormatData/ar_AE/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
FormatData/ar_AE/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
FormatData/ar_AE/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
FormatData/ar_AE/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
FormatData/ar_AE/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
FormatData/ar_AE/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
LocaleNames/ar_AE/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
FormatData/ar_AE/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
FormatData/ar_AE/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
FormatData/ar_AE/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
FormatData/ar_AE/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
FormatData/ar_AE/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
FormatData/ar_AE/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
FormatData/ar_AE/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
FormatData/ar_AE/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
FormatData/ar_AE/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
FormatData/ar_AE/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
FormatData/ar_AE/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
FormatData/ar_AE/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
FormatData/ar_AE/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
FormatData/ar_AE/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
FormatData/ar_AE/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
FormatData/ar_AE/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
FormatData/ar_AE/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
FormatData/ar_AE/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
FormatData/ar_AE/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
FormatData/ar_AE/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
FormatData/ar_AE/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
FormatData/ar_AE/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
FormatData/ar_AE/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
FormatData/ar_AE/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
LocaleNames/ar_AE/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
LocaleNames/ar_AE/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
LocaleNames/ar_AE/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
LocaleNames/ar_AE/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
LocaleNames/ar_AE/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
LocaleNames/ar_AE/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
LocaleNames/ar_AE/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
LocaleNames/ar_AE/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
LocaleNames/ar_AE/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
LocaleNames/ar_AE/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
LocaleNames/ar_AE/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
LocaleNames/ar_AE/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
LocaleNames/ar_AE/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
LocaleNames/ar_AE/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
LocaleNames/ar_AE/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
LocaleNames/ar_AE/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
LocaleNames/ar_AE/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
FormatData/ar_AE/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
FormatData/ar_AE/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
FormatData/ar_AE/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
FormatData/ar_AE/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
FormatData/ar_AE/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
FormatData/ar_AE/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
FormatData/ar_AE/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
FormatData/ar_AE/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
FormatData/ar_AE/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
FormatData/ar_AE/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
FormatData/ar_AE/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
CurrencyNames/ar_BH/BHD=\u062f.\u0628.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
FormatData/ar_BH/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
# FormatData/ar_BH/NumberPatterns/1='\u062f.\u0628.\u200f' #,##0.###;'\u062f.\u0628.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
FormatData/ar_BH/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
FormatData/ar_BH/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
FormatData/ar_BH/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
FormatData/ar_BH/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
FormatData/ar_BH/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
FormatData/ar_BH/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
FormatData/ar_BH/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
FormatData/ar_BH/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
CalendarData/ar_BH/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
CalendarData/ar_BH/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
FormatData/ar_BH/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
FormatData/ar_BH/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
FormatData/ar_BH/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
FormatData/ar_BH/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
FormatData/ar_BH/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
FormatData/ar_BH/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
FormatData/ar_BH/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
FormatData/ar_BH/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
FormatData/ar_BH/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
FormatData/ar_BH/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
FormatData/ar_BH/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
FormatData/ar_BH/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
FormatData/ar_BH/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
FormatData/ar_BH/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
FormatData/ar_BH/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
FormatData/ar_BH/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
FormatData/ar_BH/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
FormatData/ar_BH/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
FormatData/ar_BH/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
FormatData/ar_BH/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
FormatData/ar_BH/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
FormatData/ar_BH/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
LocaleNames/ar_BH/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
FormatData/ar_BH/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
FormatData/ar_BH/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
FormatData/ar_BH/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
FormatData/ar_BH/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
FormatData/ar_BH/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
FormatData/ar_BH/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
FormatData/ar_BH/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
FormatData/ar_BH/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
FormatData/ar_BH/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
FormatData/ar_BH/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
FormatData/ar_BH/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
FormatData/ar_BH/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
FormatData/ar_BH/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
FormatData/ar_BH/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
FormatData/ar_BH/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
FormatData/ar_BH/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
FormatData/ar_BH/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
FormatData/ar_BH/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
FormatData/ar_BH/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
FormatData/ar_BH/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
FormatData/ar_BH/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
FormatData/ar_BH/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
FormatData/ar_BH/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
FormatData/ar_BH/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
LocaleNames/ar_BH/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
LocaleNames/ar_BH/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
LocaleNames/ar_BH/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
LocaleNames/ar_BH/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
LocaleNames/ar_BH/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
LocaleNames/ar_BH/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
LocaleNames/ar_BH/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
LocaleNames/ar_BH/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
LocaleNames/ar_BH/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
LocaleNames/ar_BH/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
LocaleNames/ar_BH/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
LocaleNames/ar_BH/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
LocaleNames/ar_BH/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
LocaleNames/ar_BH/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
LocaleNames/ar_BH/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   874
LocaleNames/ar_BH/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   875
LocaleNames/ar_BH/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   876
FormatData/ar_BH/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   877
FormatData/ar_BH/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
FormatData/ar_BH/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
FormatData/ar_BH/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
FormatData/ar_BH/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
FormatData/ar_BH/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
FormatData/ar_BH/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
FormatData/ar_BH/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
FormatData/ar_BH/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
FormatData/ar_BH/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
FormatData/ar_BH/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
CurrencyNames/ar_DZ/DZD=\u062f.\u062c.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
FormatData/ar_DZ/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
# FormatData/ar_DZ/NumberPatterns/1='\u062f.\u062c.\u200f' #,##0.###;'\u062f.\u062c.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
FormatData/ar_DZ/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
FormatData/ar_DZ/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
FormatData/ar_DZ/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
FormatData/ar_DZ/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
FormatData/ar_DZ/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
FormatData/ar_DZ/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
FormatData/ar_DZ/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
FormatData/ar_DZ/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
CalendarData/ar_DZ/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
CalendarData/ar_DZ/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
FormatData/ar_DZ/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
FormatData/ar_DZ/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
FormatData/ar_DZ/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
FormatData/ar_DZ/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
FormatData/ar_DZ/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
FormatData/ar_DZ/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
FormatData/ar_DZ/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
FormatData/ar_DZ/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
FormatData/ar_DZ/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
FormatData/ar_DZ/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
FormatData/ar_DZ/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
FormatData/ar_DZ/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
FormatData/ar_DZ/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
FormatData/ar_DZ/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
FormatData/ar_DZ/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
FormatData/ar_DZ/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
FormatData/ar_DZ/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
FormatData/ar_DZ/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
FormatData/ar_DZ/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
FormatData/ar_DZ/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
FormatData/ar_DZ/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
FormatData/ar_DZ/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
LocaleNames/ar_DZ/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
FormatData/ar_DZ/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
FormatData/ar_DZ/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
FormatData/ar_DZ/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
FormatData/ar_DZ/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
FormatData/ar_DZ/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
FormatData/ar_DZ/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
FormatData/ar_DZ/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
FormatData/ar_DZ/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
FormatData/ar_DZ/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
FormatData/ar_DZ/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
FormatData/ar_DZ/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
FormatData/ar_DZ/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
FormatData/ar_DZ/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
FormatData/ar_DZ/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
FormatData/ar_DZ/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
FormatData/ar_DZ/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
FormatData/ar_DZ/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
FormatData/ar_DZ/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
FormatData/ar_DZ/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
FormatData/ar_DZ/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
FormatData/ar_DZ/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
FormatData/ar_DZ/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
FormatData/ar_DZ/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
FormatData/ar_DZ/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
LocaleNames/ar_DZ/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
LocaleNames/ar_DZ/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
LocaleNames/ar_DZ/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
LocaleNames/ar_DZ/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
LocaleNames/ar_DZ/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
LocaleNames/ar_DZ/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
LocaleNames/ar_DZ/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
LocaleNames/ar_DZ/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
LocaleNames/ar_DZ/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
LocaleNames/ar_DZ/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
LocaleNames/ar_DZ/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
LocaleNames/ar_DZ/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
LocaleNames/ar_DZ/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
LocaleNames/ar_DZ/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
LocaleNames/ar_DZ/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
LocaleNames/ar_DZ/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
LocaleNames/ar_DZ/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
FormatData/ar_DZ/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
FormatData/ar_DZ/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
FormatData/ar_DZ/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
FormatData/ar_DZ/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
FormatData/ar_DZ/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
FormatData/ar_DZ/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
FormatData/ar_DZ/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
FormatData/ar_DZ/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
FormatData/ar_DZ/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
FormatData/ar_DZ/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
FormatData/ar_DZ/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
CurrencyNames/ar_EG/EGP=\u062c.\u0645.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
FormatData/ar_EG/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
# FormatData/ar_EG/NumberPatterns/1='\u062c.\u0645.\u200f' #,##0.###;'\u062c.\u0645.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
FormatData/ar_EG/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
FormatData/ar_EG/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
FormatData/ar_EG/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
FormatData/ar_EG/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
FormatData/ar_EG/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
FormatData/ar_EG/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
FormatData/ar_EG/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
FormatData/ar_EG/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
CalendarData/ar_EG/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
CalendarData/ar_EG/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
FormatData/ar_EG/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
FormatData/ar_EG/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
FormatData/ar_EG/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
FormatData/ar_EG/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
FormatData/ar_EG/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
FormatData/ar_EG/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
FormatData/ar_EG/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
FormatData/ar_EG/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
FormatData/ar_EG/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
FormatData/ar_EG/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
FormatData/ar_EG/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
FormatData/ar_EG/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
FormatData/ar_EG/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
FormatData/ar_EG/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
FormatData/ar_EG/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
FormatData/ar_EG/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
FormatData/ar_EG/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
FormatData/ar_EG/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
FormatData/ar_EG/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
FormatData/ar_EG/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
FormatData/ar_EG/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
FormatData/ar_EG/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
LocaleNames/ar_EG/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
FormatData/ar_EG/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
FormatData/ar_EG/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
FormatData/ar_EG/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
FormatData/ar_EG/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
FormatData/ar_EG/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
FormatData/ar_EG/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
FormatData/ar_EG/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
FormatData/ar_EG/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
FormatData/ar_EG/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
FormatData/ar_EG/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
FormatData/ar_EG/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
FormatData/ar_EG/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
FormatData/ar_EG/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
FormatData/ar_EG/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
FormatData/ar_EG/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
FormatData/ar_EG/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1027
FormatData/ar_EG/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
FormatData/ar_EG/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
FormatData/ar_EG/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
FormatData/ar_EG/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
FormatData/ar_EG/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
FormatData/ar_EG/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
FormatData/ar_EG/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
FormatData/ar_EG/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
LocaleNames/ar_EG/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
LocaleNames/ar_EG/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
LocaleNames/ar_EG/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
LocaleNames/ar_EG/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
LocaleNames/ar_EG/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
LocaleNames/ar_EG/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
LocaleNames/ar_EG/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
LocaleNames/ar_EG/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
LocaleNames/ar_EG/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
LocaleNames/ar_EG/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
LocaleNames/ar_EG/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
LocaleNames/ar_EG/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
LocaleNames/ar_EG/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
LocaleNames/ar_EG/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
LocaleNames/ar_EG/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
LocaleNames/ar_EG/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
LocaleNames/ar_EG/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
FormatData/ar_EG/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
FormatData/ar_EG/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
FormatData/ar_EG/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
FormatData/ar_EG/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
FormatData/ar_EG/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
FormatData/ar_EG/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
FormatData/ar_EG/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
FormatData/ar_EG/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
FormatData/ar_EG/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
FormatData/ar_EG/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
FormatData/ar_EG/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
CurrencyNames/ar_IQ/IQD=\u062f.\u0639.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
FormatData/ar_IQ/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
# FormatData/ar_IQ/NumberPatterns/1='\u062f.\u0639.\u200f' #,##0.###;'\u062f.\u0639.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
FormatData/ar_IQ/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
FormatData/ar_IQ/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
FormatData/ar_IQ/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
FormatData/ar_IQ/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
FormatData/ar_IQ/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
FormatData/ar_IQ/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
FormatData/ar_IQ/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
FormatData/ar_IQ/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
CalendarData/ar_IQ/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
CalendarData/ar_IQ/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1076
FormatData/ar_IQ/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
FormatData/ar_IQ/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
FormatData/ar_IQ/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
FormatData/ar_IQ/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
FormatData/ar_IQ/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
FormatData/ar_IQ/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
FormatData/ar_IQ/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
FormatData/ar_IQ/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
FormatData/ar_IQ/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
FormatData/ar_IQ/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
FormatData/ar_IQ/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
FormatData/ar_IQ/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
FormatData/ar_IQ/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
FormatData/ar_IQ/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
FormatData/ar_IQ/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
FormatData/ar_IQ/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
FormatData/ar_IQ/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
FormatData/ar_IQ/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
FormatData/ar_IQ/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
FormatData/ar_IQ/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
FormatData/ar_IQ/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
FormatData/ar_IQ/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
LocaleNames/ar_IQ/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
FormatData/ar_IQ/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
FormatData/ar_IQ/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
FormatData/ar_IQ/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
FormatData/ar_IQ/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
FormatData/ar_IQ/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
FormatData/ar_IQ/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
FormatData/ar_IQ/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
FormatData/ar_IQ/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
FormatData/ar_IQ/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
FormatData/ar_IQ/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
FormatData/ar_IQ/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
FormatData/ar_IQ/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
FormatData/ar_IQ/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
FormatData/ar_IQ/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
FormatData/ar_IQ/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
FormatData/ar_IQ/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
FormatData/ar_IQ/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
FormatData/ar_IQ/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
FormatData/ar_IQ/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
FormatData/ar_IQ/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
FormatData/ar_IQ/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
FormatData/ar_IQ/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
FormatData/ar_IQ/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
FormatData/ar_IQ/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
LocaleNames/ar_IQ/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
LocaleNames/ar_IQ/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
LocaleNames/ar_IQ/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
LocaleNames/ar_IQ/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
LocaleNames/ar_IQ/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
LocaleNames/ar_IQ/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
LocaleNames/ar_IQ/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
LocaleNames/ar_IQ/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
LocaleNames/ar_IQ/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
LocaleNames/ar_IQ/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
LocaleNames/ar_IQ/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
LocaleNames/ar_IQ/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
LocaleNames/ar_IQ/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
LocaleNames/ar_IQ/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
LocaleNames/ar_IQ/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
LocaleNames/ar_IQ/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
LocaleNames/ar_IQ/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
FormatData/ar_IQ/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
FormatData/ar_IQ/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1142
FormatData/ar_IQ/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
FormatData/ar_IQ/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
FormatData/ar_IQ/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
FormatData/ar_IQ/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
FormatData/ar_IQ/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
FormatData/ar_IQ/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
FormatData/ar_IQ/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
FormatData/ar_IQ/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
FormatData/ar_IQ/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
FormatData/ar_JO/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
# FormatData/ar_JO/NumberPatterns/1='\u062f.\u0623.\u200f' #,##0.###;'\u062f.\u0623.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
FormatData/ar_JO/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
CurrencyNames/ar_JO/JOD=\u062f.\u0623.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
FormatData/ar_JO/DayAbbreviations/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
FormatData/ar_JO/DayAbbreviations/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1157
FormatData/ar_JO/DayAbbreviations/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
FormatData/ar_JO/DayAbbreviations/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
FormatData/ar_JO/DayAbbreviations/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
FormatData/ar_JO/DayAbbreviations/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
FormatData/ar_JO/DayAbbreviations/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
FormatData/ar_JO/MonthNames/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
FormatData/ar_JO/MonthNames/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
FormatData/ar_JO/MonthNames/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
FormatData/ar_JO/MonthNames/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
FormatData/ar_JO/MonthNames/4=\u0646\u0648\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
FormatData/ar_JO/MonthNames/5=\u062d\u0632\u064a\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
FormatData/ar_JO/MonthNames/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
FormatData/ar_JO/MonthNames/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
FormatData/ar_JO/MonthNames/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1171
FormatData/ar_JO/MonthNames/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1172
FormatData/ar_JO/MonthNames/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1173
FormatData/ar_JO/MonthNames/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1174
FormatData/ar_JO/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
FormatData/ar_JO/MonthAbbreviations/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
FormatData/ar_JO/MonthAbbreviations/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
FormatData/ar_JO/MonthAbbreviations/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
FormatData/ar_JO/MonthAbbreviations/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
FormatData/ar_JO/MonthAbbreviations/4=\u0646\u0648\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
FormatData/ar_JO/MonthAbbreviations/5=\u062d\u0632\u064a\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
FormatData/ar_JO/MonthAbbreviations/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
FormatData/ar_JO/MonthAbbreviations/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1183
FormatData/ar_JO/MonthAbbreviations/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
FormatData/ar_JO/MonthAbbreviations/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
FormatData/ar_JO/MonthAbbreviations/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
FormatData/ar_JO/MonthAbbreviations/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
FormatData/ar_JO/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1188
FormatData/ar_JO/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
FormatData/ar_JO/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
FormatData/ar_JO/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
FormatData/ar_JO/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1192
FormatData/ar_JO/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
FormatData/ar_JO/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1194
FormatData/ar_JO/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
CalendarData/ar_JO/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
CalendarData/ar_JO/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
FormatData/ar_JO/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
FormatData/ar_JO/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
LocaleNames/ar_JO/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1200
FormatData/ar_JO/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
FormatData/ar_JO/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
FormatData/ar_JO/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
FormatData/ar_JO/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
FormatData/ar_JO/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
FormatData/ar_JO/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
FormatData/ar_JO/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
FormatData/ar_JO/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
FormatData/ar_JO/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
FormatData/ar_JO/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
FormatData/ar_JO/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
LocaleNames/ar_JO/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
LocaleNames/ar_JO/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
LocaleNames/ar_JO/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
LocaleNames/ar_JO/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
LocaleNames/ar_JO/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
LocaleNames/ar_JO/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
LocaleNames/ar_JO/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1218
LocaleNames/ar_JO/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
LocaleNames/ar_JO/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
LocaleNames/ar_JO/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
LocaleNames/ar_JO/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
LocaleNames/ar_JO/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
LocaleNames/ar_JO/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
LocaleNames/ar_JO/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
LocaleNames/ar_JO/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
LocaleNames/ar_JO/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
LocaleNames/ar_JO/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
FormatData/ar_JO/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
FormatData/ar_JO/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
FormatData/ar_JO/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
FormatData/ar_JO/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
FormatData/ar_JO/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
FormatData/ar_JO/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
FormatData/ar_JO/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
FormatData/ar_JO/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
FormatData/ar_JO/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1237
FormatData/ar_JO/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
FormatData/ar_JO/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
CurrencyNames/ar_KW/KWD=\u062f.\u0643.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
FormatData/ar_KW/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1241
# FormatData/ar_KW/NumberPatterns/1='\u062f.\u0643.\u200f' #,##0.###;'\u062f.\u0643.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1242
FormatData/ar_KW/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
FormatData/ar_KW/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1244
FormatData/ar_KW/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1245
FormatData/ar_KW/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1246
FormatData/ar_KW/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1247
FormatData/ar_KW/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1248
FormatData/ar_KW/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1249
FormatData/ar_KW/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
CalendarData/ar_KW/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
CalendarData/ar_KW/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1252
FormatData/ar_KW/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
FormatData/ar_KW/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
FormatData/ar_KW/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
FormatData/ar_KW/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
FormatData/ar_KW/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
FormatData/ar_KW/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
FormatData/ar_KW/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
FormatData/ar_KW/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
FormatData/ar_KW/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1261
FormatData/ar_KW/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1262
FormatData/ar_KW/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1263
FormatData/ar_KW/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1264
FormatData/ar_KW/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1265
FormatData/ar_KW/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1266
FormatData/ar_KW/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1267
FormatData/ar_KW/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1268
FormatData/ar_KW/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1269
FormatData/ar_KW/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1270
FormatData/ar_KW/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1271
FormatData/ar_KW/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1272
FormatData/ar_KW/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1273
FormatData/ar_KW/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1274
LocaleNames/ar_KW/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
FormatData/ar_KW/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1276
FormatData/ar_KW/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1277
FormatData/ar_KW/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1278
FormatData/ar_KW/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1279
FormatData/ar_KW/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1280
FormatData/ar_KW/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1281
FormatData/ar_KW/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1282
FormatData/ar_KW/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1283
FormatData/ar_KW/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
FormatData/ar_KW/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1285
FormatData/ar_KW/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1286
FormatData/ar_KW/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1287
FormatData/ar_KW/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
FormatData/ar_KW/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
FormatData/ar_KW/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1290
FormatData/ar_KW/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
FormatData/ar_KW/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
FormatData/ar_KW/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
FormatData/ar_KW/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
FormatData/ar_KW/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
FormatData/ar_KW/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
FormatData/ar_KW/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
FormatData/ar_KW/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1298
FormatData/ar_KW/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
LocaleNames/ar_KW/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
LocaleNames/ar_KW/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1301
LocaleNames/ar_KW/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
LocaleNames/ar_KW/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
LocaleNames/ar_KW/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1304
LocaleNames/ar_KW/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1305
LocaleNames/ar_KW/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
LocaleNames/ar_KW/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
LocaleNames/ar_KW/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
LocaleNames/ar_KW/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1309
LocaleNames/ar_KW/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
LocaleNames/ar_KW/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
LocaleNames/ar_KW/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
LocaleNames/ar_KW/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
LocaleNames/ar_KW/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
LocaleNames/ar_KW/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
LocaleNames/ar_KW/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
FormatData/ar_KW/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
FormatData/ar_KW/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
FormatData/ar_KW/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
FormatData/ar_KW/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
FormatData/ar_KW/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
FormatData/ar_KW/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
FormatData/ar_KW/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
FormatData/ar_KW/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
FormatData/ar_KW/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
FormatData/ar_KW/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
FormatData/ar_KW/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
FormatData/ar_LB/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
# FormatData/ar_LB/NumberPatterns/1='\u0644.\u0644.\u200f' #,##0.###;'\u0644.\u0644.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
FormatData/ar_LB/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
CurrencyNames/ar_LB/LBP=\u0644.\u0644.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
FormatData/ar_LB/DayAbbreviations/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
FormatData/ar_LB/DayAbbreviations/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
FormatData/ar_LB/DayAbbreviations/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
FormatData/ar_LB/DayAbbreviations/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
FormatData/ar_LB/DayAbbreviations/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
FormatData/ar_LB/DayAbbreviations/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
FormatData/ar_LB/DayAbbreviations/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
FormatData/ar_LB/MonthNames/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
FormatData/ar_LB/MonthNames/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
FormatData/ar_LB/MonthNames/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
FormatData/ar_LB/MonthNames/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
FormatData/ar_LB/MonthNames/4=\u0646\u0648\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
FormatData/ar_LB/MonthNames/5=\u062d\u0632\u064a\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
FormatData/ar_LB/MonthNames/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
FormatData/ar_LB/MonthNames/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1346
FormatData/ar_LB/MonthNames/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1347
FormatData/ar_LB/MonthNames/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1348
FormatData/ar_LB/MonthNames/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
FormatData/ar_LB/MonthNames/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1350
FormatData/ar_LB/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1351
FormatData/ar_LB/MonthAbbreviations/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1352
FormatData/ar_LB/MonthAbbreviations/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1353
FormatData/ar_LB/MonthAbbreviations/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1354
FormatData/ar_LB/MonthAbbreviations/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1355
FormatData/ar_LB/MonthAbbreviations/4=\u0646\u0648\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1356
FormatData/ar_LB/MonthAbbreviations/5=\u062d\u0632\u064a\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1357
FormatData/ar_LB/MonthAbbreviations/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1358
FormatData/ar_LB/MonthAbbreviations/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1359
FormatData/ar_LB/MonthAbbreviations/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1360
FormatData/ar_LB/MonthAbbreviations/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1361
FormatData/ar_LB/MonthAbbreviations/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1362
FormatData/ar_LB/MonthAbbreviations/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1363
FormatData/ar_LB/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1364
FormatData/ar_LB/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1365
FormatData/ar_LB/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1366
FormatData/ar_LB/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1367
FormatData/ar_LB/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1368
FormatData/ar_LB/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1369
FormatData/ar_LB/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1370
FormatData/ar_LB/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1371
CalendarData/ar_LB/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1372
CalendarData/ar_LB/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1373
FormatData/ar_LB/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1374
FormatData/ar_LB/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1375
LocaleNames/ar_LB/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1376
FormatData/ar_LB/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1377
FormatData/ar_LB/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1378
FormatData/ar_LB/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1379
FormatData/ar_LB/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1380
FormatData/ar_LB/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1381
FormatData/ar_LB/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1382
FormatData/ar_LB/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1383
FormatData/ar_LB/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1384
FormatData/ar_LB/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1385
FormatData/ar_LB/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1386
FormatData/ar_LB/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1387
LocaleNames/ar_LB/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1388
LocaleNames/ar_LB/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1389
LocaleNames/ar_LB/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1390
LocaleNames/ar_LB/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1391
LocaleNames/ar_LB/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1392
LocaleNames/ar_LB/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1393
LocaleNames/ar_LB/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1394
LocaleNames/ar_LB/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1395
LocaleNames/ar_LB/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1396
LocaleNames/ar_LB/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
LocaleNames/ar_LB/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
LocaleNames/ar_LB/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1399
LocaleNames/ar_LB/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
LocaleNames/ar_LB/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401
LocaleNames/ar_LB/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1402
LocaleNames/ar_LB/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1403
LocaleNames/ar_LB/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1404
FormatData/ar_LB/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1405
FormatData/ar_LB/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1406
FormatData/ar_LB/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1407
FormatData/ar_LB/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1408
FormatData/ar_LB/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1409
FormatData/ar_LB/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1410
FormatData/ar_LB/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1411
FormatData/ar_LB/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1412
FormatData/ar_LB/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1413
FormatData/ar_LB/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1414
FormatData/ar_LB/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1415
CurrencyNames/ar_LY/LYD=\u062f.\u0644.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1416
FormatData/ar_LY/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1417
# FormatData/ar_LY/NumberPatterns/1='\u062f.\u0644.\u200f' #,##0.###;'\u062f.\u0644.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1418
FormatData/ar_LY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1419
FormatData/ar_LY/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1420
FormatData/ar_LY/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1421
FormatData/ar_LY/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1422
FormatData/ar_LY/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1423
FormatData/ar_LY/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1424
FormatData/ar_LY/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1425
FormatData/ar_LY/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1426
CalendarData/ar_LY/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1427
CalendarData/ar_LY/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1428
FormatData/ar_LY/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1429
FormatData/ar_LY/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1430
FormatData/ar_LY/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1431
FormatData/ar_LY/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1432
FormatData/ar_LY/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1433
FormatData/ar_LY/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1434
FormatData/ar_LY/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1435
FormatData/ar_LY/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1436
FormatData/ar_LY/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1437
FormatData/ar_LY/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1438
FormatData/ar_LY/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1439
FormatData/ar_LY/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1440
FormatData/ar_LY/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1441
FormatData/ar_LY/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1442
FormatData/ar_LY/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1443
FormatData/ar_LY/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1444
FormatData/ar_LY/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1445
FormatData/ar_LY/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1446
FormatData/ar_LY/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1447
FormatData/ar_LY/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1448
FormatData/ar_LY/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1449
FormatData/ar_LY/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1450
LocaleNames/ar_LY/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1451
FormatData/ar_LY/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1452
FormatData/ar_LY/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1453
FormatData/ar_LY/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1454
FormatData/ar_LY/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1455
FormatData/ar_LY/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1456
FormatData/ar_LY/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1457
FormatData/ar_LY/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1458
FormatData/ar_LY/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1459
FormatData/ar_LY/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1460
FormatData/ar_LY/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1461
FormatData/ar_LY/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1462
FormatData/ar_LY/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1463
FormatData/ar_LY/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1464
FormatData/ar_LY/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1465
FormatData/ar_LY/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1466
FormatData/ar_LY/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1467
FormatData/ar_LY/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1468
FormatData/ar_LY/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1469
FormatData/ar_LY/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1470
FormatData/ar_LY/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1471
FormatData/ar_LY/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1472
FormatData/ar_LY/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1473
FormatData/ar_LY/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1474
FormatData/ar_LY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1475
LocaleNames/ar_LY/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1476
LocaleNames/ar_LY/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1477
LocaleNames/ar_LY/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1478
LocaleNames/ar_LY/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1479
LocaleNames/ar_LY/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1480
LocaleNames/ar_LY/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1481
LocaleNames/ar_LY/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1482
LocaleNames/ar_LY/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1483
LocaleNames/ar_LY/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1484
LocaleNames/ar_LY/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1485
LocaleNames/ar_LY/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1486
LocaleNames/ar_LY/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1487
LocaleNames/ar_LY/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1488
LocaleNames/ar_LY/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1489
LocaleNames/ar_LY/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1490
LocaleNames/ar_LY/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1491
LocaleNames/ar_LY/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1492
FormatData/ar_LY/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1493
FormatData/ar_LY/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1494
FormatData/ar_LY/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1495
FormatData/ar_LY/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1496
FormatData/ar_LY/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1497
FormatData/ar_LY/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1498
FormatData/ar_LY/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1499
FormatData/ar_LY/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1500
FormatData/ar_LY/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1501
FormatData/ar_LY/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1502
FormatData/ar_LY/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1503
CurrencyNames/ar_MA/MAD=\u062f.\u0645.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1504
FormatData/ar_MA/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1505
# FormatData/ar_MA/NumberPatterns/1='\u062f.\u0645.\u200f' #,##0.###;'\u062f.\u0645.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1506
FormatData/ar_MA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1507
FormatData/ar_MA/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1508
FormatData/ar_MA/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1509
FormatData/ar_MA/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1510
FormatData/ar_MA/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1511
FormatData/ar_MA/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1512
FormatData/ar_MA/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1513
FormatData/ar_MA/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1514
CalendarData/ar_MA/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1515
CalendarData/ar_MA/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1516
FormatData/ar_MA/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1517
FormatData/ar_MA/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1518
FormatData/ar_MA/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1519
FormatData/ar_MA/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1520
FormatData/ar_MA/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1521
FormatData/ar_MA/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1522
FormatData/ar_MA/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1523
FormatData/ar_MA/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1524
FormatData/ar_MA/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1525
FormatData/ar_MA/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1526
FormatData/ar_MA/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1527
FormatData/ar_MA/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1528
FormatData/ar_MA/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1529
FormatData/ar_MA/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1530
FormatData/ar_MA/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1531
FormatData/ar_MA/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1532
FormatData/ar_MA/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1533
FormatData/ar_MA/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1534
FormatData/ar_MA/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1535
FormatData/ar_MA/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1536
FormatData/ar_MA/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1537
FormatData/ar_MA/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1538
LocaleNames/ar_MA/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1539
FormatData/ar_MA/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1540
FormatData/ar_MA/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1541
FormatData/ar_MA/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1542
FormatData/ar_MA/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1543
FormatData/ar_MA/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1544
FormatData/ar_MA/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1545
FormatData/ar_MA/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1546
FormatData/ar_MA/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1547
FormatData/ar_MA/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1548
FormatData/ar_MA/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1549
FormatData/ar_MA/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1550
FormatData/ar_MA/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1551
FormatData/ar_MA/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1552
FormatData/ar_MA/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1553
FormatData/ar_MA/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1554
FormatData/ar_MA/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1555
FormatData/ar_MA/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1556
FormatData/ar_MA/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1557
FormatData/ar_MA/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1558
FormatData/ar_MA/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1559
FormatData/ar_MA/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1560
FormatData/ar_MA/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1561
FormatData/ar_MA/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1562
FormatData/ar_MA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1563
LocaleNames/ar_MA/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1564
LocaleNames/ar_MA/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1565
LocaleNames/ar_MA/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1566
LocaleNames/ar_MA/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1567
LocaleNames/ar_MA/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1568
LocaleNames/ar_MA/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1569
LocaleNames/ar_MA/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1570
LocaleNames/ar_MA/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1571
LocaleNames/ar_MA/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1572
LocaleNames/ar_MA/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1573
LocaleNames/ar_MA/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1574
LocaleNames/ar_MA/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1575
LocaleNames/ar_MA/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1576
LocaleNames/ar_MA/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1577
LocaleNames/ar_MA/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1578
LocaleNames/ar_MA/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1579
LocaleNames/ar_MA/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1580
FormatData/ar_MA/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1581
FormatData/ar_MA/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1582
FormatData/ar_MA/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1583
FormatData/ar_MA/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1584
FormatData/ar_MA/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1585
FormatData/ar_MA/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1586
FormatData/ar_MA/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1587
FormatData/ar_MA/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1588
FormatData/ar_MA/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1589
FormatData/ar_MA/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1590
FormatData/ar_MA/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1591
CurrencyNames/ar_OM/OMR=\u0631.\u0639.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1592
FormatData/ar_OM/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1593
# FormatData/ar_OM/NumberPatterns/1='\u0631.\u0639.\u200f' #,##0.###;'\u0631.\u0639.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1594
FormatData/ar_OM/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1595
FormatData/ar_OM/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1596
FormatData/ar_OM/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1597
FormatData/ar_OM/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1598
FormatData/ar_OM/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1599
FormatData/ar_OM/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1600
FormatData/ar_OM/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1601
FormatData/ar_OM/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1602
CalendarData/ar_OM/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1603
CalendarData/ar_OM/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1604
FormatData/ar_OM/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1605
FormatData/ar_OM/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1606
FormatData/ar_OM/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1607
FormatData/ar_OM/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1608
FormatData/ar_OM/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1609
FormatData/ar_OM/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1610
FormatData/ar_OM/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1611
FormatData/ar_OM/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1612
FormatData/ar_OM/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1613
FormatData/ar_OM/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1614
FormatData/ar_OM/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1615
FormatData/ar_OM/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1616
FormatData/ar_OM/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1617
FormatData/ar_OM/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1618
FormatData/ar_OM/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1619
FormatData/ar_OM/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1620
FormatData/ar_OM/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1621
FormatData/ar_OM/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1622
FormatData/ar_OM/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1623
FormatData/ar_OM/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1624
FormatData/ar_OM/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1625
FormatData/ar_OM/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1626
LocaleNames/ar_OM/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1627
FormatData/ar_OM/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1628
FormatData/ar_OM/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1629
FormatData/ar_OM/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1630
FormatData/ar_OM/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1631
FormatData/ar_OM/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1632
FormatData/ar_OM/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1633
FormatData/ar_OM/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1634
FormatData/ar_OM/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1635
FormatData/ar_OM/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1636
FormatData/ar_OM/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1637
FormatData/ar_OM/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1638
FormatData/ar_OM/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1639
FormatData/ar_OM/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1640
FormatData/ar_OM/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1641
FormatData/ar_OM/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1642
FormatData/ar_OM/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1643
FormatData/ar_OM/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1644
FormatData/ar_OM/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1645
FormatData/ar_OM/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1646
FormatData/ar_OM/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1647
FormatData/ar_OM/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1648
FormatData/ar_OM/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1649
FormatData/ar_OM/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1650
FormatData/ar_OM/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1651
LocaleNames/ar_OM/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1652
LocaleNames/ar_OM/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1653
LocaleNames/ar_OM/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1654
LocaleNames/ar_OM/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1655
LocaleNames/ar_OM/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1656
LocaleNames/ar_OM/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1657
LocaleNames/ar_OM/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1658
LocaleNames/ar_OM/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1659
LocaleNames/ar_OM/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1660
LocaleNames/ar_OM/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1661
LocaleNames/ar_OM/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1662
LocaleNames/ar_OM/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1663
LocaleNames/ar_OM/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1664
LocaleNames/ar_OM/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1665
LocaleNames/ar_OM/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
LocaleNames/ar_OM/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
LocaleNames/ar_OM/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1668
FormatData/ar_OM/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1669
FormatData/ar_OM/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1670
FormatData/ar_OM/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1671
FormatData/ar_OM/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1672
FormatData/ar_OM/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1673
FormatData/ar_OM/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1674
FormatData/ar_OM/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1675
FormatData/ar_OM/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1676
FormatData/ar_OM/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1677
FormatData/ar_OM/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
FormatData/ar_OM/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1679
CurrencyNames/ar_QA/QAR=\u0631.\u0642.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1680
FormatData/ar_QA/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1681
# FormatData/ar_QA/NumberPatterns/1='\u0631.\u0642.\u200f' #,##0.###;'\u0631.\u0642.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1682
FormatData/ar_QA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1683
FormatData/ar_QA/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1684
FormatData/ar_QA/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1685
FormatData/ar_QA/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1686
FormatData/ar_QA/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1687
FormatData/ar_QA/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1688
FormatData/ar_QA/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1689
FormatData/ar_QA/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1690
CalendarData/ar_QA/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1691
CalendarData/ar_QA/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1692
FormatData/ar_QA/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1693
FormatData/ar_QA/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1694
FormatData/ar_QA/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
FormatData/ar_QA/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1696
FormatData/ar_QA/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1697
FormatData/ar_QA/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1698
FormatData/ar_QA/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1699
FormatData/ar_QA/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1700
FormatData/ar_QA/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1701
FormatData/ar_QA/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1702
FormatData/ar_QA/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1703
FormatData/ar_QA/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1704
FormatData/ar_QA/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1705
FormatData/ar_QA/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1706
FormatData/ar_QA/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1707
FormatData/ar_QA/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1708
FormatData/ar_QA/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
FormatData/ar_QA/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1710
FormatData/ar_QA/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1711
FormatData/ar_QA/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
FormatData/ar_QA/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1713
FormatData/ar_QA/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
LocaleNames/ar_QA/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
FormatData/ar_QA/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1716
FormatData/ar_QA/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1717
FormatData/ar_QA/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1718
FormatData/ar_QA/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1719
FormatData/ar_QA/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1720
FormatData/ar_QA/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1721
FormatData/ar_QA/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1722
FormatData/ar_QA/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1723
FormatData/ar_QA/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
FormatData/ar_QA/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1725
FormatData/ar_QA/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
FormatData/ar_QA/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1727
FormatData/ar_QA/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1728
FormatData/ar_QA/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1729
FormatData/ar_QA/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1730
FormatData/ar_QA/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
FormatData/ar_QA/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
FormatData/ar_QA/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
FormatData/ar_QA/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1734
FormatData/ar_QA/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1735
FormatData/ar_QA/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
FormatData/ar_QA/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1737
FormatData/ar_QA/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1738
FormatData/ar_QA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1739
LocaleNames/ar_QA/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1740
LocaleNames/ar_QA/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1741
LocaleNames/ar_QA/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1742
LocaleNames/ar_QA/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1743
LocaleNames/ar_QA/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1744
LocaleNames/ar_QA/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1745
LocaleNames/ar_QA/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1746
LocaleNames/ar_QA/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1747
LocaleNames/ar_QA/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1748
LocaleNames/ar_QA/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1749
LocaleNames/ar_QA/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1750
LocaleNames/ar_QA/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1751
LocaleNames/ar_QA/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1752
LocaleNames/ar_QA/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1753
LocaleNames/ar_QA/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1754
LocaleNames/ar_QA/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1755
LocaleNames/ar_QA/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1756
FormatData/ar_QA/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1757
FormatData/ar_QA/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1758
FormatData/ar_QA/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1759
FormatData/ar_QA/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1760
FormatData/ar_QA/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1761
FormatData/ar_QA/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1762
FormatData/ar_QA/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1763
FormatData/ar_QA/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1764
FormatData/ar_QA/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1765
FormatData/ar_QA/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1766
FormatData/ar_QA/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1767
CurrencyNames/ar_SA/SAR=\u0631.\u0633.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1768
FormatData/ar_SA/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1769
# FormatData/ar_SA/NumberPatterns/1='\u0631.\u0633.\u200f' #,##0.###;'\u0631.\u0633.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1770
FormatData/ar_SA/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1771
FormatData/ar_SA/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1772
FormatData/ar_SA/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1773
FormatData/ar_SA/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1774
FormatData/ar_SA/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1775
FormatData/ar_SA/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1776
FormatData/ar_SA/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1777
FormatData/ar_SA/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1778
CalendarData/ar_SA/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1779
CalendarData/ar_SA/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1780
FormatData/ar_SA/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1781
FormatData/ar_SA/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1782
FormatData/ar_SA/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1783
FormatData/ar_SA/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1784
FormatData/ar_SA/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1785
FormatData/ar_SA/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1786
FormatData/ar_SA/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
FormatData/ar_SA/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
FormatData/ar_SA/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
FormatData/ar_SA/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1790
FormatData/ar_SA/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
FormatData/ar_SA/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1792
FormatData/ar_SA/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
FormatData/ar_SA/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
FormatData/ar_SA/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1795
FormatData/ar_SA/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1796
FormatData/ar_SA/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1797
FormatData/ar_SA/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1798
FormatData/ar_SA/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1799
FormatData/ar_SA/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1800
FormatData/ar_SA/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1801
FormatData/ar_SA/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1802
LocaleNames/ar_SA/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1803
FormatData/ar_SA/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1804
FormatData/ar_SA/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1805
FormatData/ar_SA/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1806
FormatData/ar_SA/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1807
FormatData/ar_SA/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1808
FormatData/ar_SA/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1809
FormatData/ar_SA/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1810
FormatData/ar_SA/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1811
FormatData/ar_SA/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1812
FormatData/ar_SA/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1813
FormatData/ar_SA/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1814
FormatData/ar_SA/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1815
FormatData/ar_SA/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1816
FormatData/ar_SA/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1817
FormatData/ar_SA/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1818
FormatData/ar_SA/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1819
FormatData/ar_SA/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1820
FormatData/ar_SA/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1821
FormatData/ar_SA/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1822
FormatData/ar_SA/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1823
FormatData/ar_SA/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1824
FormatData/ar_SA/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1825
FormatData/ar_SA/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1826
FormatData/ar_SA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1827
LocaleNames/ar_SA/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1828
LocaleNames/ar_SA/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1829
LocaleNames/ar_SA/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1830
LocaleNames/ar_SA/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1831
LocaleNames/ar_SA/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1832
LocaleNames/ar_SA/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1833
LocaleNames/ar_SA/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1834
LocaleNames/ar_SA/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1835
LocaleNames/ar_SA/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1836
LocaleNames/ar_SA/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1837
LocaleNames/ar_SA/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1838
LocaleNames/ar_SA/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1839
LocaleNames/ar_SA/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1840
LocaleNames/ar_SA/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1841
LocaleNames/ar_SA/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1842
LocaleNames/ar_SA/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1843
LocaleNames/ar_SA/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1844
FormatData/ar_SA/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1845
FormatData/ar_SA/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1846
FormatData/ar_SA/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1847
FormatData/ar_SA/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1848
FormatData/ar_SA/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1849
FormatData/ar_SA/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1850
FormatData/ar_SA/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1851
FormatData/ar_SA/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1852
FormatData/ar_SA/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1853
FormatData/ar_SA/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1854
FormatData/ar_SA/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1855
# changed for 4945388, removed for 6531591, see bellow
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1856
# CurrencyNames/ar_SD/SDD=\u062c.\u0633.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1857
FormatData/ar_SD/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1858
# FormatData/ar_SD/NumberPatterns/1='\u062c.\u0633.\u200f' #,##0.###;'\u062c.\u0633.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1859
FormatData/ar_SD/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1860
FormatData/ar_SD/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1861
FormatData/ar_SD/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1862
FormatData/ar_SD/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1863
FormatData/ar_SD/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1864
FormatData/ar_SD/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1865
FormatData/ar_SD/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1866
FormatData/ar_SD/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1867
CalendarData/ar_SD/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1868
CalendarData/ar_SD/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1869
FormatData/ar_SD/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1870
FormatData/ar_SD/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1871
FormatData/ar_SD/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1872
FormatData/ar_SD/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1873
FormatData/ar_SD/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1874
FormatData/ar_SD/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1875
FormatData/ar_SD/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1876
FormatData/ar_SD/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1877
FormatData/ar_SD/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1878
FormatData/ar_SD/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1879
FormatData/ar_SD/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1880
FormatData/ar_SD/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1881
FormatData/ar_SD/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1882
FormatData/ar_SD/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1883
FormatData/ar_SD/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1884
FormatData/ar_SD/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1885
FormatData/ar_SD/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1886
FormatData/ar_SD/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1887
FormatData/ar_SD/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1888
FormatData/ar_SD/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1889
FormatData/ar_SD/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1890
FormatData/ar_SD/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1891
LocaleNames/ar_SD/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1892
FormatData/ar_SD/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1893
FormatData/ar_SD/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1894
FormatData/ar_SD/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1895
FormatData/ar_SD/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1896
FormatData/ar_SD/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1897
FormatData/ar_SD/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1898
FormatData/ar_SD/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1899
FormatData/ar_SD/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1900
FormatData/ar_SD/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1901
FormatData/ar_SD/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1902
FormatData/ar_SD/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1903
FormatData/ar_SD/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1904
FormatData/ar_SD/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1905
FormatData/ar_SD/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1906
FormatData/ar_SD/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1907
FormatData/ar_SD/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1908
FormatData/ar_SD/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1909
FormatData/ar_SD/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1910
FormatData/ar_SD/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1911
FormatData/ar_SD/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1912
FormatData/ar_SD/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1913
FormatData/ar_SD/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1914
FormatData/ar_SD/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1915
FormatData/ar_SD/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1916
LocaleNames/ar_SD/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1917
LocaleNames/ar_SD/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1918
LocaleNames/ar_SD/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1919
LocaleNames/ar_SD/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1920
LocaleNames/ar_SD/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1921
LocaleNames/ar_SD/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1922
LocaleNames/ar_SD/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1923
LocaleNames/ar_SD/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1924
LocaleNames/ar_SD/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1925
LocaleNames/ar_SD/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1926
LocaleNames/ar_SD/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1927
LocaleNames/ar_SD/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1928
LocaleNames/ar_SD/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1929
LocaleNames/ar_SD/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1930
LocaleNames/ar_SD/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1931
LocaleNames/ar_SD/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1932
LocaleNames/ar_SD/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1933
FormatData/ar_SD/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1934
FormatData/ar_SD/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1935
FormatData/ar_SD/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1936
FormatData/ar_SD/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1937
FormatData/ar_SD/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1938
FormatData/ar_SD/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1939
FormatData/ar_SD/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1940
FormatData/ar_SD/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1941
FormatData/ar_SD/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1942
FormatData/ar_SD/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1943
FormatData/ar_SD/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1944
FormatData/ar_SY/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1945
# FormatData/ar_SY/NumberPatterns/1='\u0644.\u0633.\u200f' #,##0.###;'\u0644.\u0633.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1946
FormatData/ar_SY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1947
CurrencyNames/ar_SY/SYP=\u0644.\u0633.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1948
FormatData/ar_SY/DayAbbreviations/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1949
FormatData/ar_SY/DayAbbreviations/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1950
FormatData/ar_SY/DayAbbreviations/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1951
FormatData/ar_SY/DayAbbreviations/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1952
FormatData/ar_SY/DayAbbreviations/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1953
FormatData/ar_SY/DayAbbreviations/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1954
FormatData/ar_SY/DayAbbreviations/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1955
FormatData/ar_SY/MonthNames/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1956
FormatData/ar_SY/MonthNames/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1957
FormatData/ar_SY/MonthNames/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1958
FormatData/ar_SY/MonthNames/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1959
FormatData/ar_SY/MonthNames/4=\u0646\u0648\u0627\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1960
FormatData/ar_SY/MonthNames/5=\u062d\u0632\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1961
FormatData/ar_SY/MonthNames/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1962
FormatData/ar_SY/MonthNames/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1963
FormatData/ar_SY/MonthNames/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1964
FormatData/ar_SY/MonthNames/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1965
FormatData/ar_SY/MonthNames/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1966
FormatData/ar_SY/MonthNames/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1967
FormatData/ar_SY/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1968
FormatData/ar_SY/MonthAbbreviations/0=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1969
FormatData/ar_SY/MonthAbbreviations/1=\u0634\u0628\u0627\u0637
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1970
FormatData/ar_SY/MonthAbbreviations/2=\u0622\u0630\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1971
FormatData/ar_SY/MonthAbbreviations/3=\u0646\u064a\u0633\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1972
FormatData/ar_SY/MonthAbbreviations/4=\u0646\u0648\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1973
FormatData/ar_SY/MonthAbbreviations/5=\u062d\u0632\u064a\u0631\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1974
FormatData/ar_SY/MonthAbbreviations/6=\u062a\u0645\u0648\u0632
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1975
FormatData/ar_SY/MonthAbbreviations/7=\u0622\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1976
FormatData/ar_SY/MonthAbbreviations/8=\u0623\u064a\u0644\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1977
FormatData/ar_SY/MonthAbbreviations/9=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1978
FormatData/ar_SY/MonthAbbreviations/10=\u062a\u0634\u0631\u064a\u0646 \u0627\u0644\u062b\u0627\u0646\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1979
FormatData/ar_SY/MonthAbbreviations/11=\u0643\u0627\u0646\u0648\u0646 \u0627\u0644\u0623\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1980
FormatData/ar_SY/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1981
FormatData/ar_SY/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1982
FormatData/ar_SY/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1983
FormatData/ar_SY/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1984
FormatData/ar_SY/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1985
FormatData/ar_SY/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1986
FormatData/ar_SY/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1987
FormatData/ar_SY/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1988
CalendarData/ar_SY/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1989
CalendarData/ar_SY/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1990
FormatData/ar_SY/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1991
FormatData/ar_SY/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1992
LocaleNames/ar_SY/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1993
FormatData/ar_SY/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1994
FormatData/ar_SY/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1995
FormatData/ar_SY/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1996
FormatData/ar_SY/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1997
FormatData/ar_SY/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1998
FormatData/ar_SY/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1999
FormatData/ar_SY/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2000
FormatData/ar_SY/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2001
FormatData/ar_SY/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2002
FormatData/ar_SY/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2003
FormatData/ar_SY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2004
LocaleNames/ar_SY/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2005
LocaleNames/ar_SY/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2006
LocaleNames/ar_SY/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2007
LocaleNames/ar_SY/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2008
LocaleNames/ar_SY/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2009
LocaleNames/ar_SY/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2010
LocaleNames/ar_SY/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2011
LocaleNames/ar_SY/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2012
LocaleNames/ar_SY/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2013
LocaleNames/ar_SY/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2014
LocaleNames/ar_SY/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2015
LocaleNames/ar_SY/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2016
LocaleNames/ar_SY/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2017
LocaleNames/ar_SY/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2018
LocaleNames/ar_SY/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2019
LocaleNames/ar_SY/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2020
LocaleNames/ar_SY/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2021
FormatData/ar_SY/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2022
FormatData/ar_SY/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2023
FormatData/ar_SY/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2024
FormatData/ar_SY/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2025
FormatData/ar_SY/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2026
FormatData/ar_SY/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2027
FormatData/ar_SY/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2028
FormatData/ar_SY/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2029
FormatData/ar_SY/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2030
FormatData/ar_SY/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2031
FormatData/ar_SY/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2032
CurrencyNames/ar_TN/TND=\u062f.\u062a.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2033
FormatData/ar_TN/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2034
# FormatData/ar_TN/NumberPatterns/1='\u062f.\u062a.\u200f' #,##0.###;'\u062f.\u062a.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2035
FormatData/ar_TN/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2036
FormatData/ar_TN/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2037
FormatData/ar_TN/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2038
FormatData/ar_TN/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2039
FormatData/ar_TN/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2040
FormatData/ar_TN/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2041
FormatData/ar_TN/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2042
FormatData/ar_TN/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2043
CalendarData/ar_TN/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2044
CalendarData/ar_TN/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2045
FormatData/ar_TN/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2046
FormatData/ar_TN/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2047
FormatData/ar_TN/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2048
FormatData/ar_TN/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2049
FormatData/ar_TN/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2050
FormatData/ar_TN/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2051
FormatData/ar_TN/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2052
FormatData/ar_TN/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2053
FormatData/ar_TN/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2054
FormatData/ar_TN/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2055
FormatData/ar_TN/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2056
FormatData/ar_TN/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2057
FormatData/ar_TN/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2058
FormatData/ar_TN/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2059
FormatData/ar_TN/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2060
FormatData/ar_TN/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2061
FormatData/ar_TN/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2062
FormatData/ar_TN/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2063
FormatData/ar_TN/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2064
FormatData/ar_TN/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2065
FormatData/ar_TN/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2066
FormatData/ar_TN/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2067
LocaleNames/ar_TN/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2068
FormatData/ar_TN/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2069
FormatData/ar_TN/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2070
FormatData/ar_TN/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2071
FormatData/ar_TN/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2072
FormatData/ar_TN/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2073
FormatData/ar_TN/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2074
FormatData/ar_TN/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2075
FormatData/ar_TN/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2076
FormatData/ar_TN/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2077
FormatData/ar_TN/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2078
FormatData/ar_TN/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2079
FormatData/ar_TN/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2080
FormatData/ar_TN/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2081
FormatData/ar_TN/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2082
FormatData/ar_TN/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2083
FormatData/ar_TN/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2084
FormatData/ar_TN/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2085
FormatData/ar_TN/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2086
FormatData/ar_TN/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2087
FormatData/ar_TN/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2088
FormatData/ar_TN/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2089
FormatData/ar_TN/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2090
FormatData/ar_TN/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2091
FormatData/ar_TN/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2092
LocaleNames/ar_TN/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2093
LocaleNames/ar_TN/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2094
LocaleNames/ar_TN/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2095
LocaleNames/ar_TN/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2096
LocaleNames/ar_TN/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2097
LocaleNames/ar_TN/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2098
LocaleNames/ar_TN/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2099
LocaleNames/ar_TN/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2100
LocaleNames/ar_TN/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2101
LocaleNames/ar_TN/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2102
LocaleNames/ar_TN/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2103
LocaleNames/ar_TN/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2104
LocaleNames/ar_TN/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2105
LocaleNames/ar_TN/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2106
LocaleNames/ar_TN/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2107
LocaleNames/ar_TN/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2108
LocaleNames/ar_TN/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2109
FormatData/ar_TN/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2110
FormatData/ar_TN/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2111
FormatData/ar_TN/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2112
FormatData/ar_TN/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2113
FormatData/ar_TN/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2114
FormatData/ar_TN/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2115
FormatData/ar_TN/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2116
FormatData/ar_TN/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2117
FormatData/ar_TN/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2118
FormatData/ar_TN/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2119
FormatData/ar_TN/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2120
CurrencyNames/ar_YE/YER=\u0631.\u064a.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2121
FormatData/ar_YE/NumberPatterns/0=#,##0.###;#,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2122
# FormatData/ar_YE/NumberPatterns/1='\u0631.\u064a.\u200f' #,##0.###;'\u0631.\u064a.\u200f' #,##0.###- # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2123
FormatData/ar_YE/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2124
FormatData/ar_YE/DayNames/0=\u0627\u0644\u0623\u062d\u062f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2125
FormatData/ar_YE/DayNames/1=\u0627\u0644\u0627\u062b\u0646\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2126
FormatData/ar_YE/DayNames/2=\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2127
FormatData/ar_YE/DayNames/3=\u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2128
FormatData/ar_YE/DayNames/4=\u0627\u0644\u062e\u0645\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2129
FormatData/ar_YE/DayNames/5=\u0627\u0644\u062c\u0645\u0639\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2130
FormatData/ar_YE/DayNames/6=\u0627\u0644\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2131
CalendarData/ar_YE/firstDayOfWeek=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2132
CalendarData/ar_YE/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2133
FormatData/ar_YE/MonthAbbreviations/0=\u064a\u0646\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2134
FormatData/ar_YE/MonthAbbreviations/1=\u0641\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2135
FormatData/ar_YE/MonthAbbreviations/2=\u0645\u0627\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2136
FormatData/ar_YE/MonthAbbreviations/3=\u0623\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2137
FormatData/ar_YE/MonthAbbreviations/4=\u0645\u0627\u064a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2138
FormatData/ar_YE/MonthAbbreviations/5=\u064a\u0648\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2139
FormatData/ar_YE/MonthAbbreviations/6=\u064a\u0648\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2140
FormatData/ar_YE/MonthAbbreviations/7=\u0623\u063a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2141
FormatData/ar_YE/MonthAbbreviations/8=\u0633\u0628\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2142
FormatData/ar_YE/MonthAbbreviations/9=\u0623\u0643\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2143
FormatData/ar_YE/MonthAbbreviations/10=\u0646\u0648\u0641
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2144
FormatData/ar_YE/MonthAbbreviations/11=\u062f\u064a\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2145
FormatData/ar_YE/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2146
FormatData/ar_YE/Eras/0=\u0642.\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2147
FormatData/ar_YE/Eras/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2148
FormatData/ar_YE/DayAbbreviations/0=\u062d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2149
FormatData/ar_YE/DayAbbreviations/1=\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2150
FormatData/ar_YE/DayAbbreviations/2=\u062b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2151
FormatData/ar_YE/DayAbbreviations/3=\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2152
FormatData/ar_YE/DayAbbreviations/4=\u062e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2153
FormatData/ar_YE/DayAbbreviations/5=\u062c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2154
FormatData/ar_YE/DayAbbreviations/6=\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2155
LocaleNames/ar_YE/ar=\u0627\u0644\u0639\u0631\u0628\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2156
FormatData/ar_YE/MonthNames/0=\u064a\u0646\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2157
FormatData/ar_YE/MonthNames/1=\u0641\u0628\u0631\u0627\u064a\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2158
FormatData/ar_YE/MonthNames/2=\u0645\u0627\u0631\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2159
FormatData/ar_YE/MonthNames/3=\u0623\u0628\u0631\u064a\u0644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2160
FormatData/ar_YE/MonthNames/4=\u0645\u0627\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2161
FormatData/ar_YE/MonthNames/5=\u064a\u0648\u0646\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2162
FormatData/ar_YE/MonthNames/6=\u064a\u0648\u0644\u064a\u0648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2163
FormatData/ar_YE/MonthNames/7=\u0623\u063a\u0633\u0637\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2164
FormatData/ar_YE/MonthNames/8=\u0633\u0628\u062a\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2165
FormatData/ar_YE/MonthNames/9=\u0623\u0643\u062a\u0648\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2166
FormatData/ar_YE/MonthNames/10=\u0646\u0648\u0641\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2167
FormatData/ar_YE/MonthNames/11=\u062f\u064a\u0633\u0645\u0628\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2168
FormatData/ar_YE/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2169
FormatData/ar_YE/AmPmMarkers/0=\u0635
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2170
FormatData/ar_YE/AmPmMarkers/1=\u0645
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2171
FormatData/ar_YE/DateTimePatterns/0=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2172
FormatData/ar_YE/DateTimePatterns/1=z hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2173
FormatData/ar_YE/DateTimePatterns/2=hh:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2174
FormatData/ar_YE/DateTimePatterns/3=hh:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2175
FormatData/ar_YE/DateTimePatterns/4=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2176
FormatData/ar_YE/DateTimePatterns/5=dd MMMM, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2177
FormatData/ar_YE/DateTimePatterns/6=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2178
FormatData/ar_YE/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2179
FormatData/ar_YE/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2180
LocaleNames/ar_YE/EG=\u0645\u0635\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2181
LocaleNames/ar_YE/DZ=\u0627\u0644\u062c\u0632\u0627\u0626\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2182
LocaleNames/ar_YE/BH=\u0627\u0644\u0628\u062d\u0631\u064a\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2183
LocaleNames/ar_YE/IQ=\u0627\u0644\u0639\u0631\u0627\u0642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2184
LocaleNames/ar_YE/JO=\u0627\u0644\u0623\u0631\u062f\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2185
LocaleNames/ar_YE/KW=\u0627\u0644\u0643\u0648\u064a\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2186
LocaleNames/ar_YE/LB=\u0644\u0628\u0646\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2187
LocaleNames/ar_YE/LY=\u0644\u064a\u0628\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2188
LocaleNames/ar_YE/MA=\u0627\u0644\u0645\u063a\u0631\u0628
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2189
LocaleNames/ar_YE/OM=\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2190
LocaleNames/ar_YE/QA=\u0642\u0637\u0631
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2191
LocaleNames/ar_YE/SA=\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2192
LocaleNames/ar_YE/SD=\u0627\u0644\u0633\u0648\u062f\u0627\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2193
LocaleNames/ar_YE/SY=\u0633\u0648\u0631\u064a\u0627
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2194
LocaleNames/ar_YE/TN=\u062a\u0648\u0646\u0633
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2195
LocaleNames/ar_YE/AE=\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2196
LocaleNames/ar_YE/YE=\u0627\u0644\u064a\u0645\u0646
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2197
FormatData/ar_YE/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2198
FormatData/ar_YE/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2199
FormatData/ar_YE/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2200
FormatData/ar_YE/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2201
FormatData/ar_YE/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2202
FormatData/ar_YE/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2203
FormatData/ar_YE/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2204
FormatData/ar_YE/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2205
FormatData/ar_YE/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2206
FormatData/ar_YE/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2207
FormatData/ar_YE/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2208
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2209
# bug #4113654 (this is obviously not an exchaustive test; I'm trying it here for a single
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2210
# inheritance chain only.  This bug fix also gets tested fairly well by the tests for all
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2211
# the other bugs as given above)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2212
FormatData//NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2213
# FormatData//NumberPatterns/1=\u00a4 #,##0.00;-\u00a4 #,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2214
FormatData//NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2215
FormatData/fr/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2216
# FormatData/fr/NumberPatterns/1=\u00a4 #,##0.00;-\u00a4 #,##0.00 # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2217
# FormatData/fr/NumberPatterns/2=#,##0% # changed, see bug 6547501
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2218
CurrencyNames/fr_FR/FRF=F
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2219
CurrencyNames/fr_FR/EUR=\u20AC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2220
FormatData/fr_FR/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2221
# FormatData/fr_FR/NumberPatterns/1=#,##0.00 F;-#,##0.00 F # Changed; see bug 4122840
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2222
# FormatData/fr_FR/NumberPatterns/2=#,##0% # changed; see bug 6547501
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2223
FormatData/fr_FR/DayNames/0=dimanche
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2224
FormatData/fr_FR/DayNames/1=lundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2225
FormatData/fr_FR/DayNames/2=mardi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2226
FormatData/fr_FR/DayNames/3=mercredi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2227
FormatData/fr_FR/DayNames/4=jeudi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2228
FormatData/fr_FR/DayNames/5=vendredi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2229
FormatData/fr_FR/DayNames/6=samedi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2230
FormatData/fr_FR/MonthNames/0=janvier
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2231
FormatData/fr_FR/MonthNames/1=f\u00e9vrier
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2232
FormatData/fr_FR/MonthNames/2=mars
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2233
FormatData/fr_FR/MonthNames/3=avril
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2234
FormatData/fr_FR/MonthNames/4=mai
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2235
FormatData/fr_FR/MonthNames/5=juin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2236
FormatData/fr_FR/MonthNames/6=juillet
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2237
FormatData/fr_FR/MonthNames/7=ao\u00fbt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2238
FormatData/fr_FR/MonthNames/8=septembre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2239
FormatData/fr_FR/MonthNames/9=octobre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2240
FormatData/fr_FR/MonthNames/10=novembre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2241
FormatData/fr_FR/MonthNames/11=d\u00e9cembre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2242
FormatData/fr_FR/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2243
LocaleNames/fr_FR/fr=fran\u00e7ais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2244
LocaleNames/fr_FR/en=anglais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2245
LocaleNames/fr_FR/de=allemand
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2246
LocaleNames/fr_FR/da=danois
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2247
LocaleNames/fr_FR/es=espagnol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2248
LocaleNames/fr_FR/el=grec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2249
LocaleNames/fr_FR/fi=finnois
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2250
LocaleNames/fr_FR/it=italien
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2251
LocaleNames/fr_FR/ja=japonais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2252
#bug 4965260
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2253
LocaleNames/fr_FR/nl=n\u00e9erlandais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2254
LocaleNames/fr_FR/no=norv\u00e9gien
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2255
LocaleNames/fr_FR/pt=portugais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2256
LocaleNames/fr_FR/sv=su\u00e9dois
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2257
LocaleNames/fr_FR/tr=turc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2258
FormatData/fr_FR/DateTimePatterns/0=HH' h 'mm z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2259
FormatData/fr_FR/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2260
FormatData/fr_FR/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2261
FormatData/fr_FR/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2262
FormatData/fr_FR/DateTimePatterns/4=EEEE d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2263
FormatData/fr_FR/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2264
FormatData/fr_FR/DateTimePatterns/6=d MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2265
FormatData/fr_FR/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2266
FormatData/fr_FR/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2267
FormatData/fr_FR/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2268
FormatData/fr_FR/NumberElements/1=\u00a0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2269
FormatData/fr_FR/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2270
FormatData/fr_FR/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2271
FormatData/fr_FR/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2272
FormatData/fr_FR/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2273
FormatData/fr_FR/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2274
FormatData/fr_FR/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2275
FormatData/fr_FR/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2276
FormatData/fr_FR/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2277
FormatData/fr_FR/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2278
FormatData/fr_FR/Eras/0=BC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2279
FormatData/fr_FR/Eras/1=ap. J.-C.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2280
LocaleNames/fr_FR/FR=France
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2281
LocaleNames/fr_FR/US=Etats-Unis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2282
LocaleNames/fr_FR/DK=Danemark
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2283
LocaleNames/fr_FR/DE=Allemagne
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2284
LocaleNames/fr_FR/AT=Autriche
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2285
LocaleNames/fr_FR/GR=Gr\u00e8ce
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2286
LocaleNames/fr_FR/ES=Espagne
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2287
LocaleNames/fr_FR/FI=Finlande
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2288
LocaleNames/fr_FR/IT=Italie
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2289
LocaleNames/fr_FR/CH=Suisse
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2290
LocaleNames/fr_FR/BE=Belgique
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2291
LocaleNames/fr_FR/CA=Canada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2292
LocaleNames/fr_FR/JP=Japon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2293
LocaleNames/fr_FR/NL=Pays-Bas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2294
LocaleNames/fr_FR/NO=Norv\u00e8ge
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2295
LocaleNames/fr_FR/PT=Portugal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2296
LocaleNames/fr_FR/SE=Su\u00e8de
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2297
LocaleNames/fr_FR/TR=Turquie
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2298
FormatData/fr_FR/DayAbbreviations/0=dim.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2299
FormatData/fr_FR/DayAbbreviations/1=lun.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2300
FormatData/fr_FR/DayAbbreviations/2=mar.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2301
FormatData/fr_FR/DayAbbreviations/3=mer.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2302
FormatData/fr_FR/DayAbbreviations/4=jeu.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2303
FormatData/fr_FR/DayAbbreviations/5=ven.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2304
FormatData/fr_FR/DayAbbreviations/6=sam.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2305
FormatData/fr_FR/MonthAbbreviations/0=janv.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2306
FormatData/fr_FR/MonthAbbreviations/1=f\u00e9vr.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2307
FormatData/fr_FR/MonthAbbreviations/2=mars
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2308
FormatData/fr_FR/MonthAbbreviations/3=avr.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2309
FormatData/fr_FR/MonthAbbreviations/4=mai
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2310
FormatData/fr_FR/MonthAbbreviations/5=juin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2311
FormatData/fr_FR/MonthAbbreviations/6=juil.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2312
FormatData/fr_FR/MonthAbbreviations/7=ao\u00fbt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2313
FormatData/fr_FR/MonthAbbreviations/8=sept.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2314
FormatData/fr_FR/MonthAbbreviations/9=oct.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2315
FormatData/fr_FR/MonthAbbreviations/10=nov.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2316
FormatData/fr_FR/MonthAbbreviations/11=d\u00e9c.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2317
FormatData/fr_FR/MonthAbbreviations/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2318
CalendarData/fr_FR/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2319
# next line changed according the 4518811 bug
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2320
CalendarData/fr_FR/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2321
FormatData/fr_FR/AmPmMarkers/0=AM
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2322
FormatData/fr_FR/AmPmMarkers/1=PM
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2323
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2324
# bug #4117054
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2325
FormatData/ja_JP/AmPmMarkers/0=\u5348\u524d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2326
FormatData/ja_JP/AmPmMarkers/1=\u5348\u5f8c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2327
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2328
# bug #4122840, 4290801
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2329
FormatData/ar_AE/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2330
FormatData/ar_BH/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2331
FormatData/ar_DZ/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2332
FormatData/ar_EG/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2333
FormatData/ar_IQ/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2334
FormatData/ar_JO/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2335
FormatData/ar_KW/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2336
FormatData/ar_LB/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2337
FormatData/ar_LY/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2338
FormatData/ar_MA/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2339
FormatData/ar_OM/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2340
FormatData/ar_QA/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2341
FormatData/ar_SA/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2342
FormatData/ar_SD/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2343
FormatData/ar_SY/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2344
FormatData/ar_TN/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2345
FormatData/ar_YE/NumberPatterns/1=\u00a4 #,##0.###;\u00a4 #,##0.###-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2346
FormatData/en_AU/NumberPatterns/1=\u00a4#,##0.00;-\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2347
FormatData/en_NZ/NumberPatterns/1=\u00a4#,##0.00;-\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2348
FormatData/en_ZA/NumberPatterns/1=\u00a4 #,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2349
FormatData/es_AR/NumberPatterns/1=\u00a4#,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2350
FormatData/es_BO/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2351
FormatData/es_CL/NumberPatterns/1=\u00a4#,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2352
FormatData/es_CO/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2353
FormatData/es_CR/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2354
FormatData/es_DO/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2355
FormatData/es_EC/NumberPatterns/1=\u00a4#,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2356
FormatData/es_GT/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2357
FormatData/es_HN/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2358
FormatData/es_MX/NumberPatterns/1=\u00a4#,##0.00;-\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2359
FormatData/es_NI/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2360
FormatData/es_PA/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2361
FormatData/es_PE/NumberPatterns/1=\u00a4#,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2362
FormatData/es_PR/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2363
FormatData/es_PY/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2364
FormatData/es_SV/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2365
FormatData/es_UY/NumberPatterns/1=\u00a4 #,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2366
FormatData/es_VE/NumberPatterns/1=\u00a4#,##0.00;\u00a4 -#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2367
FormatData/fr_FR/NumberPatterns/1=#,##0.00 \u00a4;-#,##0.00 \u00a4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2368
FormatData/it_IT/NumberPatterns/1=\u00A4 #,##0.00;-\u00A4 #,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2369
#FormatData/ja_JP/NumberPatterns/1=\u00a4#,##0.00  #see bug 4175306
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2370
FormatData/ko_KR/NumberPatterns/1=\u00a4#,##0;-\u00a4#,##0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2371
FormatData/pl_PL/NumberPatterns/1=#,##0.## \u00a4;-#,##0.## \u00a4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2372
FormatData/pt_BR/NumberPatterns/1=\u00a4 #,##0.00;-\u00a4 #,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2373
#Changed; see 4936845
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2374
FormatData/ru_RU/NumberPatterns/1=#,##0.## \u00a4;-#,##0.## \u00a4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2375
FormatData/uk_UA/NumberPatterns/1=#,##0.## \u00a4;-#,##0.## \u00a4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2376
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2377
# bug #4122468 # Use common country names
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2378
LocaleNames//CI=C\u00F4te d'Ivoire
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2379
LocaleNames//LY=Libya
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2380
LocaleNames//RU=Russia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2381
LocaleNames//VN=Vietnam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2382
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2383
# bug #4139860
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2384
FormatData/cs/DateTimePatterns/4=EEEE, d. MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2385
FormatData/cs/DateTimePatterns/5=d. MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2386
FormatData/cs/DateTimePatterns/6=d.M.yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2387
FormatData/cs/DateTimePatterns/7=d.M.yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2388
FormatData/cs/NumberElements/1=\u00A0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2389
FormatData/cs_CZ/NumberPatterns/0=#,##0.##;-#,##0.##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2390
FormatData/cs_CZ/NumberPatterns/1=#,##0.## \u00A4;-#,##0.## \u00A4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2391
FormatData/cs_CZ/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2392
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2393
#bug #4135752
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2394
FormatData/th_TH/NumberPatterns/1=\u00a4#,##0.00;\u00a4-#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2395
CurrencyNames/th_TH/THB=\u0e3f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2396
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2397
#bug #4153698
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2398
# TimeZoneNames/zh_HK/zoneStrings/0/1=Hong Kong Standard Time # changed, see bug 4261506
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2399
# TimeZoneNames/zh_HK/zoneStrings/0/2=HKST # changed, see bug 4261506
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2400
LocaleNames/zh/HK=\u9999\u6e2f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2401
FormatData/zh_HK/MonthNames/0=\u4e00\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2402
FormatData/zh_HK/MonthNames/1=\u4e8c\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2403
FormatData/zh_HK/MonthNames/2=\u4e09\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2404
FormatData/zh_HK/MonthNames/3=\u56db\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2405
FormatData/zh_HK/MonthAbbreviations/0=1\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2406
FormatData/zh_HK/MonthAbbreviations/1=2\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2407
FormatData/zh_HK/MonthAbbreviations/2=3\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2408
FormatData/zh_HK/MonthAbbreviations/3=4\u6708
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2409
FormatData/zh_HK/DayNames/0=\u661f\u671f\u65e5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2410
FormatData/zh_HK/DayNames/1=\u661f\u671f\u4e00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2411
FormatData/zh_HK/DayNames/2=\u661f\u671f\u4e8c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2412
FormatData/zh_HK/DayAbbreviations/0=\u65e5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2413
FormatData/zh_HK/DayAbbreviations/1=\u4e00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2414
FormatData/zh_HK/DayAbbreviations/2=\u4e8c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2415
FormatData/zh_HK/NumberPatterns/1=\u00A4#,##0.00;(\u00A4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2416
CurrencyNames/zh_HK/HKD=HK$
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2417
FormatData/zh_HK/DateTimePatterns/0=ahh'\u6642'mm'\u5206'ss'\u79d2' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2418
FormatData/zh_HK/DateTimePatterns/1=ahh'\u6642'mm'\u5206'ss'\u79d2'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2419
FormatData/zh_HK/DateTimePatterns/2=ahh:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2420
FormatData/zh_HK/DateTimePatterns/3=ah:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2421
FormatData/zh_HK/DateTimePatterns/4=yyyy'\u5e74'MM'\u6708'dd'\u65e5' EEEE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2422
FormatData/zh_HK/DateTimePatterns/5=yyyy'\u5e74'MM'\u6708'dd'\u65e5' EEEE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2423
FormatData/zh_HK/DateTimePatterns/6=yyyy'\u5e74'M'\u6708'd'\u65e5'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2424
FormatData/zh_HK/DateTimePatterns/7=yy'\u5e74'M'\u6708'd'\u65e5'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2425
FormatData/zh_HK/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2426
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2427
#bug #4149569
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2428
LocaleNames/tr/TR=T\u00fcrkiye
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2429
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2430
#bug 4175306
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2431
FormatData/es_ES/NumberPatterns/1=#,##0 \u00A4;-#,##0 \u00A4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2432
FormatData/ja_JP/NumberPatterns/1=\u00A4#,##0;-\u00A4#,##0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2433
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2434
#bug #4215747 - commented out by mfang due to 4900884
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2435
#FormatData/ko/DateTimePatterns/0=a h'\uc2dc' m'\ubd84' s'\ucd08' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2436
#FormatData/ko/DateTimePatterns/1=a h'\uc2dc' m'\ubd84' s'\ucd08'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2437
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2438
#bug 4900884
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2439
FormatData/ko/DateTimePatterns/0=a h'\uc2dc' mm'\ubd84' ss'\ucd08' z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2440
FormatData/ko/DateTimePatterns/1=a h'\uc2dc' mm'\ubd84' ss'\ucd08'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2441
FormatData/ko/DateTimePatterns/2=a h:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2442
FormatData/ko/DateTimePatterns/3=a h:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2444
#bug 4209960 Incorrect language display names
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2445
#Updated for bug 4819436 Update language and country data for Locale class
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2446
LocaleNames//fo=Faroese
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2447
LocaleNames//iu=Inuktitut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2448
LocaleNames//sg=Sango
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2449
LocaleNames//si=Sinhalese
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2450
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2451
#bug 4331446 Localized country and language names for major locales (excerpt only)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2452
LocaleNames/es/SV=El Salvador
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2453
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2454
#bug 4261506 (excerpt only)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2455
TimeZoneNames/en_CA/CTT/1=China Standard Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2456
TimeZoneNames/en_CA/CTT/2=CST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2457
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2458
#bug nobugid, 4290801, 4942982
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2459
CurrencyNames/ru_RU/RUB=\u0440\u0443\u0431.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2460
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2461
#bug 4826794
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2462
LocaleNames/ru_RU/MM=\u041C\u044C\u044F\u043D\u043C\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2463
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2464
#bug 4518811
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2465
CalendarData/ca_ES/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2466
CalendarData/cs_CZ/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2467
CalendarData/da_DK/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2468
CalendarData/de_AT/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2469
CalendarData/el_GR/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2470
CalendarData/en_IE/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2471
CalendarData/es_ES/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2472
CalendarData/et_EE/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2473
CalendarData/fi_FI/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2474
CalendarData/is_IS/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2475
CalendarData/lt_LT/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2476
CalendarData/pl_PL/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2477
CalendarData/pt_PT/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2478
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2479
#bug 4945388 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2480
CurrencyNames/be_BY/BYR=\u0420\u0443\u0431
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2481
CurrencyNames/bg_BG/BGN=\u043B\u0432.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2482
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2483
#bug 4794068
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2484
FormatData/ca_ES/NumberPatterns/0=#,##0.###;-#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2485
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2486
#bug 5032580
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2487
FormatData/sk/DayNames/0=Nede\u013ea
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2488
FormatData/sk/DayAbbreviations/5=Pi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2489
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2490
#bug 5074431
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2491
FormatData/bg/DayNames/4=\u0427\u0435\u0442\u0432\u044A\u0440\u0442\u044A\u043A
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2492
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2493
#bug 2121133
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2494
FormatData/sv/NumberElements/1=\u00a0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2495
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2496
#bug 6208712
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2497
LocaleNames/zh/tw=\u5951\u7ef4\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2498
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2499
#bug 6277020
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2500
CalendarData/ca_ES/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2501
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2502
#bug 6277696
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2503
#zh_SG, id, id_ID, en_MT, mt_MT, en_PH, el, el_CY, ms, ms_MY
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2504
#zh_SG
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2505
FormatData/zh_SG/DayAbbreviations/0=\u5468\u65e5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2506
FormatData/zh_SG/DayAbbreviations/1=\u5468\u4e00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2507
FormatData/zh_SG/DayAbbreviations/2=\u5468\u4e8c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2508
FormatData/zh_SG/DayAbbreviations/3=\u5468\u4e09
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2509
FormatData/zh_SG/DayAbbreviations/4=\u5468\u56db
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2510
FormatData/zh_SG/DayAbbreviations/5=\u5468\u4e94
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2511
FormatData/zh_SG/DayAbbreviations/6=\u5468\u516d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2512
FormatData/zh_SG/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2513
FormatData/zh_SG/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2514
FormatData/zh_SG/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2515
CurrencyNames/zh_SG/SGD=S$
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2516
FormatData/zh_SG/DateTimePatterns/0=a hh:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2517
FormatData/zh_SG/DateTimePatterns/1=a hh:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2518
FormatData/zh_SG/DateTimePatterns/2=a hh:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2519
FormatData/zh_SG/DateTimePatterns/3=a hh:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2520
FormatData/zh_SG/DateTimePatterns/4=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2521
FormatData/zh_SG/DateTimePatterns/5=dd MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2522
FormatData/zh_SG/DateTimePatterns/6=dd-MMM-yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2523
FormatData/zh_SG/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2524
FormatData/zh_SG/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2525
LocaleNames/zh_SG/ae=\u963f\u7ef4\u65af\u5854\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2526
LocaleNames/zh_SG/ak=\u963f\u80af\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2527
LocaleNames/zh_SG/cr=\u514b\u91cc\u65cf\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2528
LocaleNames/zh_SG/cu=\u5b97\u6559\u65af\u62c9\u592b\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2529
LocaleNames/zh_SG/ff=\u592b\u62c9\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2530
LocaleNames/zh_SG/gv=\u9a6c\u6069\u5c9b\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2531
LocaleNames/zh_SG/ig=\u4f0a\u683c\u535a\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2532
LocaleNames/zh_SG/ii=\u56db\u5ddd\u8bdd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2533
LocaleNames/zh_SG/ko=\u97e9\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2534
LocaleNames/zh_SG/kw=\u51ef\u5c14\u7279\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2535
LocaleNames/zh_SG/lg=\u5362\u5e72\u8fbe\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2536
LocaleNames/zh_SG/li=\u6dcb\u5e03\u5c14\u5409\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2537
LocaleNames/zh_SG/lu=\u9c81\u5df4\u52a0\u4e39\u52a0\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2538
LocaleNames/zh_SG/nd=\u5317\u6069\u5fb7\u8d1d\u52d2\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2539
LocaleNames/zh_SG/nr=\u5357\u90e8\u6069\u5fb7\u8d1d\u52d2\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2540
LocaleNames/zh_SG/sc=\u8428\u4e01\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2541
LocaleNames/zh_SG/ty=\u5854\u897f\u63d0\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2542
LocaleNames/zh_SG/AS=\u7f8e\u5c5e\u8428\u6469\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2543
LocaleNames/zh_SG/AU=\u6fb3\u6d32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2544
LocaleNames/zh_SG/BD=\u5b5f\u52a0\u62c9\u56fd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2545
LocaleNames/zh_SG/BV=\u5e03\u7ef4\u7279\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2546
LocaleNames/zh_SG/BZ=\u4f2f\u5229\u5179
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2547
LocaleNames/zh_SG/CZ=\u6377\u514b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2548
LocaleNames/zh_SG/ER=\u5384\u7acb\u7279\u91cc\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2549
LocaleNames/zh_SG/FK=\u798f\u514b\u5170\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2550
LocaleNames/zh_SG/FM=\u5bc6\u514b\u7f57\u5c3c\u897f\u4e9a\u8054\u90a6
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2551
LocaleNames/zh_SG/GS=\u5357\u4f50\u6cbb\u4e9a\u548c\u5357\u4e09\u660e\u6cbb\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2552
LocaleNames/zh_SG/GW=\u51e0\u5185\u4e9a\u6bd4\u7ecd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2553
LocaleNames/zh_SG/HK=\u4e2d\u56fd\u9999\u6e2f\u7279\u522b\u884c\u653f\u533a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2554
LocaleNames/zh_SG/HM=\u8d6b\u5fb7\u4e0e\u9ea6\u514b\u5510\u7eb3\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2555
LocaleNames/zh_SG/ID=\u5370\u5c3c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2556
LocaleNames/zh_SG/KR=\u5357\u97e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2557
LocaleNames/zh_SG/LA=\u8001\u631d\u4eba\u6c11\u6c11\u4e3b\u5171\u548c\u56fd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2558
LocaleNames/zh_SG/MK=\u9a6c\u5176\u987f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2559
LocaleNames/zh_SG/MO=\u4e2d\u56fd\u6fb3\u95e8\u7279\u522b\u884c\u653f\u533a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2560
LocaleNames/zh_SG/MP=\u5317\u9a6c\u91cc\u4e9a\u7eb3\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2561
LocaleNames/zh_SG/NU=\u7ebd\u57c3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2562
LocaleNames/zh_SG/NZ=\u7ebd\u897f\u5170
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2563
LocaleNames/zh_SG/PF=\u6cd5\u5c5e\u6ce2\u5229\u5c3c\u897f\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2564
LocaleNames/zh_SG/PM=\u5723\u76ae\u57c3\u5c14\u548c\u5bc6\u514b\u9686
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2565
LocaleNames/zh_SG/PN=\u76ae\u7279\u51ef\u6069
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2566
LocaleNames/zh_SG/PR=\u6ce2\u591a\u9ece\u5404
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2567
LocaleNames/zh_SG/PS=\u5df4\u52d2\u65af\u5766\u9886\u571f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2568
LocaleNames/zh_SG/RE=\u7559\u5c3c\u6c6a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2569
LocaleNames/zh_SG/SA=\u6c99\u5730\u963f\u62c9\u4f2f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2570
LocaleNames/zh_SG/SH=\u5723\u8d6b\u52d2\u62ff
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2571
LocaleNames/zh_SG/SJ=\u65af\u74e6\u5c14\u5df4\u7279\u548c\u626c\u9a6c\u5ef6
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2572
LocaleNames/zh_SG/SL=\u585e\u62c9\u5229\u6602
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2573
LocaleNames/zh_SG/TC=\u7279\u514b\u65af\u548c\u51ef\u79d1\u65af\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2574
LocaleNames/zh_SG/TK=\u6258\u514b\u52b3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2575
LocaleNames/zh_SG/TW=\u53f0\u6e7e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2576
LocaleNames/zh_SG/UM=\u7f8e\u56fd\u8fb9\u8fdc\u5c0f\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2577
LocaleNames/zh_SG/WF=\u74e6\u5229\u65af\u548c\u5bcc\u56fe\u7eb3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2578
LocaleNames/zh_SG/WS=\u8428\u6469\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2579
LocaleNames/zh_SG/YT=\u9a6c\u7ea6\u7279
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2580
#en_SG
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2581
FormatData/en_SG/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2582
FormatData/en_SG/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2583
FormatData/en_SG/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2584
CurrencyNames/en_SG/SGD=$
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2585
LocaleNames/en_SG/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2586
LocaleNames/en_SG/kl=Kalaallisut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2587
LocaleNames/en_SG/ny=Nyanja; Chichewa; Chewa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2588
LocaleNames/en_SG/oc=Occitan (post 1500); Proven\u00e7al
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2589
LocaleNames/en_SG/os=Ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2590
LocaleNames/en_SG/pa=Punjabi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2591
LocaleNames/en_SG/rm=Rhaeto-Romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2592
LocaleNames/en_SG/to=Tonga (Tonga Islands)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2593
LocaleNames/en_SG/CC=Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2594
LocaleNames/en_SG/CI=Ivory Coast
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2595
LocaleNames/en_SG/GS=South Georgia and the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2596
LocaleNames/en_SG/HM=Heard Island and McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2597
LocaleNames/en_SG/KN=Saint Kitts and Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2598
LocaleNames/en_SG/PM=Saint Pierre and Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2599
LocaleNames/en_SG/PS=Palestinian Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2600
LocaleNames/en_SG/SJ=Svalbard and Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2601
LocaleNames/en_SG/ST=Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2602
LocaleNames/en_SG/TC=Turks and Caicos Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2603
LocaleNames/en_SG/TL=East Timor
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2604
LocaleNames/en_SG/VC=Saint Vincent and the Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2605
LocaleNames/en_SG/WF=Wallis and Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2606
#in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2607
FormatData/in/MonthNames/0=Januari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2608
FormatData/in/MonthNames/1=Februari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2609
FormatData/in/MonthNames/2=Maret
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2610
FormatData/in/MonthNames/3=April
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2611
FormatData/in/MonthNames/4=Mei
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2612
FormatData/in/MonthNames/5=Juni
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2613
FormatData/in/MonthNames/6=Juli
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2614
FormatData/in/MonthNames/7=Agustus
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2615
FormatData/in/MonthNames/8=September
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2616
FormatData/in/MonthNames/9=Oktober
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2617
FormatData/in/MonthNames/10=November
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2618
FormatData/in/MonthNames/11=Desember
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2619
FormatData/in/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2620
FormatData/in/MonthAbbreviations/0=Jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2621
FormatData/in/MonthAbbreviations/1=Feb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2622
FormatData/in/MonthAbbreviations/2=Mar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2623
FormatData/in/MonthAbbreviations/3=Apr
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2624
FormatData/in/MonthAbbreviations/4=Mei
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2625
FormatData/in/MonthAbbreviations/5=Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2626
FormatData/in/MonthAbbreviations/6=Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2627
FormatData/in/MonthAbbreviations/7=Agu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2628
FormatData/in/MonthAbbreviations/8=Sep
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2629
FormatData/in/MonthAbbreviations/9=Okt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2630
FormatData/in/MonthAbbreviations/10=Nov
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2631
FormatData/in/MonthAbbreviations/11=Des
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2632
FormatData/in/DayNames/0=Minggu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2633
FormatData/in/DayNames/1=Senin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2634
FormatData/in/DayNames/2=Selasa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2635
FormatData/in/DayNames/3=Rabu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2636
FormatData/in/DayNames/4=Kamis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2637
FormatData/in/DayNames/5=Jumat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2638
FormatData/in/DayNames/6=Sabtu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2639
FormatData/in/DayAbbreviations/0=Min
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2640
FormatData/in/DayAbbreviations/1=Sen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2641
FormatData/in/DayAbbreviations/2=Sel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2642
FormatData/in/DayAbbreviations/3=Rab
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2643
FormatData/in/DayAbbreviations/4=Kam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2644
FormatData/in/DayAbbreviations/5=Jum
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2645
FormatData/in/DayAbbreviations/6=Sab
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2646
FormatData/in/Eras/0=BCE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2647
FormatData/in/Eras/1=CE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2648
FormatData/in/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2649
FormatData/in/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2650
FormatData/in/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2651
FormatData/in/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2652
FormatData/in/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2653
FormatData/in/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2654
FormatData/in/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2655
FormatData/in/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2656
FormatData/in/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2657
FormatData/in/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2658
FormatData/in/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2659
FormatData/in/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2660
FormatData/in/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2661
FormatData/in/NumberElements/10=NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2662
FormatData/in/DateTimePatterns/0=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2663
FormatData/in/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2664
FormatData/in/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2665
FormatData/in/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2666
FormatData/in/DateTimePatterns/4=EEEE, yyyy MMMM dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2667
FormatData/in/DateTimePatterns/5=yyyy MMMM d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2668
FormatData/in/DateTimePatterns/6=yyyy MMM d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2669
FormatData/in/DateTimePatterns/7=yy/MM/dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2670
FormatData/in/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2671
LocaleNames/in/ab=Abkhaz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2672
LocaleNames/in/am=Amharik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2673
LocaleNames/in/ar=Arab
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2674
LocaleNames/in/as=Assam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2675
LocaleNames/in/av=Avarik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2676
LocaleNames/in/az=Azerbaijan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2677
LocaleNames/in/be=Belarusia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2678
LocaleNames/in/bg=Bulgaria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2679
LocaleNames/in/bn=Bengal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2680
LocaleNames/in/bo=Tibet
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2681
LocaleNames/in/bs=Bosnia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2682
LocaleNames/in/co=Korsika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2683
LocaleNames/in/cs=Ceko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2684
LocaleNames/in/da=Denmark
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2685
LocaleNames/in/de=Jerman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2686
LocaleNames/in/el=Yunani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2687
LocaleNames/in/en=Inggris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2688
LocaleNames/in/es=Spanyol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2689
LocaleNames/in/fa=Persia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2690
LocaleNames/in/fi=Finlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2691
LocaleNames/in/fj=Fiji
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2692
LocaleNames/in/fo=Faro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2693
LocaleNames/in/fr=Perancis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2694
LocaleNames/in/fy=Frisi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2695
LocaleNames/in/ga=Irlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2696
LocaleNames/in/gd=Gaelik Skotlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2697
LocaleNames/in/he=Ibrani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2698
LocaleNames/in/hr=Kroasia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2699
LocaleNames/in/hu=Hungaria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2700
LocaleNames/in/hy=Armenia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2701
LocaleNames/in/id=Bahasa Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2702
LocaleNames/in/in=Bahasa Indonesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2703
LocaleNames/in/iw=Ibrani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2704
LocaleNames/in/jv=Jawa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2705
LocaleNames/in/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2706
LocaleNames/in/kl=Kalaallisut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2707
LocaleNames/in/ko=Korea
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2708
LocaleNames/in/ks=Kashmir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2709
LocaleNames/in/ku=Kurdi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2710
LocaleNames/in/lb=Luxembourg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2711
LocaleNames/in/li=Limburg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2712
LocaleNames/in/lt=Lithuania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2713
LocaleNames/in/mg=Malagasi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2714
LocaleNames/in/mh=Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2715
LocaleNames/in/my=Burma
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2716
LocaleNames/in/ne=Nepal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2717
LocaleNames/in/nl=Belanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2718
LocaleNames/in/ny=Nyanja; Chichewa; Chewa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2719
LocaleNames/in/os=Ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2720
LocaleNames/in/pa=Punjabi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2721
LocaleNames/in/ps=Pashto (Pushto)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2722
LocaleNames/in/pt=Portugis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2723
LocaleNames/in/rm=Rhaeto-Romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2724
LocaleNames/in/su=Sundan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2725
LocaleNames/in/sv=Swedia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2726
LocaleNames/in/zh=Cina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2727
LocaleNames/in/AD=Andora
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2728
LocaleNames/in/AE=Uni Emirat Arab
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2729
LocaleNames/in/AG=Antigua dan Barbuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2730
LocaleNames/in/AN=Antilles Belanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2731
LocaleNames/in/AQ=Antarktika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2732
LocaleNames/in/AS=Samoa Amerika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2733
LocaleNames/in/BA=Bosnia dan Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2734
LocaleNames/in/BE=Belgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2735
LocaleNames/in/BV=Kepulauan Bouvet
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2736
LocaleNames/in/BY=Belarusia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2737
LocaleNames/in/CA=Kanada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2738
LocaleNames/in/CC=Kepulauan Cocos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2739
LocaleNames/in/CD=Republik Demokratik Kongo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2740
LocaleNames/in/CF=Republik Afrika Tengah
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2741
LocaleNames/in/CG=Kongo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2742
LocaleNames/in/CH=Swiss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2743
LocaleNames/in/CI=Pantai Gading
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2744
LocaleNames/in/CK=Kepulauan Cook
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2745
LocaleNames/in/CL=Chili
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2746
LocaleNames/in/CM=Kamerun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2747
LocaleNames/in/CN=Cina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2748
LocaleNames/in/CO=Kolombia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2749
LocaleNames/in/CR=Kosta Rika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2750
LocaleNames/in/CU=Kuba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2751
LocaleNames/in/CV=Tanjung Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2752
LocaleNames/in/CX=Pulau Christmas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2753
LocaleNames/in/CY=Siprus
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2754
LocaleNames/in/CZ=Republik Ceko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2755
LocaleNames/in/DE=Jerman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2756
LocaleNames/in/DJ=Jibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2757
LocaleNames/in/DM=Dominika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2758
LocaleNames/in/DO=Republik Dominika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2759
LocaleNames/in/EC=Ekuador
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2760
LocaleNames/in/EG=Mesir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2761
LocaleNames/in/EH=Sahara Barat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2762
LocaleNames/in/ES=Spanyol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2763
LocaleNames/in/FI=Finlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2764
LocaleNames/in/FK=Kepulauan Falkland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2765
LocaleNames/in/FM=Mikronesia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2766
LocaleNames/in/FO=Kepulauan Faroe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2767
LocaleNames/in/FR=Perancis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2768
LocaleNames/in/GB=Inggris Raya
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2769
LocaleNames/in/GF=Guyana Perancis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2770
LocaleNames/in/GQ=Guinea Khatulistiwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2771
LocaleNames/in/GR=Yunani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2772
LocaleNames/in/GS=Georgia Selatan dan Kepulauan Sandwich Selatan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2773
LocaleNames/in/HK=Hong Kong S.A.R., Cina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2774
LocaleNames/in/HM=Pulau Heard dan Kepulauan McDonald
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2775
LocaleNames/in/HR=Kroasia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2776
LocaleNames/in/HU=Hungaria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2777
LocaleNames/in/IE=Irlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2778
LocaleNames/in/IS=Islandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2779
LocaleNames/in/IT=Itali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2780
LocaleNames/in/JM=Jamaika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2781
LocaleNames/in/JO=Yordania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2782
LocaleNames/in/JP=Jepang
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2783
LocaleNames/in/KH=Kamboja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2784
LocaleNames/in/KM=Komoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2785
LocaleNames/in/KN=Saint Kitts dan Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2786
LocaleNames/in/KP=Korea Utara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2787
LocaleNames/in/KR=Korea Selatan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2788
LocaleNames/in/KY=Kepulauan Kayman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2789
LocaleNames/in/LC=Santa Lusia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2790
LocaleNames/in/MA=Maroko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2791
LocaleNames/in/MG=Madagaskar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2792
LocaleNames/in/MH=Kepulauan Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2793
LocaleNames/in/MO=Makao S.A.R. Cina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2794
LocaleNames/in/MP=Kepualuan Mariana Utara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2795
LocaleNames/in/NC=Kaledonia Baru
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2796
LocaleNames/in/NF=Kepulauan Norfolk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2797
LocaleNames/in/NO=Norwegia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2798
LocaleNames/in/NZ=Selandia Baru
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2799
LocaleNames/in/PF=Polynesia Perancis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2800
LocaleNames/in/PG=Papua Nugini
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2801
LocaleNames/in/PH=Filipina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2802
LocaleNames/in/PL=Polandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2803
LocaleNames/in/PM=Saint Pierre dan Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2804
LocaleNames/in/PR=Puerto Riko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2805
LocaleNames/in/PS=Otoritas Palestina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2806
LocaleNames/in/PT=Portugis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2807
LocaleNames/in/RE=R\u00e9union
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2808
LocaleNames/in/RU=Rusia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2809
LocaleNames/in/SA=Arab Saudi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2810
LocaleNames/in/SB=Kepulauan Solomon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2811
LocaleNames/in/SG=Singapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2812
LocaleNames/in/SJ=Svalbard dan Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2813
LocaleNames/in/ST=Sao Tome dan Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2814
LocaleNames/in/TT=Trinidad dan Tobago
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2815
LocaleNames/in/UA=Ukraina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2816
LocaleNames/in/US=Amerika Serikat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2817
LocaleNames/in/VA=Vatikan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2818
LocaleNames/in/VC=Saint Vincent dan Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2819
LocaleNames/in/VG=Kepulauan British Virgin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2820
LocaleNames/in/VI=Kepulauan U.S. Virgin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2821
LocaleNames/in/WF=Wallis dan Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2822
LocaleNames/in/YE=Yaman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2823
LocaleNames/in/ZA=Afrika Selatan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2824
#in_ID
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2825
FormatData/in_ID/DateTimePatterns/0=H:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2826
FormatData/in_ID/DateTimePatterns/1=H:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2827
FormatData/in_ID/DateTimePatterns/2=H:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2828
FormatData/in_ID/DateTimePatterns/3=H:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2829
FormatData/in_ID/DateTimePatterns/4=EEEE dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2830
FormatData/in_ID/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2831
FormatData/in_ID/DateTimePatterns/6=dd MMM yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2832
FormatData/in_ID/DateTimePatterns/7=dd/MM/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2833
FormatData/in_ID/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2834
CurrencyNames/in_ID/IDR/0=Rp
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2835
#en_MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2836
FormatData/en_MT/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2837
FormatData/en_MT/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2838
FormatData/en_MT/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2839
FormatData/en_MT/DateTimePatterns/0=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2840
FormatData/en_MT/DateTimePatterns/1=HH:mm:ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2841
FormatData/en_MT/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2842
FormatData/en_MT/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2843
FormatData/en_MT/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2844
FormatData/en_MT/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2845
FormatData/en_MT/DateTimePatterns/6=dd MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2846
FormatData/en_MT/DateTimePatterns/7=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2847
FormatData/en_MT/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2848
CurrencyNames/en_MT/MTL=Lm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2849
CurrencyNames/en_MT/EUR=\u20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2850
LocaleNames/en_MT/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2851
LocaleNames/en_MT/kl=Kalaallisut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2852
LocaleNames/en_MT/ny=Nyanja; Chichewa; Chewa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2853
LocaleNames/en_MT/oc=Occitan (post 1500); Proven\u00e7al
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2854
LocaleNames/en_MT/os=Ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2855
LocaleNames/en_MT/pa=Punjabi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2856
LocaleNames/en_MT/rm=Rhaeto-Romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2857
LocaleNames/en_MT/to=Tonga (Tonga Islands)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2858
LocaleNames/en_MT/CC=Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2859
LocaleNames/en_MT/CI=Ivory Coast
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2860
LocaleNames/en_MT/GS=South Georgia and the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2861
LocaleNames/en_MT/HM=Heard Island and McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2862
LocaleNames/en_MT/KN=Saint Kitts and Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2863
LocaleNames/en_MT/PM=Saint Pierre and Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2864
LocaleNames/en_MT/PS=Palestinian Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2865
LocaleNames/en_MT/SJ=Svalbard and Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2866
LocaleNames/en_MT/ST=Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2867
LocaleNames/en_MT/TC=Turks and Caicos Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2868
LocaleNames/en_MT/TL=East Timor
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2869
LocaleNames/en_MT/VC=Saint Vincent and the Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2870
LocaleNames/en_MT/WF=Wallis and Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2871
#mt_MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2872
FormatData/mt_MT/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2873
FormatData/mt_MT/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2874
FormatData/mt_MT/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2875
CurrencyNames/mt_MT/MTL=Lm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2876
CurrencyNames/mt_MT/EUR=\u20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2877
#en_PH
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2878
FormatData/en_PH/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2879
FormatData/en_PH/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2880
FormatData/en_PH/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2881
FormatData/en_PH/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2882
FormatData/en_PH/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2883
FormatData/en_PH/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2884
FormatData/en_PH/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2885
FormatData/en_PH/DateTimePatterns/4=EEEE, MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2886
FormatData/en_PH/DateTimePatterns/5=MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2887
FormatData/en_PH/DateTimePatterns/6=MM d, yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2888
FormatData/en_PH/DateTimePatterns/7=M/d/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2889
FormatData/en_PH/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2890
LocaleNames/en_PH/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2891
LocaleNames/en_PH/kl=Kalaallisut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2892
LocaleNames/en_PH/ny=Nyanja; Chichewa; Chewa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2893
LocaleNames/en_PH/oc=Occitan (post 1500); Proven\u00e7al
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2894
LocaleNames/en_PH/os=Ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2895
LocaleNames/en_PH/pa=Punjabi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2896
LocaleNames/en_PH/rm=Rhaeto-Romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2897
LocaleNames/en_PH/to=Tonga (Tonga Islands)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2898
LocaleNames/en_PH/CC=Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2899
LocaleNames/en_PH/CI=Ivory Coast
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2900
LocaleNames/en_PH/GS=South Georgia and the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2901
LocaleNames/en_PH/HM=Heard Island and McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2902
LocaleNames/en_PH/KN=Saint Kitts and Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2903
LocaleNames/en_PH/PM=Saint Pierre and Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2904
LocaleNames/en_PH/PS=Palestinian Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2905
LocaleNames/en_PH/SJ=Svalbard and Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2906
LocaleNames/en_PH/ST=Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2907
#el
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2908
FormatData/el/MonthNames/0=\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2909
FormatData/el/MonthNames/1=\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2910
FormatData/el/MonthNames/2=\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2911
FormatData/el/MonthNames/3=\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2912
FormatData/el/MonthNames/4=\u039c\u03ac\u03ca\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2913
FormatData/el/MonthNames/5=\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2914
FormatData/el/MonthNames/6=\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2915
FormatData/el/MonthNames/7=\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2916
FormatData/el/MonthNames/8=\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2917
FormatData/el/MonthNames/9=\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2918
FormatData/el/MonthNames/10=\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2919
FormatData/el/MonthNames/11=\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2920
FormatData/el/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2921
FormatData/el/MonthAbbreviations/0=\u0399\u03b1\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2922
FormatData/el/MonthAbbreviations/1=\u03a6\u03b5\u03b2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2923
FormatData/el/MonthAbbreviations/2=\u039c\u03b1\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2924
FormatData/el/MonthAbbreviations/3=\u0391\u03c0\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2925
FormatData/el/MonthAbbreviations/4=\u039c\u03b1\u03ca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2926
FormatData/el/MonthAbbreviations/5=\u0399\u03bf\u03c5\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2927
FormatData/el/MonthAbbreviations/6=\u0399\u03bf\u03c5\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2928
FormatData/el/MonthAbbreviations/7=\u0391\u03c5\u03b3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2929
FormatData/el/MonthAbbreviations/8=\u03a3\u03b5\u03c0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2930
FormatData/el/MonthAbbreviations/9=\u039f\u03ba\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2931
FormatData/el/MonthAbbreviations/10=\u039d\u03bf\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2932
FormatData/el/MonthAbbreviations/11=\u0394\u03b5\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2933
FormatData/el/DayNames/0=\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2934
FormatData/el/DayNames/1=\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2935
FormatData/el/DayNames/2=\u03a4\u03c1\u03af\u03c4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2936
FormatData/el/DayNames/3=\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2937
FormatData/el/DayNames/4=\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2938
FormatData/el/DayNames/5=\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2939
FormatData/el/DayNames/6=\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2940
FormatData/el/DayAbbreviations/0=\u039a\u03c5\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2941
FormatData/el/DayAbbreviations/1=\u0394\u03b5\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2942
FormatData/el/DayAbbreviations/2=\u03a4\u03c1\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2943
FormatData/el/DayAbbreviations/3=\u03a4\u03b5\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2944
FormatData/el/DayAbbreviations/4=\u03a0\u03b5\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2945
FormatData/el/DayAbbreviations/5=\u03a0\u03b1\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2946
FormatData/el/DayAbbreviations/6=\u03a3\u03b1\u03b2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2947
FormatData/el/AmPmMarkers/0=\u03c0\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2948
FormatData/el/AmPmMarkers/1=\u03bc\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2949
FormatData/el/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2950
FormatData/el/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2951
FormatData/el/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2952
FormatData/el/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2953
FormatData/el/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2954
FormatData/el/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2955
FormatData/el/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2956
FormatData/el/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2957
FormatData/el/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2958
FormatData/el/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2959
FormatData/el/NumberElements/10=\ufffd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2960
FormatData/el/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2961
FormatData/el/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2962
FormatData/el/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2963
FormatData/el/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2964
FormatData/el/DateTimePatterns/4=EEEE, d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2965
FormatData/el/DateTimePatterns/5=d MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2966
FormatData/el/DateTimePatterns/6=d MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2967
FormatData/el/DateTimePatterns/7=d/M/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2968
FormatData/el/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2969
LocaleNames/el/GR=\u0395\u03bb\u03bb\u03ac\u03b4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2970
#el_CY
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2971
#bug 6483191
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2972
FormatData/el_CY/MonthNames/0=\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2973
FormatData/el_CY/MonthNames/1=\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2974
FormatData/el_CY/MonthNames/2=\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2975
FormatData/el_CY/MonthNames/3=\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2976
FormatData/el_CY/MonthNames/4=\u039c\u03ac\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2977
FormatData/el_CY/MonthNames/5=\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2978
FormatData/el_CY/MonthNames/6=\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2979
FormatData/el_CY/MonthNames/7=\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2980
FormatData/el_CY/MonthNames/8=\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2981
FormatData/el_CY/MonthNames/9=\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2982
FormatData/el_CY/MonthNames/10=\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2983
FormatData/el_CY/MonthNames/11=\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2984
FormatData/el_CY/MonthNames/12=
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2985
FormatData/el_CY/AmPmMarkers/0=\u03a0\u039c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2986
FormatData/el_CY/AmPmMarkers/1=\u039c\u039c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2987
FormatData/el_CY/Eras/0=\u03c0.\u03a7.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2988
FormatData/el_CY/Eras/1=\u03bc.\u03a7.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2989
FormatData/el_CY/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2990
FormatData/el_CY/NumberPatterns/1=\u00a4#,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2991
FormatData/el_CY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2992
FormatData/el_CY/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2993
FormatData/el_CY/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2994
FormatData/el_CY/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2995
FormatData/el_CY/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2996
FormatData/el_CY/DateTimePatterns/4=EEEE, dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2997
FormatData/el_CY/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2998
FormatData/el_CY/DateTimePatterns/6=dd MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2999
FormatData/el_CY/DateTimePatterns/7=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3000
FormatData/el_CY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3001
LocaleNames/el_CY/ar=\u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3002
LocaleNames/el_CY/be=\u039b\u03b5\u03c5\u03ba\u03bf\u03c1\u03c9\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3003
LocaleNames/el_CY/bg=\u0392\u03bf\u03c5\u03bb\u03b3\u03b1\u03c1\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3004
LocaleNames/el_CY/bo=\u0398\u03b9\u03b2\u03b5\u03c4\u03b9\u03b1\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3005
LocaleNames/el_CY/bs=\u0392\u03bf\u03c3\u03bd\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3006
LocaleNames/el_CY/bn=\u039c\u03c0\u03b5\u03bd\u03b3\u03ba\u03ac\u03bb\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3007
LocaleNames/el_CY/ca=\u039a\u03b1\u03c4\u03b1\u03bb\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3008
LocaleNames/el_CY/co=\u039a\u03bf\u03c1\u03c3\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3009
LocaleNames/el_CY/cs=\u03a4\u03c3\u03b5\u03c7\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3010
LocaleNames/el_CY/cy=\u039f\u03c5\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3011
LocaleNames/el_CY/da=\u0394\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3012
LocaleNames/el_CY/de=\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3013
LocaleNames/el_CY/el=\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3014
LocaleNames/el_CY/en=\u0391\u03b3\u03b3\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3015
LocaleNames/el_CY/es=\u0399\u03c3\u03c0\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3016
LocaleNames/el_CY/et=\u0395\u03c3\u03b8\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3017
LocaleNames/el_CY/eu=\u0392\u03b1\u03c3\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3018
LocaleNames/el_CY/fa=\u03a0\u03b5\u03c1\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3019
LocaleNames/el_CY/fi=\u03a6\u03b9\u03bd\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3020
LocaleNames/el_CY/fr=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3021
LocaleNames/el_CY/ga=\u0399\u03c1\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3022
LocaleNames/el_CY/gd=\u03a3\u03ba\u03c9\u03c4\u03b9\u03ba\u03ac \u039a\u03b5\u03bb\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3023
LocaleNames/el_CY/he=\u0395\u03b2\u03c1\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3024
LocaleNames/el_CY/hi=\u03a7\u03af\u03bd\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3025
LocaleNames/el_CY/hr=\u039a\u03c1\u03bf\u03b1\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3026
LocaleNames/el_CY/hu=\u039f\u03c5\u03b3\u03b3\u03c1\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3027
LocaleNames/el_CY/hy=\u0391\u03c1\u03bc\u03b5\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3028
LocaleNames/el_CY/id=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3029
LocaleNames/el_CY/in=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3030
LocaleNames/el_CY/is=\u0399\u03c3\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3031
LocaleNames/el_CY/it=\u0399\u03c4\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3032
LocaleNames/el_CY/iw=\u0395\u03b2\u03c1\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3033
LocaleNames/el_CY/ja=\u0399\u03b1\u03c0\u03c9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3034
LocaleNames/el_CY/ji=\u0399\u03bf\u03c5\u03b4\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3035
LocaleNames/el_CY/ka=\u0393\u03b5\u03c9\u03c1\u03b3\u03b9\u03b1\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3036
LocaleNames/el_CY/ko=\u039a\u03bf\u03c1\u03b5\u03b1\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3037
LocaleNames/el_CY/la=\u039b\u03b1\u03c4\u03b9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3038
LocaleNames/el_CY/lt=\u039b\u03b9\u03b8\u03bf\u03c5\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3039
LocaleNames/el_CY/lv=\u039b\u03b5\u03c4\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3040
LocaleNames/el_CY/mk=\u03a3\u03bb\u03b1\u03b2\u03bf\u03bc\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3041
LocaleNames/el_CY/mn=\u039c\u03bf\u03b3\u03b3\u03bf\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3042
LocaleNames/el_CY/mo=\u039c\u03bf\u03bb\u03b4\u03b1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3043
LocaleNames/el_CY/mt=\u039c\u03b1\u03bb\u03c4\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3044
LocaleNames/el_CY/nl=\u039f\u03bb\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3045
LocaleNames/el_CY/no=\u039d\u03bf\u03c1\u03b2\u03b7\u03b3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3046
LocaleNames/el_CY/pl=\u03a0\u03bf\u03bb\u03c9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3047
LocaleNames/el_CY/pt=\u03a0\u03bf\u03c1\u03c4\u03bf\u03b3\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3048
LocaleNames/el_CY/ro=\u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3049
LocaleNames/el_CY/ru=\u03a1\u03c9\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3050
LocaleNames/el_CY/sk=\u03a3\u03bb\u03bf\u03b2\u03b1\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3051
LocaleNames/el_CY/sl=\u03a3\u03bb\u03bf\u03b2\u03b5\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3052
LocaleNames/el_CY/sq=\u0391\u03bb\u03b2\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3053
LocaleNames/el_CY/sr=\u03a3\u03b5\u03c1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3054
LocaleNames/el_CY/sv=\u03a3\u03bf\u03c5\u03b7\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3055
LocaleNames/el_CY/th=\u03a4\u03b1\u03ca\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3056
LocaleNames/el_CY/tr=\u03a4\u03bf\u03c5\u03c1\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3057
LocaleNames/el_CY/uk=\u039f\u03c5\u03ba\u03c1\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3058
LocaleNames/el_CY/vi=\u0392\u03b9\u03b5\u03c4\u03bd\u03b1\u03bc\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3059
LocaleNames/el_CY/yi=\u0399\u03bf\u03c5\u03b4\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3060
LocaleNames/el_CY/zh=\u039a\u03b9\u03bd\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3061
LocaleNames/el_CY/AD=\u0391\u03bd\u03b4\u03cc\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3062
LocaleNames/el_CY/AE=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1 \u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ac \u0395\u03bc\u03b9\u03c1\u03ac\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3063
LocaleNames/el_CY/AF=\u0391\u03c6\u03b3\u03b1\u03bd\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3064
LocaleNames/el_CY/AG=\u0391\u03bd\u03c4\u03af\u03b3\u03ba\u03bf\u03c5\u03b1 \u03ba\u03b1\u03b9 \u039c\u03c0\u03b1\u03c1\u03bc\u03c0\u03bf\u03cd\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3065
LocaleNames/el_CY/AI=\u0391\u03bd\u03b3\u03ba\u03bf\u03c5\u03af\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3066
LocaleNames/el_CY/AL=\u0391\u03bb\u03b2\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3067
LocaleNames/el_CY/AM=\u0391\u03c1\u03bc\u03b5\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3068
LocaleNames/el_CY/AN=\u039f\u03bb\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ad\u03c2 \u0391\u03bd\u03c4\u03af\u03bb\u03bb\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3069
LocaleNames/el_CY/AO=\u0391\u03bd\u03b3\u03ba\u03cc\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3070
LocaleNames/el_CY/AQ=\u0391\u03bd\u03c4\u03b1\u03c1\u03ba\u03c4\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3071
LocaleNames/el_CY/AR=\u0391\u03c1\u03b3\u03b5\u03bd\u03c4\u03b9\u03bd\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3072
LocaleNames/el_CY/AS=\u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ae \u03a3\u03b1\u03bc\u03cc\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3073
LocaleNames/el_CY/AT=\u0391\u03c5\u03c3\u03c4\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3074
LocaleNames/el_CY/AU=\u0391\u03c5\u03c3\u03c4\u03c1\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3075
LocaleNames/el_CY/AW=\u0391\u03c1\u03bf\u03cd\u03bc\u03c0\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3076
LocaleNames/el_CY/AX=\u039d\u03ae\u03c3\u03bf\u03b9 Aland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3077
LocaleNames/el_CY/AZ=\u0391\u03b6\u03b5\u03c1\u03bc\u03c0\u03b1\u03ca\u03c4\u03b6\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3078
LocaleNames/el_CY/BA=\u0392\u03bf\u03c3\u03bd\u03af\u03b1 - \u0395\u03c1\u03b6\u03b5\u03b3\u03bf\u03b2\u03af\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3079
LocaleNames/el_CY/BB=\u039c\u03c0\u03b1\u03c1\u03bc\u03c0\u03ac\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3080
LocaleNames/el_CY/BD=\u039c\u03c0\u03b1\u03bd\u03b3\u03ba\u03bb\u03b1\u03bd\u03c4\u03ad\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3081
LocaleNames/el_CY/BE=\u0392\u03ad\u03bb\u03b3\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3082
LocaleNames/el_CY/BF=\u039c\u03c0\u03bf\u03c5\u03c1\u03ba\u03af\u03bd\u03b1 \u03a6\u03ac\u03c3\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3083
LocaleNames/el_CY/BG=\u0392\u03bf\u03c5\u03bb\u03b3\u03b1\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3084
LocaleNames/el_CY/BH=\u039c\u03c0\u03b1\u03c7\u03c1\u03ad\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3085
LocaleNames/el_CY/BI=\u039c\u03c0\u03bf\u03c5\u03c1\u03bf\u03cd\u03bd\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3086
LocaleNames/el_CY/BJ=\u039c\u03c0\u03ad\u03bd\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3087
LocaleNames/el_CY/BM=\u0392\u03b5\u03c1\u03bc\u03bf\u03cd\u03b4\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3088
LocaleNames/el_CY/BN=\u039c\u03c0\u03c1\u03bf\u03c5\u03bd\u03ad\u03b9 \u039d\u03c4\u03b1\u03c1\u03bf\u03c5\u03c3\u03b1\u03bb\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3089
LocaleNames/el_CY/BO=\u0392\u03bf\u03bb\u03b9\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3090
LocaleNames/el_CY/BR=\u0392\u03c1\u03b1\u03b6\u03b9\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3091
LocaleNames/el_CY/BS=\u039c\u03c0\u03b1\u03c7\u03ac\u03bc\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3092
LocaleNames/el_CY/BT=\u039c\u03c0\u03bf\u03c5\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3093
LocaleNames/el_CY/BV=\u039d\u03ae\u03c3\u03bf\u03c2 \u039c\u03c0\u03bf\u03c5\u03b2\u03ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3094
LocaleNames/el_CY/BW=\u039c\u03c0\u03bf\u03c4\u03c3\u03bf\u03c5\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3095
LocaleNames/el_CY/BY=\u039b\u03b5\u03c5\u03ba\u03bf\u03c1\u03c9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3096
LocaleNames/el_CY/BZ=\u039c\u03c0\u03b5\u03bb\u03af\u03b6
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3097
LocaleNames/el_CY/CA=\u039a\u03b1\u03bd\u03b1\u03b4\u03ac\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3098
LocaleNames/el_CY/CC=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03cc\u03ba\u03bf\u03c2 (\u039a\u03ae\u03bb\u03b9\u03bd\u03b3\u03ba)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3099
LocaleNames/el_CY/CD=\u039a\u03bf\u03bd\u03b3\u03ba\u03cc, \u039b\u03b1\u03ca\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3100
LocaleNames/el_CY/CF=\u039a\u03b5\u03bd\u03c4\u03c1\u03bf\u03b1\u03c6\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3101
LocaleNames/el_CY/CG=\u039a\u03bf\u03bd\u03b3\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3102
LocaleNames/el_CY/CH=\u0395\u03bb\u03b2\u03b5\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3103
LocaleNames/el_CY/CI=\u0391\u03ba\u03c4\u03ae \u0395\u03bb\u03b5\u03c6\u03b1\u03bd\u03c4\u03cc\u03b4\u03bf\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3104
LocaleNames/el_CY/CK=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03bf\u03c5\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3105
LocaleNames/el_CY/CL=\u03a7\u03b9\u03bb\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3106
LocaleNames/el_CY/CM=\u039a\u03b1\u03bc\u03b5\u03c1\u03bf\u03cd\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3107
LocaleNames/el_CY/CN=\u039a\u03af\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3108
LocaleNames/el_CY/CO=\u039a\u03bf\u03bb\u03bf\u03bc\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3109
LocaleNames/el_CY/CR=\u039a\u03cc\u03c3\u03c4\u03b1 \u03a1\u03af\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3110
LocaleNames/el_CY/CS=\u03a3\u03b5\u03c1\u03b2\u03af\u03b1 \u03ba\u03b1\u03b9 \u039c\u03b1\u03c5\u03c1\u03bf\u03b2\u03bf\u03cd\u03bd\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3111
LocaleNames/el_CY/CU=\u039a\u03bf\u03cd\u03b2\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3112
LocaleNames/el_CY/CV=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf\u03c5 \u0391\u03ba\u03c1\u03c9\u03c4\u03b7\u03c1\u03af\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3113
LocaleNames/el_CY/CX=\u039d\u03ae\u03c3\u03bf\u03c2 \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03c5\u03b3\u03ad\u03bd\u03bd\u03c9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3114
LocaleNames/el_CY/CY=\u039a\u03cd\u03c0\u03c1\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3115
LocaleNames/el_CY/CZ=\u03a4\u03c3\u03b5\u03c7\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3116
LocaleNames/el_CY/DE=\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3117
LocaleNames/el_CY/DJ=\u03a4\u03b6\u03b9\u03bc\u03c0\u03bf\u03c5\u03c4\u03af
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3118
LocaleNames/el_CY/DK=\u0394\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3119
LocaleNames/el_CY/DM=\u039d\u03c4\u03bf\u03bc\u03af\u03bd\u03b9\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3120
LocaleNames/el_CY/DO=\u0394\u03bf\u03bc\u03b9\u03bd\u03b9\u03ba\u03b1\u03bd\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3121
LocaleNames/el_CY/DZ=\u0391\u03bb\u03b3\u03b5\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3122
LocaleNames/el_CY/EC=\u0399\u03c3\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03cc\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3123
LocaleNames/el_CY/EE=\u0395\u03c3\u03b8\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3124
LocaleNames/el_CY/EG=\u0391\u03af\u03b3\u03c5\u03c0\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3125
LocaleNames/el_CY/EH=\u0394\u03c5\u03c4\u03b9\u03ba\u03ae \u03a3\u03b1\u03c7\u03ac\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3126
LocaleNames/el_CY/ER=\u0395\u03c1\u03c5\u03b8\u03c1\u03b1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3127
LocaleNames/el_CY/ES=\u0399\u03c3\u03c0\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3128
LocaleNames/el_CY/ET=\u0391\u03b9\u03b8\u03b9\u03bf\u03c0\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3129
LocaleNames/el_CY/FI=\u03a6\u03b9\u03bd\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3130
LocaleNames/el_CY/FJ=\u03a6\u03af\u03c4\u03b6\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3131
LocaleNames/el_CY/FK=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a6\u03ce\u03ba\u03bb\u03b1\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3132
LocaleNames/el_CY/FM=\u039c\u03b9\u03ba\u03c1\u03bf\u03bd\u03b7\u03c3\u03af\u03b1, \u039f\u03bc\u03cc\u03c3\u03c0\u03bf\u03bd\u03b4\u03b5\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b5\u03c2 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3133
LocaleNames/el_CY/FO=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a6\u03b5\u03c1\u03cc\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3134
LocaleNames/el_CY/FR=\u0393\u03b1\u03bb\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3135
LocaleNames/el_CY/GA=\u0393\u03ba\u03b1\u03bc\u03c0\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3136
LocaleNames/el_CY/GB=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf \u0392\u03b1\u03c3\u03af\u03bb\u03b5\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3137
LocaleNames/el_CY/GD=\u0393\u03c1\u03b5\u03bd\u03ac\u03b4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3138
LocaleNames/el_CY/GE=\u0393\u03b5\u03c9\u03c1\u03b3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3139
LocaleNames/el_CY/GF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ae \u0393\u03bf\u03c5\u03b9\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3140
LocaleNames/el_CY/GH=\u0393\u03ba\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3141
LocaleNames/el_CY/GI=\u0393\u03b9\u03b2\u03c1\u03b1\u03bb\u03c4\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3142
LocaleNames/el_CY/GL=\u0393\u03c1\u03bf\u03b9\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3143
LocaleNames/el_CY/GM=\u0393\u03ba\u03ac\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3144
LocaleNames/el_CY/GN=\u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3145
LocaleNames/el_CY/GP=\u0393\u03bf\u03c5\u03b1\u03b4\u03b5\u03bb\u03bf\u03cd\u03c0\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3146
LocaleNames/el_CY/GQ=\u0399\u03c3\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3147
LocaleNames/el_CY/GS=\u039d\u03cc\u03c4\u03b9\u03b1 \u0393\u03b5\u03c9\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9 \u039d\u03cc\u03c4\u03b9\u03b5\u03c2 \u03a3\u03ac\u03bd\u03c4\u03bf\u03c5\u03b9\u03c4\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3148
LocaleNames/el_CY/GT=\u0393\u03bf\u03c5\u03b1\u03c4\u03b5\u03bc\u03ac\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3149
LocaleNames/el_CY/GU=\u0393\u03ba\u03bf\u03c5\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3150
LocaleNames/el_CY/GW=\u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1-\u039c\u03c0\u03b9\u03c3\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3151
LocaleNames/el_CY/GY=\u0393\u03bf\u03c5\u03b9\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3152
LocaleNames/el_CY/HK=\u03a7\u03bf\u03bd\u03b3\u03ba \u039a\u03bf\u03bd\u03b3\u03ba, \u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae \u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u039a\u03af\u03bd\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3153
LocaleNames/el_CY/HM=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a7\u03b5\u03c1\u03bd\u03c4 \u03ba\u03b1\u03b9 \u039c\u03b1\u03ba\u03bd\u03c4\u03cc\u03bd\u03b1\u03bb\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3154
LocaleNames/el_CY/HN=\u039f\u03bd\u03b4\u03bf\u03cd\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3155
LocaleNames/el_CY/HR=\u039a\u03c1\u03bf\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3156
LocaleNames/el_CY/HT=\u0391\u03ca\u03c4\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3157
LocaleNames/el_CY/HU=\u039f\u03c5\u03b3\u03b3\u03b1\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3158
LocaleNames/el_CY/ID=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3159
LocaleNames/el_CY/IE=\u0399\u03c1\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3160
LocaleNames/el_CY/IL=\u0399\u03c3\u03c1\u03b1\u03ae\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3161
LocaleNames/el_CY/IN=\u0399\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3162
LocaleNames/el_CY/IO=\u0392\u03c1\u03b5\u03c4\u03b1\u03bd\u03b9\u03ba\u03ac \u0388\u03b4\u03ac\u03c6\u03b7 \u0399\u03bd\u03b4\u03b9\u03ba\u03bf\u03cd \u03a9\u03ba\u03b5\u03b1\u03bd\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3163
LocaleNames/el_CY/IQ=\u0399\u03c1\u03ac\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3164
LocaleNames/el_CY/IR=\u0399\u03c1\u03ac\u03bd, \u0399\u03c3\u03bb\u03b1\u03bc\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3165
LocaleNames/el_CY/IS=\u0399\u03c3\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3166
LocaleNames/el_CY/IT=\u0399\u03c4\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3167
LocaleNames/el_CY/JM=\u03a4\u03b6\u03b1\u03bc\u03ac\u03b9\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3168
LocaleNames/el_CY/JO=\u0399\u03bf\u03c1\u03b4\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3169
LocaleNames/el_CY/JP=\u0399\u03b1\u03c0\u03c9\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3170
LocaleNames/el_CY/KE=\u039a\u03ad\u03bd\u03c5\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3171
LocaleNames/el_CY/KG=\u039a\u03b9\u03c1\u03b3\u03b9\u03b6\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3172
LocaleNames/el_CY/KH=\u039a\u03b1\u03bc\u03c0\u03cc\u03c4\u03b6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3173
LocaleNames/el_CY/KI=\u039a\u03b9\u03c1\u03b9\u03bc\u03c0\u03ac\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3174
LocaleNames/el_CY/KM=\u039a\u03bf\u03bc\u03cc\u03c1\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3175
LocaleNames/el_CY/KN=\u03a3\u03b1\u03b9\u03bd\u03c4 \u039a\u03b9\u03c4\u03c2 \u03ba\u03b1\u03b9 \u039d\u03ad\u03b2\u03b9\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3176
LocaleNames/el_CY/KP=\u039a\u03bf\u03c1\u03ad\u03b1, \u0392\u03cc\u03c1\u03b5\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3177
LocaleNames/el_CY/KR=\u039a\u03bf\u03c1\u03ad\u03b1, \u039d\u03cc\u03c4\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3178
LocaleNames/el_CY/KW=\u039a\u03bf\u03c5\u03b2\u03ad\u03b9\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3179
LocaleNames/el_CY/KY=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03ad\u03b9\u03bc\u03b1\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3180
LocaleNames/el_CY/KZ=\u039a\u03b1\u03b6\u03b1\u03ba\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3181
LocaleNames/el_CY/LA=\u039b\u03b1\u03c4\u03b9\u03bd\u03b9\u03ba\u03ae \u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3182
LocaleNames/el_CY/LB=\u039b\u03af\u03b2\u03b1\u03bd\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3183
LocaleNames/el_CY/LC=\u0391\u03b3\u03af\u03b1 \u039b\u03bf\u03c5\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3184
LocaleNames/el_CY/LI=\u039b\u03b9\u03c7\u03c4\u03b5\u03bd\u03c3\u03c4\u03ac\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3185
LocaleNames/el_CY/LK=\u03a3\u03c1\u03b9 \u039b\u03ac\u03bd\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3186
LocaleNames/el_CY/LR=\u039b\u03b9\u03b2\u03b5\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3187
LocaleNames/el_CY/LS=\u039b\u03b5\u03c3\u03cc\u03c4\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3188
LocaleNames/el_CY/LT=\u039b\u03b9\u03b8\u03bf\u03c5\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3189
LocaleNames/el_CY/LU=\u039b\u03bf\u03c5\u03be\u03b5\u03bc\u03b2\u03bf\u03cd\u03c1\u03b3\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3190
LocaleNames/el_CY/LV=\u039b\u03b5\u03c4\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3191
LocaleNames/el_CY/LY=\u039b\u03b9\u03b2\u03cd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3192
LocaleNames/el_CY/MA=\u039c\u03b1\u03c1\u03cc\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3193
LocaleNames/el_CY/MC=\u039c\u03bf\u03bd\u03b1\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3194
LocaleNames/el_CY/MD=\u039c\u03bf\u03bb\u03b4\u03b1\u03b2\u03af\u03b1, \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3195
LocaleNames/el_CY/MG=\u039c\u03b1\u03b4\u03b1\u03b3\u03b1\u03c3\u03ba\u03ac\u03c1\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3196
LocaleNames/el_CY/MH=\u039d\u03ae\u03c3\u03bf\u03b9 \u039c\u03ac\u03c1\u03c3\u03b1\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3197
LocaleNames/el_CY/MK=\u03a0\u0393\u0394 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03af\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3198
LocaleNames/el_CY/ML=\u039c\u03ac\u03bb\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3199
LocaleNames/el_CY/MM=\u039c\u03b9\u03b1\u03bd\u03bc\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3200
LocaleNames/el_CY/MN=\u039c\u03bf\u03b3\u03b3\u03bf\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3201
LocaleNames/el_CY/MO=\u039c\u03b1\u03ba\u03ac\u03bf, \u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae \u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u039a\u03af\u03bd\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3202
LocaleNames/el_CY/MP=\u039d\u03ae\u03c3\u03bf\u03b9 \u0392\u03cc\u03c1\u03b5\u03b9\u03b5\u03c2 \u039c\u03b1\u03c1\u03b9\u03ac\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3203
LocaleNames/el_CY/MQ=\u039c\u03b1\u03c1\u03c4\u03b9\u03bd\u03af\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3204
LocaleNames/el_CY/MR=\u039c\u03b1\u03c5\u03c1\u03b9\u03c4\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3205
LocaleNames/el_CY/MS=\u039c\u03bf\u03bd\u03c3\u03b5\u03c1\u03ac\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3206
LocaleNames/el_CY/MT=\u039c\u03ac\u03bb\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3207
LocaleNames/el_CY/MU=\u039c\u03b1\u03c5\u03c1\u03af\u03ba\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3208
LocaleNames/el_CY/MV=\u039c\u03b1\u03bb\u03b4\u03af\u03b2\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3209
LocaleNames/el_CY/MW=\u039c\u03b1\u03bb\u03ac\u03bf\u03c5\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3210
LocaleNames/el_CY/MX=\u039c\u03b5\u03be\u03b9\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3211
LocaleNames/el_CY/MY=\u039c\u03b1\u03bb\u03b1\u03b9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3212
LocaleNames/el_CY/MZ=\u039c\u03bf\u03b6\u03b1\u03bc\u03b2\u03af\u03ba\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3213
LocaleNames/el_CY/NA=\u039d\u03b1\u03bc\u03af\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3214
LocaleNames/el_CY/NC=\u039d\u03ad\u03b1 \u039a\u03b1\u03bb\u03b7\u03b4\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3215
LocaleNames/el_CY/NE=\u039d\u03af\u03b3\u03b7\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3216
LocaleNames/el_CY/NF=\u039d\u03ae\u03c3\u03bf\u03c2 \u039d\u03cc\u03c1\u03c6\u03bf\u03bb\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3217
LocaleNames/el_CY/NG=\u039d\u03b9\u03b3\u03b7\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3218
LocaleNames/el_CY/NI=\u039d\u03b9\u03ba\u03b1\u03c1\u03ac\u03b3\u03bf\u03c5\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3219
LocaleNames/el_CY/NL=\u039f\u03bb\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3220
LocaleNames/el_CY/NO=\u039d\u03bf\u03c1\u03b2\u03b7\u03b3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3221
LocaleNames/el_CY/NP=\u039d\u03b5\u03c0\u03ac\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3222
LocaleNames/el_CY/NR=\u039d\u03b1\u03bf\u03cd\u03c1\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3223
LocaleNames/el_CY/NU=\u039d\u03b9\u03bf\u03cd\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3224
LocaleNames/el_CY/NZ=\u039d\u03ad\u03b1 \u0396\u03b7\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3225
LocaleNames/el_CY/OM=\u039f\u03bc\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3226
LocaleNames/el_CY/PA=\u03a0\u03b1\u03bd\u03b1\u03bc\u03ac\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3227
LocaleNames/el_CY/PE=\u03a0\u03b5\u03c1\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3228
LocaleNames/el_CY/PF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ae \u03a0\u03bf\u03bb\u03c5\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3229
LocaleNames/el_CY/PG=\u03a0\u03b1\u03c0\u03bf\u03cd\u03b1 - \u039d\u03ad\u03b1 \u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3230
LocaleNames/el_CY/PH=\u03a6\u03b9\u03bb\u03b9\u03c0\u03c0\u03af\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3231
LocaleNames/el_CY/PK=\u03a0\u03b1\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3232
LocaleNames/el_CY/PL=\u03a0\u03bf\u03bb\u03c9\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3233
LocaleNames/el_CY/PM=\u03a3\u03b1\u03b9\u03bd\u03c4 \u03a0\u03b9\u03ad\u03c1 \u03ba\u03b1\u03b9 \u039c\u03b9\u03ba\u03b5\u03bb\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3234
LocaleNames/el_CY/PN=\u03a0\u03af\u03c4\u03ba\u03b5\u03c1\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3235
LocaleNames/el_CY/PR=\u03a0\u03bf\u03c5\u03ad\u03c1\u03c4\u03bf \u03a1\u03af\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3236
LocaleNames/el_CY/PS=\u03a0\u03b1\u03bb\u03b1\u03b9\u03c3\u03c4\u03b9\u03bd\u03b9\u03b1\u03ba\u03ac \u0395\u03b4\u03ac\u03c6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3237
LocaleNames/el_CY/PT=\u03a0\u03bf\u03c1\u03c4\u03bf\u03b3\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3238
LocaleNames/el_CY/PW=\u03a0\u03b1\u03bb\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3239
LocaleNames/el_CY/PY=\u03a0\u03b1\u03c1\u03b1\u03b3\u03bf\u03c5\u03ac\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3240
LocaleNames/el_CY/QA=\u039a\u03b1\u03c4\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3241
LocaleNames/el_CY/RE=\u03a1\u03b5\u03cb\u03bd\u03b9\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3242
LocaleNames/el_CY/RO=\u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3243
LocaleNames/el_CY/RU=\u03a1\u03c9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3244
LocaleNames/el_CY/RW=\u03a1\u03bf\u03c5\u03ac\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3245
LocaleNames/el_CY/SA=\u03a3\u03b1\u03bf\u03c5\u03b4\u03b9\u03ba\u03ae \u0391\u03c1\u03b1\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3246
LocaleNames/el_CY/SB=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a3\u03bf\u03bb\u03bf\u03bc\u03ce\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3247
LocaleNames/el_CY/SC=\u03a3\u03b5\u03cb\u03c7\u03ad\u03bb\u03bb\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3248
LocaleNames/el_CY/SD=\u03a3\u03bf\u03c5\u03b4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3249
LocaleNames/el_CY/SE=\u03a3\u03bf\u03c5\u03b7\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3250
LocaleNames/el_CY/SG=\u03a3\u03b9\u03b3\u03ba\u03b1\u03c0\u03bf\u03cd\u03c1\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3251
LocaleNames/el_CY/SH=\u0391\u03b3\u03af\u03b1 \u0395\u03bb\u03ad\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3252
LocaleNames/el_CY/SI=\u03a3\u03bb\u03bf\u03b2\u03b5\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3253
LocaleNames/el_CY/SJ=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a3\u03b2\u03ac\u03bb\u03bc\u03c0\u03b1\u03c1 \u03ba\u03b1\u03b9 \u0393\u03b9\u03b1\u03bd \u039c\u03b1\u03b3\u03b9\u03ad\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3254
LocaleNames/el_CY/SK=\u03a3\u03bb\u03bf\u03b2\u03b1\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3255
LocaleNames/el_CY/SL=\u03a3\u03b9\u03ad\u03c1\u03b1 \u039b\u03b5\u03cc\u03bd\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3256
LocaleNames/el_CY/SM=\u0386\u03b3\u03b9\u03bf\u03c2 \u039c\u03b1\u03c1\u03af\u03bd\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3257
LocaleNames/el_CY/SN=\u03a3\u03b5\u03bd\u03b5\u03b3\u03ac\u03bb\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3258
LocaleNames/el_CY/SO=\u03a3\u03bf\u03bc\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3259
LocaleNames/el_CY/SR=\u03a3\u03bf\u03c5\u03c1\u03b9\u03bd\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3260
LocaleNames/el_CY/ST=\u03a3\u03ac\u03bf \u03a4\u03bf\u03bc\u03ad \u03ba\u03b1\u03b9 \u03a0\u03c1\u03af\u03bd\u03c3\u03b9\u03c0\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3261
LocaleNames/el_CY/SV=\u0395\u03bb \u03a3\u03b1\u03bb\u03b2\u03b1\u03b4\u03cc\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3262
LocaleNames/el_CY/SY=\u03a3\u03c5\u03c1\u03af\u03b1, \u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3263
LocaleNames/el_CY/SZ=\u03a3\u03bf\u03c5\u03b1\u03b6\u03b9\u03bb\u03ac\u03bd\u03b4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3264
LocaleNames/el_CY/TC=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a4\u03b5\u03c1\u03ba\u03c2 \u03ba\u03b1\u03b9 \u039a\u03ac\u03b9\u03ba\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3265
LocaleNames/el_CY/TD=\u03a4\u03c3\u03b1\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3266
LocaleNames/el_CY/TF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac \u039d\u03cc\u03c4\u03b9\u03b1 \u0395\u03b4\u03ac\u03c6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3267
LocaleNames/el_CY/TG=\u03a4\u03cc\u03b3\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3268
LocaleNames/el_CY/TH=\u03a4\u03b1\u03ca\u03bb\u03ac\u03bd\u03b4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3269
LocaleNames/el_CY/TJ=\u03a4\u03b1\u03c4\u03b6\u03b9\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3270
LocaleNames/el_CY/TK=\u03a4\u03bf\u03ba\u03b5\u03bb\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3271
LocaleNames/el_CY/TL=\u0391\u03bd\u03b1\u03c4\u03bf\u03bb\u03b9\u03ba\u03cc \u03a4\u03b9\u03bc\u03cc\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3272
LocaleNames/el_CY/TM=\u03a4\u03bf\u03c5\u03c1\u03ba\u03bc\u03b5\u03bd\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3273
LocaleNames/el_CY/TN=\u03a4\u03c5\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3274
LocaleNames/el_CY/TO=\u03a4\u03cc\u03bd\u03b3\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3275
LocaleNames/el_CY/TR=\u03a4\u03bf\u03c5\u03c1\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3276
LocaleNames/el_CY/TT=\u03a4\u03c1\u03b9\u03bd\u03b9\u03b4\u03ac\u03b4 \u03ba\u03b1\u03b9 \u03a4\u03bf\u03bc\u03c0\u03ac\u03b3\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3277
LocaleNames/el_CY/TV=\u03a4\u03bf\u03c5\u03b2\u03b1\u03bb\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3278
LocaleNames/el_CY/TW=\u03a4\u03b1\u03ca\u03b2\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3279
LocaleNames/el_CY/TZ=\u03a4\u03b1\u03bd\u03b6\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3280
LocaleNames/el_CY/UA=\u039f\u03c5\u03ba\u03c1\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3281
LocaleNames/el_CY/UG=\u039f\u03c5\u03b3\u03ba\u03ac\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3282
LocaleNames/el_CY/UM=\u0391\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u039d\u03b7\u03c3\u03af\u03b4\u03b5\u03c2 \u03c4\u03c9\u03bd \u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03c9\u03bd \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03b9\u03ce\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3283
LocaleNames/el_CY/US=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3284
LocaleNames/el_CY/UY=\u039f\u03c5\u03c1\u03bf\u03c5\u03b3\u03bf\u03c5\u03ac\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3285
LocaleNames/el_CY/UZ=\u039f\u03c5\u03b6\u03bc\u03c0\u03b5\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3286
LocaleNames/el_CY/VA=\u0391\u03b3\u03af\u03b1 \u0388\u03b4\u03c1\u03b1 (\u0392\u03b1\u03c4\u03b9\u03ba\u03b1\u03bd\u03cc)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3287
LocaleNames/el_CY/VC=\u0386\u03b3\u03b9\u03bf\u03c2 \u0392\u03b9\u03ba\u03ad\u03bd\u03c4\u03b9\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0393\u03c1\u03b5\u03bd\u03b1\u03b4\u03af\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3288
LocaleNames/el_CY/VE=\u0392\u03b5\u03bd\u03b5\u03b6\u03bf\u03c5\u03ad\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3289
LocaleNames/el_CY/VG=\u0392\u03c1\u03b5\u03c4\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a0\u03b1\u03c1\u03b8\u03ad\u03bd\u03bf\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3290
LocaleNames/el_CY/VI=\u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a0\u03b1\u03c1\u03b8\u03ad\u03bd\u03bf\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3291
LocaleNames/el_CY/VN=\u0392\u03b9\u03b5\u03c4\u03bd\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3292
LocaleNames/el_CY/VU=\u0392\u03b1\u03bd\u03bf\u03c5\u03ac\u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3293
LocaleNames/el_CY/WF=\u039d\u03ae\u03c3\u03bf\u03b9 \u039f\u03c5\u03b1\u03bb\u03bb\u03af\u03c2 \u03ba\u03b1\u03b9 \u03a6\u03bf\u03c5\u03c4\u03bf\u03c5\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3294
LocaleNames/el_CY/WS=\u03a3\u03b1\u03bc\u03cc\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3295
LocaleNames/el_CY/YE=\u03a5\u03b5\u03bc\u03ad\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3296
LocaleNames/el_CY/YT=\u039c\u03b1\u03b3\u03b9\u03cc\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3297
LocaleNames/el_CY/ZA=\u039d\u03cc\u03c4\u03b9\u03b1 \u0391\u03c6\u03c1\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3298
LocaleNames/el_CY/ZM=\u0396\u03ac\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3299
LocaleNames/el_CY/ZW=\u0396\u03b9\u03bc\u03c0\u03ac\u03bc\u03c0\u03bf\u03c5\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3300
CurrencyNames/el_CY/CYP=\u00a3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3301
CurrencyNames/el_CY/EUR=\u20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3302
CalendarData/el_CY/minimalDaysInFirstWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3303
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3304
#ms_MY and ms
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3305
FormatData/ms_MY/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3306
FormatData/ms_MY/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3307
FormatData/ms_MY/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3308
FormatData/ms_MY/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3309
FormatData/ms_MY/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3310
FormatData/ms_MY/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3311
FormatData/ms_MY/DateTimePatterns/3=h:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3312
FormatData/ms_MY/DateTimePatterns/4=EEEE dd MMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3313
FormatData/ms_MY/DateTimePatterns/5=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3314
FormatData/ms_MY/DateTimePatterns/6=dd MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3315
FormatData/ms_MY/DateTimePatterns/7=dd/MM/yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3316
FormatData/ms_MY/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3317
CurrencyNames/ms_MY/MYR=RM
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3318
LocaleNames/ms/ms=Bahasa Melayu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3319
LocaleNames/ms/AE=Emiriah Arab Bersatu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3320
LocaleNames/ms/AG=Antigua dan Barbuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3321
LocaleNames/ms/BA=Bosnia dan Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3322
LocaleNames/ms/CA=Kanada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3323
LocaleNames/ms/CC=Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3324
LocaleNames/ms/CD=Democratic Republic of the Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3325
LocaleNames/ms/CF=Republik Afrika Tengah
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3326
LocaleNames/ms/CI=Pantai Gading
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3327
LocaleNames/ms/CL=Cile
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3328
LocaleNames/ms/CM=Kamerun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3329
LocaleNames/ms/CN=Cina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3330
LocaleNames/ms/CR=Kosta Rika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3331
LocaleNames/ms/CY=Kibris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3332
LocaleNames/ms/CZ=Republik Czech
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3333
LocaleNames/ms/DE=Jerman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3334
LocaleNames/ms/DJ=Jibouti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3335
LocaleNames/ms/DO=Republik Dominican
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3336
LocaleNames/ms/DZ=Aljazair
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3337
LocaleNames/ms/EG=Mesir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3338
LocaleNames/ms/EH=Sahara Barat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3339
LocaleNames/ms/ES=Sepanyol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3340
LocaleNames/ms/FR=Perancis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3341
LocaleNames/ms/GR=Yunani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3342
LocaleNames/ms/GS=South Georgia and the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3343
LocaleNames/ms/GW=Guinea Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3344
LocaleNames/ms/HK=Hong Kong S.A.R., China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3345
LocaleNames/ms/HM=Heard Island and McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3346
LocaleNames/ms/HU=Hungari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3347
LocaleNames/ms/IN=Hindia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3348
LocaleNames/ms/IT=Itali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3349
LocaleNames/ms/JM=Jamaika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3350
LocaleNames/ms/JP=Jepun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3351
LocaleNames/ms/KH=Kemboja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3352
LocaleNames/ms/KN=Saint Kitts dan Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3353
LocaleNames/ms/KP=Utara Korea
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3354
LocaleNames/ms/KR=Selatan Korea
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3355
LocaleNames/ms/LB=Lubnan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3356
LocaleNames/ms/LU=Luksembourg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3357
LocaleNames/ms/MA=Maghribi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3358
LocaleNames/ms/MG=Madagaskar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3359
LocaleNames/ms/MH=Kepulauan Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3360
LocaleNames/ms/MO=Macao S.A.R., China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3361
LocaleNames/ms/MV=Maldiv
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3362
LocaleNames/ms/MX=Meksiko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3363
LocaleNames/ms/MZ=Mozambik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3364
LocaleNames/ms/NL=Belanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3365
LocaleNames/ms/PH=Filipina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3366
LocaleNames/ms/PM=Saint Pierre and Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3367
LocaleNames/ms/PS=Palestinian Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3368
LocaleNames/ms/PT=Feringgi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3369
LocaleNames/ms/RE=R\u00e9union
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3370
LocaleNames/ms/SA=Arab Saudi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3371
LocaleNames/ms/SB=Kepulauan Solomon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3372
LocaleNames/ms/SG=Singapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3373
LocaleNames/ms/SJ=Svalbard and Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3374
LocaleNames/ms/SL=Siera Leon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3375
LocaleNames/ms/SR=Surinam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3376
LocaleNames/ms/ST=Sao Tome dan Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3377
LocaleNames/ms/TC=Turks and Caicos Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3378
LocaleNames/ms/TD=Cad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3379
LocaleNames/ms/TJ=Tadjikistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3380
LocaleNames/ms/TR=Turki
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3381
LocaleNames/ms/TT=Trinidad dan Tobago
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3382
LocaleNames/ms/US=Amerika Syarikat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3383
LocaleNames/ms/VC=Saint Vincent dan Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3384
LocaleNames/ms/WF=Wallis and Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3385
LocaleNames/ms/YE=Yaman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3386
LocaleNames/ms/ZA=Afrika Selatan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3387
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3388
# es_US
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3389
FormatData/es_US/Eras/0=a.C.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3390
FormatData/es_US/Eras/1=d.C.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3391
FormatData/es_US/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3392
FormatData/es_US/NumberPatterns/1=\u00a4#,##0.00;(\u00a4#,##0.00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3393
FormatData/es_US/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3394
FormatData/es_US/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3395
FormatData/es_US/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3396
FormatData/es_US/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3397
FormatData/es_US/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3398
FormatData/es_US/DateTimePatterns/4=EEEE d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3399
FormatData/es_US/DateTimePatterns/5=d' de 'MMMM' de 'yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3400
FormatData/es_US/DateTimePatterns/6=MMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3401
FormatData/es_US/DateTimePatterns/7=M/d/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3402
FormatData/es_US/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3403
LocaleNames/es_US/aa=afar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3404
LocaleNames/es_US/ae=av\u00e9stico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3405
LocaleNames/es_US/ak=akan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3406
LocaleNames/es_US/an=aragon\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3407
LocaleNames/es_US/av=avar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3408
LocaleNames/es_US/ay=aymara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3409
LocaleNames/es_US/az=azer\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3410
LocaleNames/es_US/ba=bashkir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3411
LocaleNames/es_US/bh=bihari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3412
LocaleNames/es_US/bm=bambara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3413
LocaleNames/es_US/bn=bengal\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3414
LocaleNames/es_US/bs=bosnio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3415
LocaleNames/es_US/ce=checheno
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3416
LocaleNames/es_US/ch=chamorro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3417
LocaleNames/es_US/cr=cree
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3418
LocaleNames/es_US/cu=eslavo eclesi\u00e1stico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3419
LocaleNames/es_US/cv=chuvash
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3420
LocaleNames/es_US/dv=divehi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3421
LocaleNames/es_US/ee=ewe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3422
LocaleNames/es_US/eu=vasco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3423
LocaleNames/es_US/ff=fula
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3424
LocaleNames/es_US/fo=fero\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3425
LocaleNames/es_US/fy=fris\u00f3n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3426
LocaleNames/es_US/gu=gujarati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3427
LocaleNames/es_US/gv=ga\u00e9lico man\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3428
LocaleNames/es_US/hi=hindi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3429
LocaleNames/es_US/ho=hiri motu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3430
LocaleNames/es_US/ht=haitiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3431
LocaleNames/es_US/hz=herero
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3432
LocaleNames/es_US/ie=interlingue
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3433
LocaleNames/es_US/ig=igbo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3434
LocaleNames/es_US/ii=sichuan yi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3435
LocaleNames/es_US/io=ido
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3436
LocaleNames/es_US/jv=javan\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3437
LocaleNames/es_US/kg=kongo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3438
LocaleNames/es_US/ki=kikuyu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3439
LocaleNames/es_US/kj=kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3440
LocaleNames/es_US/kk=kazajo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3441
LocaleNames/es_US/km=jemer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3442
LocaleNames/es_US/kn=canar\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3443
LocaleNames/es_US/kr=kanuri
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3444
LocaleNames/es_US/ks=cachemiro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3445
LocaleNames/es_US/ku=kurdo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3446
LocaleNames/es_US/kv=komi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3447
LocaleNames/es_US/kw=c\u00f3rnico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3448
LocaleNames/es_US/ky=kirghiz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3449
LocaleNames/es_US/lb=luxemburgu\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3450
LocaleNames/es_US/lg=ganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3451
LocaleNames/es_US/li=limburgu\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3452
LocaleNames/es_US/lu=luba-katanga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3453
LocaleNames/es_US/mh=marshal\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3454
LocaleNames/es_US/mr=marathi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3455
LocaleNames/es_US/nb=bokmal noruego
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3456
LocaleNames/es_US/nd=ndebele septentrional
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3457
LocaleNames/es_US/ng=ndonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3458
LocaleNames/es_US/nn=nynorsk noruego
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3459
LocaleNames/es_US/nr=ndebele meridional
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3460
LocaleNames/es_US/nv=navajo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3461
LocaleNames/es_US/ny=nyanja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3462
LocaleNames/es_US/oc=occitano (despu\u00e9s del 1500)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3463
LocaleNames/es_US/oj=ojibwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3464
LocaleNames/es_US/os=os\u00e9tico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3465
LocaleNames/es_US/pi=pali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3466
LocaleNames/es_US/rm=reto-romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3467
LocaleNames/es_US/rn=kiroundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3468
LocaleNames/es_US/rw=kinyarwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3469
LocaleNames/es_US/sc=sardo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3470
LocaleNames/es_US/sd=sindhi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3471
LocaleNames/es_US/se=sami septentrional
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3472
LocaleNames/es_US/sl=esloveno
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3473
LocaleNames/es_US/sn=shona
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3474
LocaleNames/es_US/ss=siswati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3475
LocaleNames/es_US/st=sesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3476
LocaleNames/es_US/su=sundan\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3477
LocaleNames/es_US/sw=swahili
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3478
LocaleNames/es_US/tg=tayiko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3479
LocaleNames/es_US/tn=setchwana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3480
LocaleNames/es_US/to=tonga (Islas Tonga)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3481
LocaleNames/es_US/tw=twi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3482
LocaleNames/es_US/ty=tahitiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3483
LocaleNames/es_US/ug=uigur
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3484
LocaleNames/es_US/uk=ucraniano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3485
LocaleNames/es_US/uz=uzbeko
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3486
LocaleNames/es_US/ve=venda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3487
LocaleNames/es_US/wa=val\u00f3n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3488
LocaleNames/es_US/za=zhuang
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3489
LocaleNames/es_US/AN=Antillas Neerlandesas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3490
LocaleNames/es_US/BA=Bosnia-Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3491
LocaleNames/es_US/CC=Islas Cocos (Keeling)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3492
LocaleNames/es_US/CX=Isla Navidad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3493
LocaleNames/es_US/CZ=Rep\u00fablica Checa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3494
LocaleNames/es_US/EH=S\u00e1hara Occidental
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3495
LocaleNames/es_US/FK=Islas Falkland (Malvinas)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3496
LocaleNames/es_US/HK=Hong-Kong, Regi\u00f3n administrativa especial de China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3497
LocaleNames/es_US/KM=Comoras
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3498
LocaleNames/es_US/LC=Saint Lucia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3499
LocaleNames/es_US/LS=Lesotho
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3500
LocaleNames/es_US/MO=Macao, Regi\u00f3n administrativa especial de China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3501
LocaleNames/es_US/MW=Malawi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3502
LocaleNames/es_US/NL=Pa\u00edses Bajos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3503
LocaleNames/es_US/NU=Isla Niue
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3504
LocaleNames/es_US/PG=Pap\u00faa Nueva Guinea
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3505
LocaleNames/es_US/PK=Pakist\u00e1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3506
LocaleNames/es_US/PN=Pitcairn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3507
LocaleNames/es_US/PS=Territorios Palestinos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3508
LocaleNames/es_US/PW=Palau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3509
LocaleNames/es_US/RO=Ruman\u00eda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3510
LocaleNames/es_US/SA=Arabia Saud\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3511
LocaleNames/es_US/SH=Santa Elena
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3512
LocaleNames/es_US/TF=Territorios Australes Franceses
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3513
LocaleNames/es_US/TK=Islas Tokelau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3514
LocaleNames/es_US/TT=Trinidad y Tabago
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3515
LocaleNames/es_US/VI=Islas V\u00edrgenes de los Estados Unidos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3516
CurrencyNames/es_US/USD=US$
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3517
CalendarData/es_US/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3518
#bug 4400849
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3519
LocaleNames/pt/aa=afar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3520
LocaleNames/pt/ab=abkhazian
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3521
LocaleNames/pt/ae=av\u00e9stico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3522
LocaleNames/pt/af=afric\u00e2ner
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3523
LocaleNames/pt/am=am\u00e1rico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3524
LocaleNames/pt/an=aragon\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3525
LocaleNames/pt/ar=\u00e1rabe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3526
LocaleNames/pt/as=assam\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3527
LocaleNames/pt/av=avaric
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3528
LocaleNames/pt/ay=aimara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3529
LocaleNames/pt/az=azerbaijano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3530
LocaleNames/pt/ba=bashkir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3531
LocaleNames/pt/be=bielo-russo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3532
LocaleNames/pt/bg=b\u00falgaro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3533
LocaleNames/pt/bh=biari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3534
LocaleNames/pt/bi=bislam\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3535
LocaleNames/pt/bm=bambara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3536
LocaleNames/pt/bn=bengali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3537
LocaleNames/pt/bo=tibetano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3538
LocaleNames/pt/br=bret\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3539
LocaleNames/pt/bs=b\u00f3snio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3540
LocaleNames/pt/ca=catal\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3541
LocaleNames/pt/ce=chechene
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3542
LocaleNames/pt/ch=chamorro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3543
LocaleNames/pt/co=c\u00f3rsico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3544
LocaleNames/pt/cr=cree
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3545
LocaleNames/pt/cs=tcheco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3546
LocaleNames/pt/cu=eslavo eclesi\u00e1stico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3547
LocaleNames/pt/cv=chuvash
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3548
LocaleNames/pt/cy=gal\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3549
LocaleNames/pt/da=dinamarqu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3550
LocaleNames/pt/de=alem\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3551
LocaleNames/pt/dv=divehi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3552
LocaleNames/pt/dz=dzonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3553
LocaleNames/pt/ee=eve
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3554
LocaleNames/pt/el=grego
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3555
LocaleNames/pt/en=ingl\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3556
LocaleNames/pt/eo=esperanto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3557
LocaleNames/pt/es=espanhol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3558
LocaleNames/pt/et=estoniano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3559
LocaleNames/pt/eu=basco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3560
LocaleNames/pt/fa=persa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3561
LocaleNames/pt/ff=fula
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3562
LocaleNames/pt/fi=finland\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3563
LocaleNames/pt/fj=fijiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3564
LocaleNames/pt/fo=fero\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3565
LocaleNames/pt/fr=franc\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3566
LocaleNames/pt/fy=fris\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3567
LocaleNames/pt/ga=irland\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3568
LocaleNames/pt/gd=ga\u00e9lico escoc\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3569
LocaleNames/pt/gl=galego
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3570
LocaleNames/pt/gn=guarani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3571
LocaleNames/pt/gu=guzerate
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3572
LocaleNames/pt/gv=manx
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3573
LocaleNames/pt/ha=hau\u00e7\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3574
LocaleNames/pt/he=hebraico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3575
LocaleNames/pt/hi=hindi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3576
LocaleNames/pt/ho=hiri motu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3577
LocaleNames/pt/hr=croata
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3578
LocaleNames/pt/ht=haitiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3579
LocaleNames/pt/hu=h\u00fangaro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3580
LocaleNames/pt/hy=arm\u00eanio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3581
LocaleNames/pt/hz=herero
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3582
LocaleNames/pt/ia=interl\u00edngua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3583
LocaleNames/pt/id=indon\u00e9sio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3584
LocaleNames/pt/ie=interlingue
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3585
LocaleNames/pt/ig=ibo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3586
LocaleNames/pt/ii=sichuan yi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3587
LocaleNames/pt/in=indon\u00e9sio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3588
LocaleNames/pt/io=ido
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3589
LocaleNames/pt/is=island\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3590
LocaleNames/pt/it=italiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3591
LocaleNames/pt/iu=inuktitut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3592
LocaleNames/pt/iw=hebraico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3593
LocaleNames/pt/ja=japon\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3594
LocaleNames/pt/ji=i\u00eddiche
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3595
LocaleNames/pt/ka=georgiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3596
LocaleNames/pt/kg=congol\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3597
LocaleNames/pt/ki=quicuio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3598
LocaleNames/pt/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3599
LocaleNames/pt/kk=cazaque
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3600
LocaleNames/pt/kl=groenland\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3601
LocaleNames/pt/km=cmer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3602
LocaleNames/pt/kn=canar\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3603
LocaleNames/pt/ko=coreano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3604
LocaleNames/pt/kr=can\u00fari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3605
LocaleNames/pt/ks=kashmiri
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3606
LocaleNames/pt/ku=curdo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3607
LocaleNames/pt/kv=komi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3608
LocaleNames/pt/kw=c\u00f3rnico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3609
LocaleNames/pt/ky=quirguiz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3610
LocaleNames/pt/la=latim
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3611
LocaleNames/pt/lb=luxemburgu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3612
LocaleNames/pt/lg=luganda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3613
LocaleNames/pt/li=limburgish
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3614
LocaleNames/pt/ln=lingala
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3615
LocaleNames/pt/lo=laosiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3616
LocaleNames/pt/lt=lituano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3617
LocaleNames/pt/lu=luba-catanga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3618
LocaleNames/pt/lv=let\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3619
LocaleNames/pt/mg=malgaxe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3620
LocaleNames/pt/mh=marshall\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3621
LocaleNames/pt/mi=maori
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3622
LocaleNames/pt/mk=maced\u00f4nio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3623
LocaleNames/pt/ml=malaiala
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3624
LocaleNames/pt/mn=mongol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3625
LocaleNames/pt/mo=mold\u00e1vio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3626
LocaleNames/pt/mr=marata
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3627
LocaleNames/pt/ms=malaio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3628
LocaleNames/pt/mt=malt\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3629
LocaleNames/pt/my=birman\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3630
LocaleNames/pt/na=nauruano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3631
LocaleNames/pt/nb=bokm\u00e5l noruegu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3632
LocaleNames/pt/nd=ndebele, north
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3633
LocaleNames/pt/ne=nepali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3634
LocaleNames/pt/ng=dongo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3635
LocaleNames/pt/nl=holand\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3636
LocaleNames/pt/nn=nynorsk noruegu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3637
LocaleNames/pt/no=noruegu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3638
LocaleNames/pt/nr=ndebele, south
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3639
LocaleNames/pt/nv=navajo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3640
LocaleNames/pt/ny=nianja; chicheua; cheua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3641
LocaleNames/pt/oc=occit\u00e2nico (ap\u00f3s 1500); proven\u00e7al
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3642
LocaleNames/pt/oj=ojibwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3643
LocaleNames/pt/om=oromo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3644
LocaleNames/pt/or=oriya
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3645
LocaleNames/pt/os=ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3646
LocaleNames/pt/pa=panjabi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3647
LocaleNames/pt/pi=p\u00e1li
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3648
LocaleNames/pt/pl=polon\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3649
LocaleNames/pt/ps=pashto (pushto)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3650
LocaleNames/pt/pt=portugu\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3651
LocaleNames/pt/qu=qu\u00edchua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3652
LocaleNames/pt/rm=rhaeto-romance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3653
LocaleNames/pt/rn=rundi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3654
LocaleNames/pt/ro=romeno
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3655
LocaleNames/pt/ru=russo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3656
LocaleNames/pt/rw=kinyarwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3657
LocaleNames/pt/sa=s\u00e2nscrito
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3658
LocaleNames/pt/sc=sardo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3659
LocaleNames/pt/sd=sindi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3660
LocaleNames/pt/se=northern sami
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3661
LocaleNames/pt/sg=sango
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3662
LocaleNames/pt/si=cingal\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3663
LocaleNames/pt/sk=eslovaco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3664
LocaleNames/pt/sl=eslov\u00eanio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3665
LocaleNames/pt/so=somali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3666
LocaleNames/pt/sq=alban\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3667
LocaleNames/pt/sr=s\u00e9rvio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3668
LocaleNames/pt/ss=swati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3669
LocaleNames/pt/st=soto, do sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3670
LocaleNames/pt/su=sundan\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3671
LocaleNames/pt/sv=sueco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3672
LocaleNames/pt/sw=sua\u00edli
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3673
LocaleNames/pt/ta=t\u00e2mil
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3674
LocaleNames/pt/te=telugu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3675
LocaleNames/pt/tg=tadjique
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3676
LocaleNames/pt/th=tailand\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3677
LocaleNames/pt/ti=tigr\u00ednia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3678
LocaleNames/pt/tk=turcomano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3679
LocaleNames/pt/tn=tswana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3680
LocaleNames/pt/to=tonga (ilhas tonga)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3681
LocaleNames/pt/tr=turco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3682
LocaleNames/pt/ts=tsonga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3683
LocaleNames/pt/tt=tatar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3684
LocaleNames/pt/tw=twi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3685
LocaleNames/pt/ty=taitiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3686
LocaleNames/pt/ug=uighur
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3687
LocaleNames/pt/uk=ucraniano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3688
LocaleNames/pt/ur=urdu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3689
LocaleNames/pt/uz=usbeque
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3690
LocaleNames/pt/ve=venda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3691
LocaleNames/pt/vi=vietnamita
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3692
LocaleNames/pt/vo=volapuque
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3693
LocaleNames/pt/wa=walloon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3694
LocaleNames/pt/wo=uolofe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3695
LocaleNames/pt/xh=xosa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3696
LocaleNames/pt/yi=i\u00eddiche
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3697
LocaleNames/pt/yo=ioruba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3698
LocaleNames/pt/za=zhuang
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3699
LocaleNames/pt/zh=chin\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3700
LocaleNames/pt/zu=zulu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3701
LocaleNames/pt/AE=Emirados \u00c1rabes Unidos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3702
LocaleNames/pt/AF=Afeganist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3703
LocaleNames/pt/AG=Ant\u00edgua e Barbuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3704
LocaleNames/pt/AL=Alb\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3705
LocaleNames/pt/AM=Arm\u00eania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3706
LocaleNames/pt/AN=Antilhas Holandesas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3707
LocaleNames/pt/AQ=Ant\u00e1rtida
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3708
LocaleNames/pt/AS=Samoa Americana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3709
LocaleNames/pt/AT=\u00c1ustria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3710
LocaleNames/pt/AU=Austr\u00e1lia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3711
LocaleNames/pt/AZ=Azerbaij\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3712
LocaleNames/pt/BA=B\u00f3snia-Herzeg\u00f3vina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3713
LocaleNames/pt/BE=B\u00e9lgica
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3714
LocaleNames/pt/BF=Burquina Faso
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3715
LocaleNames/pt/BG=Bulg\u00e1ria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3716
LocaleNames/pt/BH=Bareine
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3717
LocaleNames/pt/BM=Bermudas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3718
LocaleNames/pt/BO=Bol\u00edvia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3719
LocaleNames/pt/BR=Brasil
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3720
LocaleNames/pt/BT=But\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3721
LocaleNames/pt/BV=Ilha Bouvet
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3722
LocaleNames/pt/BW=Botsuana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3723
LocaleNames/pt/CA=Canad\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3724
LocaleNames/pt/CC=Ilhas Cocos (Keeling)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3725
LocaleNames/pt/CD=Congo, Rep\u00fablica Democr\u00e1tica do
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3726
LocaleNames/pt/CF=Rep\u00fablica Centro-Africana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3727
LocaleNames/pt/CH=Su\u00ed\u00e7a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3728
LocaleNames/pt/CI=Costa do Marfim
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3729
LocaleNames/pt/CK=Ilhas Cook
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3730
LocaleNames/pt/CM=Rep\u00fablica dos Camar\u00f5es
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3731
LocaleNames/pt/CO=Col\u00f4mbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3732
LocaleNames/pt/CV=Cabo Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3733
LocaleNames/pt/CX=Ilhas Natal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3734
LocaleNames/pt/CY=Chipre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3735
LocaleNames/pt/CZ=Rep\u00fablica Tcheca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3736
LocaleNames/pt/DE=Alemanha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3737
LocaleNames/pt/DJ=Djibuti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3738
LocaleNames/pt/DK=Dinamarca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3739
LocaleNames/pt/DO=Rep\u00fablica Dominicana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3740
LocaleNames/pt/DZ=Arg\u00e9lia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3741
LocaleNames/pt/EC=Equador
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3742
LocaleNames/pt/EE=Est\u00f4nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3743
LocaleNames/pt/EG=Egito
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3744
LocaleNames/pt/EH=Saara Ocidental
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3745
LocaleNames/pt/ER=Eritr\u00e9ia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3746
LocaleNames/pt/ES=Espanha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3747
LocaleNames/pt/ET=Eti\u00f3pia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3748
LocaleNames/pt/FI=Finl\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3749
LocaleNames/pt/FK=Ilhas Malvinas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3750
LocaleNames/pt/FM=Micron\u00e9sia, Estados Federados da
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3751
LocaleNames/pt/FO=Ilhas Faroe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3752
LocaleNames/pt/FR=Fran\u00e7a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3753
LocaleNames/pt/GA=Gab\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3754
LocaleNames/pt/GB=Reino Unido
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3755
LocaleNames/pt/GD=Granada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3756
LocaleNames/pt/GE=Ge\u00f3rgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3757
LocaleNames/pt/GF=Guiana Francesa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3758
LocaleNames/pt/GH=Gana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3759
LocaleNames/pt/GL=Gro\u00eanlandia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3760
LocaleNames/pt/GM=G\u00e2mbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3761
LocaleNames/pt/GN=Guin\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3762
LocaleNames/pt/GP=Guadalupe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3763
LocaleNames/pt/GQ=Guin\u00e9 Equatorial
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3764
LocaleNames/pt/GR=Gr\u00e9cia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3765
LocaleNames/pt/GS=Ge\u00f3rgia do Sul e Ilhas Sandwich do Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3766
LocaleNames/pt/GW=Guin\u00e9 Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3767
LocaleNames/pt/GY=Guiana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3768
LocaleNames/pt/HK=Hong Kong, Regi\u00e3o Admin. Especial da China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3769
LocaleNames/pt/HM=Ilha Heard e Ilhas McDonald
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3770
LocaleNames/pt/HR=Cro\u00e1cia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3771
LocaleNames/pt/HU=Hungria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3772
LocaleNames/pt/ID=Indon\u00e9sia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3773
LocaleNames/pt/IE=Irlanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3774
LocaleNames/pt/IN=\u00cdndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3775
LocaleNames/pt/IO=Territ\u00f3rio Brit\u00e2nico do Oceano \u00cdndico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3776
LocaleNames/pt/IQ=Iraque
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3777
LocaleNames/pt/IR=Ir\u00e3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3778
LocaleNames/pt/IS=Isl\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3779
LocaleNames/pt/IT=It\u00e1lia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3780
LocaleNames/pt/JO=Jord\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3781
LocaleNames/pt/JP=Jap\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3782
LocaleNames/pt/KE=Qu\u00eania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3783
LocaleNames/pt/KG=Quirguist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3784
LocaleNames/pt/KH=Camboja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3785
LocaleNames/pt/KI=Quiribati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3786
LocaleNames/pt/KM=Comores
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3787
LocaleNames/pt/KN=S\u00e3o Cristov\u00e3o e Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3788
LocaleNames/pt/KP=Cor\u00e9ia, Norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3789
LocaleNames/pt/KR=Cor\u00e9ia, Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3790
LocaleNames/pt/KY=Ilhas Caiman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3791
LocaleNames/pt/KZ=Casaquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3792
LocaleNames/pt/LA=Rep\u00fablica Democr\u00e1tica Popular de Lao
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3793
LocaleNames/pt/LB=L\u00edbano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3794
LocaleNames/pt/LC=Santa L\u00facia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3795
LocaleNames/pt/LR=Lib\u00e9ria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3796
LocaleNames/pt/LS=Lesoto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3797
LocaleNames/pt/LT=Litu\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3798
LocaleNames/pt/LU=Luxemburgo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3799
LocaleNames/pt/LV=Let\u00f4nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3800
LocaleNames/pt/LY=L\u00edbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3801
LocaleNames/pt/MA=Marrocos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3802
LocaleNames/pt/MC=M\u00f4naco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3803
LocaleNames/pt/MD=Moldova, Rep\u00fablica de
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3804
LocaleNames/pt/MH=Ilhas Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3805
LocaleNames/pt/MK=Maced\u00f4nia, Rep\u00fablica da
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3806
LocaleNames/pt/MM=Mianm\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3807
LocaleNames/pt/MN=Mong\u00f3lia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3808
LocaleNames/pt/MO=Macau, Regi\u00e3o Admin. Especial da China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3809
LocaleNames/pt/MP=Ilhas Marianas do Norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3810
LocaleNames/pt/MQ=Martinica
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3811
LocaleNames/pt/MR=Maurit\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3812
LocaleNames/pt/MU=Maur\u00edcio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3813
LocaleNames/pt/MV=Maldivas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3814
LocaleNames/pt/MX=M\u00e9xico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3815
LocaleNames/pt/MY=Mal\u00e1sia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3816
LocaleNames/pt/MZ=Mo\u00e7ambique
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3817
LocaleNames/pt/NA=Nam\u00edbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3818
LocaleNames/pt/NC=Nova Caled\u00f4nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3819
LocaleNames/pt/NE=N\u00edger
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3820
LocaleNames/pt/NF=Ilha Norfolk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3821
LocaleNames/pt/NG=Nig\u00e9ria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3822
LocaleNames/pt/NI=Nicar\u00e1gua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3823
LocaleNames/pt/NL=Pa\u00edses Baixos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3824
LocaleNames/pt/NO=Noruega
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3825
LocaleNames/pt/NZ=Nova Zel\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3826
LocaleNames/pt/OM=Om\u00e3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3827
LocaleNames/pt/PA=Panam\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3828
LocaleNames/pt/PF=Polin\u00e9sia Francesa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3829
LocaleNames/pt/PG=Papua-Nova Guin\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3830
LocaleNames/pt/PH=Filipinas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3831
LocaleNames/pt/PK=Paquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3832
LocaleNames/pt/PL=Pol\u00f4nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3833
LocaleNames/pt/PM=Saint Pierre e Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3834
LocaleNames/pt/PR=Porto Rico
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3835
LocaleNames/pt/PS=Territ\u00f3rio da Palestina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3836
LocaleNames/pt/PY=Paraguai
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3837
LocaleNames/pt/QA=Catar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3838
LocaleNames/pt/RE=Reuni\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3839
LocaleNames/pt/RO=Rom\u00eania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3840
LocaleNames/pt/RU=R\u00fassia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3841
LocaleNames/pt/RW=Ruanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3842
LocaleNames/pt/SA=Ar\u00e1bia Saudita
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3843
LocaleNames/pt/SB=Ilhas Salom\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3844
LocaleNames/pt/SD=Sud\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3845
LocaleNames/pt/SE=Su\u00e9cia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3846
LocaleNames/pt/SG=Cingapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3847
LocaleNames/pt/SH=Santa Helena
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3848
LocaleNames/pt/SI=Eslov\u00eania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3849
LocaleNames/pt/SJ=Svalbard e Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3850
LocaleNames/pt/SK=Eslov\u00e1quia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3851
LocaleNames/pt/SL=Serra Leoa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3852
LocaleNames/pt/SO=Som\u00e1lia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3853
LocaleNames/pt/ST=S\u00e3o Tom\u00e9 e Pr\u00edncipe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3854
LocaleNames/pt/SY=S\u00edria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3855
LocaleNames/pt/SZ=Suazil\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3856
LocaleNames/pt/TC=Ilhas Turks e Caicos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3857
LocaleNames/pt/TD=Chade
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3858
LocaleNames/pt/TF=Territ\u00f3rios Franceses do Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3859
LocaleNames/pt/TH=Tail\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3860
LocaleNames/pt/TJ=Tadjiquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3861
LocaleNames/pt/TL=Timor Leste
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3862
LocaleNames/pt/TM=Turcomenist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3863
LocaleNames/pt/TN=Tun\u00edsia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3864
LocaleNames/pt/TR=Turquia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3865
LocaleNames/pt/TT=Trinidad e Tobago
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3866
LocaleNames/pt/TZ=Tanz\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3867
LocaleNames/pt/UA=Ucr\u00e2nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3868
LocaleNames/pt/UM=Ilhas Menores Distantes dos Estados Unidos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3869
LocaleNames/pt/US=Estados Unidos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3870
LocaleNames/pt/UY=Uruguai
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3871
LocaleNames/pt/UZ=Uzbequist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3872
LocaleNames/pt/VA=Vaticano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3873
LocaleNames/pt/VC=S\u00e3o Vicente e Granadinas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3874
LocaleNames/pt/VG=Ilhas Virgens Brit\u00e2nicas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3875
LocaleNames/pt/VI=Ilhas Virgens dos EUA
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3876
LocaleNames/pt/VN=Vietn\u00e3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3877
LocaleNames/pt/WF=Wallis e Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3878
LocaleNames/pt/YE=I\u00eamen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3879
LocaleNames/pt/ZA=\u00c1frica do Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3880
LocaleNames/pt/ZM=Z\u00e2mbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3881
LocaleNames/pt/ZW=Zimb\u00e1bwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3882
# pt_PT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3883
LocaleNames/pt_PT/cs=checo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3884
LocaleNames/pt_PT/et=est\u00f3nio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3885
LocaleNames/pt_PT/pl=polaco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3886
LocaleNames/pt_PT/sl=esloveno
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3887
LocaleNames/pt_PT/AE=Emiratos \u00c1rabes Unidos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3888
LocaleNames/pt_PT/AM=Arm\u00e9nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3889
LocaleNames/pt_PT/AQ=Ant\u00e1rctica
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3890
LocaleNames/pt_PT/AZ=Azerbeij\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3891
LocaleNames/pt_PT/BA=B\u00f3snia-Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3892
LocaleNames/pt_PT/BJ=Benim
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3893
LocaleNames/pt_PT/BY=Bielorr\u00fassia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3894
LocaleNames/pt_PT/CM=Camar\u00f5es
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3895
LocaleNames/pt_PT/CX=Ilha do Natal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3896
LocaleNames/pt_PT/CZ=Rep\u00fablica Checa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3897
LocaleNames/pt_PT/EE=Est\u00f3nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3898
LocaleNames/pt_PT/EG=Egipto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3899
LocaleNames/pt_PT/EH=Sahara Ocidental
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3900
LocaleNames/pt_PT/ER=Eritreia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3901
LocaleNames/pt_PT/FK=Ilhas Falkland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3902
LocaleNames/pt_PT/GL=Gronel\u00e2ndia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3903
LocaleNames/pt_PT/GS=Ilhas South Georgia e South Sandwich
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3904
LocaleNames/pt_PT/GW=Guin\u00e9-Bissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3905
LocaleNames/pt_PT/HK=Hong Kong - Regi\u00e3o Administrativa Especial da China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3906
LocaleNames/pt_PT/KE=Qu\u00e9nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3907
LocaleNames/pt_PT/KG=Quirguizist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3908
LocaleNames/pt_PT/KN=Saint Kitts e Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3909
LocaleNames/pt_PT/KP=Coreia do Norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3910
LocaleNames/pt_PT/KR=Coreia do Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3911
LocaleNames/pt_PT/KY=Ilhas Caim\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3912
LocaleNames/pt_PT/KZ=Cazaquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3913
LocaleNames/pt_PT/LA=Lao, Rep\u00fablica Popular Democr\u00e1tica
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3914
LocaleNames/pt_PT/LV=Let\u00f3nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3915
LocaleNames/pt_PT/MC=M\u00f3naco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3916
LocaleNames/pt_PT/MD=Mold\u00e1via, Rep\u00fablica da
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3917
LocaleNames/pt_PT/MG=Madag\u00e1scar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3918
LocaleNames/pt_PT/MK=Maced\u00f3nia, Rep\u00fablica da
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3919
LocaleNames/pt_PT/MO=Macau - Regi\u00e3o Administrativa Especial da China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3920
LocaleNames/pt_PT/MP=Ilhas Mariana do Norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3921
LocaleNames/pt_PT/MU=Maur\u00edcias
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3922
LocaleNames/pt_PT/NC=Nova Caled\u00f3nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3923
LocaleNames/pt_PT/PG=Papua Nova Guin\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3924
LocaleNames/pt_PT/PL=Pol\u00f3nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3925
LocaleNames/pt_PT/PS=Territ\u00f3rio Palestiniano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3926
LocaleNames/pt_PT/RE=Reunion
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3927
LocaleNames/pt_PT/RO=Rom\u00e9nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3928
LocaleNames/pt_PT/SC=Seicheles
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3929
LocaleNames/pt_PT/SG=Singapura
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3930
LocaleNames/pt_PT/SI=Eslov\u00e9nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3931
LocaleNames/pt_PT/SM=S\u00e3o Marino
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3932
LocaleNames/pt_PT/TC=Ilhas Turcas e Caicos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3933
LocaleNames/pt_PT/TD=Tchade
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3934
LocaleNames/pt_PT/TF=Territ\u00f3rios Franceses a Sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3935
LocaleNames/pt_PT/TJ=Tajiquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3936
LocaleNames/pt_PT/TM=Turquemenist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3937
LocaleNames/pt_PT/UM=Ilhas Minor Outlying (E.U.A)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3938
LocaleNames/pt_PT/UZ=Uzbaquist\u00e3o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3939
LocaleNames/pt_PT/VA=Santa S\u00e9 (Estado da Cidade do Vaticano)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3940
LocaleNames/pt_PT/VC=Saint Vincent e Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3941
LocaleNames/pt_PT/VG=Ilhas Virgin Brit\u00e2nicas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3942
LocaleNames/pt_PT/VI=Ilhas Virgin E.U.A.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3943
LocaleNames/pt_PT/VN=Vietname
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3944
LocaleNames/pt_PT/YE=I\u00e9men
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3945
#bug 6290792 Gaelic support
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3946
LocaleNames/ga/ab=Abc\u00e1isis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3947
LocaleNames/ga/ae=Aiv\u00e9istis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3948
LocaleNames/ga/af=Afrac\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3949
LocaleNames/ga/ar=Araibis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3950
LocaleNames/ga/as=Asaimis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3951
LocaleNames/ga/az=Asarbaise\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3952
LocaleNames/ga/ba=Baisc\u00edris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3953
LocaleNames/ga/be=Bealar\u00faisis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3954
LocaleNames/ga/bg=Bulg\u00e1iris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3955
LocaleNames/ga/bn=Beang\u00e1lais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3956
LocaleNames/ga/bo=Tib\u00e9adais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3957
LocaleNames/ga/br=Briot\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3958
LocaleNames/ga/bs=Boisnis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3959
LocaleNames/ga/ca=Catal\u00f3inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3960
LocaleNames/ga/ce=Sisinis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3961
LocaleNames/ga/co=Corsaicis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3962
LocaleNames/ga/cr=Cra\u00edais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3963
LocaleNames/ga/cs=Seicis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3964
LocaleNames/ga/cu=Slavais na hEaglaise
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3965
LocaleNames/ga/cv=Suvaisis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3966
LocaleNames/ga/cy=Breatnais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3967
LocaleNames/ga/da=Danmhairgis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3968
LocaleNames/ga/de=Gearm\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3969
LocaleNames/ga/el=Gr\u00e9igis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3970
LocaleNames/ga/en=B\u00e9arla
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3971
LocaleNames/ga/es=Sp\u00e1innis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3972
LocaleNames/ga/et=East\u00f3inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3973
LocaleNames/ga/eu=Bascais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3974
LocaleNames/ga/fa=Peirsis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3975
LocaleNames/ga/fi=Fionnlainnis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3976
LocaleNames/ga/fj=Fidsis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3977
LocaleNames/ga/fo=Far\u00f3is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3978
LocaleNames/ga/fr=Fraincis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3979
LocaleNames/ga/fy=Freaslainnais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3980
LocaleNames/ga/ga=Gaeilge
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3981
LocaleNames/ga/gd=Gaeilge na hAlban
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3982
LocaleNames/ga/gu=G\u00faisear\u00e1itis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3983
LocaleNames/ga/gv=Mannainis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3984
LocaleNames/ga/he=Eabhrais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3985
LocaleNames/ga/hi=Hiond\u00fais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3986
LocaleNames/ga/hr=Cr\u00f3itis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3987
LocaleNames/ga/hu=Ung\u00e1iris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3988
LocaleNames/ga/hy=Airm\u00e9inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3989
LocaleNames/ga/id=Indin\u00e9isis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3990
LocaleNames/ga/in=Indin\u00e9isis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3991
LocaleNames/ga/is=\u00cdoslainnais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3992
LocaleNames/ga/it=Iod\u00e1ilis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3993
LocaleNames/ga/iu=Ion\u00faitis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3994
LocaleNames/ga/iw=Eabhrais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3995
LocaleNames/ga/ja=Seap\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3996
LocaleNames/ga/ji=Gi\u00fadais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3997
LocaleNames/ga/jv=I\u00e1vais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3998
LocaleNames/ga/ka=Seoirsis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3999
LocaleNames/ga/kk=Casachais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4000
LocaleNames/ga/kn=Cannadais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4001
LocaleNames/ga/ko=C\u00f3ir\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4002
LocaleNames/ga/ks=Caism\u00edris
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4003
LocaleNames/ga/kw=Cornais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4004
LocaleNames/ga/ky=Cirgeasais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4005
LocaleNames/ga/la=Laidin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4006
LocaleNames/ga/lb=Leitseabuirgis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4007
LocaleNames/ga/lo=Laosais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4008
LocaleNames/ga/lt=Liotu\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4009
LocaleNames/ga/lv=Laitvis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4010
LocaleNames/ga/mg=Malag\u00e1sais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4011
LocaleNames/ga/mi=Maorais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4012
LocaleNames/ga/mk=Macad\u00f3inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4013
LocaleNames/ga/ml=Mail\u00e9alaimis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4014
LocaleNames/ga/mn=Mong\u00f3ilis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4015
LocaleNames/ga/mo=Mold\u00e1ivis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4016
LocaleNames/ga/mr=Maraitis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4017
LocaleNames/ga/mt=Maltais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4018
LocaleNames/ga/my=Burmais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4019
LocaleNames/ga/na=N\u00e1r\u00fais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4020
LocaleNames/ga/nb=Ioruais Bokm\u00e5l
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4021
LocaleNames/ga/ne=Neipealais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4022
LocaleNames/ga/nl=Ollainnais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4023
LocaleNames/ga/nn=Ioruais Nynorsk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4024
LocaleNames/ga/no=Ioruais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4025
LocaleNames/ga/nv=Navach\u00f3is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4026
LocaleNames/ga/oc=Ocat\u00e1inis (tar \u00e9is 1500); Proven\u00e7al
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4027
LocaleNames/ga/os=\u00d3is\u00e9itis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4028
LocaleNames/ga/pa=Puinseaibis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4029
LocaleNames/ga/pl=Polainnis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4030
LocaleNames/ga/ps=Paisteo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4031
LocaleNames/ga/pt=Portaing\u00e9ilis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4032
LocaleNames/ga/qu=Ceatsuais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4033
LocaleNames/ga/ro=Rom\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4034
LocaleNames/ga/ru=R\u00faisis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4035
LocaleNames/ga/sa=Sanscrait
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4036
LocaleNames/ga/sc=Saird\u00ednis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4037
LocaleNames/ga/sd=Sindis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4038
LocaleNames/ga/se=S\u00e1imis Thuaidh
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4039
LocaleNames/ga/sk=Sl\u00f3vacais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4040
LocaleNames/ga/sl=Sl\u00f3v\u00e9inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4041
LocaleNames/ga/sm=Sam\u00f3is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4042
LocaleNames/ga/so=Som\u00e1lais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4043
LocaleNames/ga/sq=Alb\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4044
LocaleNames/ga/sr=Seirbis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4045
LocaleNames/ga/sv=Sualainnis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4046
LocaleNames/ga/sw=Svaha\u00edlis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4047
LocaleNames/ga/ta=Tamailis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4048
LocaleNames/ga/th=T\u00e9alainnis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4049
LocaleNames/ga/tl=Tag\u00e1laigis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4050
LocaleNames/ga/tr=Tuircis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4051
LocaleNames/ga/tt=Tatarais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4052
LocaleNames/ga/ty=Taih\u00edtis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4053
LocaleNames/ga/uk=\u00dacr\u00e1inis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4054
LocaleNames/ga/ur=Urdais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4055
LocaleNames/ga/uz=\u00daisb\u00e9icis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4056
LocaleNames/ga/vi=V\u00edtneamais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4057
LocaleNames/ga/wa=Vall\u00fanais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4058
LocaleNames/ga/yi=Gi\u00fadais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4059
LocaleNames/ga/zh=S\u00ednis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4060
LocaleNames/ga/zu=S\u00fal\u00fais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4061
LocaleNames/ga/AD=And\u00f3ra
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4062
LocaleNames/ga/AE=Aontas na n\u00c9im\u00edr\u00edochta\u00ed Arabacha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4063
LocaleNames/ga/AF=An Afganast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4064
LocaleNames/ga/AG=Antigua agus Barbuda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4065
LocaleNames/ga/AL=An Alb\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4066
LocaleNames/ga/AM=An Airm\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4067
LocaleNames/ga/AN=Antill\u00ed na h\u00cdsilt\u00edre
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4068
LocaleNames/ga/AO=Ang\u00f3la
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4069
LocaleNames/ga/AQ=An Antartaice
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4070
LocaleNames/ga/AR=An Airgint\u00edn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4071
LocaleNames/ga/AS=Sam\u00f3 Meirice\u00e1nach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4072
LocaleNames/ga/AT=An Ostair
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4073
LocaleNames/ga/AU=An Astr\u00e1il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4074
LocaleNames/ga/AZ=An Asarbaise\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4075
LocaleNames/ga/BA=An Bhoisnia-Heirseagaiv\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4076
LocaleNames/ga/BB=Barbad\u00f3s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4077
LocaleNames/ga/BD=An Bhanglaid\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4078
LocaleNames/ga/BE=An Bheilg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4079
LocaleNames/ga/BF=Buirc\u00edne Fas\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4080
LocaleNames/ga/BG=An Bhulg\u00e1ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4081
LocaleNames/ga/BH=Bair\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4082
LocaleNames/ga/BI=An Bhur\u00fain
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4083
LocaleNames/ga/BJ=Beinin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4084
LocaleNames/ga/BM=Beirmi\u00fada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4085
LocaleNames/ga/BN=Br\u00fain\u00e9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4086
LocaleNames/ga/BO=An Bholaiv
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4087
LocaleNames/ga/BR=An Bhrasa\u00edl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4088
LocaleNames/ga/BS=Na Bah\u00e1ma\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4089
LocaleNames/ga/BT=An Bh\u00fat\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4090
LocaleNames/ga/BV=Oile\u00e1in Bouvet
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4091
LocaleNames/ga/BW=An Bhotsu\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4092
LocaleNames/ga/BY=An Bhealar\u00fais
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4093
LocaleNames/ga/BZ=An Bheil\u00eds
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4094
LocaleNames/ga/CA=Ceanada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4095
LocaleNames/ga/CC=Oile\u00e1in Cocos (Keeling)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4096
LocaleNames/ga/CD=Poblacht Dhaonlathach an Chong\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4097
LocaleNames/ga/CF=Poblacht na hAfraice L\u00e1ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4098
LocaleNames/ga/CG=An Cong\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4099
LocaleNames/ga/CH=An Eilv\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4100
LocaleNames/ga/CI=An C\u00f3sta Eabhair
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4101
LocaleNames/ga/CK=Oile\u00e1in Cook
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4102
LocaleNames/ga/CL=An tSile
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4103
LocaleNames/ga/CM=Camar\u00fan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4104
LocaleNames/ga/CN=An tS\u00edn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4105
LocaleNames/ga/CO=An Chol\u00f3im
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4106
LocaleNames/ga/CR=C\u00f3sta R\u00edce
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4107
LocaleNames/ga/CU=C\u00faba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4108
LocaleNames/ga/CV=Rinn Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4109
LocaleNames/ga/CX=Oile\u00e1n na Nollag
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4110
LocaleNames/ga/CY=An Chipir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4111
LocaleNames/ga/CZ=Poblacht na Seice
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4112
LocaleNames/ga/DE=An Ghearm\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4113
LocaleNames/ga/DK=An Danmhairg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4114
LocaleNames/ga/DM=Doiminice
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4115
LocaleNames/ga/DO=An Phoblacht Dhoiminiceach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4116
LocaleNames/ga/DZ=An Ailg\u00e9ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4117
LocaleNames/ga/EC=Eacuad\u00f3r
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4118
LocaleNames/ga/EE=An East\u00f3in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4119
LocaleNames/ga/EG=An \u00c9igipt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4120
LocaleNames/ga/EH=An Sah\u00e1ra Thiar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4121
LocaleNames/ga/ES=An Sp\u00e1inn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4122
LocaleNames/ga/ET=An Aet\u00f3ip
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4123
LocaleNames/ga/FI=An Fhionlainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4124
LocaleNames/ga/FJ=Fids\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4125
LocaleNames/ga/FK=Oile\u00e1in Fh\u00e1clainne
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4126
LocaleNames/ga/FM=An Mhicrin\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4127
LocaleNames/ga/FO=Oile\u00e1in Fhar\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4128
LocaleNames/ga/FR=An Fhrainc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4129
LocaleNames/ga/GA=An Ghab\u00fain
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4130
LocaleNames/ga/GB=An R\u00edocht Aontaithe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4131
LocaleNames/ga/GE=An tSeoirsia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4132
LocaleNames/ga/GF=An Ghu\u00e1in Fhrancach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4133
LocaleNames/ga/GH=G\u00e1na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4134
LocaleNames/ga/GI=Giobr\u00e1ltar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4135
LocaleNames/ga/GL=An Ghraonlainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4136
LocaleNames/ga/GM=An Ghaimbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4137
LocaleNames/ga/GN=An Ghuine
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4138
LocaleNames/ga/GP=Guadal\u00faip
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4139
LocaleNames/ga/GQ=An Ghuine Mhe\u00e1nchriosach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4140
LocaleNames/ga/GR=An Ghr\u00e9ig
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4141
LocaleNames/ga/GS=An tSeoirsia Theas agus Oile\u00e1in Sandwich Theas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4142
LocaleNames/ga/GT=Guatamala
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4143
LocaleNames/ga/GW=An Ghuine-Bhissau
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4144
LocaleNames/ga/GY=An Ghu\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4145
LocaleNames/ga/HM=Oile\u00e1n Heard agus Oile\u00e1in McDonald
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4146
LocaleNames/ga/HN=Hond\u00faras
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4147
LocaleNames/ga/HR=An Chr\u00f3it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4148
LocaleNames/ga/HT=H\u00e1it\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4149
LocaleNames/ga/HU=An Ung\u00e1ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4150
LocaleNames/ga/ID=An Indin\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4151
LocaleNames/ga/IE=\u00c9ire
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4152
LocaleNames/ga/IL=Iosrael
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4153
LocaleNames/ga/IN=An India
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4154
LocaleNames/ga/IO=Cr\u00edocha Briotanacha an Aig\u00e9in Indiagh
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4155
LocaleNames/ga/IQ=An Iar\u00e1ic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4156
LocaleNames/ga/IR=An Iar\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4157
LocaleNames/ga/IS=An \u00cdoslainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4158
LocaleNames/ga/IT=An Iod\u00e1il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4159
LocaleNames/ga/JM=Iam\u00e1ice
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4160
LocaleNames/ga/JO=An Iord\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4161
LocaleNames/ga/JP=An tSeap\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4162
LocaleNames/ga/KE=An Ch\u00e9inia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4163
LocaleNames/ga/KG=An Chirgeast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4164
LocaleNames/ga/KH=An Chamb\u00f3id
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4165
LocaleNames/ga/KI=Cireabait\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4166
LocaleNames/ga/KM=Oile\u00e1in Chom\u00f3ra
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4167
LocaleNames/ga/KN=Saint Kitts agus Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4168
LocaleNames/ga/KP=An Ch\u00f3ir\u00e9 Thuaidh
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4169
LocaleNames/ga/KR=An Ch\u00f3ir\u00e9 Theas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4170
LocaleNames/ga/KW=Cu\u00e1it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4171
LocaleNames/ga/KY=Oile\u00e1in Cayman
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4172
LocaleNames/ga/KZ=An Chasacst\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4173
LocaleNames/ga/LB=An Liob\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4174
LocaleNames/ga/LI=Lichtinst\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4175
LocaleNames/ga/LK=Sr\u00ed Lanca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4176
LocaleNames/ga/LR=An Lib\u00e9ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4177
LocaleNames/ga/LS=Leos\u00f3ta
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4178
LocaleNames/ga/LT=An Liotu\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4179
LocaleNames/ga/LU=Lucsamburg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4180
LocaleNames/ga/LV=An Laitvia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4181
LocaleNames/ga/LY=An Libia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4182
LocaleNames/ga/MA=Marac\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4183
LocaleNames/ga/MC=Monac\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4184
LocaleNames/ga/MD=An Mhold\u00f3iv
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4185
LocaleNames/ga/MH=Oile\u00e1in Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4186
LocaleNames/ga/MK=An Mhacad\u00f3in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4187
LocaleNames/ga/ML=Mail\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4188
LocaleNames/ga/MM=Maenmar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4189
LocaleNames/ga/MN=An Mhong\u00f3il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4190
LocaleNames/ga/MP=Oile\u00e1in Mariana Thuaidh
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4191
LocaleNames/ga/MR=An Mharat\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4192
LocaleNames/ga/MS=Montsarat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4193
LocaleNames/ga/MT=M\u00e1lta
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4194
LocaleNames/ga/MU=Oile\u00e1n Mhuir\u00eds
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4195
LocaleNames/ga/MV=Mhaildiv\u00ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4196
LocaleNames/ga/MW=An Mhal\u00e1iv
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4197
LocaleNames/ga/MX=Meicsiceo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4198
LocaleNames/ga/MY=An Mhalaeisia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4199
LocaleNames/ga/MZ=M\u00f3saimb\u00edc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4200
LocaleNames/ga/NA=An Namaib
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4201
LocaleNames/ga/NC=An Nua-Chalad\u00f3in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4202
LocaleNames/ga/NE=An N\u00edgir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4203
LocaleNames/ga/NF=Oile\u00e1n Norfolk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4204
LocaleNames/ga/NG=An Nig\u00e9ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4205
LocaleNames/ga/NI=Nicearagua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4206
LocaleNames/ga/NL=An \u00cdsilt\u00edr
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4207
LocaleNames/ga/NO=An Iorua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4208
LocaleNames/ga/NP=Neipeal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4209
LocaleNames/ga/NR=N\u00e1r\u00fa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4210
LocaleNames/ga/NZ=An Nua-Sh\u00e9alainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4211
LocaleNames/ga/PE=Peiri\u00fa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4212
LocaleNames/ga/PF=An Pholain\u00e9is Fhrancach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4213
LocaleNames/ga/PG=Nua-Ghuine Phapua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4214
LocaleNames/ga/PH=Na hOile\u00e1in Fhilip\u00edneacha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4215
LocaleNames/ga/PK=An Phacast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4216
LocaleNames/ga/PL=An Pholainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4217
LocaleNames/ga/PM=Saint Pierre agus Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4218
LocaleNames/ga/PR=Port\u00f3 R\u00edce
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4219
LocaleNames/ga/PS=Na Cr\u00edocha Pailist\u00edneacha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4220
LocaleNames/ga/PT=An Phortaing\u00e9il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4221
LocaleNames/ga/PY=Paragua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4222
LocaleNames/ga/QA=Catar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4223
LocaleNames/ga/RE=R\u00e9union
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4224
LocaleNames/ga/RO=An R\u00f3m\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4225
LocaleNames/ga/RU=C\u00f3naidhm na R\u00faise
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4226
LocaleNames/ga/RW=Ruanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4227
LocaleNames/ga/SA=An Araib Sh\u00e1dach
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4228
LocaleNames/ga/SB=Oile\u00e1in Solomon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4229
LocaleNames/ga/SC=Na S\u00e9is\u00e9il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4230
LocaleNames/ga/SD=An tS\u00fad\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4231
LocaleNames/ga/SE=An tSualainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4232
LocaleNames/ga/SG=Singeap\u00f3r
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4233
LocaleNames/ga/SH=San H\u00e9ilin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4234
LocaleNames/ga/SI=An tSl\u00f3v\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4235
LocaleNames/ga/SJ=Svalbard agus Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4236
LocaleNames/ga/SK=An tSl\u00f3vaic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4237
LocaleNames/ga/SL=Siarra Leon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4238
LocaleNames/ga/SM=San Mair\u00edne
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4239
LocaleNames/ga/SN=An tSeineag\u00e1il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4240
LocaleNames/ga/SO=An tSom\u00e1il
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4241
LocaleNames/ga/SR=Suranam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4242
LocaleNames/ga/ST=Sao Tome agus Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4243
LocaleNames/ga/SV=An tSalvad\u00f3ir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4244
LocaleNames/ga/SY=An tSiria
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4245
LocaleNames/ga/SZ=An tSuasalainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4246
LocaleNames/ga/TC=Oile\u00e1in Turks agus Caicos
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4247
LocaleNames/ga/TD=Sead
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4248
LocaleNames/ga/TF=Cr\u00edocha Francacha Theas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4249
LocaleNames/ga/TG=T\u00f3ga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4250
LocaleNames/ga/TH=An T\u00e9alainn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4251
LocaleNames/ga/TJ=An T\u00e1ids\u00edceast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4252
LocaleNames/ga/TK=T\u00f3cal\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4253
LocaleNames/ga/TL=T\u00edom\u00f3r-Leste
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4254
LocaleNames/ga/TM=An Tuircm\u00e9anast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4255
LocaleNames/ga/TN=An T\u00fain\u00e9is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4256
LocaleNames/ga/TR=An Tuirc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4257
LocaleNames/ga/TT=Oile\u00e1in na Tr\u00edon\u00f3ide agus Tob\u00e1ga
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4258
LocaleNames/ga/TV=Tuval\u00fa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4259
LocaleNames/ga/TW=An T\u00e9av\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4260
LocaleNames/ga/TZ=An Tans\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4261
LocaleNames/ga/UA=An \u00dacr\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4262
LocaleNames/ga/UM=Mion-Oile\u00e1in Imeallacha S.A.M.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4263
LocaleNames/ga/US=St\u00e1it Aontaithe Mheirice\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4264
LocaleNames/ga/UY=Urugua
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4265
LocaleNames/ga/UZ=\u00daisb\u00e9iceast\u00e1in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4266
LocaleNames/ga/VA=An Chathaoir Naofa (St\u00e1t Chathair na Vatac\u00e1ine)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4267
LocaleNames/ga/VC=Saint Vincent agus na Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4268
LocaleNames/ga/VE=Veinis\u00e9ala
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4269
LocaleNames/ga/VG=Oile\u00e1in Bhriotanacha na Maighdean
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4270
LocaleNames/ga/VI=Oile\u00e1in na Maighdean S.A.M.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4271
LocaleNames/ga/VN=V\u00edtneam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4272
LocaleNames/ga/VU=Vanuat\u00fa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4273
LocaleNames/ga/WF=Oile\u00e1in Vail\u00eds agus Fut\u00fana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4274
LocaleNames/ga/WS=Sam\u00f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4275
LocaleNames/ga/YE=\u00c9imin
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4276
LocaleNames/ga/ZA=An Afraic Theas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4277
LocaleNames/ga/ZM=An tSaimbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4278
# bug #6277696
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4279
FormatData/sr/MonthNames/0=\u0458\u0430\u043d\u0443\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4280
FormatData/sr/MonthNames/1=\u0444\u0435\u0431\u0440\u0443\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4281
FormatData/sr/MonthNames/2=\u043c\u0430\u0440\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4282
FormatData/sr/MonthNames/3=\u0430\u043f\u0440\u0438\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4283
FormatData/sr/MonthNames/4=\u043c\u0430\u0458
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4284
FormatData/sr/MonthNames/5=\u0458\u0443\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4285
FormatData/sr/MonthNames/6=\u0458\u0443\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4286
FormatData/sr/MonthNames/7=\u0430\u0432\u0433\u0443\u0441\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4287
FormatData/sr/MonthNames/8=\u0441\u0435\u043f\u0442\u0435\u043c\u0431\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4288
FormatData/sr/MonthNames/9=\u043e\u043a\u0442\u043e\u0431\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4289
FormatData/sr/MonthNames/10=\u043d\u043e\u0432\u0435\u043c\u0431\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4290
FormatData/sr/MonthNames/11=\u0434\u0435\u0446\u0435\u043c\u0431\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4291
FormatData/sr/MonthAbbreviations/0=\u0458\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4292
FormatData/sr/MonthAbbreviations/1=\u0444\u0435\u0431
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4293
FormatData/sr/MonthAbbreviations/2=\u043c\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4294
FormatData/sr/MonthAbbreviations/3=\u0430\u043f\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4295
FormatData/sr/MonthAbbreviations/4=\u043c\u0430\u0458
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4296
FormatData/sr/MonthAbbreviations/5=\u0458\u0443\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4297
FormatData/sr/MonthAbbreviations/6=\u0458\u0443\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4298
FormatData/sr/MonthAbbreviations/7=\u0430\u0432\u0433
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4299
FormatData/sr/MonthAbbreviations/8=\u0441\u0435\u043f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4300
FormatData/sr/MonthAbbreviations/9=\u043e\u043a\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4301
FormatData/sr/MonthAbbreviations/10=\u043d\u043e\u0432
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4302
FormatData/sr/MonthAbbreviations/11=\u0434\u0435\u0446
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4303
FormatData/sr/DayNames/0=\u043d\u0435\u0434\u0435\u0459\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4304
FormatData/sr/DayNames/1=\u043f\u043e\u043d\u0435\u0434\u0435\u0459\u0430\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4305
FormatData/sr/DayNames/2=\u0443\u0442\u043e\u0440\u0430\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4306
FormatData/sr/DayNames/3=\u0441\u0440\u0435\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4307
FormatData/sr/DayNames/4=\u0447\u0435\u0442\u0432\u0440\u0442\u0430\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4308
FormatData/sr/DayNames/5=\u043f\u0435\u0442\u0430\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4309
FormatData/sr/DayNames/6=\u0441\u0443\u0431\u043e\u0442\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4310
FormatData/sr/DayAbbreviations/0=\u043d\u0435\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4311
FormatData/sr/DayAbbreviations/1=\u043f\u043e\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4312
FormatData/sr/DayAbbreviations/2=\u0443\u0442\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4313
FormatData/sr/DayAbbreviations/3=\u0441\u0440\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4314
FormatData/sr/DayAbbreviations/4=\u0447\u0435\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4315
FormatData/sr/DayAbbreviations/5=\u043f\u0435\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4316
FormatData/sr/DayAbbreviations/6=\u0441\u0443\u0431
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4317
FormatData/sr/Eras/0=\u043f. \u043d. \u0435.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4318
FormatData/sr/Eras/1=\u043d. \u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4319
FormatData/sr/NumberPatterns/0=#,##0.###
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4320
FormatData/sr/NumberPatterns/1=\u00a4 #,##0.00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4321
FormatData/sr/NumberPatterns/2=#,##0%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4322
FormatData/sr/NumberElements/0=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4323
FormatData/sr/NumberElements/1=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4324
FormatData/sr/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4325
FormatData/sr/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4326
FormatData/sr/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4327
FormatData/sr/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4328
FormatData/sr/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4329
FormatData/sr/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4330
FormatData/sr/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4331
FormatData/sr/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4332
FormatData/sr/NumberElements/10=NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4333
FormatData/sr/DateTimePatterns/0=HH.mm.ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4334
FormatData/sr/DateTimePatterns/1=HH.mm.ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4335
FormatData/sr/DateTimePatterns/2=HH.mm.ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4336
FormatData/sr/DateTimePatterns/3=HH.mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4337
FormatData/sr/DateTimePatterns/4=EEEE, dd.MMMM.yyyy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4338
FormatData/sr/DateTimePatterns/5=dd.MM.yyyy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4339
FormatData/sr/DateTimePatterns/6=dd.MM.yyyy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4340
FormatData/sr/DateTimePatterns/7=d.M.yy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4341
FormatData/sr/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4342
LocaleNames/sr/af=\u0410\u0444\u0440\u0438\u043a\u0430\u043d\u0435\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4343
LocaleNames/sr/ar=\u0410\u0440\u0430\u043f\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4344
LocaleNames/sr/be=\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4345
LocaleNames/sr/bg=\u0411\u0443\u0433\u0430\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4346
LocaleNames/sr/br=\u0411\u0440\u0435\u0442\u043e\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4347
LocaleNames/sr/ca=\u041a\u0430\u0442\u0430\u043b\u043e\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4348
LocaleNames/sr/co=\u041a\u043e\u0440\u0437\u0438\u043a\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4349
LocaleNames/sr/cs=\u0427\u0435\u0448\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4350
LocaleNames/sr/da=\u0414\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4351
LocaleNames/sr/de=\u041d\u0435\u043c\u0430\u0447\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4352
LocaleNames/sr/el=\u0413\u0440\u0447\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4353
LocaleNames/sr/en=\u0415\u043d\u0433\u043b\u0435\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4354
LocaleNames/sr/eo=\u0415\u0441\u043f\u0435\u0440\u0430\u043d\u0442\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4355
LocaleNames/sr/es=\u0428\u043f\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4356
LocaleNames/sr/et=\u0415\u0441\u0442\u043e\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4357
LocaleNames/sr/eu=\u0411\u0430\u0441\u043a\u0438\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4358
LocaleNames/sr/fa=\u041f\u0435\u0440\u0441\u0438\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4359
LocaleNames/sr/fi=\u0424\u0438\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4360
LocaleNames/sr/fr=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4361
LocaleNames/sr/ga=\u0418\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4362
LocaleNames/sr/he=\u0425\u0435\u0431\u0440\u0435\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4363
LocaleNames/sr/hi=\u0425\u0438\u043d\u0434\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4364
LocaleNames/sr/hr=\u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4365
LocaleNames/sr/hu=\u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4366
LocaleNames/sr/hy=\u0410\u0440\u043c\u0435\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4367
LocaleNames/sr/id=\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4368
LocaleNames/sr/in=\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4369
LocaleNames/sr/is=\u0418\u0441\u043b\u0430\u043d\u0434\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4370
LocaleNames/sr/it=\u0418\u0442\u0430\u043b\u0438\u0458\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4371
LocaleNames/sr/iw=\u0425\u0435\u0431\u0440\u0435\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4372
LocaleNames/sr/ja=\u0408\u0430\u043f\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4373
LocaleNames/sr/ji=\u0408\u0438\u0434\u0438\u0448
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4374
LocaleNames/sr/ka=\u0413\u0440\u0443\u0437\u0438\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4375
LocaleNames/sr/km=\u041a\u043c\u0435\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4376
LocaleNames/sr/ko=\u041a\u043e\u0440\u0435\u0458\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4377
LocaleNames/sr/ku=\u041a\u0443\u0440\u0434\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4378
LocaleNames/sr/ky=\u041a\u0438\u0440\u0433\u0438\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4379
LocaleNames/sr/la=\u041b\u0430\u0442\u0438\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4380
LocaleNames/sr/lt=\u041b\u0438\u0442\u0432\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4381
LocaleNames/sr/lv=\u041b\u0435\u0442\u043e\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4382
LocaleNames/sr/mk=\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4383
LocaleNames/sr/mn=\u041c\u043e\u043d\u0433\u043e\u043b\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4384
LocaleNames/sr/mo=\u041c\u043e\u043b\u0434\u0430\u0432\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4385
LocaleNames/sr/my=\u0411\u0443\u0440\u043c\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4386
LocaleNames/sr/nl=\u0425\u043e\u043b\u0430\u043d\u0434\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4387
LocaleNames/sr/no=\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4388
LocaleNames/sr/pl=\u041f\u043e\u0459\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4389
LocaleNames/sr/pt=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4390
LocaleNames/sr/rm=\u0420\u0435\u0442\u043e-\u0420\u043e\u043c\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4391
LocaleNames/sr/ro=\u0420\u0443\u043c\u0443\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4392
LocaleNames/sr/ru=\u0420\u0443\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4393
LocaleNames/sr/sa=\u0421\u0430\u043d\u0441\u043a\u0440\u0438\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4394
LocaleNames/sr/sk=\u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4395
LocaleNames/sr/sl=\u0421\u043b\u043e\u0432\u0435\u043d\u0430\u0447\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4396
LocaleNames/sr/sq=\u0410\u043b\u0431\u0430\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4397
LocaleNames/sr/sr=\u0421\u0440\u043f\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4398
LocaleNames/sr/sv=\u0428\u0432\u0435\u0434\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4399
LocaleNames/sr/sw=\u0421\u0432\u0430\u0445\u0438\u043b\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4400
LocaleNames/sr/tr=\u0422\u0443\u0440\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4401
LocaleNames/sr/uk=\u0423\u043a\u0440\u0430\u0458\u0438\u043d\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4402
LocaleNames/sr/vi=\u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4403
LocaleNames/sr/yi=\u0408\u0438\u0434\u0438\u0448
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4404
LocaleNames/sr/zh=\u041a\u0438\u043d\u0435\u0441\u043a\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4405
LocaleNames/sr/AD=\u0410\u043d\u0434\u043e\u0440\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4406
LocaleNames/sr/AE=\u0423\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0438 \u0410\u0440\u0430\u043f\u0441\u043a\u0438 \u0415\u043c\u0438\u0440\u0430\u0442\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4407
LocaleNames/sr/AF=\u0410\u0432\u0433\u0430\u043d\u0438\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4408
LocaleNames/sr/AL=\u0410\u043b\u0431\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4409
LocaleNames/sr/AM=\u0410\u0440\u043c\u0435\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4410
LocaleNames/sr/AN=\u0425\u043e\u043b\u0430\u043d\u0434\u0441\u043a\u0438 \u0410\u043d\u0442\u0438\u043b\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4411
LocaleNames/sr/AO=\u0410\u043d\u0433\u043e\u043b\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4412
LocaleNames/sr/AR=\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4413
LocaleNames/sr/AT=\u0410\u0443\u0441\u0442\u0440\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4414
LocaleNames/sr/AU=\u0410\u0443\u0441\u0442\u0440\u0430\u043b\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4415
LocaleNames/sr/AW=\u0410\u0440\u0443\u0431\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4416
LocaleNames/sr/AX=\u0410\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u043e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4417
LocaleNames/sr/AZ=\u0410\u0437\u0435\u0440\u0431\u0435\u0458\u045f\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4418
LocaleNames/sr/BA=\u0411\u043e\u0441\u043d\u0430 \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4419
LocaleNames/sr/BB=\u0411\u0430\u0440\u0431\u0430\u0434\u043e\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4420
LocaleNames/sr/BD=\u0411\u0430\u043d\u0433\u043b\u0430\u0434\u0435\u0448
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4421
LocaleNames/sr/BE=\u0411\u0435\u043b\u0433\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4422
LocaleNames/sr/BF=\u0411\u0443\u0440\u043a\u0438\u043d\u0430 \u0424\u0430\u0441\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4423
LocaleNames/sr/BG=\u0411\u0443\u0433\u0430\u0440\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4424
LocaleNames/sr/BH=\u0411\u0430\u0445\u0440\u0435\u0438\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4425
LocaleNames/sr/BI=\u0411\u0443\u0440\u0443\u043d\u0434\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4426
LocaleNames/sr/BJ=\u0411\u0435\u043d\u0438\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4427
LocaleNames/sr/BM=\u0411\u0435\u0440\u043c\u0443\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4428
LocaleNames/sr/BN=\u0411\u0440\u0443\u043d\u0435\u0458
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4429
LocaleNames/sr/BO=\u0411\u043e\u043b\u0438\u0432\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4430
LocaleNames/sr/BR=\u0411\u0440\u0430\u0455\u0438\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4431
LocaleNames/sr/BS=\u0411\u0430\u0445\u0430\u043c\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4432
LocaleNames/sr/BT=\u0411\u0443\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4433
LocaleNames/sr/BV=\u0411\u0443\u0432\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4434
LocaleNames/sr/BW=\u0411\u043e\u0446\u0432\u0430\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4435
LocaleNames/sr/BY=\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4436
LocaleNames/sr/BZ=\u0411\u0435\u043b\u0438\u0441\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4437
LocaleNames/sr/CA=\u041a\u0430\u043d\u0430\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4438
LocaleNames/sr/CC=\u041a\u043e\u043a\u043e\u0441\u043e\u0432\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4439
LocaleNames/sr/CD=\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0441\u043a\u0430 \u0440\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4440
LocaleNames/sr/CF=\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u043e \u0410\u0444\u0440\u0438\u0447\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4441
LocaleNames/sr/CG=\u041a\u043e\u043d\u0433\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4442
LocaleNames/sr/CH=\u0428\u0432\u0430\u0458\u0446\u0430\u0440\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4443
LocaleNames/sr/CI=\u041e\u0431\u0430\u043b\u0430 \u0421\u043b\u043e\u043d\u043e\u0432\u0430\u0447\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4444
LocaleNames/sr/CL=\u0427\u0438\u043b\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4445
LocaleNames/sr/CM=\u041a\u0430\u043c\u0435\u0440\u0443\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4446
LocaleNames/sr/CN=\u041a\u0438\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4447
LocaleNames/sr/CO=\u041a\u043e\u043b\u0443\u043c\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4448
LocaleNames/sr/CR=\u041a\u043e\u0441\u0442\u0430\u0440\u0438\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4449
LocaleNames/sr/CS=\u0421\u0440\u0431\u0438\u0458\u0430 \u0438 \u0426\u0440\u043d\u0430 \u0413\u043e\u0440\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4450
LocaleNames/sr/CU=\u041a\u0443\u0431\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4451
LocaleNames/sr/CV=\u041a\u0430\u043f\u0435 \u0412\u0435\u0440\u0434\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4452
LocaleNames/sr/CX=\u0411\u043e\u0436\u0438\u045b\u043d\u043e \u041e\u0441\u0442\u0440\u0432\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4453
LocaleNames/sr/CY=\u041a\u0438\u043f\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4454
LocaleNames/sr/CZ=\u0427\u0435\u0448\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4455
LocaleNames/sr/DE=\u041d\u0435\u043c\u0430\u0447\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4456
LocaleNames/sr/DJ=\u040f\u0438\u0431\u0443\u0442\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4457
LocaleNames/sr/DK=\u0414\u0430\u043d\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4458
LocaleNames/sr/DM=\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4459
LocaleNames/sr/DO=\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430\u043d\u0441\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4460
LocaleNames/sr/DZ=\u0410\u043b\u0436\u0438\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4461
LocaleNames/sr/EC=\u0415\u043a\u0432\u0430\u0434\u043e\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4462
LocaleNames/sr/EE=\u0415\u0441\u0442\u043e\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4463
LocaleNames/sr/EG=\u0415\u0433\u0438\u043f\u0430\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4464
LocaleNames/sr/EH=\u0417\u0430\u043f\u0430\u0434\u043d\u0430 \u0421\u0430\u0445\u0430\u0440\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4465
LocaleNames/sr/ER=\u0415\u0440\u0438\u0442\u0440\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4466
LocaleNames/sr/ES=\u0428\u043f\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4467
LocaleNames/sr/ET=\u0415\u0442\u0438\u043e\u043f\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4468
LocaleNames/sr/FI=\u0424\u0438\u043d\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4469
LocaleNames/sr/FJ=\u0424\u0438\u045f\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4470
LocaleNames/sr/FK=\u0424\u043e\u043b\u043a\u043b\u0430\u043d\u0434\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4471
LocaleNames/sr/FM=\u041c\u0438\u043a\u0440\u043e\u043d\u0435\u0437\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4472
LocaleNames/sr/FO=\u0424\u0430\u0440\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4473
LocaleNames/sr/FR=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4474
LocaleNames/sr/GA=\u0413\u0430\u0431\u043e\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4475
LocaleNames/sr/GB=\u0412\u0435\u043b\u0438\u043a\u0430 \u0411\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4476
LocaleNames/sr/GD=\u0413\u0440\u0435\u043d\u0430\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4477
LocaleNames/sr/GE=\u0413\u0440\u0443\u0437\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4478
LocaleNames/sr/GF=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u0413\u0432\u0430\u0458\u0430\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4479
LocaleNames/sr/GH=\u0413\u0430\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4480
LocaleNames/sr/GI=\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4481
LocaleNames/sr/GL=\u0413\u0440\u0435\u043d\u043b\u0430\u043d\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4482
LocaleNames/sr/GM=\u0413\u0430\u043c\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4483
LocaleNames/sr/GN=\u0413\u0432\u0438\u043d\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4484
LocaleNames/sr/GP=\u0413\u0432\u0430\u0434\u0435\u043b\u0443\u043f\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4485
LocaleNames/sr/GQ=\u0415\u043a\u0432\u0430\u0442\u043e\u0440\u0438\u0458\u0430\u043b\u043d\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4486
LocaleNames/sr/GR=\u0413\u0440\u0447\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4487
LocaleNames/sr/GS=\u0408\u0443\u0436\u043d\u0430 \u040f\u043e\u0440\u045f\u0438\u0458\u0430 \u0438 \u0408\u0443\u0436\u043d\u0430 \u0421\u0435\u043d\u0434\u0432\u0438\u0447 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4488
LocaleNames/sr/GT=\u0413\u0432\u0430\u0442\u0435\u043c\u0430\u043b\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4489
LocaleNames/sr/GU=\u0413\u0443\u0430\u043c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4490
LocaleNames/sr/GW=\u0413\u0432\u0438\u043d\u0435\u0458\u0430-\u0411\u0438\u0441\u0430\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4491
LocaleNames/sr/GY=\u0413\u0432\u0430\u0458\u0430\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4492
LocaleNames/sr/HK=\u0425\u043e\u043d\u0433 \u041a\u043e\u043d\u0433 (\u0421. \u0410. \u0420. \u041a\u0438\u043d\u0430)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4493
LocaleNames/sr/HM=\u0425\u0435\u0440\u0434 \u0438 \u041c\u0435\u043a\u0434\u043e\u043d\u0430\u043b\u0434 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4494
LocaleNames/sr/HN=\u0425\u043e\u043d\u0434\u0443\u0440\u0430\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4495
LocaleNames/sr/HR=\u0425\u0440\u0432\u0430\u0442\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4496
LocaleNames/sr/HT=\u0425\u0430\u0438\u0442\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4497
LocaleNames/sr/HU=\u041c\u0430\u0452\u0430\u0440\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4498
LocaleNames/sr/ID=\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4499
LocaleNames/sr/IE=\u0418\u0440\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4500
LocaleNames/sr/IL=\u0418\u0437\u0440\u0430\u0435\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4501
LocaleNames/sr/IN=\u0418\u043d\u0434\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4502
LocaleNames/sr/IQ=\u0418\u0440\u0430\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4503
LocaleNames/sr/IR=\u0418\u0440\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4504
LocaleNames/sr/IS=\u0418\u0441\u043b\u0430\u043d\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4505
LocaleNames/sr/IT=\u0418\u0442\u0430\u043b\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4506
LocaleNames/sr/JM=\u0408\u0430\u043c\u0430\u0458\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4507
LocaleNames/sr/JO=\u0408\u043e\u0440\u0434\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4508
LocaleNames/sr/JP=\u0408\u0430\u043f\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4509
LocaleNames/sr/KE=\u041a\u0435\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4510
LocaleNames/sr/KG=\u041a\u0438\u0440\u0433\u0438\u0437\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4511
LocaleNames/sr/KH=\u041a\u0430\u043c\u0431\u043e\u045f\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4512
LocaleNames/sr/KI=\u041a\u0438\u0440\u0438\u0431\u0430\u0442\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4513
LocaleNames/sr/KM=\u041a\u043e\u043c\u043e\u0440\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4514
LocaleNames/sr/KN=\u0421\u0435\u043d\u0442 \u041a\u0438\u0442\u0441 \u0438 \u041d\u0435\u0432\u0438\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4515
LocaleNames/sr/KP=\u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041a\u043e\u0440\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4516
LocaleNames/sr/KR=\u0408\u0443\u0436\u043d\u0430 \u041a\u043e\u0440\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4517
LocaleNames/sr/KW=\u041a\u0443\u0432\u0430\u0458\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4518
LocaleNames/sr/KY=\u041a\u0430\u0458\u043c\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4519
LocaleNames/sr/KZ=\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4520
LocaleNames/sr/LA=\u041b\u0430\u043e\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4521
LocaleNames/sr/LB=\u041b\u0438\u0431\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4522
LocaleNames/sr/LC=\u0421\u0435\u043d\u0442 \u041b\u0443\u0446\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4523
LocaleNames/sr/LI=\u041b\u0438\u0445\u0442\u0435\u043d\u0448\u0442\u0430\u0458\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4524
LocaleNames/sr/LK=\u0428\u0440\u0438 \u041b\u0430\u043d\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4525
LocaleNames/sr/LR=\u041b\u0438\u0431\u0435\u0440\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4526
LocaleNames/sr/LS=\u041b\u0435\u0441\u043e\u0442\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4527
LocaleNames/sr/LT=\u041b\u0438\u0442\u0432\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4528
LocaleNames/sr/LU=\u041b\u0443\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4529
LocaleNames/sr/LV=\u041b\u0435\u0442\u043e\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4530
LocaleNames/sr/LY=\u041b\u0438\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4531
LocaleNames/sr/MA=\u041c\u0430\u0440\u043e\u043a\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4532
LocaleNames/sr/MC=\u041c\u043e\u043d\u0430\u043a\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4533
LocaleNames/sr/MD=\u041c\u043e\u043b\u0434\u0430\u0432\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4534
LocaleNames/sr/MG=\u041c\u0430\u0434\u0430\u0433\u0430\u0441\u043a\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4535
LocaleNames/sr/MH=\u041c\u0430\u0440\u0448\u0430\u043b\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4536
LocaleNames/sr/MK=\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4537
LocaleNames/sr/ML=\u041c\u0430\u043b\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4538
LocaleNames/sr/MM=\u041c\u0438\u0458\u0430\u043d\u043c\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4539
LocaleNames/sr/MN=\u041c\u043e\u043d\u0433\u043e\u043b\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4540
LocaleNames/sr/MO=\u041c\u0430\u043a\u0430\u043e (\u0421. \u0410. \u0420. \u041a\u0438\u043d\u0430)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4541
LocaleNames/sr/MP=\u0421\u0435\u0432\u0435\u0440\u043d\u0430 \u041c\u0430\u0440\u0438\u0458\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4542
LocaleNames/sr/MQ=\u041c\u0430\u0440\u0442\u0438\u043d\u0438\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4543
LocaleNames/sr/MR=\u041c\u0430\u0443\u0440\u0438\u0442\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4544
LocaleNames/sr/MS=\u041c\u043e\u043d\u0441\u0435\u0440\u0430\u0442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4545
LocaleNames/sr/MT=\u041c\u0430\u043b\u0442\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4546
LocaleNames/sr/MU=\u041c\u0430\u0443\u0440\u0438\u0446\u0438\u0458\u0443\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4547
LocaleNames/sr/MV=\u041c\u0430\u043b\u0434\u0438\u0432\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4548
LocaleNames/sr/MW=\u041c\u0430\u043b\u0430\u0432\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4549
LocaleNames/sr/MX=\u041c\u0435\u043a\u0441\u0438\u043a\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4550
LocaleNames/sr/MY=\u041c\u0430\u043b\u0435\u0437\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4551
LocaleNames/sr/MZ=\u041c\u043e\u0437\u0430\u043c\u0431\u0438\u043a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4552
LocaleNames/sr/NA=\u041d\u0430\u043c\u0438\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4553
LocaleNames/sr/NC=\u041d\u043e\u0432\u0430 \u041a\u0430\u043b\u0435\u0434\u043e\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4554
LocaleNames/sr/NE=\u041d\u0438\u0433\u0435\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4555
LocaleNames/sr/NF=\u041d\u043e\u0440\u0444\u043e\u043b\u043a \u041e\u0441\u0442\u0440\u0432\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4556
LocaleNames/sr/NG=\u041d\u0438\u0433\u0435\u0440\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4557
LocaleNames/sr/NI=\u041d\u0438\u043a\u0430\u0440\u0430\u0433\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4558
LocaleNames/sr/NL=\u0425\u043e\u043b\u0430\u043d\u0434\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4559
LocaleNames/sr/NO=\u041d\u043e\u0440\u0432\u0435\u0448\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4560
LocaleNames/sr/NP=\u041d\u0435\u043f\u0430\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4561
LocaleNames/sr/NR=\u041d\u0430\u0443\u0440\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4562
LocaleNames/sr/NU=\u041d\u0438\u0443\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4563
LocaleNames/sr/NZ=\u041d\u043e\u0432\u0438 \u0417\u0435\u043b\u0430\u043d\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4564
LocaleNames/sr/OM=\u041e\u043c\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4565
LocaleNames/sr/PA=\u041f\u0430\u043d\u0430\u043c\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4566
LocaleNames/sr/PE=\u041f\u0435\u0440\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4567
LocaleNames/sr/PF=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0430 \u041f\u043e\u043b\u0438\u043d\u0435\u0437\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4568
LocaleNames/sr/PG=\u041f\u0430\u043f\u0443\u0430 \u041d\u043e\u0432\u0430 \u0413\u0432\u0438\u043d\u0435\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4569
LocaleNames/sr/PH=\u0424\u0438\u043b\u0438\u043f\u0438\u043d\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4570
LocaleNames/sr/PK=\u041f\u0430\u043a\u0438\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4571
LocaleNames/sr/PL=\u041f\u043e\u0459\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4572
LocaleNames/sr/PM=\u0421\u0435\u043d \u041f\u0458\u0435\u0440 \u0438 \u041c\u0438\u043a\u0435\u043b\u043e\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4573
LocaleNames/sr/PN=\u041f\u0438\u0442\u043a\u0435\u0440\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4574
LocaleNames/sr/PR=\u041f\u043e\u0440\u0442\u043e \u0420\u0438\u043a\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4575
LocaleNames/sr/PS=\u041f\u0430\u043b\u0435\u0441\u0442\u0438\u043d\u0441\u043a\u0430 \u0442\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4576
LocaleNames/sr/PT=\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4577
LocaleNames/sr/PW=\u041f\u0430\u043b\u0430\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4578
LocaleNames/sr/PY=\u041f\u0430\u0440\u0430\u0433\u0432\u0430\u0458
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4579
LocaleNames/sr/QA=\u041a\u0430\u0442\u0430\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4580
LocaleNames/sr/RE=\u0420\u0435\u0438\u043d\u0438\u043e\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4581
LocaleNames/sr/RO=\u0420\u0443\u043c\u0443\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4582
LocaleNames/sr/RU=\u0420\u0443\u0441\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4583
LocaleNames/sr/RW=\u0420\u0443\u0430\u043d\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4584
LocaleNames/sr/SA=\u0421\u0430\u0443\u0434\u0438\u0458\u0441\u043a\u0430 \u0410\u0440\u0430\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4585
LocaleNames/sr/SB=\u0421\u043e\u043b\u043e\u043c\u043e\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4586
LocaleNames/sr/SC=\u0421\u0435\u0458\u0448\u0435\u043b\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4587
LocaleNames/sr/SD=\u0421\u0443\u0434\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4588
LocaleNames/sr/SE=\u0428\u0432\u0435\u0434\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4589
LocaleNames/sr/SG=\u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4590
LocaleNames/sr/SH=\u0421\u0432\u0435\u0442\u0430 \u0408\u0435\u043b\u0435\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4591
LocaleNames/sr/SI=\u0421\u043b\u043e\u0432\u0435\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4592
LocaleNames/sr/SJ=\u0421\u0432\u0430\u043b\u0431\u0430\u0440\u0434 \u0438 \u0408\u0430\u043d\u043c\u0430\u0458\u0435\u043d \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4593
LocaleNames/sr/SK=\u0421\u043b\u043e\u0432\u0430\u0447\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4594
LocaleNames/sr/SL=\u0421\u0438\u0458\u0435\u0440\u0430 \u041b\u0435\u043e\u043d\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4595
LocaleNames/sr/SM=\u0421\u0430\u043d \u041c\u0430\u0440\u0438\u043d\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4596
LocaleNames/sr/SN=\u0421\u0435\u043d\u0435\u0433\u0430\u043b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4597
LocaleNames/sr/SO=\u0421\u043e\u043c\u0430\u043b\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4598
LocaleNames/sr/SR=\u0421\u0443\u0440\u0438\u043d\u0430\u043c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4599
LocaleNames/sr/ST=\u0421\u0430\u043e \u0422\u043e\u043c\u0435 \u0438 \u041f\u0440\u0438\u043d\u0446\u0438\u043f\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4600
LocaleNames/sr/SV=\u0421\u0430\u043b\u0432\u0430\u0434\u043e\u0440
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4601
LocaleNames/sr/SY=\u0421\u0438\u0440\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4602
LocaleNames/sr/SZ=\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4603
LocaleNames/sr/TC=\u0422\u0443\u0440\u043a\u0441 \u0438 \u041a\u0430\u0458\u043a\u043e\u0441 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4604
LocaleNames/sr/TD=\u0427\u0430\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4605
LocaleNames/sr/TF=\u0424\u0440\u0430\u043d\u0446\u0443\u0441\u043a\u0435 \u0408\u0443\u0436\u043d\u0435 \u0422\u0435\u0440\u0438\u0442\u043e\u0440\u0438\u0458\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4606
LocaleNames/sr/TG=\u0422\u043e\u0433\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4607
LocaleNames/sr/TH=\u0422\u0430\u0458\u043b\u0430\u043d\u0434
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4608
LocaleNames/sr/TJ=\u0422\u0430\u045f\u0438\u043a\u0438\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4609
LocaleNames/sr/TK=\u0422\u043e\u043a\u0435\u043b\u0430\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4610
LocaleNames/sr/TL=\u0422\u0438\u043c\u043e\u0440-\u041b\u0435\u0441\u0442\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4611
LocaleNames/sr/TM=\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4612
LocaleNames/sr/TN=\u0422\u0443\u043d\u0438\u0441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4613
LocaleNames/sr/TO=\u0422\u043e\u043d\u0433\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4614
LocaleNames/sr/TR=\u0422\u0443\u0440\u0441\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4615
LocaleNames/sr/TT=\u0422\u0440\u0438\u043d\u0438\u0434\u0430\u0434 \u0438 \u0422\u043e\u0431\u0430\u0433\u043e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4616
LocaleNames/sr/TV=\u0422\u0443\u0432\u0430\u043b\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4617
LocaleNames/sr/TW=\u0422\u0430\u0458\u0432\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4618
LocaleNames/sr/TZ=\u0422\u0430\u043d\u0437\u0430\u043d\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4619
LocaleNames/sr/UA=\u0423\u043a\u0440\u0430\u0458\u0438\u043d\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4620
LocaleNames/sr/UG=\u0423\u0433\u0430\u043d\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4621
LocaleNames/sr/UM=\u041c\u0430\u045a\u0430 \u0443\u0434\u0430\u0459\u0435\u043d\u0430 \u043e\u0441\u0442\u0440\u0432\u0430 \u0421\u0410\u0414
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4622
LocaleNames/sr/US=\u0421\u0458\u0435\u0434\u0438\u045a\u0435\u043d\u0435 \u0410\u043c\u0435\u0440\u0438\u0447\u043a\u0435 \u0414\u0440\u0436\u0430\u0432\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4623
LocaleNames/sr/UY=\u0423\u0440\u0443\u0433\u0432\u0430\u0458
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4624
LocaleNames/sr/UZ=\u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4625
LocaleNames/sr/VA=\u0412\u0430\u0442\u0438\u043a\u0430\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4626
LocaleNames/sr/VC=\u0421\u0435\u043d\u0442 \u0412\u0438\u043d\u0441\u0435\u043d\u0442 \u0438 \u0413\u0440\u0435\u043d\u0430\u0434\u0438\u043d\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4627
LocaleNames/sr/VE=\u0412\u0435\u043d\u0435\u0446\u0443\u0435\u043b\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4628
LocaleNames/sr/VG=\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430 \u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4629
LocaleNames/sr/VI=\u0421.\u0410.\u0414. \u0414\u0435\u0432\u0438\u0447\u0430\u043d\u0441\u043a\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4630
LocaleNames/sr/VN=\u0412\u0438\u0458\u0435\u0442\u043d\u0430\u043c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4631
LocaleNames/sr/VU=\u0412\u0430\u043d\u0443\u0430\u0442\u0443
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4632
LocaleNames/sr/WF=\u0412\u0430\u043b\u0438\u0441 \u0438 \u0424\u0443\u0442\u0443\u043d\u0430 \u041e\u0441\u0442\u0440\u0432\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4633
LocaleNames/sr/WS=\u0421\u0430\u043c\u043e\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4634
LocaleNames/sr/YE=\u0408\u0435\u043c\u0435\u043d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4635
LocaleNames/sr/YT=\u041c\u0430\u0458\u043e\u0442\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4636
LocaleNames/sr/ZM=\u0417\u0430\u043c\u0431\u0438\u0458\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4637
LocaleNames/sr/ZW=\u0417\u0438\u043c\u0431\u0430\u0431\u0432\u0435
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4638
CalendarData/sr/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4639
CurrencyNames/sr_CS/EUR=\u20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4640
# bug 6498742: data is changed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4641
CurrencyNames/sr_BA/BAM=\u041a\u041c.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4642
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4643
CurrencyNames/sr_BA/EUR=\u20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4644
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4645
# bug #6351682 Country name for Korean is wrong in Simplified Chinese
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4646
LocaleNames/zh/KP=\u671d\u9c9c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4647
LocaleNames/zh/KR=\u97e9\u56fd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4648
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4649
# bug 6379382: Finnish time of day should be formatted as "H.mm.ss", not "hh:mm:ss"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4650
FormatData/fi/DateTimePatterns/0=H.mm.ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4651
FormatData/fi/DateTimePatterns/1='klo 'H.mm.ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4652
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4653
# bug 6455680 Update locale data derived from CLDR1.3 to CLDR1.4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4654
LocaleNames/pt/CS=S\u00e9rvia e Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4655
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4656
# bug 6498742: data for IR & ZW changed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4657
LocaleNames/pt_PT/IR=Ir\u00e3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4658
LocaleNames/pt_PT/ZW=Zimb\u00e1bwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4659
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4660
LocaleNames/el/ar=\u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4661
LocaleNames/el/be=\u039b\u03b5\u03c5\u03ba\u03bf\u03c1\u03c9\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4662
LocaleNames/el/bg=\u0392\u03bf\u03c5\u03bb\u03b3\u03b1\u03c1\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4663
LocaleNames/el/bn=\u039c\u03c0\u03b5\u03bd\u03b3\u03ba\u03ac\u03bb\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4664
LocaleNames/el/bo=\u0398\u03b9\u03b2\u03b5\u03c4\u03b9\u03b1\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4665
LocaleNames/el/bs=\u0392\u03bf\u03c3\u03bd\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4666
LocaleNames/el/ca=\u039a\u03b1\u03c4\u03b1\u03bb\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4667
LocaleNames/el/co=\u039a\u03bf\u03c1\u03c3\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4668
LocaleNames/el/cs=\u03a4\u03c3\u03b5\u03c7\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4669
LocaleNames/el/cy=\u039f\u03c5\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4670
LocaleNames/el/da=\u0394\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4671
LocaleNames/el/de=\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4672
LocaleNames/el/el=\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4673
LocaleNames/el/en=\u0391\u03b3\u03b3\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4674
LocaleNames/el/es=\u0399\u03c3\u03c0\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4675
LocaleNames/el/et=\u0395\u03c3\u03b8\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4676
LocaleNames/el/eu=\u0392\u03b1\u03c3\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4677
LocaleNames/el/fa=\u03a0\u03b5\u03c1\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4678
LocaleNames/el/fi=\u03a6\u03b9\u03bd\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4679
LocaleNames/el/fr=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4680
LocaleNames/el/ga=\u0399\u03c1\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4681
LocaleNames/el/gd=\u03a3\u03ba\u03c9\u03c4\u03b9\u03ba\u03ac \u039a\u03b5\u03bb\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4682
LocaleNames/el/he=\u0395\u03b2\u03c1\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4683
LocaleNames/el/hi=\u03a7\u03af\u03bd\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4684
LocaleNames/el/hr=\u039a\u03c1\u03bf\u03b1\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4685
LocaleNames/el/hu=\u039f\u03c5\u03b3\u03b3\u03c1\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4686
LocaleNames/el/hy=\u0391\u03c1\u03bc\u03b5\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4687
LocaleNames/el/id=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4688
LocaleNames/el/in=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4689
LocaleNames/el/is=\u0399\u03c3\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4690
LocaleNames/el/it=\u0399\u03c4\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4691
LocaleNames/el/iw=\u0395\u03b2\u03c1\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4692
LocaleNames/el/ja=\u0399\u03b1\u03c0\u03c9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4693
LocaleNames/el/ji=\u0399\u03bf\u03c5\u03b4\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4694
LocaleNames/el/ka=\u0393\u03b5\u03c9\u03c1\u03b3\u03b9\u03b1\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4695
LocaleNames/el/ko=\u039a\u03bf\u03c1\u03b5\u03b1\u03c4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4696
LocaleNames/el/la=\u039b\u03b1\u03c4\u03b9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4697
LocaleNames/el/lt=\u039b\u03b9\u03b8\u03bf\u03c5\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4698
LocaleNames/el/lv=\u039b\u03b5\u03c4\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4699
LocaleNames/el/mk=\u03a3\u03bb\u03b1\u03b2\u03bf\u03bc\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4700
LocaleNames/el/mn=\u039c\u03bf\u03b3\u03b3\u03bf\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4701
LocaleNames/el/mo=\u039c\u03bf\u03bb\u03b4\u03b1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4702
LocaleNames/el/mt=\u039c\u03b1\u03bb\u03c4\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4703
LocaleNames/el/no=\u039d\u03bf\u03c1\u03b2\u03b7\u03b3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4704
LocaleNames/el/pl=\u03a0\u03bf\u03bb\u03c9\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4705
LocaleNames/el/pt=\u03a0\u03bf\u03c1\u03c4\u03bf\u03b3\u03b1\u03bb\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4706
LocaleNames/el/ro=\u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4707
LocaleNames/el/ru=\u03a1\u03c9\u03c3\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4708
LocaleNames/el/sk=\u03a3\u03bb\u03bf\u03b2\u03b1\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4709
LocaleNames/el/sl=\u03a3\u03bb\u03bf\u03b2\u03b5\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4710
LocaleNames/el/sq=\u0391\u03bb\u03b2\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4711
LocaleNames/el/sr=\u03a3\u03b5\u03c1\u03b2\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4712
LocaleNames/el/sv=\u03a3\u03bf\u03c5\u03b7\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4713
LocaleNames/el/th=\u03a4\u03b1\u03ca\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4714
LocaleNames/el/tr=\u03a4\u03bf\u03c5\u03c1\u03ba\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4715
LocaleNames/el/uk=\u039f\u03c5\u03ba\u03c1\u03b1\u03bd\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4716
LocaleNames/el/vi=\u0392\u03b9\u03b5\u03c4\u03bd\u03b1\u03bc\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4717
LocaleNames/el/yi=\u0399\u03bf\u03c5\u03b4\u03b1\u03ca\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4718
LocaleNames/el/zh=\u039a\u03b9\u03bd\u03b5\u03b6\u03b9\u03ba\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4719
LocaleNames/el/AD=\u0391\u03bd\u03b4\u03cc\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4720
LocaleNames/el/AE=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03b1 \u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ac \u0395\u03bc\u03b9\u03c1\u03ac\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4721
LocaleNames/el/AF=\u0391\u03c6\u03b3\u03b1\u03bd\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4722
LocaleNames/el/AG=\u0391\u03bd\u03c4\u03af\u03b3\u03ba\u03bf\u03c5\u03b1 \u03ba\u03b1\u03b9 \u039c\u03c0\u03b1\u03c1\u03bc\u03c0\u03bf\u03cd\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4723
LocaleNames/el/AI=\u0391\u03bd\u03b3\u03ba\u03bf\u03c5\u03af\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4724
LocaleNames/el/AL=\u0391\u03bb\u03b2\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4725
LocaleNames/el/AM=\u0391\u03c1\u03bc\u03b5\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4726
LocaleNames/el/AN=\u039f\u03bb\u03bb\u03b1\u03bd\u03b4\u03b9\u03ba\u03ad\u03c2 \u0391\u03bd\u03c4\u03af\u03bb\u03bb\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4727
LocaleNames/el/AO=\u0391\u03bd\u03b3\u03ba\u03cc\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4728
LocaleNames/el/AQ=\u0391\u03bd\u03c4\u03b1\u03c1\u03ba\u03c4\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4729
LocaleNames/el/AR=\u0391\u03c1\u03b3\u03b5\u03bd\u03c4\u03b9\u03bd\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4730
LocaleNames/el/AS=\u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ae \u03a3\u03b1\u03bc\u03cc\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4731
LocaleNames/el/AT=\u0391\u03c5\u03c3\u03c4\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4732
LocaleNames/el/AU=\u0391\u03c5\u03c3\u03c4\u03c1\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4733
LocaleNames/el/AW=\u0391\u03c1\u03bf\u03cd\u03bc\u03c0\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4734
LocaleNames/el/AX=\u039d\u03ae\u03c3\u03bf\u03b9 Aland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4735
LocaleNames/el/AZ=\u0391\u03b6\u03b5\u03c1\u03bc\u03c0\u03b1\u03ca\u03c4\u03b6\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4736
LocaleNames/el/BA=\u0392\u03bf\u03c3\u03bd\u03af\u03b1 - \u0395\u03c1\u03b6\u03b5\u03b3\u03bf\u03b2\u03af\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4737
LocaleNames/el/BB=\u039c\u03c0\u03b1\u03c1\u03bc\u03c0\u03ac\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4738
LocaleNames/el/BD=\u039c\u03c0\u03b1\u03bd\u03b3\u03ba\u03bb\u03b1\u03bd\u03c4\u03ad\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4739
LocaleNames/el/BE=\u0392\u03ad\u03bb\u03b3\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4740
LocaleNames/el/BF=\u039c\u03c0\u03bf\u03c5\u03c1\u03ba\u03af\u03bd\u03b1 \u03a6\u03ac\u03c3\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4741
LocaleNames/el/BG=\u0392\u03bf\u03c5\u03bb\u03b3\u03b1\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4742
LocaleNames/el/BH=\u039c\u03c0\u03b1\u03c7\u03c1\u03ad\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4743
LocaleNames/el/BI=\u039c\u03c0\u03bf\u03c5\u03c1\u03bf\u03cd\u03bd\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4744
LocaleNames/el/BJ=\u039c\u03c0\u03ad\u03bd\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4745
LocaleNames/el/BM=\u0392\u03b5\u03c1\u03bc\u03bf\u03cd\u03b4\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4746
LocaleNames/el/BN=\u039c\u03c0\u03c1\u03bf\u03c5\u03bd\u03ad\u03b9 \u039d\u03c4\u03b1\u03c1\u03bf\u03c5\u03c3\u03b1\u03bb\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4747
LocaleNames/el/BO=\u0392\u03bf\u03bb\u03b9\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4748
LocaleNames/el/BR=\u0392\u03c1\u03b1\u03b6\u03b9\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4749
LocaleNames/el/BS=\u039c\u03c0\u03b1\u03c7\u03ac\u03bc\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4750
LocaleNames/el/BT=\u039c\u03c0\u03bf\u03c5\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4751
LocaleNames/el/BV=\u039d\u03ae\u03c3\u03bf\u03c2 \u039c\u03c0\u03bf\u03c5\u03b2\u03ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4752
LocaleNames/el/BW=\u039c\u03c0\u03bf\u03c4\u03c3\u03bf\u03c5\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4753
LocaleNames/el/BY=\u039b\u03b5\u03c5\u03ba\u03bf\u03c1\u03c9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4754
LocaleNames/el/BZ=\u039c\u03c0\u03b5\u03bb\u03af\u03b6
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4755
LocaleNames/el/CA=\u039a\u03b1\u03bd\u03b1\u03b4\u03ac\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4756
LocaleNames/el/CC=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03cc\u03ba\u03bf\u03c2 (\u039a\u03ae\u03bb\u03b9\u03bd\u03b3\u03ba)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4757
LocaleNames/el/CD=\u039a\u03bf\u03bd\u03b3\u03ba\u03cc, \u039b\u03b1\u03ca\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4758
LocaleNames/el/CF=\u039a\u03b5\u03bd\u03c4\u03c1\u03bf\u03b1\u03c6\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4759
LocaleNames/el/CG=\u039a\u03bf\u03bd\u03b3\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4760
LocaleNames/el/CH=\u0395\u03bb\u03b2\u03b5\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4761
LocaleNames/el/CI=\u0391\u03ba\u03c4\u03ae \u0395\u03bb\u03b5\u03c6\u03b1\u03bd\u03c4\u03cc\u03b4\u03bf\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4762
LocaleNames/el/CK=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03bf\u03c5\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4763
LocaleNames/el/CL=\u03a7\u03b9\u03bb\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4764
LocaleNames/el/CM=\u039a\u03b1\u03bc\u03b5\u03c1\u03bf\u03cd\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4765
LocaleNames/el/CN=\u039a\u03af\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4766
LocaleNames/el/CO=\u039a\u03bf\u03bb\u03bf\u03bc\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4767
LocaleNames/el/CR=\u039a\u03cc\u03c3\u03c4\u03b1 \u03a1\u03af\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4768
LocaleNames/el/CS=\u03a3\u03b5\u03c1\u03b2\u03af\u03b1 \u03ba\u03b1\u03b9 \u039c\u03b1\u03c5\u03c1\u03bf\u03b2\u03bf\u03cd\u03bd\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4769
LocaleNames/el/CU=\u039a\u03bf\u03cd\u03b2\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4770
LocaleNames/el/CV=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a0\u03c1\u03ac\u03c3\u03b9\u03bd\u03bf\u03c5 \u0391\u03ba\u03c1\u03c9\u03c4\u03b7\u03c1\u03af\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4771
LocaleNames/el/CX=\u039d\u03ae\u03c3\u03bf\u03c2 \u03a7\u03c1\u03b9\u03c3\u03c4\u03bf\u03c5\u03b3\u03ad\u03bd\u03bd\u03c9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4772
LocaleNames/el/CY=\u039a\u03cd\u03c0\u03c1\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4773
LocaleNames/el/CZ=\u03a4\u03c3\u03b5\u03c7\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4774
LocaleNames/el/DE=\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4775
LocaleNames/el/DJ=\u03a4\u03b6\u03b9\u03bc\u03c0\u03bf\u03c5\u03c4\u03af
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4776
LocaleNames/el/DK=\u0394\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4777
LocaleNames/el/DM=\u039d\u03c4\u03bf\u03bc\u03af\u03bd\u03b9\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4778
LocaleNames/el/DO=\u0394\u03bf\u03bc\u03b9\u03bd\u03b9\u03ba\u03b1\u03bd\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4779
LocaleNames/el/DZ=\u0391\u03bb\u03b3\u03b5\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4780
LocaleNames/el/EC=\u0399\u03c3\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03cc\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4781
LocaleNames/el/EE=\u0395\u03c3\u03b8\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4782
LocaleNames/el/EG=\u0391\u03af\u03b3\u03c5\u03c0\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4783
LocaleNames/el/EH=\u0394\u03c5\u03c4\u03b9\u03ba\u03ae \u03a3\u03b1\u03c7\u03ac\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4784
LocaleNames/el/ER=\u0395\u03c1\u03c5\u03b8\u03c1\u03b1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4785
LocaleNames/el/ES=\u0399\u03c3\u03c0\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4786
LocaleNames/el/ET=\u0391\u03b9\u03b8\u03b9\u03bf\u03c0\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4787
LocaleNames/el/FI=\u03a6\u03b9\u03bd\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4788
LocaleNames/el/FJ=\u03a6\u03af\u03c4\u03b6\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4789
LocaleNames/el/FK=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a6\u03ce\u03ba\u03bb\u03b1\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4790
LocaleNames/el/FM=\u039c\u03b9\u03ba\u03c1\u03bf\u03bd\u03b7\u03c3\u03af\u03b1, \u039f\u03bc\u03cc\u03c3\u03c0\u03bf\u03bd\u03b4\u03b5\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b5\u03c2 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4791
LocaleNames/el/FO=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a6\u03b5\u03c1\u03cc\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4792
LocaleNames/el/FR=\u0393\u03b1\u03bb\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4793
LocaleNames/el/GA=\u0393\u03ba\u03b1\u03bc\u03c0\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4794
LocaleNames/el/GB=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03bf \u0392\u03b1\u03c3\u03af\u03bb\u03b5\u03b9\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4795
LocaleNames/el/GD=\u0393\u03c1\u03b5\u03bd\u03ac\u03b4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4796
LocaleNames/el/GE=\u0393\u03b5\u03c9\u03c1\u03b3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4797
LocaleNames/el/GF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ae \u0393\u03bf\u03c5\u03b9\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4798
LocaleNames/el/GH=\u0393\u03ba\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4799
LocaleNames/el/GI=\u0393\u03b9\u03b2\u03c1\u03b1\u03bb\u03c4\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4800
LocaleNames/el/GL=\u0393\u03c1\u03bf\u03b9\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4801
LocaleNames/el/GM=\u0393\u03ba\u03ac\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4802
LocaleNames/el/GN=\u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4803
LocaleNames/el/GP=\u0393\u03bf\u03c5\u03b1\u03b4\u03b5\u03bb\u03bf\u03cd\u03c0\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4804
LocaleNames/el/GQ=\u0399\u03c3\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ae \u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4805
LocaleNames/el/GS=\u039d\u03cc\u03c4\u03b9\u03b1 \u0393\u03b5\u03c9\u03c1\u03b3\u03af\u03b1 \u03ba\u03b1\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9 \u039d\u03cc\u03c4\u03b9\u03b5\u03c2 \u03a3\u03ac\u03bd\u03c4\u03bf\u03c5\u03b9\u03c4\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4806
LocaleNames/el/GT=\u0393\u03bf\u03c5\u03b1\u03c4\u03b5\u03bc\u03ac\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4807
LocaleNames/el/GU=\u0393\u03ba\u03bf\u03c5\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4808
LocaleNames/el/GW=\u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1-\u039c\u03c0\u03b9\u03c3\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4809
LocaleNames/el/GY=\u0393\u03bf\u03c5\u03b9\u03ac\u03bd\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4810
LocaleNames/el/HK=\u03a7\u03bf\u03bd\u03b3\u03ba \u039a\u03bf\u03bd\u03b3\u03ba, \u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae \u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u039a\u03af\u03bd\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4811
LocaleNames/el/HM=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a7\u03b5\u03c1\u03bd\u03c4 \u03ba\u03b1\u03b9 \u039c\u03b1\u03ba\u03bd\u03c4\u03cc\u03bd\u03b1\u03bb\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4812
LocaleNames/el/HN=\u039f\u03bd\u03b4\u03bf\u03cd\u03c1\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4813
LocaleNames/el/HR=\u039a\u03c1\u03bf\u03b1\u03c4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4814
LocaleNames/el/HT=\u0391\u03ca\u03c4\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4815
LocaleNames/el/HU=\u039f\u03c5\u03b3\u03b3\u03b1\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4816
LocaleNames/el/ID=\u0399\u03bd\u03b4\u03bf\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4817
LocaleNames/el/IE=\u0399\u03c1\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4818
LocaleNames/el/IL=\u0399\u03c3\u03c1\u03b1\u03ae\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4819
LocaleNames/el/IN=\u0399\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4820
LocaleNames/el/IO=\u0392\u03c1\u03b5\u03c4\u03b1\u03bd\u03b9\u03ba\u03ac \u0388\u03b4\u03ac\u03c6\u03b7 \u0399\u03bd\u03b4\u03b9\u03ba\u03bf\u03cd \u03a9\u03ba\u03b5\u03b1\u03bd\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4821
LocaleNames/el/IQ=\u0399\u03c1\u03ac\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4822
LocaleNames/el/IR=\u0399\u03c1\u03ac\u03bd, \u0399\u03c3\u03bb\u03b1\u03bc\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4823
LocaleNames/el/IS=\u0399\u03c3\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4824
LocaleNames/el/IT=\u0399\u03c4\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4825
LocaleNames/el/JM=\u03a4\u03b6\u03b1\u03bc\u03ac\u03b9\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4826
LocaleNames/el/JO=\u0399\u03bf\u03c1\u03b4\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4827
LocaleNames/el/JP=\u0399\u03b1\u03c0\u03c9\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4828
LocaleNames/el/KE=\u039a\u03ad\u03bd\u03c5\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4829
LocaleNames/el/KG=\u039a\u03b9\u03c1\u03b3\u03b9\u03b6\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4830
LocaleNames/el/KH=\u039a\u03b1\u03bc\u03c0\u03cc\u03c4\u03b6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4831
LocaleNames/el/KI=\u039a\u03b9\u03c1\u03b9\u03bc\u03c0\u03ac\u03c4\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4832
LocaleNames/el/KM=\u039a\u03bf\u03bc\u03cc\u03c1\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4833
LocaleNames/el/KN=\u03a3\u03b1\u03b9\u03bd\u03c4 \u039a\u03b9\u03c4\u03c2 \u03ba\u03b1\u03b9 \u039d\u03ad\u03b2\u03b9\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4834
LocaleNames/el/KP=\u039a\u03bf\u03c1\u03ad\u03b1, \u0392\u03cc\u03c1\u03b5\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4835
LocaleNames/el/KR=\u039a\u03bf\u03c1\u03ad\u03b1, \u039d\u03cc\u03c4\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4836
LocaleNames/el/KW=\u039a\u03bf\u03c5\u03b2\u03ad\u03b9\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4837
LocaleNames/el/KY=\u039d\u03ae\u03c3\u03bf\u03b9 \u039a\u03ad\u03b9\u03bc\u03b1\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4838
LocaleNames/el/KZ=\u039a\u03b1\u03b6\u03b1\u03ba\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4839
LocaleNames/el/LA=\u039b\u03b1\u03c4\u03b9\u03bd\u03b9\u03ba\u03ae \u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4840
LocaleNames/el/LB=\u039b\u03af\u03b2\u03b1\u03bd\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4841
LocaleNames/el/LC=\u0391\u03b3\u03af\u03b1 \u039b\u03bf\u03c5\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4842
LocaleNames/el/LI=\u039b\u03b9\u03c7\u03c4\u03b5\u03bd\u03c3\u03c4\u03ac\u03b9\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4843
LocaleNames/el/LK=\u03a3\u03c1\u03b9 \u039b\u03ac\u03bd\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4844
LocaleNames/el/LR=\u039b\u03b9\u03b2\u03b5\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4845
LocaleNames/el/LS=\u039b\u03b5\u03c3\u03cc\u03c4\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4846
LocaleNames/el/LT=\u039b\u03b9\u03b8\u03bf\u03c5\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4847
LocaleNames/el/LU=\u039b\u03bf\u03c5\u03be\u03b5\u03bc\u03b2\u03bf\u03cd\u03c1\u03b3\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4848
LocaleNames/el/LV=\u039b\u03b5\u03c4\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4849
LocaleNames/el/LY=\u039b\u03b9\u03b2\u03cd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4850
LocaleNames/el/MA=\u039c\u03b1\u03c1\u03cc\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4851
LocaleNames/el/MC=\u039c\u03bf\u03bd\u03b1\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4852
LocaleNames/el/MD=\u039c\u03bf\u03bb\u03b4\u03b1\u03b2\u03af\u03b1, \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4853
LocaleNames/el/MG=\u039c\u03b1\u03b4\u03b1\u03b3\u03b1\u03c3\u03ba\u03ac\u03c1\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4854
LocaleNames/el/MH=\u039d\u03ae\u03c3\u03bf\u03b9 \u039c\u03ac\u03c1\u03c3\u03b1\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4855
LocaleNames/el/MK=\u03a0\u0393\u0394 \u039c\u03b1\u03ba\u03b5\u03b4\u03bf\u03bd\u03af\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4856
LocaleNames/el/ML=\u039c\u03ac\u03bb\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4857
LocaleNames/el/MM=\u039c\u03b9\u03b1\u03bd\u03bc\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4858
LocaleNames/el/MN=\u039c\u03bf\u03b3\u03b3\u03bf\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4859
LocaleNames/el/MO=\u039c\u03b1\u03ba\u03ac\u03bf, \u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0394\u03b9\u03bf\u03b9\u03ba\u03b7\u03c4\u03b9\u03ba\u03ae \u03a0\u03b5\u03c1\u03b9\u03c6\u03ad\u03c1\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u039a\u03af\u03bd\u03b1\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4860
LocaleNames/el/MP=\u039d\u03ae\u03c3\u03bf\u03b9 \u0392\u03cc\u03c1\u03b5\u03b9\u03b5\u03c2 \u039c\u03b1\u03c1\u03b9\u03ac\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4861
LocaleNames/el/MQ=\u039c\u03b1\u03c1\u03c4\u03b9\u03bd\u03af\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4862
LocaleNames/el/MR=\u039c\u03b1\u03c5\u03c1\u03b9\u03c4\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4863
LocaleNames/el/MS=\u039c\u03bf\u03bd\u03c3\u03b5\u03c1\u03ac\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4864
LocaleNames/el/MT=\u039c\u03ac\u03bb\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4865
LocaleNames/el/MU=\u039c\u03b1\u03c5\u03c1\u03af\u03ba\u03b9\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4866
LocaleNames/el/MV=\u039c\u03b1\u03bb\u03b4\u03af\u03b2\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4867
LocaleNames/el/MW=\u039c\u03b1\u03bb\u03ac\u03bf\u03c5\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4868
LocaleNames/el/MX=\u039c\u03b5\u03be\u03b9\u03ba\u03cc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4869
LocaleNames/el/MY=\u039c\u03b1\u03bb\u03b1\u03b9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4870
LocaleNames/el/MZ=\u039c\u03bf\u03b6\u03b1\u03bc\u03b2\u03af\u03ba\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4871
LocaleNames/el/NA=\u039d\u03b1\u03bc\u03af\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4872
LocaleNames/el/NC=\u039d\u03ad\u03b1 \u039a\u03b1\u03bb\u03b7\u03b4\u03bf\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4873
LocaleNames/el/NE=\u039d\u03af\u03b3\u03b7\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4874
LocaleNames/el/NF=\u039d\u03ae\u03c3\u03bf\u03c2 \u039d\u03cc\u03c1\u03c6\u03bf\u03bb\u03ba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4875
LocaleNames/el/NG=\u039d\u03b9\u03b3\u03b7\u03c1\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4876
LocaleNames/el/NI=\u039d\u03b9\u03ba\u03b1\u03c1\u03ac\u03b3\u03bf\u03c5\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4877
LocaleNames/el/NL=\u039f\u03bb\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4878
LocaleNames/el/NO=\u039d\u03bf\u03c1\u03b2\u03b7\u03b3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4879
LocaleNames/el/NP=\u039d\u03b5\u03c0\u03ac\u03bb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4880
LocaleNames/el/NR=\u039d\u03b1\u03bf\u03cd\u03c1\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4881
LocaleNames/el/NU=\u039d\u03b9\u03bf\u03cd\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4882
LocaleNames/el/NZ=\u039d\u03ad\u03b1 \u0396\u03b7\u03bb\u03b1\u03bd\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4883
LocaleNames/el/OM=\u039f\u03bc\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4884
LocaleNames/el/PA=\u03a0\u03b1\u03bd\u03b1\u03bc\u03ac\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4885
LocaleNames/el/PE=\u03a0\u03b5\u03c1\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4886
LocaleNames/el/PF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ae \u03a0\u03bf\u03bb\u03c5\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4887
LocaleNames/el/PG=\u03a0\u03b1\u03c0\u03bf\u03cd\u03b1 - \u039d\u03ad\u03b1 \u0393\u03bf\u03c5\u03b9\u03bd\u03ad\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4888
LocaleNames/el/PH=\u03a6\u03b9\u03bb\u03b9\u03c0\u03c0\u03af\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4889
LocaleNames/el/PK=\u03a0\u03b1\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4890
LocaleNames/el/PL=\u03a0\u03bf\u03bb\u03c9\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4891
LocaleNames/el/PM=\u03a3\u03b1\u03b9\u03bd\u03c4 \u03a0\u03b9\u03ad\u03c1 \u03ba\u03b1\u03b9 \u039c\u03b9\u03ba\u03b5\u03bb\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4892
LocaleNames/el/PN=\u03a0\u03af\u03c4\u03ba\u03b5\u03c1\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4893
LocaleNames/el/PR=\u03a0\u03bf\u03c5\u03ad\u03c1\u03c4\u03bf \u03a1\u03af\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4894
LocaleNames/el/PS=\u03a0\u03b1\u03bb\u03b1\u03b9\u03c3\u03c4\u03b9\u03bd\u03b9\u03b1\u03ba\u03ac \u0395\u03b4\u03ac\u03c6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4895
LocaleNames/el/PT=\u03a0\u03bf\u03c1\u03c4\u03bf\u03b3\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4896
LocaleNames/el/PW=\u03a0\u03b1\u03bb\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4897
LocaleNames/el/PY=\u03a0\u03b1\u03c1\u03b1\u03b3\u03bf\u03c5\u03ac\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4898
LocaleNames/el/QA=\u039a\u03b1\u03c4\u03ac\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4899
LocaleNames/el/RE=\u03a1\u03b5\u03cb\u03bd\u03b9\u03cc\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4900
LocaleNames/el/RO=\u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4901
LocaleNames/el/RU=\u03a1\u03c9\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4902
LocaleNames/el/RW=\u03a1\u03bf\u03c5\u03ac\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4903
LocaleNames/el/SA=\u03a3\u03b1\u03bf\u03c5\u03b4\u03b9\u03ba\u03ae \u0391\u03c1\u03b1\u03b2\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4904
LocaleNames/el/SB=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a3\u03bf\u03bb\u03bf\u03bc\u03ce\u03bd\u03c4\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4905
LocaleNames/el/SC=\u03a3\u03b5\u03cb\u03c7\u03ad\u03bb\u03bb\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4906
LocaleNames/el/SD=\u03a3\u03bf\u03c5\u03b4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4907
LocaleNames/el/SE=\u03a3\u03bf\u03c5\u03b7\u03b4\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4908
LocaleNames/el/SG=\u03a3\u03b9\u03b3\u03ba\u03b1\u03c0\u03bf\u03cd\u03c1\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4909
LocaleNames/el/SH=\u0391\u03b3\u03af\u03b1 \u0395\u03bb\u03ad\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4910
LocaleNames/el/SI=\u03a3\u03bb\u03bf\u03b2\u03b5\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4911
LocaleNames/el/SJ=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a3\u03b2\u03ac\u03bb\u03bc\u03c0\u03b1\u03c1 \u03ba\u03b1\u03b9 \u0393\u03b9\u03b1\u03bd \u039c\u03b1\u03b3\u03b9\u03ad\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4912
LocaleNames/el/SK=\u03a3\u03bb\u03bf\u03b2\u03b1\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4913
LocaleNames/el/SL=\u03a3\u03b9\u03ad\u03c1\u03b1 \u039b\u03b5\u03cc\u03bd\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4914
LocaleNames/el/SM=\u0386\u03b3\u03b9\u03bf\u03c2 \u039c\u03b1\u03c1\u03af\u03bd\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4915
LocaleNames/el/SN=\u03a3\u03b5\u03bd\u03b5\u03b3\u03ac\u03bb\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4916
LocaleNames/el/SO=\u03a3\u03bf\u03bc\u03b1\u03bb\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4917
LocaleNames/el/SR=\u03a3\u03bf\u03c5\u03c1\u03b9\u03bd\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4918
LocaleNames/el/ST=\u03a3\u03ac\u03bf \u03a4\u03bf\u03bc\u03ad \u03ba\u03b1\u03b9 \u03a0\u03c1\u03af\u03bd\u03c3\u03b9\u03c0\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4919
LocaleNames/el/SV=\u0395\u03bb \u03a3\u03b1\u03bb\u03b2\u03b1\u03b4\u03cc\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4920
LocaleNames/el/SY=\u03a3\u03c5\u03c1\u03af\u03b1, \u0391\u03c1\u03b1\u03b2\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03b7\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4921
LocaleNames/el/SZ=\u03a3\u03bf\u03c5\u03b1\u03b6\u03b9\u03bb\u03ac\u03bd\u03b4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4922
LocaleNames/el/TC=\u039d\u03ae\u03c3\u03bf\u03b9 \u03a4\u03b5\u03c1\u03ba\u03c2 \u03ba\u03b1\u03b9 \u039a\u03ac\u03b9\u03ba\u03bf\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4923
LocaleNames/el/TD=\u03a4\u03c3\u03b1\u03bd\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4924
LocaleNames/el/TF=\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac \u039d\u03cc\u03c4\u03b9\u03b1 \u0395\u03b4\u03ac\u03c6\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4925
LocaleNames/el/TG=\u03a4\u03cc\u03b3\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4926
LocaleNames/el/TH=\u03a4\u03b1\u03ca\u03bb\u03ac\u03bd\u03b4\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4927
LocaleNames/el/TJ=\u03a4\u03b1\u03c4\u03b6\u03b9\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4928
LocaleNames/el/TK=\u03a4\u03bf\u03ba\u03b5\u03bb\u03ac\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4929
LocaleNames/el/TL=\u0391\u03bd\u03b1\u03c4\u03bf\u03bb\u03b9\u03ba\u03cc \u03a4\u03b9\u03bc\u03cc\u03c1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4930
LocaleNames/el/TM=\u03a4\u03bf\u03c5\u03c1\u03ba\u03bc\u03b5\u03bd\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4931
LocaleNames/el/TN=\u03a4\u03c5\u03bd\u03b7\u03c3\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4932
LocaleNames/el/TO=\u03a4\u03cc\u03bd\u03b3\u03ba\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4933
LocaleNames/el/TR=\u03a4\u03bf\u03c5\u03c1\u03ba\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4934
LocaleNames/el/TT=\u03a4\u03c1\u03b9\u03bd\u03b9\u03b4\u03ac\u03b4 \u03ba\u03b1\u03b9 \u03a4\u03bf\u03bc\u03c0\u03ac\u03b3\u03ba\u03bf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4935
LocaleNames/el/TV=\u03a4\u03bf\u03c5\u03b2\u03b1\u03bb\u03bf\u03cd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4936
LocaleNames/el/TW=\u03a4\u03b1\u03ca\u03b2\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4937
LocaleNames/el/TZ=\u03a4\u03b1\u03bd\u03b6\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4938
LocaleNames/el/UA=\u039f\u03c5\u03ba\u03c1\u03b1\u03bd\u03af\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4939
LocaleNames/el/UG=\u039f\u03c5\u03b3\u03ba\u03ac\u03bd\u03c4\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4940
LocaleNames/el/UM=\u0391\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u039d\u03b7\u03c3\u03af\u03b4\u03b5\u03c2 \u03c4\u03c9\u03bd \u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03c9\u03bd \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03b9\u03ce\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4941
LocaleNames/el/US=\u0397\u03bd\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bf\u03bb\u03b9\u03c4\u03b5\u03af\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4942
LocaleNames/el/UY=\u039f\u03c5\u03c1\u03bf\u03c5\u03b3\u03bf\u03c5\u03ac\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4943
LocaleNames/el/UZ=\u039f\u03c5\u03b6\u03bc\u03c0\u03b5\u03ba\u03b9\u03c3\u03c4\u03ac\u03bd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4944
LocaleNames/el/VA=\u0391\u03b3\u03af\u03b1 \u0388\u03b4\u03c1\u03b1 (\u0392\u03b1\u03c4\u03b9\u03ba\u03b1\u03bd\u03cc)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4945
LocaleNames/el/VC=\u0386\u03b3\u03b9\u03bf\u03c2 \u0392\u03b9\u03ba\u03ad\u03bd\u03c4\u03b9\u03bf\u03c2 \u03ba\u03b1\u03b9 \u0393\u03c1\u03b5\u03bd\u03b1\u03b4\u03af\u03bd\u03b5\u03c2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4946
LocaleNames/el/VE=\u0392\u03b5\u03bd\u03b5\u03b6\u03bf\u03c5\u03ad\u03bb\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4947
LocaleNames/el/VG=\u0392\u03c1\u03b5\u03c4\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a0\u03b1\u03c1\u03b8\u03ad\u03bd\u03bf\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4948
LocaleNames/el/VI=\u0391\u03bc\u03b5\u03c1\u03b9\u03ba\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03a0\u03b1\u03c1\u03b8\u03ad\u03bd\u03bf\u03b9 \u039d\u03ae\u03c3\u03bf\u03b9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4949
LocaleNames/el/VN=\u0392\u03b9\u03b5\u03c4\u03bd\u03ac\u03bc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4950
LocaleNames/el/VU=\u0392\u03b1\u03bd\u03bf\u03c5\u03ac\u03c4\u03bf\u03c5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4951
LocaleNames/el/WF=\u039d\u03ae\u03c3\u03bf\u03b9 \u039f\u03c5\u03b1\u03bb\u03bb\u03af\u03c2 \u03ba\u03b1\u03b9 \u03a6\u03bf\u03c5\u03c4\u03bf\u03c5\u03bd\u03ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4952
LocaleNames/el/WS=\u03a3\u03b1\u03bc\u03cc\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4953
LocaleNames/el/YE=\u03a5\u03b5\u03bc\u03ad\u03bd\u03b7
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4954
LocaleNames/el/YT=\u039c\u03b1\u03b3\u03b9\u03cc\u03c4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4955
LocaleNames/el/ZA=\u039d\u03cc\u03c4\u03b9\u03b1 \u0391\u03c6\u03c1\u03b9\u03ba\u03ae
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4956
LocaleNames/el/ZM=\u0396\u03ac\u03bc\u03c0\u03b9\u03b1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4957
LocaleNames/el/ZW=\u0396\u03b9\u03bc\u03c0\u03ac\u03bc\u03c0\u03bf\u03c5\u03b5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4958
LocaleNames/en_MT/fy=Western Frisian
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4959
LocaleNames/en_MT/gl=Galician
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4960
LocaleNames/en_MT/ps=Pashto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4961
LocaleNames/en_MT/AX=Aland Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4962
LocaleNames/en_MT/CD=Congo (Kinshasa)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4963
LocaleNames/en_MT/CG=Congo (Brazzaville)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4964
LocaleNames/en_MT/CS=Serbia And Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4965
LocaleNames/en_MT/HK=Hong Kong SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4966
LocaleNames/en_MT/MO=Macao SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4967
LocaleNames/en_PH/fy=Western Frisian
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4968
LocaleNames/en_PH/gl=Galician
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4969
LocaleNames/en_PH/ps=Pashto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4970
LocaleNames/en_PH/AX=Aland Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4971
LocaleNames/en_PH/CD=Congo (Kinshasa)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4972
LocaleNames/en_PH/CG=Congo (Brazzaville)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4973
LocaleNames/en_PH/CS=Serbia And Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4974
LocaleNames/en_PH/HK=Hong Kong SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4975
LocaleNames/en_PH/MO=Macao SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4976
LocaleNames/en_PH/MO=Macao SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4977
LocaleNames/en_SG/fy=Western Frisian
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4978
LocaleNames/en_SG/gl=Galician
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4979
LocaleNames/en_SG/ps=Pashto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4980
LocaleNames/en_SG/AX=Aland Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4981
LocaleNames/en_SG/CD=Congo (Kinshasa)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4982
LocaleNames/en_SG/CG=Congo (Brazzaville)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4983
LocaleNames/en_SG/CS=Serbia And Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4984
LocaleNames/en_SG/HK=Hong Kong SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4985
LocaleNames/en_SG/MO=Macao SAR China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4986
LocaleNames/es_US/ab=abjaso
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4987
LocaleNames/es_US/dz=dzongkha
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4988
LocaleNames/es_US/fj=fidjiano
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4989
LocaleNames/es_US/si=cingal\u00e9s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4990
LocaleNames/es_US/ti=tigri\u00f1a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4991
LocaleNames/es_US/vo=volap\u00fck
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4992
LocaleNames/es_US/AX=Islas \u00c5land
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4993
LocaleNames/es_US/BH=Bahr\u00e9in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4994
LocaleNames/es_US/KG=Kirguist\u00e1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4995
LocaleNames/mt/ab=Abka\u017cjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4996
LocaleNames/mt/af=Afrikans
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4997
LocaleNames/mt/am=Am\u0127ariku
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4998
LocaleNames/mt/ar=G\u0127arbi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4999
LocaleNames/mt/av=Avarik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5000
LocaleNames/mt/ay=Ajmara
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5001
LocaleNames/mt/az=A\u017cerbaj\u0121ani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5002
LocaleNames/mt/ba=Baxkir
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5003
LocaleNames/mt/be=Belarussu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5004
LocaleNames/mt/bg=Bulgaru
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5005
LocaleNames/mt/bh=Bi\u0127ari
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5006
LocaleNames/mt/bo=Tibetjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5007
LocaleNames/mt/br=Brenton
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5008
LocaleNames/mt/bs=Bosnijan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5009
LocaleNames/mt/ca=Katalan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5010
LocaleNames/mt/ce=\u010ae\u010ben
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5011
LocaleNames/mt/ch=\u010aamorro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5012
LocaleNames/mt/co=Korsiku
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5013
LocaleNames/mt/cr=Krij
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5014
LocaleNames/mt/cs=\u010aek
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5015
LocaleNames/mt/cu=Slaviku tal-Knisja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5016
LocaleNames/mt/cv=\u010auvax
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5017
LocaleNames/mt/cy=Welx
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5018
LocaleNames/mt/da=Dani\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5019
LocaleNames/mt/de=\u0120ermani\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5020
LocaleNames/mt/dv=Dive\u0127i
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5021
LocaleNames/mt/dz=D\u017congka
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5022
LocaleNames/mt/el=Grieg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5023
LocaleNames/mt/en=Ingli\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5024
LocaleNames/mt/es=Spanjol
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5025
LocaleNames/mt/et=Estonjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5026
LocaleNames/mt/eu=Bask
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5027
LocaleNames/mt/fa=Persjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5028
LocaleNames/mt/ff=Fula\u0127
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5029
LocaleNames/mt/fi=Finlandi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5030
LocaleNames/mt/fj=Fi\u0121i
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5031
LocaleNames/mt/fo=Fawri\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5032
LocaleNames/mt/fr=Fran\u010bi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5033
LocaleNames/mt/fy=Fri\u017cjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5034
LocaleNames/mt/ga=Irlandi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5035
LocaleNames/mt/gd=Galliku Sko\u010b\u010bi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5036
LocaleNames/mt/gl=Gallegjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5037
LocaleNames/mt/gn=Gwarani
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5038
LocaleNames/mt/gu=Gu\u0121arati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5039
LocaleNames/mt/gv=Manks
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5040
LocaleNames/mt/ha=\u0126awsa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5041
LocaleNames/mt/he=Ebrajk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5042
LocaleNames/mt/hi=\u0126indi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5043
LocaleNames/mt/ho=\u0126iri Motu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5044
LocaleNames/mt/hr=Kroat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5045
LocaleNames/mt/hu=Ungeri\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5046
LocaleNames/mt/hy=Armenjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5047
LocaleNames/mt/hz=\u0126erero
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5048
LocaleNames/mt/id=Indone\u017cjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5049
LocaleNames/mt/ik=Inupjak
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5050
LocaleNames/mt/in=Indone\u017cjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5051
LocaleNames/mt/is=I\u017clandi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5052
LocaleNames/mt/it=Taljan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5053
LocaleNames/mt/iu=Inukitut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5054
LocaleNames/mt/iw=Ebrajk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5055
LocaleNames/mt/ja=\u0120appuni\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5056
LocaleNames/mt/ji=Jiddix
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5057
LocaleNames/mt/jv=\u0120avani\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5058
LocaleNames/mt/ka=\u0120or\u0121jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5059
LocaleNames/mt/ki=Kikuju
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5060
LocaleNames/mt/kj=Kuanyama
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5061
LocaleNames/mt/kk=Ka\u017cak
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5062
LocaleNames/mt/kl=Kalallisut
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5063
LocaleNames/mt/km=Kmer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5064
LocaleNames/mt/ko=Korejan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5065
LocaleNames/mt/ks=Kaxmiri
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5066
LocaleNames/mt/ku=Kurdi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5067
LocaleNames/mt/kw=Korniku
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5068
LocaleNames/mt/ky=Kirgi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5069
LocaleNames/mt/lb=Let\u017cburgi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5070
LocaleNames/mt/ln=Lingaljan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5071
LocaleNames/mt/lt=Litwanjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5072
LocaleNames/mt/lv=Latvjan (Lettix)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5073
LocaleNames/mt/mg=Malaga\u017ci
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5074
LocaleNames/mt/mh=Marxall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5075
LocaleNames/mt/mk=Ma\u010bedonjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5076
LocaleNames/mt/ml=Malajalam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5077
LocaleNames/mt/mn=Mongoljan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5078
LocaleNames/mt/mo=Moldavjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5079
LocaleNames/mt/mr=Marati
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5080
LocaleNames/mt/ms=Malajan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5081
LocaleNames/mt/mt=Malti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5082
LocaleNames/mt/my=Burmi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5083
LocaleNames/mt/na=Nawuru
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5084
LocaleNames/mt/nb=Bokmahal Norve\u0121i\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5085
LocaleNames/mt/nd=Ndebele, ta\u2019 Fuq
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5086
LocaleNames/mt/ne=Nepali\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5087
LocaleNames/mt/nl=Olandi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5088
LocaleNames/mt/nn=Ninorsk Norve\u0121i\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5089
LocaleNames/mt/no=Norve\u0121i\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5090
LocaleNames/mt/nr=Ndebele, t\u2019Isfel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5091
LocaleNames/mt/nv=Nava\u0127o
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5092
LocaleNames/mt/ny=\u010ai\u010bewa; Njan\u0121a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5093
LocaleNames/mt/oc=Provenzal (wara 1500)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5094
LocaleNames/mt/oj=O\u0121ibwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5095
LocaleNames/mt/om=Oromo (Afan)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5096
LocaleNames/mt/or=Orija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5097
LocaleNames/mt/os=Ossettiku
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5098
LocaleNames/mt/pa=Pun\u0121abi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5099
LocaleNames/mt/pl=Pollakk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5100
LocaleNames/mt/ps=Paxtun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5101
LocaleNames/mt/pt=Portugi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5102
LocaleNames/mt/qu=Ke\u010bwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5103
LocaleNames/mt/rm=Reto-Romanz
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5104
LocaleNames/mt/ro=Rumen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5105
LocaleNames/mt/ru=Russu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5106
LocaleNames/mt/rw=Kinjarwanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5107
LocaleNames/mt/sc=Sardinjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5108
LocaleNames/mt/sd=Sindi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5109
LocaleNames/mt/se=Sami ta\u2019 Fuq
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5110
LocaleNames/mt/si=Sin\u0127ali\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5111
LocaleNames/mt/sk=Slovakk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5112
LocaleNames/mt/sl=Sloven
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5113
LocaleNames/mt/sm=Samojan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5114
LocaleNames/mt/sn=Xona
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5115
LocaleNames/mt/sq=Albani\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5116
LocaleNames/mt/sr=Serb
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5117
LocaleNames/mt/st=Soto, t\u2019Isfel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5118
LocaleNames/mt/su=Sundani\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5119
LocaleNames/mt/sv=Svedi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5120
LocaleNames/mt/sw=Swa\u0127ili
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5121
LocaleNames/mt/tg=Ta\u0121ik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5122
LocaleNames/mt/th=Tajlandi\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5123
LocaleNames/mt/ti=Tigrinja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5124
LocaleNames/mt/tk=Turkmeni
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5125
LocaleNames/mt/tn=Zwana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5126
LocaleNames/mt/to=Tongan (G\u017cejjer ta\u2019 Tonga)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5127
LocaleNames/mt/tr=Tork
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5128
LocaleNames/mt/ty=Ta\u0127itjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5129
LocaleNames/mt/ug=Wigur
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5130
LocaleNames/mt/uk=Ukranjan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5131
LocaleNames/mt/uz=U\u017cbek
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5132
LocaleNames/mt/vi=Vjetnami\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5133
LocaleNames/mt/vo=Volapuk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5134
LocaleNames/mt/xh=\u0126o\u017ca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5135
LocaleNames/mt/yi=Jiddix
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5136
LocaleNames/mt/yo=Joruba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5137
LocaleNames/mt/za=\u017bwang
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5138
LocaleNames/mt/zh=\u010aini\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5139
LocaleNames/mt/zu=\u017bulu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5140
LocaleNames/mt/AE=Emirati G\u0127arab Maqg\u0127uda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5141
LocaleNames/mt/AF=Afganistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5142
LocaleNames/mt/AI=Angwilla
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5143
LocaleNames/mt/AL=Albanija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5144
LocaleNames/mt/AM=Armenja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5145
LocaleNames/mt/AN=Antilles Olandi\u017ci
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5146
LocaleNames/mt/AQ=Antartika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5147
LocaleNames/mt/AR=Ar\u0121entina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5148
LocaleNames/mt/AS=Samoa Amerikana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5149
LocaleNames/mt/AT=Awstrija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5150
LocaleNames/mt/AU=Awstralja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5151
LocaleNames/mt/AZ=A\u017cerbaj\u0121an
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5152
LocaleNames/mt/BA=Bo\u017cnija \u0126er\u017cegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5153
LocaleNames/mt/BD=Bangladexx
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5154
LocaleNames/mt/BE=Bel\u0121ju
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5155
LocaleNames/mt/BG=Bulgarija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5156
LocaleNames/mt/BH=Ba\u0127rajn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5157
LocaleNames/mt/BN=Brunej
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5158
LocaleNames/mt/BO=Bolivja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5159
LocaleNames/mt/BR=Bra\u017cil
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5160
LocaleNames/mt/BS=Ba\u0127amas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5161
LocaleNames/mt/BT=Butan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5162
LocaleNames/mt/BY=Bjelorussja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5163
LocaleNames/mt/BZ=Beli\u017ce
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5164
LocaleNames/mt/CA=Kanada
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5165
LocaleNames/mt/CC=Cocos (Keeling) Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5166
LocaleNames/mt/CD=Democratic Republic of the Congo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5167
LocaleNames/mt/CF=Repubblika Afrikana \u010aentrali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5168
LocaleNames/mt/CG=Kongo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5169
LocaleNames/mt/CH=Svizzera
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5170
LocaleNames/mt/CI=Kosta ta\u2019 l-Avorju
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5171
LocaleNames/mt/CL=\u010aili
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5172
LocaleNames/mt/CM=Kamerun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5173
LocaleNames/mt/CN=\u010aina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5174
LocaleNames/mt/CO=Kolumbja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5175
LocaleNames/mt/CR=Kosta Rika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5176
LocaleNames/mt/CS=Serbja u Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5177
LocaleNames/mt/CU=Kuba
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5178
LocaleNames/mt/CV=Kape Verde
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5179
LocaleNames/mt/CY=\u010aipru
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5180
LocaleNames/mt/CZ=Repubblika \u010aeka
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5181
LocaleNames/mt/DE=\u0120ermanja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5182
LocaleNames/mt/DJ=\u0120ibuti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5183
LocaleNames/mt/DK=Danimarka
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5184
LocaleNames/mt/DM=Dominika
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5185
LocaleNames/mt/DO=Republikka Domenikana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5186
LocaleNames/mt/DZ=Al\u0121erija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5187
LocaleNames/mt/EC=Ekwador
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5188
LocaleNames/mt/EE=Estonja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5189
LocaleNames/mt/EG=E\u0121ittu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5190
LocaleNames/mt/EH=Sahara tal-Punent
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5191
LocaleNames/mt/ER=Eritreja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5192
LocaleNames/mt/ES=Spanja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5193
LocaleNames/mt/ET=Etijopja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5194
LocaleNames/mt/FI=Finlandja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5195
LocaleNames/mt/FJ=Fi\u0121i
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5196
LocaleNames/mt/FM=Mikronesja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5197
LocaleNames/mt/FO=G\u017cejjer Faroe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5198
LocaleNames/mt/FR=Franza
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5199
LocaleNames/mt/GB=Ingilterra
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5200
LocaleNames/mt/GE=\u0120or\u0121ja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5201
LocaleNames/mt/GF=Gujana Fran\u010bi\u017ca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5202
LocaleNames/mt/GH=Gana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5203
LocaleNames/mt/GL=Grinlandja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5204
LocaleNames/mt/GM=Gambja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5205
LocaleNames/mt/GN=Gineja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5206
LocaleNames/mt/GP=Gwadelupe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5207
LocaleNames/mt/GQ=Ginea Ekwatorjali
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5208
LocaleNames/mt/GR=Gre\u010bja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5209
LocaleNames/mt/GS=South Georgia and the South Sandwich Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5210
LocaleNames/mt/GT=Gwatemala
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5211
LocaleNames/mt/GU=Gwam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5212
LocaleNames/mt/GW=Ginea-Bissaw
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5213
LocaleNames/mt/GY=Gujana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5214
LocaleNames/mt/HK=\u0126ong Kong S.A.R., \u010aina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5215
LocaleNames/mt/HM=Heard Island and McDonald Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5216
LocaleNames/mt/HN=\u0126onduras
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5217
LocaleNames/mt/HR=Kroazja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5218
LocaleNames/mt/HT=\u0126aiti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5219
LocaleNames/mt/HU=Ungerija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5220
LocaleNames/mt/ID=Indone\u017cja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5221
LocaleNames/mt/IE=Irlanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5222
LocaleNames/mt/IL=I\u017crael
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5223
LocaleNames/mt/IN=Indja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5224
LocaleNames/mt/IS=Islanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5225
LocaleNames/mt/IT=Italja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5226
LocaleNames/mt/JM=\u0120amajka
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5227
LocaleNames/mt/JO=\u0120ordan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5228
LocaleNames/mt/JP=\u0120appun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5229
LocaleNames/mt/KE=Kenja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5230
LocaleNames/mt/KG=Kirgistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5231
LocaleNames/mt/KH=Kambodja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5232
LocaleNames/mt/KM=Komoros
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5233
LocaleNames/mt/KN=Saint Kitts and Nevis
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5234
LocaleNames/mt/KP=Koreja ta\u2019 Fuq
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5235
LocaleNames/mt/KR=Koreja t\u2019Isfel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5236
LocaleNames/mt/KW=Kuwajt
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5237
LocaleNames/mt/KZ=Ka\u017cakstan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5238
LocaleNames/mt/LB=Libanu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5239
LocaleNames/mt/LC=Santa Lu\u010bija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5240
LocaleNames/mt/LR=Liberja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5241
LocaleNames/mt/LS=Lesoto
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5242
LocaleNames/mt/LT=Litwanja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5243
LocaleNames/mt/LU=Lussemburgu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5244
LocaleNames/mt/LV=Latvja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5245
LocaleNames/mt/LY=Libja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5246
LocaleNames/mt/MA=Marokk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5247
LocaleNames/mt/MC=Monako
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5248
LocaleNames/mt/MD=Maldova
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5249
LocaleNames/mt/MG=Madagaskar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5250
LocaleNames/mt/MH=G\u017cejjer ta\u2019 Marshall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5251
LocaleNames/mt/MK=Ma\u010bedonja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5252
LocaleNames/mt/MM=Mjanmar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5253
LocaleNames/mt/MN=Mongolja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5254
LocaleNames/mt/MO=Macao S.A.R., China
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5255
LocaleNames/mt/MP=G\u017cejjer Marjana ta\u2019 Fuq
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5256
LocaleNames/mt/MQ=Martinik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5257
LocaleNames/mt/MR=Mawritanja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5258
LocaleNames/mt/MU=Mawrizju
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5259
LocaleNames/mt/MX=Messiku
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5260
LocaleNames/mt/MY=Malasja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5261
LocaleNames/mt/MZ=Mo\u017cambik
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5262
LocaleNames/mt/NA=Namibja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5263
LocaleNames/mt/NE=Ni\u0121er
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5264
LocaleNames/mt/NG=Ni\u0121erja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5265
LocaleNames/mt/NI=Nikaragwa
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5266
LocaleNames/mt/NL=Olanda
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5267
LocaleNames/mt/NO=Norve\u0121ja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5268
LocaleNames/mt/PF=Polinesja Fran\u010bi\u017ca
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5269
LocaleNames/mt/PG=Papwa-Ginea \u0120dida
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5270
LocaleNames/mt/PH=Filippini
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5271
LocaleNames/mt/PL=Polonja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5272
LocaleNames/mt/PM=Saint Pierre and Miquelon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5273
LocaleNames/mt/PS=Palestinian Territory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5274
LocaleNames/mt/PT=Portugall
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5275
LocaleNames/mt/PY=Paragwaj
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5276
LocaleNames/mt/RE=R\u00e9union
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5277
LocaleNames/mt/RO=Rumanija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5278
LocaleNames/mt/RU=Russja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5279
LocaleNames/mt/SA=G\u0127arabja Sawdita
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5280
LocaleNames/mt/SE=\u017bvezja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5281
LocaleNames/mt/SG=Singapor
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5282
LocaleNames/mt/SI=Slovenja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5283
LocaleNames/mt/SJ=Svalbard and Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5284
LocaleNames/mt/SK=Slovakkja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5285
LocaleNames/mt/SO=Somalja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5286
LocaleNames/mt/SR=Surinam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5287
LocaleNames/mt/ST=Sao Tome and Principe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5288
LocaleNames/mt/SY=Sirja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5289
LocaleNames/mt/SZ=Swa\u017ciland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5290
LocaleNames/mt/TC=Turks and Caicos Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5291
LocaleNames/mt/TD=\u010aad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5292
LocaleNames/mt/TF=Territorji Fran\u010bi\u017ci ta\u2019 Nofsinhar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5293
LocaleNames/mt/TH=Tajlandja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5294
LocaleNames/mt/TJ=Ta\u0121ikistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5295
LocaleNames/mt/TK=Tokelaw
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5296
LocaleNames/mt/TL=Timor tal-Lvant
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5297
LocaleNames/mt/TN=Tune\u017c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5298
LocaleNames/mt/TR=Turkija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5299
LocaleNames/mt/TT=Trinidad u Tobago
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5300
LocaleNames/mt/TW=Tajwan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5301
LocaleNames/mt/TZ=Tan\u017canija
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5302
LocaleNames/mt/UA=Ukraina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5303
LocaleNames/mt/US=Stati Uniti
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5304
LocaleNames/mt/UY=Urugwaj
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5305
LocaleNames/mt/UZ=U\u017cbekistan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5306
LocaleNames/mt/VA=Vatikan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5307
LocaleNames/mt/VC=Saint Vincent and the Grenadines
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5308
LocaleNames/mt/VE=Venezwela
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5309
LocaleNames/mt/VN=Vjetnam
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5310
LocaleNames/mt/VU=Vanwatu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5311
LocaleNames/mt/WF=Wallis and Futuna
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5312
LocaleNames/mt/YE=Jemen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5313
LocaleNames/mt/YT=Majotte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5314
LocaleNames/mt/ZA=Afrika t\u2019Isfel
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5315
LocaleNames/mt/ZM=\u017bambja
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5316
LocaleNames/mt/ZW=\u017bimbabwe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5317
LocaleNames/sr/ZA=\u0408\u0443\u0436\u043d\u043e\u0430\u0444\u0440\u0438\u0447\u043a\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5318
LocaleNames/zh_SG/bo=\u85cf\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5319
LocaleNames/zh_SG/gd=\u82cf\u683c\u5170\u76d6\u5c14\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5320
LocaleNames/zh_SG/ho=\u5e0c\u91cc\u83ab\u56fe\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5321
LocaleNames/zh_SG/ia=\u56fd\u9645\u6587 A
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5322
LocaleNames/zh_SG/ie=\u56fd\u9645\u6587 E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5323
LocaleNames/zh_SG/iu=\u4f0a\u52aa\u4f0a\u7279\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5324
LocaleNames/zh_SG/kj=\u5bbd\u4e9a\u739b\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5325
LocaleNames/zh_SG/kn=\u574e\u7eb3\u8fbe\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5326
LocaleNames/zh_SG/lv=\u62c9\u8131\u7ef4\u4e9a\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5327
LocaleNames/zh_SG/ny=\u5c3c\u626c\u8d3e\u6587\uff1b\u9f50\u5207\u74e6\u6587\uff1b\u5207\u74e6\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5328
LocaleNames/zh_SG/oc=\u5965\u514b\u897f\u5510\u6587(1500\u4ee5\u540e)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5329
LocaleNames/zh_SG/om=\u5965\u6d1b\u83ab\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5330
LocaleNames/zh_SG/rm=\u5217\u6258\uff0d\u7f57\u66fc\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5331
LocaleNames/zh_SG/sd=\u4fe1\u5fb7\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5332
LocaleNames/zh_SG/se=\u5317\u8428\u7c73\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5333
LocaleNames/zh_SG/sn=\u7ecd\u7eb3\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5334
LocaleNames/zh_SG/ss=\u65af\u74e6\u7279\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5335
LocaleNames/zh_SG/su=\u5dfd\u4ed6\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5336
LocaleNames/zh_SG/tl=\u4ed6\u52a0\u7984\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5337
LocaleNames/zh_SG/tn=\u585e\u8328\u74e6\u7eb3\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5338
LocaleNames/zh_SG/ts=\u5b97\u52a0\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5339
LocaleNames/zh_SG/tt=\u5854\u5854\u5c14\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5340
LocaleNames/zh_SG/tw=\u7279\u5a01\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5341
LocaleNames/zh_SG/wa=\u74e6\u9686\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5342
LocaleNames/zh_SG/wo=\u6c83\u6d1b\u592b\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5343
LocaleNames/zh_SG/xh=\u79d1\u8428\u6587
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5344
LocaleNames/zh_SG/za=\u58ee\u8bed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5345
LocaleNames/zh_SG/BA=\u6ce2\u65af\u5c3c\u4e9a\u548c\u9ed1\u585e\u54e5\u7ef4\u90a3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5346
LocaleNames/zh_SG/CC=\u79d1\u79d1\u65af\uff08\u57fa\u6797\uff09\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5347
LocaleNames/zh_SG/CD=\u521a\u679c\uff08\u91d1\uff09
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5348
LocaleNames/zh_SG/CG=\u521a\u679c\uff08\u5e03\uff09
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5349
LocaleNames/zh_SG/DM=\u591a\u7c73\u5c3c\u52a0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5350
LocaleNames/zh_SG/KG=\u5409\u5c14\u5409\u65af\u65af\u5766
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5351
LocaleNames/zh_SG/KP=\u5317\u671d\u9c9c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5352
LocaleNames/zh_SG/MQ=\u9a6c\u63d0\u5c3c\u514b\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5353
LocaleNames/zh_SG/MQ=\u9a6c\u63d0\u5c3c\u514b\u7fa4\u5c9b
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5354
LocaleNames/zh_SG/NC=\u65b0\u5361\u91cc\u591a\u5c3c\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5355
LocaleNames/zh_SG/TF=\u6cd5\u5c5e\u5357\u90e8\u9886\u571f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5356
FormatData/es_US/AmPmMarkers/0=a.m.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5357
FormatData/es_US/AmPmMarkers/1=p.m.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5358
FormatData/es_US/NumberElements/0=.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5359
FormatData/es_US/NumberElements/1=,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5360
FormatData/es_US/NumberElements/2=;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5361
FormatData/es_US/NumberElements/3=%
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5362
FormatData/es_US/NumberElements/4=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5363
FormatData/es_US/NumberElements/5=#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5364
FormatData/es_US/NumberElements/6=-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5365
FormatData/es_US/NumberElements/7=E
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5366
FormatData/es_US/NumberElements/8=\u2030
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5367
FormatData/es_US/NumberElements/9=\u221e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5368
FormatData/es_US/NumberElements/10=NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5369
FormatData/mt/AmPmMarkers/0=QN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5370
FormatData/mt/AmPmMarkers/1=WN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5371
FormatData/mt/DateTimePatterns/4=EEEE, d 'ta\u2019' MMMM yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5372
# bug# 6483191
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5373
CalendarData/ga_IE/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5374
CalendarData/en_PH/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5375
CalendarData/en_SG/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5376
CalendarData/zh_SG/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5377
CalendarData/mt_MT/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5378
CalendarData/en_MT/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5379
CalendarData/es_US/firstDayOfWeek=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5380
CalendarData/es_CY/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5381
CalendarData/in_ID/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5382
CalendarData/ms_MY/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5383
CalendarData/sr_BA/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5384
CalendarData/sr_CS/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5385
# bug# 6498742
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5386
# make sure that the default en data is used for en_SG : CLDR1.4.1 demoted these data
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5387
FormatData/en_SG/DateTimePatterns/0=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5388
FormatData/en_SG/DateTimePatterns/1=h:mm:ss a z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5389
FormatData/en_SG/DateTimePatterns/2=h:mm:ss a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5390
FormatData/en_SG/DateTimePatterns/3=h:mm a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5391
FormatData/en_SG/DateTimePatterns/4=EEEE, MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5392
FormatData/en_SG/DateTimePatterns/5=MMMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5393
FormatData/en_SG/DateTimePatterns/6=MMM d, yyyy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5394
FormatData/en_SG/DateTimePatterns/7=M/d/yy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5395
FormatData/en_SG/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5396
# Use approved data 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5397
FormatData/ms/Eras/0=BCE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5398
FormatData/ms/Eras/1=CE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5399
FormatData/sr_BA/MonthNames/5=\u0458\u0443\u043d\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5400
FormatData/sr_BA/MonthNames/6=\u0458\u0443\u043b\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5401
FormatData/sr_BA/DayNames/3=\u0441\u0440\u0438\u0458\u0435\u0434\u0430
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5402
FormatData/sr_BA/DayAbbreviations/3=\u0441\u0440\u0438
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5403
FormatData/sr_BA/DateTimePatterns/0=HH '\u0447\u0430\u0441\u043e\u0432\u0430', mm '\u043c\u0438\u043d\u0443\u0442\u0430', ss' \u0441\u0435\u043a\u0443\u043d\u0434\u0438'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5404
FormatData/sr_BA/DateTimePatterns/1=HH.mm.ss z
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5405
FormatData/sr_BA/DateTimePatterns/2=HH:mm:ss
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5406
FormatData/sr_BA/DateTimePatterns/3=HH:mm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5407
FormatData/sr_BA/DateTimePatterns/4=EEEE, dd. MMMM yyyy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5408
FormatData/sr_BA/DateTimePatterns/5=dd. MMMM yyyy.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5409
FormatData/sr_BA/DateTimePatterns/6=yyyy-MM-dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5410
FormatData/sr_BA/DateTimePatterns/7=yy-MM-dd
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5411
FormatData/sr_BA/DateTimePatterns/8={1} {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5412
LocaleNames/pt_BR/ce=checheno
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5413
LocaleNames/pt_BR/ik=inupiaque
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5414
LocaleNames/pt_BR/jv=javan\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5415
LocaleNames/pt_BR/nd=ndebele do norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5416
LocaleNames/pt_BR/nr=ndebele do sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5417
LocaleNames/pt_BR/st=soto do sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5418
LocaleNames/pt_BR/AX=Ilhas Aland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5419
LocaleNames/pt_BR/BA=B\u00f3snia-Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5420
LocaleNames/pt_BR/BH=Bahrain
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5421
LocaleNames/pt_BR/KP=Cor\u00e9ia do Norte
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5422
LocaleNames/pt_BR/MK=Maced\u00f4nia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5423
LocaleNames/pt_BR/ZW=Zimb\u00e1bue
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5424
LocaleNames/pt_PT/ee=eve
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5425
LocaleNames/pt_PT/fo=fero\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5426
LocaleNames/pt_PT/gl=galego
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5427
LocaleNames/pt_PT/ha=hau\u00e7\u00e1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5428
LocaleNames/pt_PT/hy=arm\u00eanio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5429
LocaleNames/pt_PT/ig=ibo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5430
LocaleNames/pt_PT/ki=quicuio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5431
LocaleNames/pt_PT/kl=groenland\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5432
LocaleNames/pt_PT/km=cmer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5433
LocaleNames/pt_PT/mh=marshall\u00eas
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5434
LocaleNames/pt_PT/mk=maced\u00f4nio
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5435
LocaleNames/pt_PT/nr=ndebele, south
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5436
LocaleNames/pt_PT/os=ossetic
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5437
LocaleNames/pt_PT/st=soto, do sul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5438
LocaleNames/pt_PT/ta=t\u00e2mil
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5439
LocaleNames/pt_PT/AI=Anguilla
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5440
LocaleNames/pt_PT/AX=\u00c5land Islands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5441
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5442
# JE, GG, IM (6544471)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5443
LocaleNames//JE=Jersey
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5444
LocaleNames//GG=Guernsey
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5445
LocaleNames//IM=Isle Of Man
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5446
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5447
# bugs 6497154
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5448
CalendarData/sk/firstDayOfWeek=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5449
CalendarData/sk/minimalDaysInFirstWeek=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5450
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5451
# bug 6558856
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5452
LocaleNames/fi/da=tanska
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5453
LocaleNames/fi/DK=Tanska
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5454
LocaleNames/fi_FI/da=tanska
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5455
LocaleNames/fi_FI/DK=Tanska
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5456
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5457
# bug 6481177
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5458
FormatData/nl/Eras/0=v. Chr.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5459
FormatData/nl/Eras/1=n. Chr.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5460
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5461
# bug 6379214
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5462
LocaleNames/da/da=Dansk
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5463
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5464
# bug 6485516
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5465
LocaleNames/fr/GF=Guyane fran\u00e7aise
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5466
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5467
# bug 6486607
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5468
LocaleNames/fr/GY=Guyana
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5469
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5470
# bug 4225362
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5471
FormatData/fr/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5472
FormatData/fr_BE/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5473
FormatData/fr_CA/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5474
FormatData/fr_CH/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5475
FormatData/fr_FR/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5476
FormatData/fr_LU/DateTimePatternChars=GaMjkHmsSEDFwWahKzZ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5477
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5478
# bug 6547501
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5479
FormatData/fr/NumberPatterns/2=#,##0 %
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5480
# following two lines are also for bug 4494727
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5481
FormatData/fr_CA/NumberPatterns/2=#,##0 %
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5482
FormatData/fr_CH/NumberPatterns/2=#,##0 %
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5483
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5484
# bug 4494727
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5485
FormatData/de_CH/NumberPatterns/2=#,##0 %
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5486
FormatData/tr/NumberPatterns/2=% #,##0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5487
# added to verify propper inheritance
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5488
FormatData/tr_TR/NumberPatterns/2=% #,##0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5489
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5490
# bug 6533691
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5491
LocaleNames/de/ME=Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5492
LocaleNames/de/RS=Serbien
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5493
LocaleNames/es/ME=Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5494
LocaleNames/es/RS=Serbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5495
LocaleNames/fr/ME=Mont\u00e9n\u00e9gro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5496
LocaleNames/fr/RS=Serbie
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5497
LocaleNames/it/ME=Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5498
LocaleNames/it/RS=Serbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5499
LocaleNames/ja/ME=\u30e2\u30f3\u30c6\u30cd\u30b0\u30ed
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5500
LocaleNames/ja/RS=\u30bb\u30eb\u30d3\u30a2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5501
LocaleNames/ko/ME=\ubaac\ud14c\ub124\uadf8\ub85c
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5502
LocaleNames/ko/RS=\uc138\ub974\ube44\uc544
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5503
LocaleNames/sv/ME=Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5504
LocaleNames/sv/RS=Serbien
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5505
LocaleNames/zh/ME=\u9ed1\u5c71
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5506
LocaleNames/zh/RS=\u585e\u5c14\u7ef4\u4e9a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5507
LocaleNames/zh_TW/ME=\u8499\u7279\u5c3c\u683c\u7f85
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5508
LocaleNames/zh_TW/RS=\u585e\u723e\u7dad\u4e9e
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5509
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5510
# bug 6531591
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5511
CurrencyNames/ar_SD/SDD=\u062f.\u0633.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5512
CurrencyNames/ar_SD/SDG=\u062c.\u0633.\u200f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5513
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5514
# bug 6531593
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5515
FormatData/is_IS/NumberPatterns/1=#,##0. \u00A4;-#,##0. \u00A4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5516
891
8ef167bd8428 6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
jtusla
parents: 2
diff changeset
  5517
# bug 6509039
8ef167bd8428 6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
jtusla
parents: 2
diff changeset
  5518
FormatData/sv/AmPmMarkers/0=fm
8ef167bd8428 6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
jtusla
parents: 2
diff changeset
  5519
FormatData/sv/AmPmMarkers/1=em
8ef167bd8428 6509039: Swedish localization has incorrect am/pm markers in FormatData_sv
jtusla
parents: 2
diff changeset
  5520
1848
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5521
# JE, GG, IM (6544471)
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5522
LocaleNames//JE=Jersey
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5523
LocaleNames//GG=Guernsey
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5524
LocaleNames//IM=Isle Of Man
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5525
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5526
# BL, MF (6627549)
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5527
LocaleNames//BL=Saint Barth\u00e9lemy
6ecbe9158c6e 6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents: 891
diff changeset
  5528
LocaleNames//MF=Saint Martin
4600
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5529
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5530
# bug 6609737
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5531
FormatData/de/DateTimePatterns/0=HH:mm' Uhr 'z
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5532
TimeZoneNames/de/CET/1=Mitteleurop\u00e4ische Zeit
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5533
TimeZoneNames/de/CET/2=MEZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5534
TimeZoneNames/de/CET/3=Mitteleurop\u00e4ische Sommerzeit
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5535
TimeZoneNames/de/CET/4=MESZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5536
TimeZoneNames/de/EET/2=OEZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5537
TimeZoneNames/de/EET/4=OESZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5538
TimeZoneNames/de/WET/2=WEZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5539
TimeZoneNames/de/WET/4=WESZ
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5540
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5541
# bug 6610748
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5542
FormatData/fi/AmPmMarkers/0=ap.
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5543
FormatData/fi/AmPmMarkers/1=ip.
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5544
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5545
# bug 6507067 
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5546
TimeZoneNames/zh_TW/Asia\/Taipei/1=\u53f0\u7063\u6a19\u6e96\u6642\u9593
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5547
TimeZoneNames/zh_TW/Asia\/Taipei/2=TST
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5548
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5549
# bug 6645271
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5550
FormatData/hr_HR/DateTimePatterns/6=dd.MM.yyyy.
d49895808acd 6610748: Dateformat - AM-PM indicator in Finnish appears to be from English
yhuang
parents: 4599
diff changeset
  5551
FormatData/hr_HR/DateTimePatterns/7=dd.MM.yy.