diff mbox

e2fsprogs: small .de translation fix

Message ID 52C704EC.8000501@redhat.com
State Superseded, archived
Headers show

Commit Message

Eric Sandeen Jan. 3, 2014, 6:43 p.m. UTC
This was reported in RH bugzilla.  I think my German is good enough
that the fix is correct, but I don't mind a double-check.  :)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---


--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Eric Sandeen Feb. 21, 2014, 4:19 a.m. UTC | #1
On 1/3/14, 12:43 PM, Eric Sandeen wrote:
> This was reported in RH bugzilla.  I think my German is good enough
> that the fix is correct, but I don't mind a double-check.  :)
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

ping on this one, while it seems that Ted is processing old patches :)

But maybe this one is for Philipp...

-Eric

> ---
> 
> diff --git a/po/de.po b/po/de.po
> index d1ed005..d0b357a 100644
> --- a/po/de.po
> +++ b/po/de.po
> @@ -1840,7 +1840,7 @@ msgid ""
>  "  has %r @m @b(s), shared with %N file(s):\n"
>  msgstr ""
>  "Datei %Q (@i #%i, Änderungszeit %IM) \n"
> -"  hat %r mehrfach belegte(n) Block/Böcke, gemeinsam genutzt mit %N Datei(en):\n"
> +"  hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N Datei(en):\n"
>  
>  #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
>  #: e2fsck/problem.c:1011
> @@ -5274,7 +5274,7 @@ msgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
>  #: misc/tune2fs.c:2016
>  #, c-format
>  msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
> -msgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
> +msgstr "Der Prozentsatz reservierter Blöcke wird auf %g%% (%llu Blöcke) gesetzt\n"
>  
>  #: misc/tune2fs.c:2022
>  #, c-format
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Andreas Dilger Feb. 21, 2014, 7:24 a.m. UTC | #2
On Feb 20, 2014, at 8:19 PM, Eric Sandeen <sandeen@redhat.com> wrote:
> On 1/3/14, 12:43 PM, Eric Sandeen wrote:
>> This was reported in RH bugzilla.  I think my German is good enough
>> that the fix is correct, but I don't mind a double-check.  :)
>> 
>> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> 
> ping on this one, while it seems that Ted is processing old patches :)
> 
> But maybe this one is for Philipp...

My German is also good enough to give a:

Reviewed-by: Andreas Dilger <adilger@dilger.ca>

on this.

Amusingly, Google translate translates "Böcke" to "blocks" when
it is in the exact form of the error message, but translates it to
"goats" in isolation.  I speculate this is because it is using existing
cases of e2fsprogs translation messages as part of its translation
learning dictionary.

Cheers, Andreas

>> diff --git a/po/de.po b/po/de.po
>> index d1ed005..d0b357a 100644
>> --- a/po/de.po
>> +++ b/po/de.po
>> @@ -1840,7 +1840,7 @@ msgid ""
>> "  has %r @m @b(s), shared with %N file(s):\n"
>> msgstr ""
>> "Datei %Q (@i #%i, Änderungszeit %IM) \n"
>> -"  hat %r mehrfach belegte(n) Block/Böcke, gemeinsam genutzt mit %N Datei(en):\n"
>> +"  hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N Datei(en):\n"
>> 
>> #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
>> #: e2fsck/problem.c:1011
>> @@ -5274,7 +5274,7 @@ msgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
>> #: misc/tune2fs.c:2016
>> #, c-format
>> msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
>> -msgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
>> +msgstr "Der Prozentsatz reservierter Blöcke wird auf %g%% (%llu Blöcke) gesetzt\n"
>> 
>> #: misc/tune2fs.c:2022
>> #, c-format
>> 
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Cheers, Andreas
Theodore Ts'o Feb. 21, 2014, 8:12 a.m. UTC | #3
On Thu, Feb 20, 2014 at 10:19:37PM -0600, Eric Sandeen wrote:
> On 1/3/14, 12:43 PM, Eric Sandeen wrote:
> > This was reported in RH bugzilla.  I think my German is good enough
> > that the fix is correct, but I don't mind a double-check.  :)
> > 
> > Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> 
> ping on this one, while it seems that Ted is processing old patches :)
> 
> But maybe this one is for Philipp...

Yeah, I usually let the fixes for the translations come through the
Translation Project, for which Philipp is on the translation team.

Philipp, while you're at it, could you also take a look at these two
Debian bugs?

       https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703048
       https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737800

Many thanks!!

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Philipp Thomas Feb. 21, 2014, 12:01 p.m. UTC | #4
* Ted T'so (tytso@mit.edu) [20140221 09:12]:

> Yeah, I usually let the fixes for the translations come through the
> Translation Project, for which Philipp is on the translation team.

And this translation has gone completely unnoticed by me, being swamped
with the work on SLES12. 

> Philipp, while you're at it, could you also take a look at these two
> Debian bugs?
> 
>        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703048
>        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737800

I'll check them. While I have your eye: I noticed the buglet:

#: misc/e2image.c:1368
msgid "Raw and qcow2 images cannotbe installed"

with the space between cannot and be missing. I'll patch the package for
opensuse factory for the time being.

Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Theodore Ts'o Feb. 21, 2014, 3:25 p.m. UTC | #5
On Fri, Feb 21, 2014 at 01:01:33PM +0100, Philipp Thomas wrote:
> > Philipp, while you're at it, could you also take a look at these two
> > Debian bugs?
> > 
> >        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703048
> >        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737800
> 
> I'll check them.

Thanks!  Let me know if you think they are valid and when they have
been fixed, so I can close them out on the Debian side once I've
grabbed the updated po file.

>  While I have your eye: I noticed the buglet:
> 
> #: misc/e2image.c:1368
> msgid "Raw and qcow2 images cannotbe installed"

Thanks, Andrease recently sent me a patch which included a fix for
this.  It will be fixed in the next release:

https://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=maint&id=4d46e6c737947b336fd412f43c060955b07bd319

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Eric Sandeen April 28, 2014, 6:23 p.m. UTC | #6
On 2/21/14, 9:25 AM, Theodore Ts'o wrote:
> On Fri, Feb 21, 2014 at 01:01:33PM +0100, Philipp Thomas wrote:
>>> Philipp, while you're at it, could you also take a look at these two
>>> Debian bugs?
>>>
>>>        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703048
>>>        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737800
>>
>> I'll check them.
> 
> Thanks!  Let me know if you think they are valid and when they have
> been fixed, so I can close them out on the Debian side once I've
> grabbed the updated po file.
> 

Any progress on this?  AFAICT we still have goats.  ;)

-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Philipp Thomas April 29, 2014, 10:19 a.m. UTC | #7
* Eric Sandeen (sandeen@redhat.com) [20140428 20:23]:

> Any progress on this?  AFAICT we still have goats.  ;)

Oh sorry, with work on SLES 12 and a very nasty cold this totally
sliped throught the cracks. I'll finish it today.

Philipp
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/po/de.po b/po/de.po
index d1ed005..d0b357a 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1840,7 +1840,7 @@  msgid ""
 "  has %r @m @b(s), shared with %N file(s):\n"
 msgstr ""
 "Datei %Q (@i #%i, Änderungszeit %IM) \n"
-"  hat %r mehrfach belegte(n) Block/Böcke, gemeinsam genutzt mit %N Datei(en):\n"
+"  hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N Datei(en):\n"
 
 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
 #: e2fsck/problem.c:1011
@@ -5274,7 +5274,7 @@  msgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
 #: misc/tune2fs.c:2016
 #, c-format
 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
-msgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
+msgstr "Der Prozentsatz reservierter Blöcke wird auf %g%% (%llu Blöcke) gesetzt\n"
 
 #: misc/tune2fs.c:2022
 #, c-format