aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 08:59:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-15 08:59:53 +0000
commitbe0980ecb8dc7c102971709d18c8bcd87f91c3dc (patch)
tree35471440e47bca529d6388ce5b517d5f762159ee
parentb240d6174c9646af0924f60e6cc0d5b670f70da0 (diff)
downloadmailfromd-be0980ecb8dc7c102971709d18c8bcd87f91c3dc.tar.gz
mailfromd-be0980ecb8dc7c102971709d18c8bcd87f91c3dc.tar.bz2
NLS-related fixes; Version no. 4.0.90
git-svn-id: file:///svnroot/mailfromd/trunk@1432 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--po/pl.po9
-rw-r--r--tests/invcidr.at2
-rw-r--r--tests/invcidr2.at2
-rw-r--r--tests/shadow.at4
6 files changed, 16 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 2ffea7c6..5cd7f57d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,16 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-05-12
+Mailfromd NEWS -- history of user-visible changes. 2007-05-15
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
+Version 4.0.90
+
+* Added National Language Support. Polish and Ukrainian translations
+ available.
+
+
Version 4.0, 2007-05-12
Note for users of 3.1.x: see also the notes for previous alpha
diff --git a/configure.ac b/configure.ac
index d207fd26..cdfa2bc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
AC_PREREQ(2.59)
m4_define([MF_VERSION_MAJOR], 4)
m4_define([MF_VERSION_MINOR], 0)
-dnl m4_define([MF_VERSION_PATCH], 92)
+m4_define([MF_VERSION_PATCH], 90)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua])
diff --git a/po/pl.po b/po/pl.po
index b8bf063e..6a32fbdc 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: mailfromd 4.0\n"
"Report-Msgid-Bugs-To: bug-mailfromd@gnu.org\n"
"POT-Creation-Date: 2007-05-14 17:20+0300\n"
-"PO-Revision-Date: 2007-05-14 13:16+0300\n"
+"PO-Revision-Date: 2007-05-15 11:12+0300\n"
"Last-Translator: Sergey Poznyakoff <gray@gnu.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
@@ -193,7 +193,7 @@ msgid ""
"\n"
msgstr ""
"\n"
-"License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
+"Licencja GPLv2+: GNU GPL wersji 2 lub nowszej <http://gnu.org/licenses/gpl."
"html>\n"
"To jest wolne oprogramowanie: masz prawo modyfikować i rozpowszechniać go.\n"
"Nie ma ŻADNYCH GWARANCJI, o ile prawo na to zezwala.\n"
@@ -403,7 +403,7 @@ msgstr "%s: powiązanie z portem %s nie powiodło się: %s"
#: gacopyz/gacopyz.c:323
#, c-format
msgid "%s: Cannot listen on port %s: %s"
-msgstr "%s: Nasłuch na porcie %s nie powiodło się: %s"
+msgstr "%s: Nasłuch na porcie %s nie powiódł się: %s"
#: gacopyz/gacopyz.c:342
msgid "Empty or missing socket information"
@@ -1654,7 +1654,7 @@ msgstr "File `%s' już istnieje. Usuń go lub skorzystaj z opcji --remove."
#: src/engine.c:1301
#, c-format
msgid "Cannot unlink file `%s': %s"
-msgstr "unlink(%s) nie powiodła się: %s"
+msgstr "Nie można usunąć plik `%s': %s"
#: src/engine.c:1332
#, c-format
@@ -2525,4 +2525,3 @@ msgstr ""
#, c-format
msgid "Redefinition of function %s"
msgstr "Przedefiniowanie funkcji %s"
-
diff --git a/tests/invcidr.at b/tests/invcidr.at
index d2fa31a8..3b529b2f 100644
--- a/tests/invcidr.at
+++ b/tests/invcidr.at
@@ -24,7 +24,7 @@ AT_CHECK([mailfromd $MFOPTS --test $ETCDIR/catch.rc s=10.0.0.1 -v network=10-10]
[SET REPLY 450 Catched condition 8
State envfrom: tempfail
],
-[mailfromd: warning: Variable `network' already initialized
+[mailfromd: Warning: Variable `network' already initialized
])
AT_CLEANUP
diff --git a/tests/invcidr2.at b/tests/invcidr2.at
index e52682e2..79181d0b 100644
--- a/tests/invcidr2.at
+++ b/tests/invcidr2.at
@@ -24,7 +24,7 @@ AT_CHECK([mailfromd $MFOPTS --test $ETCDIR/catch01.rc s=10.0.0.1 -v network=10-1
[SET REPLY 450 Catched condition 8
State envfrom: tempfail
],
-[mailfromd: warning: Variable `network' already initialized
+[mailfromd: Warning: Variable `network' already initialized
])
AT_CLEANUP
diff --git a/tests/shadow.at b/tests/shadow.at
index 33d5f3c3..e4db5136 100644
--- a/tests/shadow.at
+++ b/tests/shadow.at
@@ -22,8 +22,8 @@ AT_KEYWORDS([variable variables shadow])
prog=$ETCDIR/shadow.rc
cat > experr <<EOT
-mailfromd: $prog:21: warning: Parameter \`x' is shadowing a global
-mailfromd: $prog:29: warning: Automatic variable \`x' is shadowing a global
+mailfromd: $prog:21: Warning: Parameter \`x' is shadowing a global
+mailfromd: $prog:29: Warning: Automatic variable \`x' is shadowing a global
param
auto text
initial

Return to:

Send suggestions and report system problems to the System administrator.