[Winpt-commits] r116 - in trunk: Include Po Src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 7 18:06:30 CET 2005


Author: werner
Date: 2005-12-07 18:06:29 +0100 (Wed, 07 Dec 2005)
New Revision: 116

Modified:
   trunk/Include/ChangeLog
   trunk/Include/wptW32API.h
   trunk/Po/ChangeLog
   trunk/Po/de.po
   trunk/Src/ChangeLog
   trunk/Src/wptKeyEditDlgs.cpp
Log:
Add translations and minor fixes


Modified: trunk/Include/ChangeLog
===================================================================
--- trunk/Include/ChangeLog	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Include/ChangeLog	2005-12-07 17:06:29 UTC (rev 116)
@@ -1,3 +1,9 @@
+2005-12-02  Werner Koch  <wk at g10code.com>
+
+	* wptW32API.h (html_help_dispatch, html_help_deinit)
+	(html_help_init) [!_MSC_VER]: Use nop statements and not a
+	literal.
+
 2005-12-01  Timo Schulz  <ts at g10code.com>
 
 	* wptGPG.h (get_gpg_sigstat): New.

Modified: trunk/Include/wptW32API.h
===================================================================
--- trunk/Include/wptW32API.h	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Include/wptW32API.h	2005-12-07 17:06:29 UTC (rev 116)
@@ -114,9 +114,9 @@
 		   HH_TP_HELP_CONTEXTMENU, (DWORD)helparr); \
     } while (0)
 #else
-#define html_help_init(cookie) 0
-#define html_help_deinit() 0
-#define html_help_dispatch(param, file, helparr) 0
+#define html_help_init(cookie) do { } while (0)
+#define html_help_deinit() do { } while (0)
+#define html_help_dispatch(param, file, helparr) do { } while (0)
 #endif
 
 #endif /* WPT_W32_API_H */

Modified: trunk/Po/ChangeLog
===================================================================
--- trunk/Po/ChangeLog	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Po/ChangeLog	2005-12-07 17:06:29 UTC (rev 116)
@@ -1,3 +1,7 @@
+2005-12-07  Werner Koch  <wk at g10code.com>
+
+	* de.po: Translated 2 strings.
+
 2001-01-10  Timo Schulz <twoaday at freakmail.de>
 
     * winpt-de.mo: Add translation for German.

Modified: trunk/Po/de.po
===================================================================
--- trunk/Po/de.po	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Po/de.po	2005-12-07 17:06:29 UTC (rev 116)
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: WinPT 0.10.2\n"
 "POT-Creation-Date: 2005-10-20 19:52+0200\n"
-"PO-Revision-Date: 2005-10-27 07:28+0100\n"
+"PO-Revision-Date: 2005-12-07 17:55+0100\n"
 "Last-Translator: Timo Schulz <ts at g10code.de>\n"
 "Language-Team: DE <twoaday at freakmail.de>\n"
 "MIME-Version: 1.0\n"
@@ -816,7 +816,7 @@
 # c:\oss\winpt-gpgme\src\wptCryptdisk.cpp:478
 # c:\oss\winpt-gpgme\src\wptCryptdisk.cpp:647
 msgid "Cryptdisk"
-msgstr ""
+msgstr "Cryptdisk"
 
 msgid "Cryptdisk Error"
 msgstr "Cryptdisk Fehler"
@@ -1666,6 +1666,11 @@
 "It is possible to disable compression for these files.\n"
 "Do you want to disable it?"
 msgstr ""
+"Multimediadateien sind bereits komprimiert. GPG würde sie nochmals\n"
+"komprimieren und unnötig Zeit verbrauchen.  Es ist möglich, die\n"
+"Komression für diese Dateien auszuschalten.\n"
+"\n"
+"Möchten Sie die Kompression ausschalten?"
 
 msgid ""
 "NOTE: Key generation can be a lengthy process! Please wait until you get the "

Modified: trunk/Src/ChangeLog
===================================================================
--- trunk/Src/ChangeLog	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Src/ChangeLog	2005-12-07 17:06:29 UTC (rev 116)
@@ -10,6 +10,10 @@
 	(hkp_recv_key2): Add extra param for the fingerprint.
 	(hkp_recv_key): Call hkp_recv_key2 without fingerprint.
 	
+2005-12-02  Werner Koch  <wk at g10code.com>
+
+	* wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
+
 2005-12-01  Timo Schulz  <ts at g10code.com>
 
 	* wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic

Modified: trunk/Src/wptKeyEditDlgs.cpp
===================================================================
--- trunk/Src/wptKeyEditDlgs.cpp	2005-12-07 08:11:34 UTC (rev 115)
+++ trunk/Src/wptKeyEditDlgs.cpp	2005-12-07 17:06:29 UTC (rev 116)
@@ -988,7 +988,7 @@
 
 	t = get_key_created (sub->timestamp);
 	if( !t )
-	    t = "????-??-??";
+	    t = "????" "-??" "-??";
 	listview_add_sub_item( lv, i, 2, t );
 
 	if( sub->expires ) {



More information about the Winpt-commits mailing list