From 061b78176e976336fdd48a5cae7201f9316ad613 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sun, 21 Dec 2008 09:24:26 +0000 Subject: [PATCH] 2008-12-21 [paul] 3.7.0cvs3 * tools/claws.i18n.status.pl updates --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- tools/claws.i18n.status.pl | 6 ++---- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70aabed70..f81fe0859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-21 [paul] 3.7.0cvs3 + + * tools/claws.i18n.status.pl + updates + 2008-12-21 [paul] 3.7.0cvs2 * AUTHORS diff --git a/PATCHSETS b/PATCHSETS index 5dd646d93..09c34eb54 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3664,3 +3664,4 @@ ( cvs diff -u -r 1.654.2.3727 -r 1.654.2.3728 configure.ac; cvs diff -u -r 1.21.2.7 -r 1.21.2.8 po/bg.po; cvs diff -u -r 1.1.2.15 -r 1.1.2.16 po/ca.po; cvs diff -u -r 1.9.2.13 -r 1.9.2.14 po/cs.po; cvs diff -u -r 1.58.2.41 -r 1.58.2.42 po/de.po; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 po/fi.po; cvs diff -u -r 1.5.2.11 -r 1.5.2.12 po/hu.po; cvs diff -u -r 1.50.2.33 -r 1.50.2.34 po/pt_BR.po; cvs diff -u -r 1.4.2.9 -r 1.4.2.10 po/sv.po; ) > 3.6.1cvs80.patchset ( cvs diff -u -r 1.100.2.63 -r 1.100.2.64 AUTHORS; cvs diff -u -r 1.1.2.51 -r 1.1.2.52 src/gtk/authors.h; ) > 3.7.0cvs1.patchset ( cvs diff -u -r 1.100.2.64 -r 1.100.2.65 AUTHORS; cvs diff -u -r 1.1.2.52 -r 1.1.2.53 src/gtk/authors.h; ) > 3.7.0cvs2.patchset +( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 tools/claws.i18n.status.pl; ) > 3.7.0cvs3.patchset diff --git a/configure.ac b/configure.ac index cba02986a..727f8d868 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=2 +EXTRA_VERSION=3 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/tools/claws.i18n.status.pl b/tools/claws.i18n.status.pl index e75aedf92..f8bceb079 100644 --- a/tools/claws.i18n.status.pl +++ b/tools/claws.i18n.status.pl @@ -11,6 +11,7 @@ %langname = ( 'bg.po' => 'Bulgarian', 'ca.po' => 'Catalan', + 'cs.po' => 'Czech', 'de.po' => 'German', 'en_GB.po' => 'British English', 'es.po' => 'Spanish', @@ -22,8 +23,6 @@ 'pl.po' => 'Polish', 'pt_BR.po' => 'Brazilian Portuguese', 'ru.po' => 'Russian', - 'sk.po' => 'Slovak', - 'sr.po' => 'Serbian', 'sv.po' => 'Swedish', 'zh_CN.po' => 'Simpilified Chinese', ); @@ -31,6 +30,7 @@ %lasttranslator = ( 'bg.po' => 'Yasen Pramatarov ', 'ca.po' => 'Miquel Oliete ', + 'cs.po' => 'David Vachulka ', 'de.po' => 'Stephan Sachse ', 'en_GB.po' => 'Paul Mangan ', 'es.po' => 'Ricardo Mones Lastra ', @@ -42,8 +42,6 @@ 'pl.po' => 'Emilian Nowak ', 'pt_BR.po' => 'Frederico Goncalves Guimaraes ', 'ru.po' => 'Aleksei Miheev ', - 'sk.po' => 'Andrej Kacian ', - 'sr.po' => 'Aleksandar Urosevic ', 'sv.po' => 'Lars Persson Fink ', 'zh_CN.po' => 'Ralgh Young ', );