]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- fix polish YES/NO messages
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Feb 2003 23:52:16 +0000 (23:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-lang.patch -> 1.1
    mysql.spec -> 1.148

mysql-lang.patch [new file with mode: 0644]
mysql.spec

diff --git a/mysql-lang.patch b/mysql-lang.patch
new file mode 100644 (file)
index 0000000..fdb4932
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN mysql-3.23.55.org/sql/share/polish/errmsg.txt mysql-3.23.55/sql/share/polish/errmsg.txt
+--- mysql-3.23.55.org/sql/share/polish/errmsg.txt      Wed Feb 12 00:40:17 2003
++++ mysql-3.23.55/sql/share/polish/errmsg.txt  Wed Feb 12 00:40:46 2003
+@@ -7,8 +7,8 @@
+ "hashchk",
+ "isamchk",
+-"TAK",
+ "NIE",
++"TAK",
+ "Nie mo¿na stworzyæ pliku '%-.64s' (Kod b³êdu: %d)",
+ "Nie mo¿na stworzyæ tabeli '%-.64s' (Kod b³êdu: %d)",
+ "Nie mo¿na stworzyæ bazy danych '%-.64s'. B³?d %d",
index b3fe198071f6a5a8870073712283d2db03df66dd..d568e3cfb3025f94b43bd30b36dfd7d02b4bd568 100644 (file)
@@ -35,6 +35,7 @@ Patch4:               %{name}-info-res.patch
 Patch5:                %{name}-noproc.patch
 Patch6:                %{name}-fulltext-small.patch
 Patch7:                %{name}-c++.patch
+Patch8:                %{name}-lang.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
 Requires:      %{name}-libs = %{version}
@@ -316,6 +317,7 @@ MySQL.
 %if %{_gcc_ver} > 2
 %patch7 -p1
 %endif
+%patch8 -p1
 
 %build
 rm -f missing
This page took 0.113186 seconds and 4 git commands to generate.