summaryrefslogtreecommitdiff
path: root/libsieve/require.c
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2002-12-25 22:31:44 +0000
committerWojciech Polak <polak@gnu.org>2002-12-25 22:31:44 +0000
commit52a372063eba534bba595becd10d50680916deca (patch)
treee0203061de7ad85e266d98b66a759e59290a92c8 /libsieve/require.c
parent62519d9d684cdc05a95824a91bcffb86f89483c4 (diff)
downloadmailutils-52a372063eba534bba595becd10d50680916deca.tar.gz
mailutils-52a372063eba534bba595becd10d50680916deca.tar.bz2
Added NLS.
Diffstat (limited to 'libsieve/require.c')
-rw-r--r--libsieve/require.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libsieve/require.c b/libsieve/require.c
index 67e0d2db7..cccc05e59 100644
--- a/libsieve/require.c
+++ b/libsieve/require.c
@@ -1,18 +1,18 @@
-/* GNU mailutils - a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
+ GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
- This program is distributed in the hope that it will be useful,
+ GNU Mailutils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software
+ along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,7 @@ sieve_require (list_t slist)
if (status)
{
sieve_compile_error (sieve_filename, sieve_line_num,
- "cannot create iterator: %s",
+ _("cannot create iterator: %s"),
mu_errstring (status));
return;
}
@@ -69,7 +69,7 @@ sieve_require (list_t slist)
if (reqfn (sieve_machine, name))
{
sieve_compile_error (sieve_filename, sieve_line_num,
- "source for the required %s %s is not available",
+ _("source for the required %s %s is not available"),
text,
name);
}

Return to:

Send suggestions and report system problems to the System administrator.