Date: Fri, 12 Jun 2009 07:34:34 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r194046 - stable/7/share/timedef Message-ID: <200906120734.n5C7YY3t073895@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Fri Jun 12 07:34:34 2009 New Revision: 194046 URL: http://svn.freebsd.org/changeset/base/194046 Log: MFC of r193498 [patch] Portuguese timedef In Portuguese, the names of the days of the week are not capitalized. Also there is always a dash before "feira" in the names of the days. For example: "segunda-feira" and not "segunda feira" (which has a completely different meaning). x_fmt is not correct either. The date separator should not be a dot but a slash. Example: 31/12/2005 if far more used in Portugal than 31.12.2005. References: - a Portuguese online dictionary http://priberam.pt/dlpo/dlpo.aspx - http://answers.com/days_of_the_week (there are translations to various languages, including Portuguese, at the bottom of the page) - http://en.wikipedia.org/wiki/Week-day_names (there are translations to various languages, including Portuguese, at the bottom of the page) - a Portuguese style guide http://www.publico.clix.pt/nos/livro_estilo/16d-palavras.html ("datas" section) PR: conf/58595 Submitted by: Chris Stenton <jacs@gnome.co.uk> Modified: stable/7/share/timedef/ (props changed) stable/7/share/timedef/pt_PT.ISO8859-1.src stable/7/share/timedef/pt_PT.UTF-8.src Modified: stable/7/share/timedef/pt_PT.ISO8859-1.src ============================================================================== --- stable/7/share/timedef/pt_PT.ISO8859-1.src Fri Jun 12 06:13:53 2009 (r194045) +++ stable/7/share/timedef/pt_PT.ISO8859-1.src Fri Jun 12 07:34:34 2009 (r194046) @@ -36,23 +36,23 @@ Dezembro # # Short weekdays names # -Dom -Seg -Ter -Qua -Qui -Sex -Sáb +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 +domingo +segunda-feira +terça-feira +quarta-feira +quinta-feira +sexta-feira +sábado # # X_fmt # @@ -60,7 +60,7 @@ Sábado # # x_fmt # -%d.%m.%Y +%d/%m/%Y # # c_fmt # Modified: stable/7/share/timedef/pt_PT.UTF-8.src ============================================================================== --- stable/7/share/timedef/pt_PT.UTF-8.src Fri Jun 12 06:13:53 2009 (r194045) +++ stable/7/share/timedef/pt_PT.UTF-8.src Fri Jun 12 07:34:34 2009 (r194046) @@ -36,23 +36,23 @@ Dezembro # # Short weekdays names # -Dom -Seg -Ter -Qua -Qui -Sex -Sáb +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 +domingo +segunda-feira +terça-feira +quarta-feira +quinta-feira +sexta-feira +sábado # # X_fmt # @@ -60,7 +60,7 @@ Sábado # # x_fmt # -%d.%m.%Y +%d/%m/%Y # # c_fmt #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906120734.n5C7YY3t073895>