diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-27 08:14:15 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-27 08:14:15 +0000 |
commit | 839b21a6f45bae59ad519ff38dc3022208c69083 (patch) | |
tree | 19ac68324e90f69bde7f7400f432c3e49e8f2e2d /share/timedef/pt_BR.UTF-8.src | |
parent | 6c8cc8ec4bc11bef0c723076612ad0b54e874b9b (diff) | |
download | src-839b21a6f45bae59ad519ff38dc3022208c69083.tar.gz src-839b21a6f45bae59ad519ff38dc3022208c69083.zip |
Add UTF-8 versions of all the currently supported system locales. Most of
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
Notes
Notes:
svn path=/head/; revision=127474
Diffstat (limited to 'share/timedef/pt_BR.UTF-8.src')
-rw-r--r-- | share/timedef/pt_BR.UTF-8.src | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/share/timedef/pt_BR.UTF-8.src b/share/timedef/pt_BR.UTF-8.src new file mode 100644 index 000000000000..66c49a39204c --- /dev/null +++ b/share/timedef/pt_BR.UTF-8.src @@ -0,0 +1,103 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# In Portugal we don't use the 12 + am/pm but the 24h format +# +# Short months names +# +Jan +Fev +Mar +Abr +Mai +Jun +Jul +Ago +Set +Out +Nov +Dez +# +# Long months names +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# Short weekdays names +# +Dom +Seg +Ter +Qua +Qui +Sex +Sáb +# +# Long weekdays names +# +Domingo +Segunda Feira +Terça Feira +Quarta Feira +Quinta Feira +Sexta Feira +Sábado +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d/%m/%Y +# +# c_fmt +# +%a %e %b %X %Y +# +# am +# + +# +# pm +# + +# +# date_fmt +# +%a %e %b %Y %X %Z +# +# Long months names (alternative) +# +Janeiro +Fevereiro +Março +Abril +Maio +Junho +Julho +Agosto +Setembro +Outubro +Novembro +Dezembro +# +# md_order +# +dm +# +# ampm_fmt +# + +# EOF |