[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#314061: gsmartcard translation



forwarded 314061 Oliver Feiler <kiza@claws-and-paws.com>
thanks

Hi,

I've just uploaded an updated version of gsmartcard to the Debian
archive. It fixes the German translation (see bug #314061).

[1] http://bugs.debian.org/314061

You might want to include it in an updated gsmartcard release.

Christoph

diff -u gsmartcard-0.1.5/debian/control gsmartcard-0.1.5/debian/control
--- gsmartcard-0.1.5/debian/control
+++ gsmartcard-0.1.5/debian/control
@@ -1,9 +1,9 @@
 Source: gsmartcard
 Section: gnome
-Priority: optional
+Priority: extra
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>> 3.0.0), libgnome-dev (>= 1.2.13-5), xlibs-dev (>=4.0.3-3), libart-dev (>= 1.2.13-5), gdk-imlib1-dev (>= 1.9.10-3), libgtk1.2-dev (>= 1.2.10-1), libglib1.2-dev (>= 1.2.10-1), libesd0-dev (>= 0.2.22-3), libaudiofile-dev (>= 0.2.1-0.1)
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>> 4), libgnome-dev (>= 1.2.13-5), xlibs-dev (>=4.0.3-3), libart-dev (>= 1.2.13-5), gdk-imlib1-dev (>= 1.9.10-3), libgtk1.2-dev (>= 1.2.10-1), libglib1.2-dev (>= 1.2.10-1), libesd0-dev (>= 0.2.22-3), libaudiofile-dev (>= 0.2.1-0.1)
+Standards-Version: 3.6.2
 
 Package: gsmartcard
 Architecture: any
@@ -14,3 +14,3 @@
  and the cards. Both programs are developed close together.
- gsmartcard's  ability to read/write different cards relies
+ gsmartcard's ability to read/write different cards relies
  100% on its underlying program.
diff -u gsmartcard-0.1.5/debian/rules gsmartcard-0.1.5/debian/rules
--- gsmartcard-0.1.5/debian/rules
+++ gsmartcard-0.1.5/debian/rules
@@ -5,8 +5,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
 
 configure: configure-stamp
 configure-stamp:
@@ -21,8 +25,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE) "CFLAGS = -O2"
-	#/usr/bin/docbook-to-man debian/gsmartcard.sgml > gsmartcard.1
+	$(MAKE) "CFLAGS=$(CFLAGS)"
 
 	touch build-stamp
 
diff -u gsmartcard-0.1.5/debian/changelog gsmartcard-0.1.5/debian/changelog
--- gsmartcard-0.1.5/debian/changelog
+++ gsmartcard-0.1.5/debian/changelog
@@ -1,3 +1,13 @@
+gsmartcard (0.1.5-3) unstable; urgency=low
+
+  * QA upload.
+  * Update German translation (Closes: #314061, thanks Jens Seidel).
+  * Priority: extra.
+  * Debhelper 4.
+  * Bump Standards-Version (no change).
+
+ -- Christoph Berg <myon@debian.org>  Sat, 10 Sep 2005 00:01:44 +0200
+
 gsmartcard (0.1.5-2) unstable; urgency=low
 
   * QA Group upload orphaning this package
only in patch2:
unchanged:
--- gsmartcard-0.1.5.orig/po/de.po
+++ gsmartcard-0.1.5/po/de.po
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Gnome Smart Card 0.1.4\n"
 "POT-Creation-Date: 2000-10-20 21:07+0200\n"
-"PO-Revision-Date: 2001-05-06 12:26+0100\n"
+"PO-Revision-Date: 2005-09-09 23:26+0100\n"
 "Last-Translator: Oliver Feiler <kiza@claws-and-paws.com>\n"
 "Language-Team: German <kiza@claws-and-paws.com>\n"
 "MIME-Version: 1.0\n"
@@ -174,19 +174,19 @@
 
 #: src/interface.c:631
 msgid "Copyright � 2000 Oliver Feiler"
-msgstr ""
+msgstr "Copyright � 2000 Oliver Feiler"
 
 #: src/interface.c:633
 msgid ""
-"Frontend for reading, writing and managing smart cards. "
-"http://www.lionking.org/~kiza/linux/gsmartcard/\n";
-"Depends on the program \"smartcard\": "
-"http://www.lionking.org/~kianga/software/smartcard/";
+"Frontend for reading, writing and managing smart cards. http://www.lionking.";
+"org/~kiza/linux/gsmartcard/\n"
+"Depends on the program \"smartcard\": http://www.lionking.org/~kianga/";
+"software/smartcard/"
 msgstr ""
 "Grafische Oberfl�e zum Lesen, Schreiben und Managen von smart cards. "
 "http://www.lionking.org/~kiza/linux/gsmartcard/\n";
-"Ben�t das Program \"smartcard\": "
-"http://www.lionking.org/~kianga/software/smartcard/";
+"Ben�t das Programm \"smartcard\": http://www.lionking.org/~kianga/";
+"software/smartcard/"
 
 #: src/interface.c:680
 msgid "gsmartcard - Preferences"
@@ -246,11 +246,11 @@
 
 #: src/interface.c:847
 msgid "COM3"
-msgstr "COM2"
+msgstr "COM3"
 
 #: src/interface.c:855
 msgid "COM4"
-msgstr "COM2"
+msgstr "COM4"
 
 #: src/interface.c:863
 msgid "Hardware"
@@ -259,70 +259,43 @@
 #: src/support.c:100 src/support.c:138
 #, c-format
 msgid "Couldn't find pixmap file: %s"
-msgstr ""
+msgstr "Konnte pixmap-Datei nicht finden: %s"
 
 #: src/support.c:116
 #, c-format
 msgid "Couldn't create pixmap from file: %s"
-msgstr ""
+msgstr "Konnte pixmap nicht aus Datei erstellen: %s"
 
-#: src/callbacks.c:244
+#: src/callbacks.c:244 src/callbacks.c:320
 msgid "Erase inserted smart card?"
 msgstr "Eingelegte Karte l�en?"
 
-#: src/callbacks.c:222
+#: src/callbacks.c:222 src/callbacks.c:426 src/callbacks.c:514
 msgid "Not yet implemented."
 msgstr "Noch nicht fertiggestellt."
 
-#: src/callbacks.c:297
+#: src/callbacks.c:297 src/callbacks.c:366
 msgid ""
-"Please insert a card to write and click OK."
-"Click Cancel to stop programming."
-msgstr""
-"Bitte eine Karte zum Beschreiben einlegen und OK klicken."
-"Auf Abbruch klicken zum Beenden."
-
-#: src/callbacks.c:320
-msgid "Erase inserted smart card?"
-msgstr "Eingelegte Karte l�en?"
+"Please insert a card to write and click OK.Click Cancel to stop programming."
+msgstr ""
+"Bitte eine Karte zum Beschreiben einlegen und OK klicken. Auf Abbruch klicken "
+"zum Beenden."
 
 #: src/callbacks.c:338
 msgid "Erase another card?"
 msgstr "Eine weitere Karte l�en?"
 
-#: src/callbacks.c:366
-msgid ""
-"Please insert a card to write and click OK."
-"Click Cancel to stop programming."
-msgstr""
-"Bitte eine Karte zum Beschreiben einlegen und OK klicken."
-"Auf Abbruch klicken zum Beenden."
-
-#:src/callbacks.c:389
+#: src/callbacks.c:389 src/callbacks.c:532
 msgid "Please insert a card to read and click OK."
 msgstr "Bitte eine Karte zum Lesen einlegen und OK klicken."
 
-#:src/callbacks.c:402
+#: src/callbacks.c:402
 msgid ""
-"Please insert a card to write and click OK."
-"Click Cancel to stop copying."
+"Please insert a card to write and click OK.Click Cancel to stop copying."
 msgstr ""
-"Karte zum Beschreiben einlegen und OK klicken."
-"Auf Abbruch klicken um Kopiervorgang zu Beenden."
-
-#: src/callbacks.c:426
-msgid "Not yet implemented."
-msgstr "Noch nicht fertiggestellt."
-
-#: src/callbacks.c:514
-msgid "Not yet implemented."
-msgstr "Noch nicht fertiggestellt."
-
-#:src/callbacks.c:532
-msgid "Please insert a card to read and click OK."
-msgstr "Bitte eine Karte zum Lesen einlegen und OK klicken."
+"Karte zum Beschreiben einlegen und OK klicken. Auf Abbruch klicken um "
+"Kopiervorgang zu Beenden."
 
 #: src/callbacks.c:544
 msgid "Please insert a card to write and click OK."
 msgstr "Bitte eine Karte zum Beschreiben einlegen und OK klicken."
-
only in patch2:
unchanged:
--- gsmartcard-0.1.5.orig/debian/compat
+++ gsmartcard-0.1.5/debian/compat
@@ -0,0 +1 @@
+4

Attachment: signature.asc
Description: Digital signature


Reply to: