diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-08 15:20:13 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-01-08 15:20:13 +0000 |
| commit | 7e4466b27b1eb55e81fc40ef0da89a9145d15de3 (patch) | |
| tree | 5d9f7ac4a2faa66fde2b01361728228be6192522 /share/timedef | |
| parent | ac6739777e0fbecf913e848e4fe9cf1b8b538899 (diff) | |
Notes
Diffstat (limited to 'share/timedef')
| -rw-r--r-- | share/timedef/Makefile | 1 | ||||
| -rw-r--r-- | share/timedef/ro_RO.ISO8859-2.src | 102 |
2 files changed, 103 insertions, 0 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 8b841e86712ed..72792ec41372d 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -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 \ diff --git a/share/timedef/ro_RO.ISO8859-2.src b/share/timedef/ro_RO.ISO8859-2.src new file mode 100644 index 0000000000000..515066c46a3fb --- /dev/null +++ b/share/timedef/ro_RO.ISO8859-2.src @@ -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 |
