214 lines
4.4 KiB
Plaintext
214 lines
4.4 KiB
Plaintext
|
comment_char %
|
||
|
escape_char /
|
||
|
|
||
|
% This file is part of the GNU C Library and contains locale data.
|
||
|
% The Free Software Foundation does not claim any copyright interest
|
||
|
% in the locale data contained in this file. The foregoing does not
|
||
|
% affect the license of the GNU C Library as a whole. It does not
|
||
|
% exempt you from the conditions of the license if your use would
|
||
|
% otherwise be governed by that license.
|
||
|
|
||
|
% Spanish Language Locale for Spain
|
||
|
% Source: RAP
|
||
|
% Address: Sankt Jo//rgens Alle 8
|
||
|
% DK-1615 Ko//benhavn V, Danmark
|
||
|
% Contact: Keld Simonsen
|
||
|
% Email: Keld.Simonsen@dkuug.dk
|
||
|
% Tel: +45 - 31226543
|
||
|
% Fax: +45 - 33256543
|
||
|
% Language: es
|
||
|
% Territory: ES
|
||
|
% Revision: 4.4
|
||
|
% Date: 1997-03-18
|
||
|
% Application: general
|
||
|
% Users: general
|
||
|
|
||
|
LC_IDENTIFICATION
|
||
|
title "Spanish locale for Spain"
|
||
|
source "RAP"
|
||
|
address "Sankt J<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
|
||
|
contact ""
|
||
|
email "bug-glibc-locales@gnu.org"
|
||
|
tel ""
|
||
|
fax ""
|
||
|
language "European Spanish"
|
||
|
territory "Spain"
|
||
|
revision "1.0"
|
||
|
date "2000-06-29"
|
||
|
|
||
|
category "i18n:2012";LC_IDENTIFICATION
|
||
|
category "i18n:2012";LC_CTYPE
|
||
|
category "i18n:2012";LC_COLLATE
|
||
|
category "i18n:2012";LC_TIME
|
||
|
category "i18n:2012";LC_NUMERIC
|
||
|
category "i18n:2012";LC_MONETARY
|
||
|
category "i18n:2012";LC_MESSAGES
|
||
|
category "i18n:2012";LC_PAPER
|
||
|
category "i18n:2012";LC_NAME
|
||
|
category "i18n:2012";LC_ADDRESS
|
||
|
category "i18n:2012";LC_TELEPHONE
|
||
|
category "i18n:2012";LC_MEASUREMENT
|
||
|
END LC_IDENTIFICATION
|
||
|
|
||
|
LC_COLLATE
|
||
|
% CLDR collation rules for Spanish:
|
||
|
% (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/es.xml)
|
||
|
%
|
||
|
% <collation type="standard">
|
||
|
% <cr><![CDATA[
|
||
|
% &N<ñ<<<Ñ
|
||
|
% ]]></cr>
|
||
|
% </collation>
|
||
|
% <collation type="traditional">
|
||
|
% <cr><![CDATA[
|
||
|
% &N<ñ<<<Ñ
|
||
|
% &C<ch<<<Ch<<<CH
|
||
|
% &l<ll<<<Ll<<<LL
|
||
|
% ]]></cr>
|
||
|
% </collation>
|
||
|
% <collation draft="unconfirmed" alt="proposed" type="traditional">
|
||
|
% <cr><![CDATA[
|
||
|
% &N<ñ<<<Ñ
|
||
|
% &C<ch<<<cH<<<Ch<<<CH
|
||
|
% &l<ll<<<lL<<<Ll<<<LL
|
||
|
% ]]></cr>
|
||
|
% </collation>
|
||
|
%
|
||
|
% And CLDR also lists the following
|
||
|
% index characters:
|
||
|
% (see: https://unicode.org/cldr/trac/browser/trunk/common/main/es.xml)
|
||
|
%
|
||
|
% <exemplarCharacters type="index">[A B C D E F G H I J K L M N Ñ O P Q R S T U V W X Y Z]</exemplarCharacters>
|
||
|
%
|
||
|
% The following rules implement the same order as “standard” for glibc.
|
||
|
|
||
|
copy "iso14651_t1"
|
||
|
|
||
|
collating-symbol <space>
|
||
|
collating-symbol <n-tilde>
|
||
|
|
||
|
reorder-after <RES-1>
|
||
|
<space>
|
||
|
|
||
|
reorder-after <AFTER-N>
|
||
|
<n-tilde>
|
||
|
|
||
|
<U0020> <space>;IGNORE;IGNORE;<U0020>
|
||
|
<U00A0> <space>;IGNORE;IGNORE;<U00A0>
|
||
|
<U00F1> <n-tilde>;"<BASE><BASE>";"<MIN><MIN>";IGNORE % ñ
|
||
|
<U00D1> <n-tilde>;"<BASE><BASE>";"<CAP><MIN>";IGNORE % Ñ
|
||
|
|
||
|
reorder-end
|
||
|
|
||
|
END LC_COLLATE
|
||
|
|
||
|
LC_CTYPE
|
||
|
copy "i18n"
|
||
|
|
||
|
translit_start
|
||
|
include "translit_combining";""
|
||
|
translit_end
|
||
|
END LC_CTYPE
|
||
|
|
||
|
LC_MESSAGES
|
||
|
yesexpr "^[+1sSyY]"
|
||
|
noexpr "^[-0nN]"
|
||
|
yesstr "sí"
|
||
|
nostr "no"
|
||
|
END LC_MESSAGES
|
||
|
|
||
|
LC_MONETARY
|
||
|
int_curr_symbol "EUR "
|
||
|
currency_symbol "<U20AC>"
|
||
|
mon_decimal_point ","
|
||
|
mon_thousands_sep "."
|
||
|
mon_grouping 3;3
|
||
|
positive_sign ""
|
||
|
negative_sign "-"
|
||
|
int_frac_digits 2
|
||
|
frac_digits 2
|
||
|
p_cs_precedes 0
|
||
|
p_sep_by_space 1
|
||
|
n_cs_precedes 0
|
||
|
n_sep_by_space 1
|
||
|
p_sign_posn 1
|
||
|
n_sign_posn 1
|
||
|
END LC_MONETARY
|
||
|
|
||
|
LC_NUMERIC
|
||
|
decimal_point ","
|
||
|
thousands_sep "."
|
||
|
grouping 3;3
|
||
|
END LC_NUMERIC
|
||
|
|
||
|
LC_TIME
|
||
|
abday "dom";"lun";/
|
||
|
"mar";"mi<U00E9>";/
|
||
|
"jue";"vie";/
|
||
|
"s<U00E1>b"
|
||
|
day "domingo";/
|
||
|
"lunes";/
|
||
|
"martes";/
|
||
|
"mi<U00E9>rcoles";/
|
||
|
"jueves";/
|
||
|
"viernes";/
|
||
|
"s<U00E1>bado"
|
||
|
abmon "ene";"feb";/
|
||
|
"mar";"abr";/
|
||
|
"may";"jun";/
|
||
|
"jul";"ago";/
|
||
|
"sep";"oct";/
|
||
|
"nov";"dic"
|
||
|
mon "enero";/
|
||
|
"febrero";/
|
||
|
"marzo";/
|
||
|
"abril";/
|
||
|
"mayo";/
|
||
|
"junio";/
|
||
|
"julio";/
|
||
|
"agosto";/
|
||
|
"septiembre";/
|
||
|
"octubre";/
|
||
|
"noviembre";/
|
||
|
"diciembre"
|
||
|
d_t_fmt "%a %d %b %Y %T %Z"
|
||
|
d_fmt "%d//%m//%y"
|
||
|
t_fmt "%T"
|
||
|
am_pm "";""
|
||
|
t_fmt_ampm ""
|
||
|
week 7;19971130;4
|
||
|
first_weekday 2
|
||
|
END LC_TIME
|
||
|
|
||
|
LC_PAPER
|
||
|
copy "i18n"
|
||
|
END LC_PAPER
|
||
|
|
||
|
LC_TELEPHONE
|
||
|
tel_int_fmt "+%c %a %l"
|
||
|
int_prefix "34"
|
||
|
int_select "00"
|
||
|
END LC_TELEPHONE
|
||
|
|
||
|
LC_MEASUREMENT
|
||
|
copy "i18n"
|
||
|
END LC_MEASUREMENT
|
||
|
|
||
|
LC_NAME
|
||
|
name_fmt "%d%t%g%t%m%t%f"
|
||
|
END LC_NAME
|
||
|
|
||
|
LC_ADDRESS
|
||
|
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
|
||
|
country_name "Espa<U00F1>a"
|
||
|
country_ab2 "ES"
|
||
|
country_ab3 "ESP"
|
||
|
country_num 724
|
||
|
country_car "E"
|
||
|
% español
|
||
|
lang_name "espa<U00F1>ol"
|
||
|
lang_ab "es"
|
||
|
lang_term "spa"
|
||
|
lang_lib "spa"
|
||
|
END LC_ADDRESS
|