1*52391253SJérôme Gardou/* 2*52391253SJérôme Gardou * Locale definitions for Serbian (Serbia, Latin) 3*52391253SJérôme Gardou * 4*52391253SJérôme Gardou * Copyright 2016 Michael Müller 5*52391253SJérôme Gardou * 6*52391253SJérôme Gardou * This library is free software; you can redistribute it and/or 7*52391253SJérôme Gardou * modify it under the terms of the GNU Lesser General Public 8*52391253SJérôme Gardou * License as published by the Free Software Foundation; either 9*52391253SJérôme Gardou * version 2.1 of the License, or (at your option) any later version. 10*52391253SJérôme Gardou * 11*52391253SJérôme Gardou * This library is distributed in the hope that it will be useful, 12*52391253SJérôme Gardou * but WITHOUT ANY WARRANTY; without even the implied warranty of 13*52391253SJérôme Gardou * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14*52391253SJérôme Gardou * Lesser General Public License for more details. 15*52391253SJérôme Gardou * 16*52391253SJérôme Gardou * You should have received a copy of the GNU Lesser General Public 17*52391253SJérôme Gardou * License along with this library; if not, write to the Free Software 18*52391253SJérôme Gardou * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19*52391253SJérôme Gardou */ 20*52391253SJérôme Gardou 21*52391253SJérôme Gardou#pragma code_page(65001) /* UTF-8 */ 22*52391253SJérôme Gardou 23*52391253SJérôme GardouSTRINGTABLE LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_LATIN 24*52391253SJérôme Gardou{ 25*52391253SJérôme Gardou LOCALE_FONTSIGNATURE L"\x0027\x8000\x3808\x0000\x0000\x0000\x0000\x0000\x0002\x0000\x0000\x0400\x0012\x0000\x0000\xc5d4" 26*52391253SJérôme Gardou LOCALE_ICALENDARTYPE "1" 27*52391253SJérôme Gardou LOCALE_ICENTURY "1" 28*52391253SJérôme Gardou LOCALE_ICOUNTRY "381" 29*52391253SJérôme Gardou LOCALE_ICURRDIGITS "2" 30*52391253SJérôme Gardou LOCALE_ICURRENCY "3" 31*52391253SJérôme Gardou LOCALE_IDATE "1" 32*52391253SJérôme Gardou LOCALE_IDAYLZERO "0" 33*52391253SJérôme Gardou LOCALE_IDEFAULTANSICODEPAGE "1250" 34*52391253SJérôme Gardou LOCALE_IDEFAULTCODEPAGE "852" 35*52391253SJérôme Gardou LOCALE_IDEFAULTCOUNTRY "381" 36*52391253SJérôme Gardou LOCALE_IDEFAULTEBCDICCODEPAGE "500" 37*52391253SJérôme Gardou LOCALE_IDEFAULTLANGUAGE "241a" 38*52391253SJérôme Gardou LOCALE_IDEFAULTMACCODEPAGE "10029" 39*52391253SJérôme Gardou LOCALE_IDIGITS "2" 40*52391253SJérôme Gardou LOCALE_IDIGITSUBSTITUTION "1" 41*52391253SJérôme Gardou LOCALE_IFIRSTDAYOFWEEK "0" 42*52391253SJérôme Gardou LOCALE_IFIRSTWEEKOFYEAR "0" 43*52391253SJérôme Gardou LOCALE_IGEOID "271" 44*52391253SJérôme Gardou LOCALE_IINTLCURRDIGITS "2" 45*52391253SJérôme Gardou LOCALE_ILANGUAGE "241a" 46*52391253SJérôme Gardou LOCALE_ILDATE "1" 47*52391253SJérôme Gardou LOCALE_ILZERO "1" 48*52391253SJérôme Gardou LOCALE_IMEASURE "0" 49*52391253SJérôme Gardou LOCALE_IMONLZERO "0" 50*52391253SJérôme Gardou LOCALE_INEGATIVEPERCENT "1" 51*52391253SJérôme Gardou LOCALE_INEGCURR "8" 52*52391253SJérôme Gardou LOCALE_INEGNUMBER "1" 53*52391253SJérôme Gardou LOCALE_INEGSEPBYSPACE "1" 54*52391253SJérôme Gardou LOCALE_INEGSIGNPOSN "1" 55*52391253SJérôme Gardou LOCALE_INEGSYMPRECEDES "0" 56*52391253SJérôme Gardou LOCALE_INEUTRAL "0" 57*52391253SJérôme Gardou LOCALE_IOPTIONALCALENDAR "0" 58*52391253SJérôme Gardou LOCALE_IPAPERSIZE "9" 59*52391253SJérôme Gardou LOCALE_IPOSSEPBYSPACE "1" 60*52391253SJérôme Gardou LOCALE_IPOSSIGNPOSN "1" 61*52391253SJérôme Gardou LOCALE_IPOSSYMPRECEDES "0" 62*52391253SJérôme Gardou LOCALE_IREADINGLAYOUT "0" 63*52391253SJérôme Gardou LOCALE_ITIME "1" 64*52391253SJérôme Gardou LOCALE_ITIMEMARKPOSN "0" 65*52391253SJérôme Gardou LOCALE_ITLZERO "1" 66*52391253SJérôme Gardou LOCALE_S1159 "pre podne" 67*52391253SJérôme Gardou LOCALE_S2359 "po podne" 68*52391253SJérôme Gardou LOCALE_SABBREVCTRYNAME "SRB" 69*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME1 "pon" 70*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME2 "uto" 71*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME3 "sre" 72*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME4 "čet" 73*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME5 "pet" 74*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME6 "sub" 75*52391253SJérôme Gardou LOCALE_SABBREVDAYNAME7 "ned" 76*52391253SJérôme Gardou LOCALE_SABBREVLANGNAME "SRM" 77*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME1 "jan" 78*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME2 "feb" 79*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME3 "mar" 80*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME4 "apr" 81*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME5 "maj" 82*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME6 "jun" 83*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME7 "jul" 84*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME8 "avg" 85*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME9 "sep" 86*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME10 "okt" 87*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME11 "nov" 88*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME12 "dec" 89*52391253SJérôme Gardou LOCALE_SABBREVMONTHNAME13 "" 90*52391253SJérôme Gardou LOCALE_SCOUNTRY "Serbia" 91*52391253SJérôme Gardou LOCALE_SCURRENCY "Din." 92*52391253SJérôme Gardou LOCALE_SDATE "." 93*52391253SJérôme Gardou LOCALE_SDAYNAME1 "ponedeljak" 94*52391253SJérôme Gardou LOCALE_SDAYNAME2 "utorak" 95*52391253SJérôme Gardou LOCALE_SDAYNAME3 "sreda" 96*52391253SJérôme Gardou LOCALE_SDAYNAME4 "četvrtak" 97*52391253SJérôme Gardou LOCALE_SDAYNAME5 "petak" 98*52391253SJérôme Gardou LOCALE_SDAYNAME6 "subota" 99*52391253SJérôme Gardou LOCALE_SDAYNAME7 "nedelja" 100*52391253SJérôme Gardou LOCALE_SDECIMAL "," 101*52391253SJérôme Gardou LOCALE_SENGCOUNTRY "Serbia" 102*52391253SJérôme Gardou LOCALE_SENGCURRNAME "Serbian Dinar" 103*52391253SJérôme Gardou LOCALE_SENGLANGUAGE "Serbian (Latin)" 104*52391253SJérôme Gardou LOCALE_SGROUPING "3;0" 105*52391253SJérôme Gardou LOCALE_SINTLSYMBOL "RSD" 106*52391253SJérôme Gardou LOCALE_SISO3166CTRYNAME "RS" 107*52391253SJérôme Gardou LOCALE_SISO639LANGNAME "sr" 108*52391253SJérôme Gardou LOCALE_SLANGUAGE "Serbian (Latin, Serbia)" 109*52391253SJérôme Gardou LOCALE_SLIST ";" 110*52391253SJérôme Gardou LOCALE_SLONGDATE "dddd, dd. MMMM yyyy" 111*52391253SJérôme Gardou LOCALE_SMONDECIMALSEP "," 112*52391253SJérôme Gardou LOCALE_SMONGROUPING "3;0" 113*52391253SJérôme Gardou LOCALE_SMONTHDAY "d. MMMM" 114*52391253SJérôme Gardou LOCALE_SMONTHNAME1 "januar" 115*52391253SJérôme Gardou LOCALE_SMONTHNAME2 "februar" 116*52391253SJérôme Gardou LOCALE_SMONTHNAME3 "mart" 117*52391253SJérôme Gardou LOCALE_SMONTHNAME4 "april" 118*52391253SJérôme Gardou LOCALE_SMONTHNAME5 "maj" 119*52391253SJérôme Gardou LOCALE_SMONTHNAME6 "jun" 120*52391253SJérôme Gardou LOCALE_SMONTHNAME7 "jul" 121*52391253SJérôme Gardou LOCALE_SMONTHNAME8 "avgust" 122*52391253SJérôme Gardou LOCALE_SMONTHNAME9 "septembar" 123*52391253SJérôme Gardou LOCALE_SMONTHNAME10 "oktobar" 124*52391253SJérôme Gardou LOCALE_SMONTHNAME11 "novembar" 125*52391253SJérôme Gardou LOCALE_SMONTHNAME12 "decembar" 126*52391253SJérôme Gardou LOCALE_SMONTHNAME13 "" 127*52391253SJérôme Gardou LOCALE_SMONTHOUSANDSEP "." 128*52391253SJérôme Gardou LOCALE_SNAME "sr-Latn-RS" 129*52391253SJérôme Gardou LOCALE_SNAN "NaN" 130*52391253SJérôme Gardou LOCALE_SNATIVECTRYNAME "Srbija" 131*52391253SJérôme Gardou LOCALE_SNATIVECURRNAME "Srpski dinar" 132*52391253SJérôme Gardou LOCALE_SNATIVEDIGITS "0123456789" 133*52391253SJérôme Gardou LOCALE_SNATIVEDISPLAYNAME "srpski (Srbija)" 134*52391253SJérôme Gardou LOCALE_SNATIVELANGNAME "srpski" 135*52391253SJérôme Gardou LOCALE_SNEGATIVESIGN "-" 136*52391253SJérôme Gardou LOCALE_SNEGINFINITY L"-\x221e" 137*52391253SJérôme Gardou LOCALE_SOPENTYPELANGUAGETAG "SRB " 138*52391253SJérôme Gardou LOCALE_SPARENT "sr-Latn" 139*52391253SJérôme Gardou LOCALE_SPOSINFINITY L"\x221e" 140*52391253SJérôme Gardou LOCALE_SPOSITIVESIGN "+" 141*52391253SJérôme Gardou LOCALE_SSCRIPTS "Latn;" 142*52391253SJérôme Gardou LOCALE_SSHORTDATE "d.M.yyyy" 143*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME1 "pon" 144*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME2 "uto" 145*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME3 "sre" 146*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME4 "čet" 147*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME5 "pet" 148*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME6 "sub" 149*52391253SJérôme Gardou LOCALE_SSHORTESTDAYNAME7 "ned" 150*52391253SJérôme Gardou LOCALE_SSHORTTIME "H:mm" 151*52391253SJérôme Gardou LOCALE_SSORTNAME "Default" 152*52391253SJérôme Gardou LOCALE_STHOUSAND "." 153*52391253SJérôme Gardou LOCALE_STIME ":" 154*52391253SJérôme Gardou LOCALE_STIMEFORMAT "H:mm:ss" 155*52391253SJérôme Gardou LOCALE_SYEARMONTH "MMMM yyyy" 156*52391253SJérôme Gardou 157*52391253SJérôme Gardou LGRPID_WESTERN_EUROPE+LGRPID_RES_BASE "Western Europe and United States" 158*52391253SJérôme Gardou LGRPID_CENTRAL_EUROPE+LGRPID_RES_BASE "Central Europe" 159*52391253SJérôme Gardou LGRPID_BALTIC+LGRPID_RES_BASE "Baltic" 160*52391253SJérôme Gardou LGRPID_GREEK+LGRPID_RES_BASE "Greek" 161*52391253SJérôme Gardou LGRPID_CYRILLIC+LGRPID_RES_BASE "Cyrillic" 162*52391253SJérôme Gardou LGRPID_TURKISH+LGRPID_RES_BASE "Turkic" 163*52391253SJérôme Gardou LGRPID_JAPANESE+LGRPID_RES_BASE "Japanese" 164*52391253SJérôme Gardou LGRPID_KOREAN+LGRPID_RES_BASE "Korean" 165*52391253SJérôme Gardou LGRPID_TRADITIONAL_CHINESE+LGRPID_RES_BASE "Traditional Chinese" 166*52391253SJérôme Gardou LGRPID_SIMPLIFIED_CHINESE+LGRPID_RES_BASE "Simplified Chinese" 167*52391253SJérôme Gardou LGRPID_THAI+LGRPID_RES_BASE "Thai" 168*52391253SJérôme Gardou LGRPID_HEBREW+LGRPID_RES_BASE "Hebrew" 169*52391253SJérôme Gardou LGRPID_ARABIC+LGRPID_RES_BASE "Arabic" 170*52391253SJérôme Gardou LGRPID_VIETNAMESE+LGRPID_RES_BASE "Vietnamese" 171*52391253SJérôme Gardou LGRPID_INDIC+LGRPID_RES_BASE "Indic" 172*52391253SJérôme Gardou LGRPID_GEORGIAN+LGRPID_RES_BASE "Georgian" 173*52391253SJérôme Gardou LGRPID_ARMENIAN+LGRPID_RES_BASE "Armenian" 174*52391253SJérôme Gardou} 175