From owner-svn-src-stable@freebsd.org Sun Jul 24 09:00:20 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A896BA396D; Sun, 24 Jul 2016 09:00:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 194F91D44; Sun, 24 Jul 2016 09:00:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6O90JUS086102; Sun, 24 Jul 2016 09:00:19 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6O90HZj086080; Sun, 24 Jul 2016 09:00:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607240900.u6O90HZj086080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 24 Jul 2016 09:00:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r303260 - stable/11/share/timedef X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2016 09:00:20 -0000 Author: bapt Date: Sun Jul 24 09:00:16 2016 New Revision: 303260 URL: https://svnweb.freebsd.org/changeset/base/303260 Log: MFC: r303219 Add weekday to the date format of more locales Approved by: re (kib) Modified: stable/11/share/timedef/cs_CZ.ISO8859-2.src stable/11/share/timedef/cs_CZ.UTF-8.src stable/11/share/timedef/da_DK.ISO8859-15.src stable/11/share/timedef/da_DK.UTF-8.src stable/11/share/timedef/de_AT.ISO8859-15.src stable/11/share/timedef/de_AT.UTF-8.src stable/11/share/timedef/de_DE.ISO8859-15.src stable/11/share/timedef/de_DE.UTF-8.src stable/11/share/timedef/et_EE.ISO8859-15.src stable/11/share/timedef/et_EE.UTF-8.src stable/11/share/timedef/fi_FI.ISO8859-15.src stable/11/share/timedef/fi_FI.UTF-8.src stable/11/share/timedef/hr_HR.ISO8859-2.src stable/11/share/timedef/hr_HR.UTF-8.src stable/11/share/timedef/is_IS.ISO8859-15.src stable/11/share/timedef/is_IS.UTF-8.src stable/11/share/timedef/nb_NO.ISO8859-15.src stable/11/share/timedef/nb_NO.UTF-8.src stable/11/share/timedef/nn_NO.ISO8859-15.src stable/11/share/timedef/nn_NO.UTF-8.src stable/11/share/timedef/sk_SK.ISO8859-2.src stable/11/share/timedef/sk_SK.UTF-8.src Directory Properties: stable/11/ (props changed) Modified: stable/11/share/timedef/cs_CZ.ISO8859-2.src ============================================================================== --- stable/11/share/timedef/cs_CZ.ISO8859-2.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/cs_CZ.ISO8859-2.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ sobota %d.%m.%y # # c_fmt -%e. %B %Y %H:%M:%S +%A %e %B %Y %H:%M:%S # # AM/PM dopoledne odpoledne # # date_fmt -%e. %B %Y %H:%M:%S %Z +%A %e %B %Y %H:%M:%S %Z # # Long month names (without case ending) leden Modified: stable/11/share/timedef/cs_CZ.UTF-8.src ============================================================================== --- stable/11/share/timedef/cs_CZ.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/cs_CZ.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ sobota %d.%m.%y # # c_fmt -%e. %B %Y %H:%M:%S +%A %e %B %Y %H:%M:%S # # AM/PM dopoledne odpoledne # # date_fmt -%e. %B %Y %H:%M:%S %Z +%A %e %B %Y %H:%M:%S %Z # # Long month names (without case ending) leden Modified: stable/11/share/timedef/da_DK.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/da_DK.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/da_DK.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lrdag %d/%m/%Y # # c_fmt -%e. %B %Y kl. %H.%M.%S +%A %e %B %Y kl. %H.%M.%S # # AM/PM AM PM # # date_fmt -%e. %B %Y kl. %H.%M.%S %Z +%A %e %B %Y kl. %H.%M.%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/da_DK.UTF-8.src ============================================================================== --- stable/11/share/timedef/da_DK.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/da_DK.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lørdag %d/%m/%Y # # c_fmt -%e. %B %Y kl. %H.%M.%S +%A %e %B %Y kl. %H.%M.%S # # AM/PM AM PM # # date_fmt -%e. %B %Y kl. %H.%M.%S %Z +%A %e %B %Y kl. %H.%M.%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/de_AT.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/de_AT.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/de_AT.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ Samstag %d.%m.%y # # c_fmt -%e. %B %Y um %H:%M:%S +%A %e %B %Y um %H:%M:%S # # AM/PM vorm. nachm. # # date_fmt -%e. %B %Y um %H:%M:%S %Z +%A %e %B %Y um %H:%M:%S %Z # # Long month names (without case ending) Jnner Modified: stable/11/share/timedef/de_AT.UTF-8.src ============================================================================== --- stable/11/share/timedef/de_AT.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/de_AT.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ Samstag %d.%m.%y # # c_fmt -%e. %B %Y um %H:%M:%S +%A %e %B %Y um %H:%M:%S # # AM/PM vorm. nachm. # # date_fmt -%e. %B %Y um %H:%M:%S %Z +%A %e %B %Y um %H:%M:%S %Z # # Long month names (without case ending) Jänner Modified: stable/11/share/timedef/de_DE.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/de_DE.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/de_DE.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ Samstag %d.%m.%y # # c_fmt -%e. %B %Y um %H:%M:%S +%A %e %B %Y um %H:%M:%S # # AM/PM vorm. nachm. # # date_fmt -%e. %B %Y um %H:%M:%S %Z +%A %e %B %Y um %H:%M:%S %Z # # Long month names (without case ending) Januar Modified: stable/11/share/timedef/de_DE.UTF-8.src ============================================================================== --- stable/11/share/timedef/de_DE.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/de_DE.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ Samstag %d.%m.%y # # c_fmt -%e. %B %Y um %H:%M:%S +%A %e %B %Y um %H:%M:%S # # AM/PM vorm. nachm. # # date_fmt -%e. %B %Y um %H:%M:%S %Z +%A %e %B %Y um %H:%M:%S %Z # # Long month names (without case ending) Januar Modified: stable/11/share/timedef/et_EE.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/et_EE.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/et_EE.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laupev %d.%m.%y # # c_fmt -%e. %B %Y %H:%M.%S +%A %e %B %Y %H:%M.%S # # AM/PM AM PM # # date_fmt -%e. %B %Y %H:%M.%S %Z +%A %e %B %Y %H:%M.%S %Z # # Long month names (without case ending) jaanuar Modified: stable/11/share/timedef/et_EE.UTF-8.src ============================================================================== --- stable/11/share/timedef/et_EE.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/et_EE.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laupäev %d.%m.%y # # c_fmt -%e. %B %Y %H:%M.%S +%A %e %B %Y %H:%M.%S # # AM/PM AM PM # # date_fmt -%e. %B %Y %H:%M.%S %Z +%A %e %B %Y %H:%M.%S %Z # # Long month names (without case ending) jaanuar Modified: stable/11/share/timedef/fi_FI.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/fi_FI.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/fi_FI.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lauantaina %d.%m.%Y # # c_fmt -%e. %B %Y klo %H.%M.%S +%A %e %B %Y klo %H.%M.%S # # AM/PM ap. ip. # # date_fmt -%e. %B %Y klo %H.%M.%S %Z +%A %e %B %Y klo %H.%M.%S %Z # # Long month names (without case ending) tammikuuta Modified: stable/11/share/timedef/fi_FI.UTF-8.src ============================================================================== --- stable/11/share/timedef/fi_FI.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/fi_FI.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lauantaina %d.%m.%Y # # c_fmt -%e. %B %Y klo %H.%M.%S +%A %e %B %Y klo %H.%M.%S # # AM/PM ap. ip. # # date_fmt -%e. %B %Y klo %H.%M.%S %Z +%A %e %B %Y klo %H.%M.%S %Z # # Long month names (without case ending) tammikuuta Modified: stable/11/share/timedef/hr_HR.ISO8859-2.src ============================================================================== --- stable/11/share/timedef/hr_HR.ISO8859-2.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/hr_HR.ISO8859-2.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ subota %d.%m.%Y. # # c_fmt -%e. %B %Y. u %H:%M:%S +%A %e %B %Y. u %H:%M:%S # # AM/PM AM PM # # date_fmt -%e. %B %Y. u %H:%M:%S %Z +%A %e %B %Y. u %H:%M:%S %Z # # Long month names (without case ending) sijenja Modified: stable/11/share/timedef/hr_HR.UTF-8.src ============================================================================== --- stable/11/share/timedef/hr_HR.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/hr_HR.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ subota %d.%m.%Y. # # c_fmt -%e. %B %Y. u %H:%M:%S +%A %e %B %Y. u %H:%M:%S # # AM/PM AM PM # # date_fmt -%e. %B %Y. u %H:%M:%S %Z +%A %e %B %Y. u %H:%M:%S %Z # # Long month names (without case ending) siječnja Modified: stable/11/share/timedef/is_IS.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/is_IS.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/is_IS.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laugardagur %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H:%M:%S +%A %e %B %Y kl. %H:%M:%S # # AM/PM f.h. e.h. # # date_fmt -%e. %B %Y kl. %H:%M:%S %Z +%A %e %B %Y kl. %H:%M:%S %Z # # Long month names (without case ending) janar Modified: stable/11/share/timedef/is_IS.UTF-8.src ============================================================================== --- stable/11/share/timedef/is_IS.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/is_IS.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laugardagur %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H:%M:%S +%A %e %B %Y kl. %H:%M:%S # # AM/PM f.h. e.h. # # date_fmt -%e. %B %Y kl. %H:%M:%S %Z +%A %e %B %Y kl. %H:%M:%S %Z # # Long month names (without case ending) janúar Modified: stable/11/share/timedef/nb_NO.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/nb_NO.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/nb_NO.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lrdag %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H.%M.%S +%A %e %B %Y kl. %H.%M.%S # # AM/PM a.m. p.m. # # date_fmt -%e. %B %Y kl. %H.%M.%S %Z +%A %e %B %Y kl. %H.%M.%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/nb_NO.UTF-8.src ============================================================================== --- stable/11/share/timedef/nb_NO.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/nb_NO.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ lørdag %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H.%M.%S +%A %e %B %Y kl. %H.%M.%S # # AM/PM a.m. p.m. # # date_fmt -%e. %B %Y kl. %H.%M.%S %Z +%A %e %B %Y kl. %H.%M.%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/nn_NO.ISO8859-15.src ============================================================================== --- stable/11/share/timedef/nn_NO.ISO8859-15.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/nn_NO.ISO8859-15.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laurdag %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H:%M:%S +%A %e %B %Y kl. %H:%M:%S # # AM/PM formiddag ettermiddag # # date_fmt -%e. %B %Y kl. %H:%M:%S %Z +%A %e %B %Y kl. %H:%M:%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/nn_NO.UTF-8.src ============================================================================== --- stable/11/share/timedef/nn_NO.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/nn_NO.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ laurdag %d.%m.%Y # # c_fmt -%e. %B %Y kl. %H:%M:%S +%A %e %B %Y kl. %H:%M:%S # # AM/PM formiddag ettermiddag # # date_fmt -%e. %B %Y kl. %H:%M:%S %Z +%A %e %B %Y kl. %H:%M:%S %Z # # Long month names (without case ending) januar Modified: stable/11/share/timedef/sk_SK.ISO8859-2.src ============================================================================== --- stable/11/share/timedef/sk_SK.ISO8859-2.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/sk_SK.ISO8859-2.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ sobota %d.%m.%y # # c_fmt -%e. %B %Y, %H:%M:%S +%A %e %B %Y, %H:%M:%S # # AM/PM dopoludnia odpoludnia # # date_fmt -%e. %B %Y, %H:%M:%S %Z +%A %e %B %Y, %H:%M:%S %Z # # Long month names (without case ending) janura Modified: stable/11/share/timedef/sk_SK.UTF-8.src ============================================================================== --- stable/11/share/timedef/sk_SK.UTF-8.src Sun Jul 24 08:52:49 2016 (r303259) +++ stable/11/share/timedef/sk_SK.UTF-8.src Sun Jul 24 09:00:16 2016 (r303260) @@ -56,14 +56,14 @@ sobota %d.%m.%y # # c_fmt -%e. %B %Y, %H:%M:%S +%A %e %B %Y, %H:%M:%S # # AM/PM dopoludnia odpoludnia # # date_fmt -%e. %B %Y, %H:%M:%S %Z +%A %e %B %Y, %H:%M:%S %Z # # Long month names (without case ending) januára