public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Polish translation update + localization remark for xfsprogs 4.3.0
@ 2016-01-24 15:58 Jakub Bogusz
  2016-01-24 17:08 ` [PATCH] xfs_repair: Fix untranslatable strings Eric Sandeen
  2016-01-26 16:47 ` Polish translation update + localization remark for xfsprogs 4.3.0 Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: Jakub Bogusz @ 2016-01-24 15:58 UTC (permalink / raw)
  To: xfs; +Cc: Christoph Hellwig

Hello,

I've just updated Polish translation for xfsprogs 4.3.0, it's available
at:
http://qboosh.pl/pl.po/xfsprogs-4.3.0.pl.po

I have noticed untranslatable message part in repair/versions.c:228:

_("WARNING: you have a V1 inode filesystem. It %s be converted to a\n"
  "\tversion 2 inode filesystem. If you do not want this, run an older\n"
  "\tversion of xfs_repair.\n"), no_modify ? "would" : "will");

There are untranslatable "would"/"will" strings.
This code could look for example like this:

_("WARNING: you have a V1 inode filesystem. %s to a\n"
  "\tversion 2 inode filesystem. If you do not want this, run an older\n"
  "\tversion of xfs_repair.\n"),
  no_modify ? _("It would be converted") : _("It will be converted"));

(note: using _("would") : _("will") is not enough - these words are
untranslatable to many languages without wider context)


-- 
Jakub Bogusz    http://qboosh.pl/

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-26 16:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 15:58 Polish translation update + localization remark for xfsprogs 4.3.0 Jakub Bogusz
2016-01-24 17:08 ` [PATCH] xfs_repair: Fix untranslatable strings Eric Sandeen
2016-01-26 16:47   ` Christoph Hellwig
2016-01-26 16:47 ` Polish translation update + localization remark for xfsprogs 4.3.0 Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox