Add ro_RO

PR:		33343
Submitted by:	Adrian Penisoara <ady@warpnet.ro>
This commit is contained in:
Andrey A. Chernov 2002-01-08 15:20:13 +00:00
parent ac6739777e
commit 7e4466b27b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89077
10 changed files with 167 additions and 2 deletions

View File

@ -39,7 +39,7 @@ LATIN1LINKS= af_ZA da_DK en_AU en_CA en_GB en_NZ en_US fi_FI \
fr_BE fr_CA fr_CH fr_FR it_CH it_IT nl_BE nl_NL no_NO \
pt_PT
LATIN2LINKS= hr_HR hu_HU pl_PL sl_SI
LATIN2LINKS= hr_HR hu_HU pl_PL ro_RO sl_SI
.SUFFIXES: .src .out

View File

@ -28,7 +28,7 @@ LATIN1LINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \
es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \
nl_NL no_NO pt_PT sv_SE
LATIN15LINKS= ${LATIN1LINKS} et_EE
LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL sl_SI sk_SK
LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL sl_SI ro_RO sk_SK
LATIN4LINKS= lt_LT
LATIN5LINKS= uk_UA

View File

@ -32,6 +32,7 @@ LOCALES= af_ZA.ISO8859-1 \
no_NO.ISO8859-1 \
pl_PL.ISO8859-2 \
pt_PT.ISO8859-1 \
ro_RO.ISO8859-2 \
ru_RU.CP866 \
ru_RU.ISO8859-5 \
ru_RU.KOI8-R \

View File

@ -0,0 +1,36 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# int_curr_symbol (last character always SPACE)
ROL
# currency_symbol
Lei
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping, separated by ;
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
# EOF

View File

@ -26,6 +26,7 @@ LOCALES= af_ZA.ISO8859-1 \
no_NO.ISO8859-1 \
pl_PL.ISO8859-2 \
pt_PT.ISO8859-1 \
ro_RO.ISO8859-2 \
ru_RU.CP866 \
ru_RU.ISO8859-5 \
ru_RU.KOI8-R \

View File

@ -0,0 +1,11 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[dDyY].*
# noexpr
^[nN].*
# EOF

View File

@ -25,6 +25,7 @@ LOCALES= af_ZA.ISO8859-1 \
no_NO.ISO8859-1 \
pl_PL.ISO8859-2 \
pt_PT.ISO8859-1 \
ro_RO.ISO8859-2 \
ru_RU.CP866 \
ru_RU.ISO8859-5 \
ru_RU.KOI8-R \

View File

@ -0,0 +1,12 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# decimal_point
,
# thousands_sep
# grouping, separated by ;
3;3
# EOF

View File

@ -29,6 +29,7 @@ LOCALES= bg_BG.CP1251 \
no_NO.ISO8859-1 \
pl_PL.ISO8859-2 \
pt_PT.ISO8859-1 \
ro_RO.ISO8859-2 \
ru_RU.CP866 \
ru_RU.ISO8859-5 \
ru_RU.KOI8-R \

View File

@ -0,0 +1,102 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
#
Ian
Feb
Mar
Apr
Mai
Iun
Iul
Aug
Sep
Oct
Noi
Dec
#
# Long month names
#
Ianuarie
Februarie
Martie
Aprilie
Mai
Iunie
Iulie
August
Septembrie
Octombrie
Noiembrie
Decembrie
#
# Short weekday names
#
Dum
Lun
Mar
Mie
Joi
Vin
Sâm
#
# Long weekday names
#
Duminicã
Luni
Marþi
Miercuri
Joi
Vineri
Sâmbãtã
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%d.%m.%Y
#
# c_fmt
#
%a %e %b %Y %X
#
# am
#
am
#
# pm
#
pm
#
# date_fmt
#
%a %e %b %Y %X %Z
#
# Long months names (alternative)
#
Ianuarie
Februarie
Martie
Aprilie
Mai
Iunie
Iulie
August
Septembrie
Octombrie
Noiembrie
Decembrie
#
# md_order
#
dm
#
# ampm_fmt
#
%I:%M:%S %p
# EOF