linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] po: describe more precisely the %B expansion
@ 2014-06-02 19:48 Benno Schulenberg
  2014-06-02 19:48 ` [PATCH 2/4] e2fsck: make a prompt message translatable by not using fill-in words Benno Schulenberg
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Benno Schulenberg @ 2014-06-02 19:48 UTC (permalink / raw)
  To: linux-ext4

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 po/at-expand.pl |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/po/at-expand.pl b/po/at-expand.pl
index d4427b5..bc1a744 100644
--- a/po/at-expand.pl
+++ b/po/at-expand.pl
@@ -21,10 +21,13 @@ my @translator_help = (
  "#. on.  A table of these expansions can be found below.  Note that\n",
  "#. %-expressions that begin with \"%D\" and \"%I\" are two-character\n",
  "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n",
- "#. ownership field (inode->i_uid).\n",
+ "#. ownership field (inode->i_uid).  Also the \"%B\" expansion is special:\n",
+ "#. it can expand to either the string \"indirect block\" (possibly preceded\n",
+ "#. by the word \"double\" or \"triple\"), or the string \"block #\" immediately\n",
+ "#. followed by an integer indicating a block sequence number.\n",
  "#.  \n",
  "#.	%b	<blk>			block number\n",
- "#.	%B	<blkcount>		integer\n",
+ "#.	%B	\"indirect block\" | \"block #\"<blkcount>	string | string+integer\n",
  "#.	%c	<blk2>			block number\n",
  "#.	%Di	<dirent> -> ino		inode number\n",
  "#.	%Dn	<dirent> -> name	string\n",
-- 
1.7.0.4


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

end of thread, other threads:[~2014-06-04 16:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 19:48 [PATCH 1/4] po: describe more precisely the %B expansion Benno Schulenberg
2014-06-02 19:48 ` [PATCH 2/4] e2fsck: make a prompt message translatable by not using fill-in words Benno Schulenberg
2014-06-02 23:40   ` Theodore Ts'o
2014-06-03 20:35     ` [2/4 v2] e2fsck: make a prompt message simpler and thus translatable Benno Schulenberg
2014-06-04  2:07       ` Theodore Ts'o
2014-06-04 12:23         ` Benno Schulenberg
2014-06-04 12:56           ` Theodore Ts'o
2014-06-04 13:25             ` Benno Schulenberg
2014-06-04 14:42               ` Theodore Ts'o
2014-06-04 15:38                 ` Benno Schulenberg
2014-06-04 16:03                   ` Theodore Ts'o
2014-06-02 19:48 ` [PATCH 3/4] e2fsck: make two comments match the messages Benno Schulenberg
2014-06-04  2:07   ` Theodore Ts'o
2014-06-02 19:48 ` [PATCH 4/4] e2fsck: sort the abbreviations better Benno Schulenberg
2014-06-04  2:07   ` Theodore Ts'o
2014-06-04  2:05 ` [PATCH 1/4] po: describe more precisely the %B expansion Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).