1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
comment_char %
escape_char /
%
% Valencian (southern Catalan) locale for Spain with Euro
%
% Note that this locale is almost the same as ca_ES@euro. The point of having
% a separate locale is only for PO translations, which have a lot of social
% support and are very appreciated by the Valencian-speaking community.
%
% Contact: Jordi Mallach
% Email: jordi@gnu.org
% Tel:
% Fax:
% Language: ca
% Territory: ES
% Option: euro
% Revision: 1.0
% Date: 2006-04-06
% Application: general
% Users: general
% Repertoiremap: mnemonic,ds
% Charset: ISO-8859-15
% Distribution and use is free, also
% for commercial purposes.
LC_IDENTIFICATION
title "Valencian (southern Catalan) locale for Spain with Euro"
source ""
address ""
contact "Jordi Mallach"
email "jordi@gnu.org"
tel ""
fax ""
language "Catalan"
territory "Spain"
revision "1.0"
date "2006-04-06"
%
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
category "i18n:2012";LC_COLLATE
category "i18n:2012";LC_MONETARY
category "i18n:2012";LC_NUMERIC
category "i18n:2012";LC_TIME
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_CTYPE
copy "i18n"
END LC_CTYPE
LC_COLLATE
copy "ca_ES"
END LC_COLLATE
LC_MONETARY
copy "ca_ES"
END LC_MONETARY
LC_NUMERIC
copy "ca_ES"
END LC_NUMERIC
LC_TIME
copy "ca_ES"
END LC_TIME
LC_MESSAGES
copy "ca_ES"
END LC_MESSAGES
LC_PAPER
copy "ca_ES"
END LC_PAPER
LC_NAME
copy "ca_ES"
END LC_NAME
LC_ADDRESS
copy "ca_ES"
END LC_ADDRESS
LC_TELEPHONE
copy "ca_ES"
END LC_TELEPHONE
LC_MEASUREMENT
copy "ca_ES"
END LC_MEASUREMENT
|