Your message dated Sun, 13 Nov 2005 12:56:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line request for fi localization of fileutils
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Mar 2001 14:42:25 +0000
>From [EMAIL PROTECTED] Wed Mar 21 08:42:25 2001
Return-path: <[EMAIL PROTECTED]>
Received: from kaapeli.fi (katto.kaapeli.fi) [194.100.16.1]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14fjoe-0004zr-00; Wed, 21 Mar 2001 08:42:24 -0600
Received: from staff2.kaapeli.fi ([10.120.23.66])
by katto.kaapeli.fi (8.8.8/8.8.7) with SMTP id QAA06551;
Wed, 21 Mar 2001 16:42:15 +0200
Message-Id: <[EMAIL PROTECTED]>
Received: by staff2.kaapeli.fi (sSMTP sendmail emulation); Wed, 21 Mar 2001
16:42:15 +0200
Date: Wed, 21 Mar 2001 16:42:15 +0200
From: Jyrki Kuoppala <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Request for fi localization of fileutils
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by katto.kaapeli.fi id
QAA06551
Delivered-To: [EMAIL PROTECTED]
Package: fileutils
Version: 4.0.37-1
Severity: wishlist
Tags: patch
Hi,
I have a proposal for a very short fi.po for the GNU fileutils
package. I have not translated any of the strings, but the date/time
output formats of ls are corrected into be proper Finnish usage as
recommended by the language office.
I have forwarded this patch also to [EMAIL PROTECTED] on
2001-03-09, who I think is the upstream contact for fileutils
localization, but haven't received a response yet.
It may feel a bit strange to consider accepting a localization file
with no translations at all, but due to localization of the date
formats (month names), in the fi_FI locale date/time output is now a
weird, disturbing hybrid of U.S. style date/time formatting with
Finnish month name abbreviations, and abbrevations are not used like
this in Finnish. The output of ls is now:
$ ls -al /
total 1006
drwxr-xr-x 23 root root 665 helmi 21 08:59 .
drwxr-xr-x 23 root root 665 helmi 21 08:59 ..
-rw-rw-r-- 1 root root 575 syys 9 18:10 .bash_history
drwxrwxr-x 2 root root 1475 maalis 7 11:26 bin
drwxr-xr-x 6 root root 1024 tammi 20 10:18 boot
$ ls --full-time -al /
total 1006
drwxr-xr-x 23 root root 665 ke helmi 21 08:59:59 2001 .
drwxr-xr-x 23 root root 665 ke helmi 21 08:59:59 2001 ..
-rw-rw-r-- 1 root root 575 la syys 09 18:10:53 2000 .ba=
sh_history
drwxrwxr-x 2 root root 1475 ke maalis 07 11:26:33 2001 bin
drwxr-xr-x 6 root root 1024 la tammi 20 10:18:46 2001 boo=
t
drwxrwsr-x 2 root disk 266 ti tammi 09 10:45:30 2001 boo=
t.old
drwxrwxr-x 2 root cdrom 35 su touko 23 14:39:58 1999 cdr=
o
This output is grammatically quite incorrect, and against any common
usage in Finland. Month names are commonly not abbreviated, but
instead the date format dd.mm.yyyy is used.
My proposed fi.po changes the output into:
$ ls -la /
total 139
drwxr-xr-x 22 root root 604 26.01.2001 15.19 .
drwxr-xr-x 22 root root 604 26.01.2001 15.19 ..
drwxr-xr-x 2 root root 1460 22.02.2001 17.16 bin
drwxr-xr-x 5 root root 1024 15.01.2001 11.44 boot
drwxr-xr-x 2 root root 304 09.01.2001 13.20 boot.old
drwxr-xr-x 2 root root 35 30.11.2000 17.24 cdrom
$ ls -la --full-time /
total 139
drwxr-xr-x 22 root root 604 pe 26.01.2001 15.19.12 .
drwxr-xr-x 22 root root 604 pe 26.01.2001 15.19.12 ..
drwxr-xr-x 2 root root 1460 to 22.02.2001 17.16.19 bin
drwxr-xr-x 5 root root 1024 ma 15.01.2001 11.44.23 boot
drwxr-xr-x 2 root root 304 ti 09.01.2001 13.20.25 boot.ol=
d
drwxr-xr-x 2 root root 35 to 30.11.2000 17.24.25 cdrom
drwxr-xr-x 5 root root 27940 to 08.03.2001 06.48.12 dev
The first format is one character longer than the current format. If
the extra length is an issue, the first format could be shortened to:
drwxr-xr-x 22 root root 604 26.01. 15.19 .
drwxr-xr-x 22 root root 604 12.01. 1996 ..
drwxr-xr-x 2 root root 1460 22.02. 17.16 bin
drwxr-xr-x 5 root root 1024 15.01. 11.44 boot
drwxr-xr-x 2 root root 304 09.01. 13.20 boot.old
drwxr-xr-x 2 root root 35 30.11. 17.24 cdrom
which would be exactly the same length as the U.S. English default
format. To me it would seem to be more clear to always print the
year, but the behaviour used by the U.S. ls of printing nearby dates
without the year now is OK, too.
I did read the documentation about your requirement of a copyright
disclaimer, and no, I haven't sent in a disclaimer for translation
work. I have sent in a disclaimer to the FSF for software work around
10 years ago.
However, in this case, I don't think this very short fi.po even
qualifies as an original work by Finnish (or other?) copyright law,
as there's no single word of original English or Finnish in it, only
three strings of formatting symbols. So perhaps you can consider
accepting it despite the lack of a copyright disclaimer. You don't
have to list my name if it's easier. But if a disclaimer is needed, I
can send one to FSF, it just doesn't seem necessary for three lines of
formatting strings.
Here's the proposed fi.po, with ls -l in the format that always prints
the year:
------------------------------
# Finnish messages for fileutils.
# Copyright =A9 2001 Free Software Foundation, Inc.
# <[EMAIL PROTECTED]>, 2001.
#
msgid ""
msgstr ""
"Project-Id-Version: fileutils 4.0t\n"
"POT-Creation-Date: 2001-01-21 10:43+0100\n"
"PO-Revision-Date: 2001-01-21 10:43+0100\n"
"Last-Translator: Jyrki Kuoppala <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=3DISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/ls.c:1370
msgid "%a %b %d %H:%M:%S %Y"
msgstr "%a %2d.%2m.%Y %H.%M.%S"
#: src/ls.c:1373
msgid "%b %e %Y"
msgstr "%2d.%2m.%Y %H.%M"
#: src/ls.c:1374
msgid "%b %e %H:%M"
msgstr "%2d.%2m.%Y %H.%M"
------------------------------
For the narrower ls -l format, the strings would be:
#: src/ls.c:1370
msgid "%a %b %d %H:%M:%S %Y"
msgstr "%a %2d.%2m.%Y %H.%M.%S"
#: src/ls.c:1373
msgid "%b %e %Y"
msgstr "%2d.%2m. %Y"
#: src/ls.c:1374
msgid "%b %e %H:%M"
msgstr "%2d.%2m. %H.%M"
------------------------------
Here's a diff for fileutils:
Buffers Files Tools Search Mule Operate Mark Regexp Immediate Subdir Help=
=20
*** configure.in.orig Mon Jan 15 15:52:53 2001
--- configure.in Wed Mar 21 16:28:33 2001
***************
*** 6,12 ****
AM_INIT_AUTOMAKE([fileutils], [4.0.37])
! ALL_LINGUAS=3D"cs da de el es fr gl it ja ko nl no pl pt pt_BR ru sk sl=
sv zh"
jm_PERL
AC_PROG_CC
--- 6,12 ----
AM_INIT_AUTOMAKE([fileutils], [4.0.37])
! ALL_LINGUAS=3D"cs da de fi el es fr gl it ja ko nl no pl pt pt_BR ru sk=
sl sv zh"
jm_PERL
AC_PROG_CC
Here's a dired filename regexp to keep emacs dired working with the
new date format:
(setq dired-move-to-filename-regexp=20
".*[0-9] \\(\\(\\([A-Za-z]\\|[^
//Jyrki
---------------------------------------
Received: (at 90574-done) by bugs.debian.org; 13 Nov 2005 17:56:23 +0000
>From [EMAIL PROTECTED] Sun Nov 13 09:56:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vms044pub.verizon.net ([206.46.252.44])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EbM5X-0007Va-54
for [EMAIL PROTECTED]; Sun, 13 Nov 2005 09:56:23 -0800
Received: from osgiliath.mathom.us ([70.108.64.202])
by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep
9 2005)) with ESMTPA id <[EMAIL PROTECTED]> for
[EMAIL PROTECTED]; Sun, 13 Nov 2005 11:56:17 -0600 (CST)
Received: from localhost (localhost [127.0.0.1])
by osgiliath.mathom.us (Postfix) with ESMTP id 76DA06031E0 for
<[EMAIL PROTECTED]>; Sun, 13 Nov 2005 12:56:16 -0500 (EST)
Received: from osgiliath.mathom.us ([127.0.0.1])
by localhost (osgiliath [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 19682-01 for <[EMAIL PROTECTED]>; Sun,
13 Nov 2005 12:56:16 -0500 (EST)
Received: by osgiliath.mathom.us (Postfix, from userid 1000)
id 36F4660049B; Sun, 13 Nov 2005 12:56:16 -0500 (EST)
Date: Sun, 13 Nov 2005 12:56:16 -0500
From: Michael Stone <[EMAIL PROTECTED]>
Subject: request for fi localization of fileutils
To: [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii; format=flowed
Content-disposition: inline
X-Pgp-Fingerprint: 53 FF 38 00 E7 DD 0A 9C 84 52 84 C5 EE DF 7C 88
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mathom.us
User-Agent: Mutt/1.5.11
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_01 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
It looks as though coreutils currently contains fi localization. (At
least, there is a fi.po.)
Mike Stone
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]