[Winpt-commits] r82 - in trunk: . Include Po

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 16 13:24:10 CET 2005


Author: twoaday
Date: 2005-11-16 13:24:09 +0100 (Wed, 16 Nov 2005)
New Revision: 82

Added:
   trunk/README-0.11.txt
Removed:
   trunk/README-0.9.txt
Modified:
   trunk/Include/wptW32API.h
   trunk/Po/de.po
   trunk/TODO
Log:
Cleanups and updated translations.



Modified: trunk/Include/wptW32API.h
===================================================================
--- trunk/Include/wptW32API.h	2005-11-16 11:05:40 UTC (rev 81)
+++ trunk/Include/wptW32API.h	2005-11-16 12:24:09 UTC (rev 82)
@@ -98,6 +98,8 @@
 #ifdef _MSC_VER
 #include <htmlhelp.h>
 
+/* Support for the new html context sentensive help. For
+   now it can be only used with native W32 compilers. */
 #define html_help_init(cookie) \
     HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD)(cookie))
 

Modified: trunk/Po/de.po
===================================================================
--- trunk/Po/de.po	2005-11-16 11:05:40 UTC (rev 81)
+++ trunk/Po/de.po	2005-11-16 12:24:09 UTC (rev 82)
@@ -340,7 +340,7 @@
 "EXPIRE\t\t\tAblaufdatum ändern\r\n"
 "UPDPREF   \t\tEigenschaften geändert\r\n"
 "PASSWD    \t\tPasswort ändern\r\n"
-"PRIMARY   \t\tBenutzerkennung als primäre ID kennzeichnen\r\n"
+"PRIMARY   \t\tBenutzerkennung als primär kennzeichnen\r\n"
 "TRUST\t    \t\tVertrauensstellung ändern\r\n"
 "REVUID    \t\tBenutzerkennung widerrufen\r\n"
 "REVKEY    \t\tSekundären Schlüsssel widerrufen\r\n"
@@ -2946,7 +2946,7 @@
 
 #: c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:888
 msgid "Copy Key Info to Clipboard"
-msgstr "Kopiere SchlüsselInfo in Ablage"
+msgstr "Kopiere Schlüssel Info in Ablage"
 
 msgid "Copy User ID to Clipboard"
 msgstr "Kopiere Benutzerkennung in Ablage"
@@ -3093,3 +3093,23 @@
 msgid "Encrypt to this key"
 msgstr ""
 
+msgid "Disabled"
+msgstr "Inaktiv"
+
+
+msgid "Select &key list mode"
+msgstr "Key List-Modus auswählen"
+
+msgid "Select &wipe mode"
+msgstr "Lösch-Modus auswählen"
+
+msgid "Keyserver &config"
+msgstr "Keyserver &Config"
+
+
+msgid "Cache &passphrases for 'n' seconds"
+msgstr "&Passphrase für 'n' Sekunden cachen"
+
+msgid "(CTRL+ALT+F to clear the cache)"
+msgstr "(STRG+ALT+F löscht den Cache)"
+

Added: trunk/README-0.11.txt
===================================================================
--- trunk/README-0.11.txt	2005-11-16 11:05:40 UTC (rev 81)
+++ trunk/README-0.11.txt	2005-11-16 12:24:09 UTC (rev 82)
@@ -0,0 +1,61 @@
+
+
+                        Windows Privacy Tray 0.11.x
+                        ===========================
+
+
+WARNING: This branch is the testing branch of WinPT. The next stable
+         branch will be 1.0. 
+
+This branch mainly introduces smart card support for the OpenPGP card.
+For more information please visit www.g10-code.com/p-card.html. Alternative
+you may ask on the gnupg-users at gnupg.org list for general information
+about the card and the GPG 1.4 support to use it.
+
+On the other side, we encourage people to test the development branch 
+(WinPT+GPG) to track down bugs and to help that it will become stable soon.
+
+
+_It is recommend to use GPG 1.4.2 or later for WinPT 0.11.x_.
+
+
+Requirements for smart card use
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- A card reader that is PC/SC compatible
+- An OpenPGP card (either a test card <= 0.9 or the release version 1.0)
+- GnuPG 1.4.0 or later and WinPT 0.11.x
+
+Feel free to ask on gnupg-users at gnupg.org or winpt-users at lcsweb.net for
+more information.
+
+
+
+Install
+~~~~~~~
+
+Unzip winpt-0.11.x-exe.zip and replace the old winpt.exe and the ptd.dll.
+Please make sure that there are no concurrent ptd.dll files on your hard
+disk. That's all. Now you can start WinPT.
+
+
+Bugs
+~~~~
+
+If you think you found a bug, please use the mailing lists or the bug
+tracking system on bugs.gnupg.org to report it. Do not forget to include
+all information about your system (gpg version, config, location of the
+keyrings, OS type and version, ...).
+
+
+How to contribute something (code or docs)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+If you are interested in writing some code or to contribute some
+documentation please mail me directly or send a mail to winpt-dev at lcsweb.net.
+
+
+Authors address
+~~~~~~~~~~~~~~~
+
+Timo Schulz <twoaday at freakmail.de> (keyID BF3DF9B4)

Deleted: trunk/README-0.9.txt
===================================================================
--- trunk/README-0.9.txt	2005-11-16 11:05:40 UTC (rev 81)
+++ trunk/README-0.9.txt	2005-11-16 12:24:09 UTC (rev 82)
@@ -1,61 +0,0 @@
-
-
-                        Windows Privacy Tray 0.10.x
-                        ===========================
-
-
-WARNING: This branch is the testing branch of WinPT. The next stable
-         branch will be 1.0. 
-
-This branch mainly introduces smart card support for the OpenPGP card.
-For more information please visit www.g10-code.com/p-card.html. Alternative
-you may ask on the gnupg-users at gnupg.org list for general information
-about the card and the GPG 1.4 support to use it.
-
-On the other side, we encourage people to test the development branch 
-(WinPT+GPG) to track down bugs and to help that it will become stable soon.
-
-
-_It is recommend to use GPG 1.4.0a or later for WinPT 0.10.x_.
-
-
-Requirements for smart card use
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-- A card reader that is PC/SC compatible
-- An OpenPGP card (either a test card <= 0.9 or the release version 1.0)
-- GnuPG 1.4.0 or later and WinPT 0.10.x
-
-Feel free to ask on gnupg-users at gnupg.org or winpt-users at lcsweb.net for
-more information.
-
-
-
-Install
-~~~~~~~
-
-Unzip winpt-0.10.x-exe.zip and replace the old winpt.exe and the ptd.dll.
-Please make sure that there are no concurrent ptd.dll files on your hard
-disk. That's all. Now you can start WinPT.
-
-
-Bugs
-~~~~
-
-If you think you found a bug, please use the mailing lists or the bug
-tracking system on bugs.gnupg.org to report it. Do not forget to include
-all information about your system (gpg version, config, location of the
-keyrings, OS type and version, ...).
-
-
-How to contribute something (code or docs)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are interested in writing some code or to contribute some
-documentation please mail me directly or send a mail to winpt-dev at lcsweb.net.
-
-
-Authors address
-~~~~~~~~~~~~~~~
-
-Timo Schulz <twoaday at freakmail.de> (keyID BF3DF9B4)

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2005-11-16 11:05:40 UTC (rev 81)
+++ trunk/TODO	2005-11-16 12:24:09 UTC (rev 82)
@@ -1,9 +1,9 @@
 Feel free if you think there is missing something to mail me.
 
 -1.0.0-
-    * Support the new homedir 'APPDATA'.
-    * Find out why the generated wizard keys (RSA) are always sign+encrypt.
-
+    * The key cache reload is much faster when no progress callback
+      is used. Allow to disable the progress dialog.
+      
     * Use '!' in the encrypt dialog to use the subkey which was selected
       and not the newest.
     * revamp the group database code. Use the GPG --group feature and make
@@ -29,7 +29,6 @@
         - factor out some common code into wptCardManager.cpp
     * Implement --armor in the FM for --symmetric.
     * Implement --interactive for --import.
-    * Handle %APP% strings from the registry (check the code!).
     * Winpt should take care for a multi user environment.
     * Move the both managers (key/file) to separate applications
       and use ActiveX control elemens for the treelist element.



More information about the Winpt-commits mailing list