[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Split messages (i18n) in sharutils.
From: |
Bruce Korb |
Subject: |
Re: Split messages (i18n) in sharutils. |
Date: |
Tue, 8 Nov 2005 11:57:54 -0800 |
Hi Jan,
Is this from the alpha release ("-pre1"), or the current release?
I *just* this weekend cleaned up a whole bunch of those, which
is not to say I did not miss any :). I believe the current message
reads:
"Please unpack part '`cat ${lock_dir}/seq`' next."
I ought to tell translators to consider all the text between
"part" and "next" as an ASCII arabic number....How do I
do that? :)
Thanks - Bruce
On 11/8/05, Jan D. <address@hidden> wrote:
>
> Hello.
>
> In sharutils there are some messages like this:
>
> #: src/shar.c:1407
> msgid "Please unpack part"
> msgstr ""
>
> #: src/shar.c:1408
> msgid "next!"
> msgstr ""
>
> This makes it harder for translators as the order of words may come out
> strange in non-english languages. This is just a reminder to the
> persons writing thses messages to keep this in mind in the future.
>
> Thanks,
>
> Jan D.