summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 08:14:41 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 08:14:41 +0000
commitb6454ea9060aa399e44bb3fddc37b6cfb6156734 (patch)
treea210e8d66553b6f3cf12a6353e73a630047b461a
parent817264b8e300f35e6f5cd9c264a7c0dd30f34858 (diff)
downloadmailutils-b6454ea9060aa399e44bb3fddc37b6cfb6156734.tar.gz
mailutils-b6454ea9060aa399e44bb3fddc37b6cfb6156734.tar.bz2
Exclude '\v' from xgettext markers.
-rw-r--r--dotlock/dotlock.c8
-rw-r--r--mail.local/main.c4
-rw-r--r--mail.remote/mail.remote.c4
3 files changed, 9 insertions, 7 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index c882256e6..9b4b9a87f 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -32,10 +32,12 @@
const char *argp_program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU dotlock -- lock mail spool files"
+N_("GNU dotlock -- lock mail spool files")
"\v"
- "Returns 0 on success, 3 if the locking the file fails because"
- " it's already locked, and 1 if some other kind of error occurred.");
+N_("Returns 0 on success, 3 if the locking the file fails because"
+ " it's already locked, and 1 if some other kind of error occurred.");
+/* Note: keep \v excluded from the gettext strings, this way it's more
+ convenient for translators */
static char args_doc[] = N_("FILE");
error_t argp_err_exit_status = MU_DL_EX_ERROR;
diff --git a/mail.local/main.c b/mail.local/main.c
index 6d03000d5..04e3154b5 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -43,9 +43,9 @@ void notify_biff __P((mailbox_t mbox, char *name, size_t size));
const char *argp_program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU mail.local -- the local MDA"
+N_("GNU mail.local -- the local MDA")
"\v"
-"Debug flags are:\n"
+N_("Debug flags are:\n"
" g - guimb stack traces\n"
" T - mailutil traces (MU_DEBUG_TRACE)\n"
" P - network protocols (MU_DEBUG_PROT)\n"
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 0d94304f9..f38676ecb 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -42,10 +42,10 @@
const char *argp_program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
-N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
+N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n")
"\v"
"\n"
- "An RFC2822 formatted message is read from stdin and delivered using\n"
+N_("An RFC2822 formatted message is read from stdin and delivered using\n"
"the mailer. This utility can be used as a drop-in replacement\n"
"for /bin/sendmail to forward mail directly to an SMTP gateway.\n"
"\n"

Return to:

Send suggestions and report system problems to the System administrator.