esp.nls

来自「一个类似windows」· NLS 代码 · 共 68 行

NLS
68
字号
/* * Locale definitions for Spanish (Traditional Sort) * * Copyright 2002 Alexandre Julliard for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */#pragma code_page(1252)STRINGTABLE LANGUAGE LANG_SPANISH, SUBLANG_SPANISH{  LOCALE_FONTSIGNATURE L"\x002f\x8000\x3808\x0000\x0000\x0000\x0000\x0000\x0001\x0000\x0000\x4000\x0013\x0000\x0000\xc5d4"  LOCALE_ICALENDARTYPE "1"  LOCALE_ICENTURY "1"  LOCALE_ICOUNTRY "34"  LOCALE_ICURRDIGITS "2"  LOCALE_ICURRENCY "3"  LOCALE_IDATE "1"  LOCALE_IDAYLZERO "1"  LOCALE_IDEFAULTANSICODEPAGE "1252"  LOCALE_IDEFAULTCODEPAGE "850"  LOCALE_IDEFAULTCOUNTRY "34"  LOCALE_IDEFAULTEBCDICCODEPAGE "20284"  LOCALE_IDEFAULTLANGUAGE "040a"  LOCALE_IDEFAULTMACCODEPAGE "10000"//FIXME  LOCALE_IDEFAULTUNIXCODEPAGE "28605"  LOCALE_IDIGITS "2"  LOCALE_IDIGITSUBSTITUTION "1"  LOCALE_IFIRSTDAYOFWEEK "0"  LOCALE_IFIRSTWEEKOFYEAR "0"  LOCALE_IINTLCURRDIGITS "2"  LOCALE_ILANGUAGE "040a"  LOCALE_ILDATE "1"  LOCALE_ILZERO "1"  LOCALE_IMEASURE "0"  LOCALE_IMONLZERO "1"  LOCALE_INEGCURR "8"  LOCALE_INEGNUMBER "1"  LOCALE_INEGSEPBYSPACE "1"  LOCALE_INEGSIGNPOSN "1"  LOCALE_INEGSYMPRECEDES "0"  LOCALE_IOPTIONALCALENDAR "0"  LOCALE_IPAPERSIZE "9"  LOCALE_IPOSSEPBYSPACE "1"  LOCALE_IPOSSIGNPOSN "1"  LOCALE_IPOSSYMPRECEDES "0"  LOCALE_ITIME "1"  LOCALE_ITIMEMARKPOSN "0"  LOCALE_ITLZERO "0"  LOCALE_S1159 ""  LOCALE_S2359 ""  LOCALE_SABBREVCTRYNAME "ESP"  LOCALE_SABBREVDAYNAME1 "lun"  LOCALE_SABBREVDAYNAME2 "mar"  LOCALE_SABBREVDAYNAME3 "mi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?