[Winpt-commits] r222 - in trunk: Doc Include Po Src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 1 10:30:50 CEST 2006
Author: twoaday
Date: 2006-06-01 10:30:46 +0200 (Thu, 01 Jun 2006)
New Revision: 222
Added:
trunk/Doc/winpt.texi
Modified:
trunk/Include/wptGPG.h
trunk/Include/wptRegistry.h
trunk/Po/build-utf-mo.sh
trunk/Po/de.po
trunk/Po/jp.po
trunk/Src/ChangeLog
trunk/Src/WinPT-en.rc
trunk/Src/resource.h
trunk/Src/wptGPG.cpp
trunk/Src/wptKeyserver.cpp
trunk/Src/wptMainProc.cpp
trunk/Src/wptPreferencesDlg.cpp
trunk/Src/wptRegistry.cpp
trunk/Src/wptSigTreeDlg.cpp
Log:
Applied some more patches.
Added: trunk/Doc/winpt.texi
===================================================================
--- trunk/Doc/winpt.texi 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Doc/winpt.texi 2006-06-01 08:30:46 UTC (rev 222)
@@ -0,0 +1,196 @@
+\input texinfo
+
+ at setfilename WinPT
+
+This file describes the Windows Privacy Tray program and its main functions
+
+This file is free under the terms of the GNU General Public License v2.
+
+Copyright (C) 2006 Timo Schulz
+
+Version 0.0.0
+
+ at settitle WinPT - The Windows Privacy Tray; a free GPG front-end for Windows
+
+ at section Requirements for WinPT
+
+First you need to have a working GnuPG 1.4 installtion on the machine you
+plan to install WinPT. If you don't have GPG in your machine, please
+visit http://www.gnupg.org and download the latest GPG version there.
+It comes with a graphical installer so there is no need to do this
+step manually.
+
+You need at least Windows 98/2K/XP, but Windows XP or better is
+recommend. The program also works on NT/95/ME but there is no support
+for these OS versions any longer.
+
+
+ at section Installation of the Program
+
+It is always recommend to use the latest version of the program. You
+can download it from http://wald.intevation.org/projects/winpt.
+Download the zip file with the binaries inside and unpack them in
+a folder. All files need to be in the same folder, so if you change
+the folder don't forget to move all files.
+
+To activate the program you just need to start WinPT.exe. You should
+now see a little (golden key) icon in the taskbar which indicates that
+the program is running. If you want to quit the program, right click
+on the symbol and select "Exit".
+
+Alternative, you may use one of the graphical GPG installers which
+are available on the internet. I recommend to use Gpg4Win which
+includes a set of very useful privacy tools, beside WinPT and it
+is very easy to use with an average size (~4MB). For non-German
+speaking users, I recommend the light version because it does not
+contain the 2 German PDF manuals.
+
+ at subsection Configure the Program
+After the installation not much of the default settings need to
+be changed. If you prefer a special keyserver, it is propably a good
+idea to open the keyserver dialog and to set one of the existing
+keyservers as the default or create a new entry and mark it as the
+new default. The default keyserver is subkeys.pgp.net, which is
+the best choice for most users.
+
+ at subsection GPG Options
+For expert users, the GPG preference dialog might contain some
+interesting options. For example to set the expiration date of
+a signature and/or to set the signing level for key signing.
+It also allows to set a default 'encrypt-to' key and to set
+the comment in ASCII armored files.
+
+ at subsection Preferences
+In the WinPT preference dialog, the user can modify and/or disable
+the default options. For new users it is suggested to leave the
+default values as they are, except when there are problems related
+to the hotkeys.
+
+To enable keyring backups, the user can either decide to use the
+GPG home directory as the backup folder or any other folder. In
+the latter case, a folder needs to be chosen. If the backup should
+also include the secret keyring, please check the corresponding box.
+
+
+ at section The First Start
+This section is only important for people who never installed
+and/or used WinPT before.
+
+When the program is started the first time, it offers two choices.
+The one is to generate a key pair and the other is to copy
+existing GPG keyrings into the current installation.
+
+We assume the user will select the first entry.
+
+Now a new dialog is shown which requests some information from
+the user to allow a meaningful association between the key and
+the user. If the user prefer RSA keys, the check box should be marked.
+If the entered data is OK, WinPT then generates a new key pair. As long
+as this step takes, a progress dialog is shown to indicate the
+enduring process. When the generation of the keypair is done, WinPT
+offers the chance to backup the existing keyrings. This is definitely
+an important decision because if the keyring will get corrupted
+or lost, there is no way to recover the encrypted data. That is
+why it is also important to store the backup, at least of the
+secret keyring, at a @strong{safe} place.
+
+ at section Keyserver Access
+An easy way to retrieve keys is the keyserver. You can think of
+it like a huge database with a lot of keys as its content. It is
+possible to search keys by a pattern, a keyid or even a fingerprint.
+WinPT allows to access different kind of keyservers. For example
+LDAP, HKP, Finger and HTTP. But the focus will be set on HKP because
+this is the common case.
+
+In some situations WinPT asks the user whether to retrieve keys
+automatically. One example is the signature verification when the
+key that issued the signature was not found in the keyring.
+
+The main keyserver dialog allows to fetch one or more keys directly
+or to search for a given pattern.
+
+ at subsection Retrieve a key by Key ID
+
+ at subsection Retrieve a key by its email address
+
+ at subsection Search for a key by pattern
+If you want to communicate with a new mail partner and you are
+not sure about the key ID, it can be useful to search for his
+email address. This address is considered as quite unique.
+
+An example:
+
+pattern: twoaday@@freakmail.de
+
+[Search]
+
+Now a dialog is opened with a list of all keys which matched
+the search string. If the name @strong{and} the email address
+is known, the matching key should be selected and "Receive"
+should be clicked. Then the key will be downloaded and added
+to your keyring. Now you can encrypt data with this key, for
+example an email.
+
+ at section Adding new elements to your key
+
+ at subsection Adding a new secondary key
+
+For most users the existing keys in the key pair are enough
+and no extra key is needed. But there are some exceptions.
+
+ at itemize @bullet
+
+ at item
+The primary key has no secondary key and the primary key is not
+able to encrypt data. In this case it can be a good idea to
+add a secondary encryption key.
+
+ at item
+A lot of people use secondary encryption keys with an expiration
+date. Usually the key is valid for 1-2 years. After the key is expired,
+a new key is needed in order to encrypt data.
+
+ at end itemize
+
+What kind of public key algorithm should be selected is a matter
+of taste. RSA and ElGamal are both capable for encryption. For most
+users it's a good idea to let the program chose the key size (in bits).
+The default settings should be secure enough for most purposes.
+
+ at subsection Adding a new user ID
+If you got a new email account, it's propably a good idea to
+add these new account to your key also. For example:
+
+A new account was registed at gmail.com (john.doo@@gmail.com).
+Then you should create a new user ID with the following fields:
+
+name: John Doo
+
+email: john.doo@@gmail.com
+
+comment: (optional)
+
+Now email programs are able to associate this address with your
+key when somebody wants to send you a protected mail to this account.
+
+ at subsection Adding a photographic ID
+With this function you can add a photo to your public. It will be
+displayed in the key property dialog.
+
+You just need to select a JPEG file which contains the photo and
+enter your passphrase and confirm with OK. Please read the note
+in the dialog carefully to make sure the photo has a proper size
+(file, height and weight).
+
+ at subsection Adding a new designated revoker
+If you want to allow another key to revoke your own key, this
+might be useful if you lost your secret or a simliar situation,
+you can use this function to add a designated revoker to your key.
+
+All you need to do is to select the key you want to add as a desig
+revoker. But please bear in mind that this procedure cannot be undone
+and that this person really has the power to make your public key
+unuseable. You really should trust the selected key, in case it is
+not a key owned by yourself.
+
+ at bye
Modified: trunk/Include/wptGPG.h
===================================================================
--- trunk/Include/wptGPG.h 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Include/wptGPG.h 2006-06-01 08:30:46 UTC (rev 222)
@@ -145,7 +145,8 @@
int gnupg_check_homedir (void);
int gnupg_access_keyring (int _pub);
void gnupg_backup_options ();
-void gnupg_backup_keyrings (int auto_backup, int backup_mode);
+void gnupg_backup_keyrings (int auto_backup, int backup_mode,
+ int include_secr);
void gnupg_display_error (void);
int gnupg_copy_keyrings (void);
int check_gnupg_engine (const char *need_gpg_ver,
Modified: trunk/Include/wptRegistry.h
===================================================================
--- trunk/Include/wptRegistry.h 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Include/wptRegistry.h 2006-06-01 08:30:46 UTC (rev 222)
@@ -38,9 +38,10 @@
CFG_NOZIP_MMEDIA,
CFG_EXPERT,
CFG_FM_PROGRESS,
+ CFG_BACKUP_INC_SKR,
/* end of id list */
CFG_AUTOBAKPATH,
- CFG_KSERV_CONF,
+ CFG_KSERV_CONF,
};
@@ -55,6 +56,7 @@
int auto_backup; /* automatic backup (1 means activated) */
int default_ext; /* 1 = GPG, PGP otherwise. */
struct {
+ int include_secr;/* including secret keyrings. */
int mode; /* backup mode */
char *path; /* keyring backup path */
} backup;
Modified: trunk/Po/build-utf-mo.sh
===================================================================
--- trunk/Po/build-utf-mo.sh 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Po/build-utf-mo.sh 2006-06-01 08:30:46 UTC (rev 222)
@@ -5,7 +5,7 @@
#msgfmt --output-file=winpt.mo -
#msgfmt -v --check --output-file=winpt.mo fr.po
-#msgfmt -v --check --output-file=winpt.mo de.po
-msgfmt -v --check --output-file=winpt.mo jp.po
+msgfmt -v --check --output-file=winpt.mo de.po
+#msgfmt -v --check --output-file=winpt.mo jp.po
Modified: trunk/Po/de.po
===================================================================
--- trunk/Po/de.po 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Po/de.po 2006-06-01 08:30:46 UTC (rev 222)
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: WinPT 0.12.1\n"
"Report-Msgid-Bugs-To: winpt at freakmail.de\n"
-"POT-Creation-Date: 2006-05-14 11:31+0200\n"
+"POT-Creation-Date: 2006-06-01 08:33+0200\n"
"PO-Revision-Date: 2005-12-28 16:10+0100\n"
"Last-Translator: Timo Schulz <ts at g10code.de>\n"
"Language-Team: DE <twoaday at freakmail.de>\n"
@@ -26,13 +26,13 @@
msgid "Could not create GPG home directory"
msgstr "Konnte Heimatverzeichnis von GPG nicht erstellen"
-#: Src/WinPT.cpp:189 Src/WinPT.cpp:221 Src/WinPT.cpp:271 Src/WinPT.cpp:275
-#: Src/WinPT.cpp:471 Src/WinPT.cpp:478 Src/WinPT.cpp:519 Src/WinPT.cpp:547
-#: Src/WinPT.cpp:556 Src/WinPT.cpp:560 Src/WinPT.cpp:577 Src/WinPT.cpp:645
-#: Src/WinPT.cpp:658 Src/WinPT.cpp:705 Src/WinPT.cpp:735 Src/WinPT.cpp:753
+#: Src/WinPT.cpp:189 Src/WinPT.cpp:271 Src/WinPT.cpp:275 Src/WinPT.cpp:487
+#: Src/WinPT.cpp:494 Src/WinPT.cpp:534 Src/WinPT.cpp:562 Src/WinPT.cpp:571
+#: Src/WinPT.cpp:575 Src/WinPT.cpp:592 Src/WinPT.cpp:660 Src/WinPT.cpp:673
+#: Src/WinPT.cpp:720 Src/WinPT.cpp:750 Src/WinPT.cpp:768
#: Src/wptCommonDlg.cpp:220 Src/wptErrors.cpp:141 Src/wptGPG.cpp:921
#: Src/wptGPG.cpp:933 Src/wptGPG.cpp:943 Src/wptGPG.cpp:954
-#: Src/wptMainProc.cpp:351 Src/wptMainProc.cpp:527
+#: Src/wptMainProc.cpp:351 Src/wptMainProc.cpp:529
msgid "WinPT Error"
msgstr "WinPT Fehler"
@@ -40,6 +40,10 @@
msgid "No useable secret key found."
msgstr "Kein benutzbarer geheimer Schlüssel gefunden."
+#: Src/WinPT.cpp:221 Src/wptKeyPropsDlg.cpp:357 Src/wptKeyPropsDlg.cpp:364
+msgid "WinPT Warning"
+msgstr "WinPT Warnung"
+
#: Src/WinPT.cpp:270
msgid "Could not read GnuPG version."
msgstr "Konnte Version von GnuPG nicht auslesen."
@@ -58,16 +62,15 @@
msgstr "Konnte WinPT-Verzeichnis nicht erstellen"
#: Src/WinPT.cpp:305 Src/WinPT.cpp:322 Src/WinPT.cpp:333
-#: Src/wptKeyManagerDlg.cpp:958 Src/wptKeyserver.cpp:585
+#: Src/wptKeyManagerDlg.cpp:959 Src/wptKeyserver.cpp:600
#: Src/wptKeyserverDlg.cpp:68 Src/wptKeyserverDlg.cpp:70
#: Src/wptKeyserverDlg.cpp:187 Src/wptKeyserverDlg.cpp:195
#: Src/wptKeyserverDlg.cpp:211 Src/wptKeyserverDlg.cpp:352
#: Src/wptKeyserverDlg.cpp:358 Src/wptKeyserverDlg.cpp:460
#: Src/wptKeyserverDlg.cpp:520 Src/wptKeyserverDlg.cpp:525
-#: Src/wptKeyserverDlg.cpp:636 Src/wptKeyserverDlg.cpp:644
-#: Src/wptKeyserverDlg.cpp:651 Src/wptKeyserverDlg.cpp:667
-#: Src/wptKeyserverDlg.cpp:683 Src/wptKeyserverDlg.cpp:688
-#: Src/wptKeyserverDlg.cpp:694 Src/wptKeyserverDlg.cpp:700
+#: Src/wptKeyserverDlg.cpp:645 Src/wptKeyserverDlg.cpp:670
+#: Src/wptKeyserverDlg.cpp:686 Src/wptKeyserverDlg.cpp:691
+#: Src/wptKeyserverDlg.cpp:697 Src/wptKeyserverDlg.cpp:703
msgid "Keyserver"
msgstr "Schlüsselserver"
@@ -76,16 +79,16 @@
msgstr "Kopieren der keyserver.conf ist fehlgeschlagen"
# c:\oss\winpt-gpgme\src\WinPT.cpp:245
-#: Src/WinPT.cpp:470
+#: Src/WinPT.cpp:486
msgid "Cryptographic selftest failed."
msgstr "Kryptographischer Selbsttest ist fehlgeschlagen."
# c:\oss\winpt-gpgme\src\WinPT.cpp:252
-#: Src/WinPT.cpp:477
+#: Src/WinPT.cpp:493
msgid "A newer GPGME version is needed; at least "
msgstr "Eine neuere Version von GPGME wird benötigt; mindestens "
-#: Src/WinPT.cpp:520
+#: Src/WinPT.cpp:535
#, c-format
msgid ""
"GPG home directory is not set correctly.\n"
@@ -96,16 +99,16 @@
"Bitte überprüfen Sie die Registryseinträge von GPG:\n"
"%s."
-#: Src/WinPT.cpp:524
+#: Src/WinPT.cpp:539
msgid "Select GPG Public Keyring"
msgstr "Öffentlichen GPG-Schlüsselbund auswählen"
# c:\oss\winpt-gpgme\src\WinPT.cpp:313
-#: Src/WinPT.cpp:546
+#: Src/WinPT.cpp:561
msgid "GPG home directory could not be determited."
msgstr "Heimatverzeichnos von GPG konnte nicht bestimmt werden."
-#: Src/WinPT.cpp:554
+#: Src/WinPT.cpp:569
msgid ""
"Could not find the GPG binary (gpg.exe).\n"
"Do you want to start the GPG preferences to correct this problem?"
@@ -114,7 +117,7 @@
"Möchten Sie die GPG-Einstellungen öffnen um das Problem zu beheben?"
# c:\oss\winpt-gpgme\src\WinPT.cpp:339
-#: Src/WinPT.cpp:569
+#: Src/WinPT.cpp:584
msgid ""
"Could not access and/or find the public and secret keyring.\n"
"If this is an accident, quit the program and fix it.\n"
@@ -129,20 +132,20 @@
# c:\oss\winpt-gpgme\src\WinPT.cpp:376
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:426
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:711
-#: Src/WinPT.cpp:602 Src/wptFileManagerDlg.cpp:512
-#: Src/wptFileManagerDlg.cpp:819
+#: Src/WinPT.cpp:617 Src/wptFileManagerDlg.cpp:526
+#: Src/wptFileManagerDlg.cpp:831
msgid "Wipe Free Space"
msgstr "Freien Speicher Löschen"
-#: Src/WinPT.cpp:644
+#: Src/WinPT.cpp:659
msgid "Could not register window class"
msgstr "Konnte Fensterklasse nicht registrieren"
-#: Src/WinPT.cpp:658
+#: Src/WinPT.cpp:673
msgid "Could not create window"
msgstr "Konnte Fenster nicht erstellen"
-#: Src/WinPT.cpp:733
+#: Src/WinPT.cpp:748
msgid ""
"The keycache was not initialized or is empty.\n"
"Please check your GPG config (keyrings, pathes...)"
@@ -150,7 +153,7 @@
"Der Schlüsselspeicher wurde nicht initialisiert oder ist leer.\n"
"Bitte überprüfen Sie die Konfiguration von GPG (Schlüsselbunde, Pfade)"
-#: Src/WinPT.cpp:736
+#: Src/WinPT.cpp:751
msgid ""
"It seems that GPG is not set properly.\n"
"Do you want to start the GPG preferences dialog?"
@@ -158,7 +161,7 @@
"GPG ist nicht richtig konfiguriert.\n"
"Den GPG-Einstellungsdialog starten?"
-#: Src/WinPT.cpp:754
+#: Src/WinPT.cpp:769
#, c-format
msgid ""
"Default key (from the GPG config file) could not be found.\n"
@@ -185,8 +188,8 @@
msgstr ""
"Die Datei AUTHORS enthält eine Liste aller Co-Autoren und aller Beitragenden"
-#: Src/wptAboutDlgs.cpp:96 Src/wptKeyManagerDlg.cpp:1751
-#: Src/wptMainProc.cpp:576
+#: Src/wptAboutDlgs.cpp:96 Src/wptKeyManagerDlg.cpp:1790
+#: Src/wptMainProc.cpp:578
msgid "About WinPT"
msgstr "Über WinPT"
@@ -235,12 +238,12 @@
msgstr "Über &GPG..."
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:700
-#: Src/wptAboutDlgs.cpp:115 Src/wptKeyEditDlgs.cpp:2143
-#: Src/wptKeyManagerDlg.cpp:964
+#: Src/wptAboutDlgs.cpp:115 Src/wptKeyEditDlgs.cpp:2166
+#: Src/wptKeyManagerDlg.cpp:965
msgid "&Help"
msgstr "&Hilfe"
-#: Src/wptCardDlg.cpp:141 Src/wptMainProc.cpp:404
+#: Src/wptCardDlg.cpp:141 Src/wptMainProc.cpp:406
msgid "Card Manager"
msgstr "Kartenmanager"
@@ -321,7 +324,7 @@
"Diese Operation wird die Schlüssel auf der Karte überschreiben.\n"
"Trotzdem fortfahren?"
-#: Src/wptCardDlg.cpp:580 Src/wptKeyEditDlgs.cpp:513
+#: Src/wptCardDlg.cpp:580 Src/wptKeyEditDlgs.cpp:516
msgid "&Name"
msgstr "&Name"
@@ -337,7 +340,7 @@
msgid "Off-card passphrase"
msgstr "\"Off-card\" Passwort"
-#: Src/wptCardDlg.cpp:584 Src/wptKeyEditDlgs.cpp:650 Src/wptKeygenDlg.cpp:379
+#: Src/wptCardDlg.cpp:584 Src/wptKeyEditDlgs.cpp:654 Src/wptKeygenDlg.cpp:379
msgid "&Never"
msgstr "&Niemals"
@@ -353,7 +356,7 @@
msgid "Make off-card backup of encryption key"
msgstr "Externes Backup des Verschlüsselungs-Schlüssel"
-#: Src/wptCardDlg.cpp:588 Src/wptKeyManagerDlg.cpp:1647
+#: Src/wptCardDlg.cpp:588 Src/wptKeyManagerDlg.cpp:1686
msgid "Card Key Generation"
msgstr "Karten-Schlüsselerzeugung"
@@ -382,7 +385,7 @@
msgid "Please use plain ASCII charset for the fields."
msgstr "Bitte nur den 7-bit ASCII Zeichensatz verwenden."
-#: Src/wptCardDlg.cpp:663 Src/wptKeyEditDlgs.cpp:1380
+#: Src/wptCardDlg.cpp:663 Src/wptKeyEditDlgs.cpp:1401
msgid "The date you have chosen lies in the past."
msgstr "Das gewählte Datum liegt in der Vergangenheit."
@@ -445,32 +448,68 @@
"Bitte die OpenPGP-SmartCard einlegen\n"
"OK zum Fortfahren oder Abbrechen"
-#: Src/wptClipDecryptDlg.cpp:54 Src/wptClipDecryptDlg.cpp:190
-#: Src/wptFileManager.cpp:1228 Src/wptKeyRevokersDlg.cpp:128
-#: Src/wptKeyRevokersDlg.cpp:175 Src/wptVerifyList.cpp:176
-#: Src/wptVerifyList.cpp:232
+#: Src/wptClipDecryptDlg.cpp:57 Src/wptClipDecryptDlg.cpp:130
+#: Src/wptKeyRevokersDlg.cpp:128 Src/wptKeyRevokersDlg.cpp:175
+#: Src/wptVerifyList.cpp:243 Src/wptVerifyList.cpp:303
msgid "user ID not found"
msgstr "Benutzerkennung nicht gefunden"
-#: Src/wptClipDecryptDlg.cpp:112 Src/wptClipVerifyDlg.cpp:176
-#: Src/wptClipVerifyDlg.cpp:189 Src/wptClipVerifyDlg.cpp:202
-#: Src/wptClipVerifyDlg.cpp:209 Src/wptClipVerifyDlg.cpp:241
-#: Src/wptClipVerifyDlg.cpp:252 Src/wptFileManager.cpp:1596
-#: Src/wptFileManager.cpp:1649 Src/wptFileManagerDlg.cpp:576
-#: Src/wptFileVerifyDlg.cpp:81 Src/wptFileVerifyDlg.cpp:149
+#: Src/wptClipDecryptDlg.cpp:117
+msgid "Signature Status: Created with a fully trusted key"
+msgstr "Signatur Status: Erstellt mit einem vertraunswürdigen Schlüssel"
+
+#: Src/wptClipDecryptDlg.cpp:119
+msgid "Signature Status: Created with a marginal trusted key"
+msgstr ""
+"Signatur Status: Erstellt mit einem teilweise vertrauenswürdigen Schlüssel"
+
+#: Src/wptClipDecryptDlg.cpp:122
+msgid "Signature Status: Created with an UNTRUSTED key"
+msgstr "Signatur Status: Erstellt mit einem NICHT vertrauenswürdigen Schlüssel"
+
+#: Src/wptClipDecryptDlg.cpp:125
+msgid "Signature Status: Created with an undefined trusted key"
+msgstr ""
+"Signatur Status: Erstellt mit einem Schlüssel ohne definiertes Vertrauen"
+
+#: Src/wptClipDecryptDlg.cpp:133
+msgid "Decrypt Verify"
+msgstr "Entschlüsseln/Überprüfen"
+
+#: Src/wptClipDecryptDlg.cpp:134
+#, c-format
+msgid ""
+"%s\n"
+"%s\n"
+"Signature made: %s\n"
+"From \"%s\" using key ID 0x%s%s %s\n"
+"%s"
+msgstr ""
+"%s\n"
+"%s\n"
+"Signatur erstellt: %s\n"
+"Von \"%s\" mit Schlüssel ID 0x%s%s %s\n"
+"%s"
+
+#: Src/wptClipDecryptDlg.cpp:169 Src/wptClipVerifyDlg.cpp:157
+#: Src/wptClipVerifyDlg.cpp:170 Src/wptClipVerifyDlg.cpp:183
+#: Src/wptClipVerifyDlg.cpp:190 Src/wptClipVerifyDlg.cpp:222
+#: Src/wptClipVerifyDlg.cpp:234 Src/wptFileManager.cpp:1567
+#: Src/wptFileManager.cpp:1620 Src/wptFileManagerDlg.cpp:590
+#: Src/wptFileVerifyDlg.cpp:82 Src/wptFileVerifyDlg.cpp:149
#: Src/wptMainProc.cpp:182 Src/wptMainProc.cpp:248 Src/wptMainProc.cpp:260
-#: Src/wptMainProc.cpp:268 Src/wptMainProc.cpp:415
+#: Src/wptMainProc.cpp:268 Src/wptMainProc.cpp:417
msgid "Verify"
msgstr "Überprüfen"
-#: Src/wptClipDecryptDlg.cpp:119 Src/wptClipDecryptDlg.cpp:132
-#: Src/wptClipDecryptDlg.cpp:140 Src/wptClipDecryptDlg.cpp:147
-#: Src/wptClipDecryptDlg.cpp:149 Src/wptFileManager.cpp:1303
-#: Src/wptFileManager.cpp:1354
+#: Src/wptClipDecryptDlg.cpp:176 Src/wptClipDecryptDlg.cpp:189
+#: Src/wptClipDecryptDlg.cpp:197 Src/wptClipDecryptDlg.cpp:204
+#: Src/wptClipDecryptDlg.cpp:206 Src/wptFileManager.cpp:1271
+#: Src/wptFileManager.cpp:1322
msgid "Decryption"
msgstr "Entschlüsselung"
-#: Src/wptClipDecryptDlg.cpp:133 Src/wptFileManager.cpp:1355
+#: Src/wptClipDecryptDlg.cpp:190 Src/wptFileManager.cpp:1323
#, c-format
msgid ""
"Encrypted with %s key, ID %s.%s\n"
@@ -479,18 +518,18 @@
"Verschlüsselt mit %s Schlüssel, ID %s.%s\n"
"Entschlüsselung fehlgeschlagen: geheimer Schlüssel nicht verfügbar."
-#: Src/wptClipDecryptDlg.cpp:140
+#: Src/wptClipDecryptDlg.cpp:197
#, c-format
msgid "Unsupported algorithm: %s"
msgstr "Unbekannter Algorithmus: %s"
# c:\oss\winpt-gpgme\src\wptClipDecryptDlg.cpp:137
-#: Src/wptClipDecryptDlg.cpp:146
+#: Src/wptClipDecryptDlg.cpp:203
msgid "Broken OpenPGP message (maybe: quoted printable character in armor)."
msgstr ""
"Ungültige OpenPGP Nachricht (vielleicht: \"quoted printable\" im Armorteil)."
-#: Src/wptClipDecryptDlg.cpp:154
+#: Src/wptClipDecryptDlg.cpp:211
msgid ""
"WARNING: encrypted message has been manipulated!\n"
"\n"
@@ -503,62 +542,27 @@
"Es ist möglich, dass die Daten beschädigt worden aber es ist ebenfalls "
"möglich das dies ein Teil eines Attacke ist."
-#: Src/wptClipDecryptDlg.cpp:159
+#: Src/wptClipDecryptDlg.cpp:216
msgid "*** IMPORTANT ***"
msgstr "*** WICHTIG ***"
-#: Src/wptClipDecryptDlg.cpp:162 Src/wptClipEncryptDlg.cpp:213
+#: Src/wptClipDecryptDlg.cpp:219 Src/wptClipEncryptDlg.cpp:202
#: Src/wptClipSignDlg.cpp:121 Src/wptClipSignDlg.cpp:265
#: Src/wptClipSignEncDlg.cpp:197 Src/wptKeyManager.cpp:286
#: Src/wptKeyManager.cpp:763 Src/wptKeyManager.cpp:955 Src/wptSymEnc.cpp:91
msgid "GnuPG Status: Finished"
msgstr "GnuPG-Status: Abgeschlossen"
-#: Src/wptClipDecryptDlg.cpp:177
-msgid "Signature Status: Created with a fully trusted key"
-msgstr "Signatur Status: Erstellt mit einem vertraunswürdigen Schlüssel"
-
-#: Src/wptClipDecryptDlg.cpp:179
-msgid "Signature Status: Created with a marginal trusted key"
-msgstr ""
-"Signatur Status: Erstellt mit einem teilweise vertrauenswürdigen Schlüssel"
-
-#: Src/wptClipDecryptDlg.cpp:182
-msgid "Signature Status: Created with an UNTRUSTED key"
-msgstr "Signatur Status: Erstellt mit einem NICHT vertrauenswürdigen Schlüssel"
-
-#: Src/wptClipDecryptDlg.cpp:185
-msgid "Signature Status: Created with an undefined trusted key"
-msgstr ""
-"Signatur Status: Erstellt mit einem Schlüssel ohne definiertes Vertrauen"
-
-#: Src/wptClipDecryptDlg.cpp:192
-msgid "WinPT Verify"
-msgstr "WinPT Verifikation"
-
-#: Src/wptClipDecryptDlg.cpp:193
-#, c-format
-msgid ""
-"%s\n"
-"%s\n"
-"Signature made: %s\n"
-"From \"%s\" using key ID 0x%s%s %s"
-msgstr ""
-"%s\n"
-"%s\n"
-"Signatur erstellt: %s\n"
-"Von \"%s\" mit Schlüssel ID 0x%s%s %s"
-
#: Src/wptClipEditDlg.cpp:58 Src/wptClipEditDlg.cpp:111
#: Src/wptClipEditDlg.cpp:119 Src/wptClipEditDlg.cpp:158
#: Src/wptClipEditDlg.cpp:167 Src/wptClipEditDlg.cpp:242
-#: Src/wptClipEditDlg.cpp:247 Src/wptFileManagerDlg.cpp:211
+#: Src/wptClipEditDlg.cpp:247 Src/wptFileManagerDlg.cpp:225
#: Src/wptMainProc.cpp:162 Src/wptMainProc.cpp:230 Src/wptMainProc.cpp:273
-#: Src/wptMainProc.cpp:427 Src/wptMainProc.cpp:508 Src/wptMainProc.cpp:513
+#: Src/wptMainProc.cpp:429 Src/wptMainProc.cpp:510 Src/wptMainProc.cpp:515
msgid "Clipboard"
msgstr "Zwischenablage"
-#: Src/wptClipEditDlg.cpp:101 Src/wptFileManager.cpp:568
+#: Src/wptClipEditDlg.cpp:101 Src/wptFileManager.cpp:569
msgid "File Open"
msgstr "Datei öffnen"
@@ -574,7 +578,7 @@
msgid "File Save"
msgstr "Datei speichern"
-#: Src/wptClipEditDlg.cpp:159 Src/wptFileManager.cpp:107
+#: Src/wptClipEditDlg.cpp:159 Src/wptFileManager.cpp:108
#, c-format
msgid ""
"\"%s\" already exists.\n"
@@ -584,7 +588,7 @@
"Vorhandene Datei überschreiben?"
#: Src/wptClipEditDlg.cpp:194 Src/wptMainProc.cpp:172 Src/wptMainProc.cpp:238
-#: Src/wptMainProc.cpp:570
+#: Src/wptMainProc.cpp:572
msgid "Clipboard Editor"
msgstr "Zwischenablagen-Editor"
@@ -601,8 +605,8 @@
msgid "&Load"
msgstr "&Laden"
-#: Src/wptClipEditDlg.cpp:198 Src/wptClipVerifyDlg.cpp:177
-#: Src/wptFileVerifyDlg.cpp:52 Src/wptGPGOptDlg.cpp:52
+#: Src/wptClipEditDlg.cpp:198 Src/wptClipVerifyDlg.cpp:158
+#: Src/wptFileVerifyDlg.cpp:51 Src/wptGPGOptDlg.cpp:52
msgid "&Save"
msgstr "&Speichern"
@@ -610,7 +614,7 @@
msgid "Add quotes"
msgstr "'>' hinzufügen"
-#: Src/wptClipEditDlg.cpp:200 Src/wptKeyEditDlgs.cpp:2142
+#: Src/wptClipEditDlg.cpp:200 Src/wptKeyEditDlgs.cpp:2165
#: Src/wptKeyserverDlg.cpp:577 Src/wptMDSumDlg.cpp:122
#: Src/wptOwnertrustDlg.cpp:103
msgid "&Close"
@@ -622,8 +626,8 @@
msgstr "Empfänger nicht geeignet für Verschlüsselung:\n"
#: Src/wptClipEncryptDlg.cpp:126 Src/wptClipEncryptDlg.cpp:146
-#: Src/wptClipEncryptDlg.cpp:199 Src/wptClipEncryptDlg.cpp:206
-#: Src/wptClipEncryptDlg.cpp:237 Src/wptMainProc.cpp:144
+#: Src/wptClipEncryptDlg.cpp:192 Src/wptClipEncryptDlg.cpp:199
+#: Src/wptClipEncryptDlg.cpp:228 Src/wptMainProc.cpp:144
#: Src/wptMainProc.cpp:212
msgid "Encryption"
msgstr "Verschlüsseln"
@@ -634,26 +638,26 @@
#: Src/wptClipEncryptDlg.cpp:148 Src/wptClipSignEncDlg.cpp:112
#: Src/wptCommonDlg.cpp:76 Src/wptCommonDlg.cpp:253
-#: Src/wptFileManagerDlg.cpp:83 Src/wptFileManagerDlg.cpp:217
-#: Src/wptFileManagerDlg.cpp:286 Src/wptFileSaveDlg.cpp:58
+#: Src/wptFileManagerDlg.cpp:97 Src/wptFileManagerDlg.cpp:231
+#: Src/wptFileManagerDlg.cpp:300 Src/wptFileSaveDlg.cpp:58
#: Src/wptFirstRunDlg.cpp:47 Src/wptGPGPrefsDlg.cpp:157
-#: Src/wptKeyEditDlgs.cpp:358 Src/wptKeyEditDlgs.cpp:446
-#: Src/wptKeyEditDlgs.cpp:516 Src/wptKeyEditDlgs.cpp:651
+#: Src/wptKeyEditDlgs.cpp:360 Src/wptKeyEditDlgs.cpp:448
+#: Src/wptKeyEditDlgs.cpp:519 Src/wptKeyEditDlgs.cpp:655
#: Src/wptKeyEditOwnertrustDlg.cpp:67 Src/wptKeygenDlg.cpp:380
#: Src/wptKeygenDlg.cpp:538 Src/wptKeyRevokeDlg.cpp:81
-#: Src/wptKeyserverDlg.cpp:509 Src/wptKeyserverSearchDlg.cpp:62
+#: Src/wptKeyserverDlg.cpp:509 Src/wptKeyserverSearchDlg.cpp:66
#: Src/wptKeysignDlg.cpp:285 Src/wptPassphraseCB.cpp:93
#: Src/wptPassphraseDlg.cpp:69 Src/wptPINDlg.cpp:55
-#: Src/wptPreferencesDlg.cpp:132 Src/wptTextInputDlg.cpp:84
+#: Src/wptPreferencesDlg.cpp:134 Src/wptTextInputDlg.cpp:84
msgid "&Cancel"
msgstr "&Abbrechen"
-#: Src/wptClipEncryptDlg.cpp:198 Src/wptClipSignEncDlg.cpp:157
+#: Src/wptClipEncryptDlg.cpp:191 Src/wptClipSignEncDlg.cpp:157
msgid "You must select at least one key."
msgstr "Sie müssen wenigstens einen Schlüssel auswählen."
# c:\oss\winpt-gpgme\src\wptClipEncryptDlg.cpp:229
-#: Src/wptClipEncryptDlg.cpp:237
+#: Src/wptClipEncryptDlg.cpp:228
#, c-format
msgid "No recipient found with '%s'"
msgstr "Keine Empfaenger mit '%s' gefunden"
@@ -672,8 +676,8 @@
#: Src/wptClipSignDlg.cpp:163 Src/wptClipSignDlg.cpp:222
#: Src/wptClipSignDlg.cpp:230 Src/wptClipSignDlg.cpp:249
#: Src/wptClipSignDlg.cpp:260 Src/wptClipSignEncDlg.cpp:166
-#: Src/wptClipSignEncDlg.cpp:176 Src/wptFileManager.cpp:1080
-#: Src/wptFileManager.cpp:1096 Src/wptFileManager.cpp:1418
+#: Src/wptClipSignEncDlg.cpp:176 Src/wptFileManager.cpp:1081
+#: Src/wptFileManager.cpp:1097 Src/wptFileManager.cpp:1387
#: Src/wptMainProc.cpp:156 Src/wptMainProc.cpp:218
msgid "Signing"
msgstr "Signieren"
@@ -714,13 +718,8 @@
msgid "Signature Information"
msgstr "Signaturinformationen"
-#: Src/wptClipVerifyDlg.cpp:151
+#: Src/wptClipVerifyDlg.cpp:184
#, c-format
-msgid "PKA: Verified signer's address is '%s'"
-msgstr "PKA: Überprüfte Adresse des Unterzeichners ist '%s'"
-
-#: Src/wptClipVerifyDlg.cpp:203
-#, c-format
msgid ""
"Signature made %s using %s key ID 0x%s\n"
"Cannot check signature: public key not found\n"
@@ -732,19 +731,15 @@
"\n"
"Möchten Sie versuchen, den Schlüssel vom Schlüsselserver zu importieren?"
-#: Src/wptClipVerifyDlg.cpp:241
+#: Src/wptClipVerifyDlg.cpp:222
msgid "Invalid signature state."
msgstr "Ungültige Signatur."
-#: Src/wptClipVerifyDlg.cpp:251
+#: Src/wptClipVerifyDlg.cpp:233
msgid "Could not extract key or signature information."
msgstr "Konnte Schlüssel- oder Signaturinfos nicht extrahieren."
-#: Src/wptClipVerifyDlg.cpp:255
-msgid "The signature is expired!"
-msgstr "Die Signatur ist abgelaufen!"
-
-#: Src/wptClipVerifyDlg.cpp:289 Src/wptFileSaveDlg.cpp:57
+#: Src/wptClipVerifyDlg.cpp:262 Src/wptFileSaveDlg.cpp:57
#: Src/wptFileSaveDlg.cpp:84 Src/wptFileSaveDlg.cpp:89
#: Src/wptFileSaveDlg.cpp:95 Src/wptFileSaveDlg.cpp:99
#: Src/wptFileSaveDlg.cpp:104 Src/wptFileSaveDlg.cpp:110
@@ -763,36 +758,37 @@
msgid "Enter URL to retrieve the public key"
msgstr "Bitte URL eingeben um öff. Schlüssel zu empfangen"
-#: Src/wptCommonDlg.cpp:134 Src/wptKeyEditDlgs.cpp:769
-#: Src/wptKeyEditDlgs.cpp:836 Src/wptKeyEditDlgs.cpp:876
-#: Src/wptKeyEditDlgs.cpp:889 Src/wptKeyEditDlgs.cpp:891
-#: Src/wptKeyEditDlgs.cpp:917 Src/wptKeyEditDlgs.cpp:947
-#: Src/wptKeyEditDlgs.cpp:979 Src/wptKeyEditDlgs.cpp:1023
-#: Src/wptKeyEditDlgs.cpp:1030 Src/wptKeyEditDlgs.cpp:1048
-#: Src/wptKeyEditDlgs.cpp:1094 Src/wptKeyEditDlgs.cpp:1181
-#: Src/wptKeyEditDlgs.cpp:1301 Src/wptKeyEditDlgs.cpp:1305
-#: Src/wptKeyEditDlgs.cpp:1309 Src/wptKeyEditDlgs.cpp:1316
-#: Src/wptKeyEditDlgs.cpp:1352 Src/wptKeyEditDlgs.cpp:1356
-#: Src/wptKeyEditDlgs.cpp:1366 Src/wptKeyEditDlgs.cpp:1381
-#: Src/wptKeyEditDlgs.cpp:1385 Src/wptKeyEditDlgs.cpp:1427
-#: Src/wptKeyEditDlgs.cpp:1432 Src/wptKeyEditDlgs.cpp:1439
-#: Src/wptKeyEditDlgs.cpp:1445 Src/wptKeyEditDlgs.cpp:1450
-#: Src/wptKeyEditDlgs.cpp:1495 Src/wptKeyEditDlgs.cpp:1500
-#: Src/wptKeyEditDlgs.cpp:1507 Src/wptKeyEditDlgs.cpp:1514
-#: Src/wptKeyEditDlgs.cpp:1517 Src/wptKeyEditDlgs.cpp:1557
-#: Src/wptKeyEditDlgs.cpp:1565 Src/wptKeyEditDlgs.cpp:1582
-#: Src/wptKeyEditDlgs.cpp:1602 Src/wptKeyEditDlgs.cpp:1610
-#: Src/wptKeyEditDlgs.cpp:1719 Src/wptKeyEditDlgs.cpp:1756
-#: Src/wptKeyEditDlgs.cpp:1790 Src/wptKeyEditDlgs.cpp:1794
-#: Src/wptKeyEditDlgs.cpp:1805 Src/wptKeyEditDlgs.cpp:1927
-#: Src/wptKeyEditDlgs.cpp:1929 Src/wptKeyEditDlgs.cpp:1945
-#: Src/wptKeyEditDlgs.cpp:1947 Src/wptKeyEditDlgs.cpp:1980
-#: Src/wptKeyEditDlgs.cpp:1985 Src/wptKeyEditDlgs.cpp:1994
-#: Src/wptKeyEditDlgs.cpp:2008 Src/wptKeyEditDlgs.cpp:2012
-#: Src/wptKeyEditDlgs.cpp:2079 Src/wptKeyEditDlgs.cpp:2120
-#: Src/wptKeyEditDlgs.cpp:2133 Src/wptKeyEditDlgs.cpp:2147
-#: Src/wptKeyEditDlgs.cpp:2176 Src/wptKeyEditDlgs.cpp:2181
-#: Src/wptKeyManagerDlg.cpp:992 Src/wptKeyManagerDlg.cpp:1775
+#: Src/wptCommonDlg.cpp:134 Src/wptKeyEditDlgs.cpp:774
+#: Src/wptKeyEditDlgs.cpp:842 Src/wptKeyEditDlgs.cpp:882
+#: Src/wptKeyEditDlgs.cpp:895 Src/wptKeyEditDlgs.cpp:897
+#: Src/wptKeyEditDlgs.cpp:923 Src/wptKeyEditDlgs.cpp:954
+#: Src/wptKeyEditDlgs.cpp:987 Src/wptKeyEditDlgs.cpp:1031
+#: Src/wptKeyEditDlgs.cpp:1038 Src/wptKeyEditDlgs.cpp:1056
+#: Src/wptKeyEditDlgs.cpp:1067 Src/wptKeyEditDlgs.cpp:1115
+#: Src/wptKeyEditDlgs.cpp:1202 Src/wptKeyEditDlgs.cpp:1322
+#: Src/wptKeyEditDlgs.cpp:1326 Src/wptKeyEditDlgs.cpp:1330
+#: Src/wptKeyEditDlgs.cpp:1337 Src/wptKeyEditDlgs.cpp:1373
+#: Src/wptKeyEditDlgs.cpp:1377 Src/wptKeyEditDlgs.cpp:1387
+#: Src/wptKeyEditDlgs.cpp:1402 Src/wptKeyEditDlgs.cpp:1406
+#: Src/wptKeyEditDlgs.cpp:1448 Src/wptKeyEditDlgs.cpp:1453
+#: Src/wptKeyEditDlgs.cpp:1460 Src/wptKeyEditDlgs.cpp:1466
+#: Src/wptKeyEditDlgs.cpp:1471 Src/wptKeyEditDlgs.cpp:1516
+#: Src/wptKeyEditDlgs.cpp:1521 Src/wptKeyEditDlgs.cpp:1528
+#: Src/wptKeyEditDlgs.cpp:1535 Src/wptKeyEditDlgs.cpp:1538
+#: Src/wptKeyEditDlgs.cpp:1578 Src/wptKeyEditDlgs.cpp:1586
+#: Src/wptKeyEditDlgs.cpp:1603 Src/wptKeyEditDlgs.cpp:1623
+#: Src/wptKeyEditDlgs.cpp:1631 Src/wptKeyEditDlgs.cpp:1740
+#: Src/wptKeyEditDlgs.cpp:1778 Src/wptKeyEditDlgs.cpp:1813
+#: Src/wptKeyEditDlgs.cpp:1817 Src/wptKeyEditDlgs.cpp:1828
+#: Src/wptKeyEditDlgs.cpp:1950 Src/wptKeyEditDlgs.cpp:1952
+#: Src/wptKeyEditDlgs.cpp:1968 Src/wptKeyEditDlgs.cpp:1970
+#: Src/wptKeyEditDlgs.cpp:2003 Src/wptKeyEditDlgs.cpp:2008
+#: Src/wptKeyEditDlgs.cpp:2017 Src/wptKeyEditDlgs.cpp:2031
+#: Src/wptKeyEditDlgs.cpp:2035 Src/wptKeyEditDlgs.cpp:2102
+#: Src/wptKeyEditDlgs.cpp:2143 Src/wptKeyEditDlgs.cpp:2156
+#: Src/wptKeyEditDlgs.cpp:2170 Src/wptKeyEditDlgs.cpp:2210
+#: Src/wptKeyEditDlgs.cpp:2215 Src/wptKeyManagerDlg.cpp:993
+#: Src/wptKeyManagerDlg.cpp:1814
msgid "Key Edit"
msgstr "Schlüssel bearbeiten"
@@ -1001,19 +997,19 @@
msgid "Unknown error=%d"
msgstr "Unbekannter Fehler=%d"
-#: Src/wptFileManager.cpp:106 Src/wptFileManager.cpp:128
-#: Src/wptFileManager.cpp:134 Src/wptFileManager.cpp:173
-#: Src/wptFileManager.cpp:298 Src/wptFileManager.cpp:662
-#: Src/wptFileManager.cpp:807 Src/wptFileManager.cpp:922
-#: Src/wptFileManager.cpp:1503 Src/wptFileManager.cpp:1530
-#: Src/wptFileManager.cpp:1549 Src/wptFileManager.cpp:1800
-#: Src/wptFileManager.cpp:1862 Src/wptFileManagerDlg.cpp:522
-#: Src/wptFileManagerDlg.cpp:623 Src/wptFileStatDlg.cpp:152
-#: Src/wptMainProc.cpp:402 Src/wptMDSumDlg.cpp:181
+#: Src/wptFileManager.cpp:107 Src/wptFileManager.cpp:129
+#: Src/wptFileManager.cpp:135 Src/wptFileManager.cpp:174
+#: Src/wptFileManager.cpp:299 Src/wptFileManager.cpp:663
+#: Src/wptFileManager.cpp:808 Src/wptFileManager.cpp:923
+#: Src/wptFileManager.cpp:1473 Src/wptFileManager.cpp:1500
+#: Src/wptFileManager.cpp:1519 Src/wptFileManager.cpp:1771
+#: Src/wptFileManager.cpp:1833 Src/wptFileManagerDlg.cpp:536
+#: Src/wptFileManagerDlg.cpp:635 Src/wptFileStatDlg.cpp:152
+#: Src/wptMainProc.cpp:404 Src/wptMDSumDlg.cpp:181
msgid "File Manager"
msgstr "Dateimanager"
-#: Src/wptFileManager.cpp:129
+#: Src/wptFileManager.cpp:130
#, c-format
msgid ""
"\"%s\" has read-only attribute.\n"
@@ -1022,12 +1018,12 @@
"\"%s\" hat Nur-Lesen Attribut.\n"
"Auf Standard setzen?"
-#: Src/wptFileManager.cpp:133
+#: Src/wptFileManager.cpp:134
msgid "Could not reset file attribute to normal."
msgstr "Konnte Dateiattribut nicht auf normal zurücksetzen"
# c:\oss\winpt-gpgme\src\wptFileManager.cpp:147
-#: Src/wptFileManager.cpp:169
+#: Src/wptFileManager.cpp:170
msgid ""
"Multi-Media files are already compressed, GPG would compress\n"
"them anyway and this costs a lot of time.\n"
@@ -1040,26 +1036,26 @@
"\n"
"Möchten Sie die Kompression ausschalten?"
-#: Src/wptFileManager.cpp:381 Src/wptKeyEditDlgs.cpp:1080
-#: Src/wptVerifyList.cpp:108
+#: Src/wptFileManager.cpp:382 Src/wptKeyEditDlgs.cpp:1101
+#: Src/wptVerifyList.cpp:161
msgid "Status"
msgstr "Status"
-#: Src/wptFileManager.cpp:382 Src/wptKeyEditDlgs.cpp:1172
+#: Src/wptFileManager.cpp:383 Src/wptKeyEditDlgs.cpp:1193
#: Src/wptKeyRevokersDlg.cpp:57 Src/wptMDSumDlg.cpp:104
-#: Src/wptVerifyList.cpp:107
+#: Src/wptVerifyList.cpp:160
msgid "Name"
msgstr "Name"
-#: Src/wptFileManager.cpp:383
+#: Src/wptFileManager.cpp:384
msgid "Operation"
msgstr "Prozess"
-#: Src/wptFileManager.cpp:661
+#: Src/wptFileManager.cpp:662
msgid "Please select a file."
msgstr "Bitte eine Datei auswählen."
-#: Src/wptFileManager.cpp:808
+#: Src/wptFileManager.cpp:809
#, c-format
msgid ""
"\"%s\" does not seems to be a text file.\n"
@@ -1068,81 +1064,58 @@
"\"%s\" scheint keine Text-Datei zu sein.\n"
"Möchsten Sie wirklich diese Datei signieren?"
-#: Src/wptFileManager.cpp:923
+#: Src/wptFileManager.cpp:924
#, c-format
msgid "\"%s\" does not exist"
msgstr "\"%s\" existiert nicht"
-#: Src/wptFileManager.cpp:1006 Src/wptFileStatDlg.cpp:274
+#: Src/wptFileManager.cpp:1007 Src/wptFileStatDlg.cpp:274
#: Src/wptFileStatDlg.cpp:281
msgid "File Status"
msgstr "Dateistatus"
-#: Src/wptFileManager.cpp:1050
+#: Src/wptFileManager.cpp:1051
msgid "Enter filename for encrypted file"
msgstr "Wählen Sie einen Namen für die verschlüsselte Datei"
-#: Src/wptFileManager.cpp:1079
+#: Src/wptFileManager.cpp:1080
msgid "Could not get default secret key."
msgstr "Konnte den geheimen Standardschlüssel nicht finden."
-#: Src/wptFileManager.cpp:1110 Src/wptFileManager.cpp:1454
-#: Src/wptFileManagerDlg.cpp:574 Src/wptMainProc.cpp:200
-#: Src/wptMainProc.cpp:412 Src/wptMainProc.cpp:419
+#: Src/wptFileManager.cpp:1111 Src/wptFileManager.cpp:1423
+#: Src/wptFileManagerDlg.cpp:588 Src/wptMainProc.cpp:200
+#: Src/wptMainProc.cpp:414 Src/wptMainProc.cpp:421
msgid "Sign"
msgstr "Signieren"
-#: Src/wptFileManager.cpp:1123 Src/wptFileManagerDlg.cpp:572
-#: Src/wptMainProc.cpp:411 Src/wptMainProc.cpp:416
+#: Src/wptFileManager.cpp:1124 Src/wptFileManagerDlg.cpp:586
+#: Src/wptMainProc.cpp:413 Src/wptMainProc.cpp:418
msgid "Encrypt"
msgstr "Verschlüsseln"
-#: Src/wptFileManager.cpp:1150 Src/wptFileManager.cpp:1183
-#: Src/wptFileManager.cpp:1188 Src/wptMainProc.cpp:410
+#: Src/wptFileManager.cpp:1151 Src/wptFileManager.cpp:1184
+#: Src/wptFileManager.cpp:1189 Src/wptMainProc.cpp:412
msgid "Symmetric"
msgstr "Symmetrisch"
-#: Src/wptFileManager.cpp:1188
+#: Src/wptFileManager.cpp:1189
msgid "Encryption failed."
msgstr "Verschlüsselung fehlgeschlagen."
-#: Src/wptFileManager.cpp:1218
-msgid "Good signature"
-msgstr "Korrekte Signatur"
-
-#: Src/wptFileManager.cpp:1218
-msgid "BAD signature"
-msgstr "Falsche Signatur"
-
-#: Src/wptFileManager.cpp:1229
-#, c-format
-msgid ""
-"Signature made %s using %s key ID %s\n"
-"%s from \"%s\"\n"
-"%s"
-msgstr ""
-"Signatur erstellt %s mit %s key ID %s\n"
-"%s von \"%s\"\n"
-"%s"
-
-#: Src/wptFileManager.cpp:1234
-msgid "Decrypt Verify"
-msgstr "Entschlüsseln/Überprüfen"
-
-#: Src/wptFileManager.cpp:1312
+#: Src/wptFileManager.cpp:1280
msgid "Choose Filename for Output"
msgstr "Wählen Sie einen Namen für die Ausgabedatei"
-#: Src/wptFileManager.cpp:1321
+#: Src/wptFileManager.cpp:1289
msgid "Please enter filename for plaintext file"
msgstr "Wählen Sie einen Namen für die Klartext-Datei"
-#: Src/wptFileManager.cpp:1363 Src/wptFileManager.cpp:1382
-#: Src/wptFileManagerDlg.cpp:573
+#: Src/wptFileManager.cpp:1331 Src/wptFileManager.cpp:1351
+#: Src/wptFileManagerDlg.cpp:587
msgid "Decrypt"
msgstr "Entschlüsseln"
-#: Src/wptFileManager.cpp:1369
+#: Src/wptFileManager.cpp:1337
#, c-format
msgid ""
"Decryption failed.\n"
@@ -1151,7 +1124,7 @@
"Entshlüsselung fehlgeschlagen.\n"
"%s: existiert nicht."
-#: Src/wptFileManager.cpp:1383
+#: Src/wptFileManager.cpp:1352
#, c-format
msgid ""
"The original file name is '%s'.\n"
@@ -1162,33 +1135,33 @@
"\n"
"Wollen Sie diesen anstatt von '%s' benutzen?"
-#: Src/wptFileManager.cpp:1431
+#: Src/wptFileManager.cpp:1400
msgid "Enter filename for signed file"
msgstr "Wählen Sie einen Namen für die signierte Datei"
-#: Src/wptFileManager.cpp:1529
+#: Src/wptFileManager.cpp:1499
msgid "Could not find detached signature in the clipboard."
msgstr "Konnte abgetrennte Signatur in der Zwischenablage nicht finden."
# c:\oss\winpt-gpgme\src\wptFileManager.cpp:1362
-#: Src/wptFileManager.cpp:1549
+#: Src/wptFileManager.cpp:1519
msgid "No files to check."
msgstr "Keine Datei(en) zu pruefen."
-#: Src/wptFileManager.cpp:1566
+#: Src/wptFileManager.cpp:1536
msgid "Select Data File"
msgstr "Bitte Datendatei auswählen"
-#: Src/wptFileManager.cpp:1568
+#: Src/wptFileManager.cpp:1538
msgid "Selected Output File"
msgstr "Bitte Ausgabedatei auswählen"
-#: Src/wptFileManager.cpp:1596
+#: Src/wptFileManager.cpp:1567
msgid "Invalid file name. Exit"
msgstr "Ungültiger Dateiname. Abbruch"
-#: Src/wptFileManager.cpp:1694 Src/wptFileManager.cpp:1705
-#: Src/wptFileManagerDlg.cpp:243 Src/wptImportList.cpp:404
+#: Src/wptFileManager.cpp:1665 Src/wptFileManager.cpp:1676
+#: Src/wptFileManagerDlg.cpp:257 Src/wptImportList.cpp:404
#: Src/wptImportList.cpp:410 Src/wptImportList.cpp:420
#: Src/wptImportList.cpp:428 Src/wptImportList.cpp:437
#: Src/wptKeyManager.cpp:460 Src/wptKeyManager.cpp:471
@@ -1196,7 +1169,7 @@
msgid "Import"
msgstr "Importieren"
-#: Src/wptFileManager.cpp:1702
+#: Src/wptFileManager.cpp:1673
msgid ""
"Key without a self signature was dectected!\n"
"(This key is NOT usable for encryption, etc)\n"
@@ -1208,111 +1181,111 @@
"\n"
"Kann diese(n) Schlüssel nicht importieren!"
-#: Src/wptFileManager.cpp:1728 Src/wptKeyManager.cpp:264
+#: Src/wptFileManager.cpp:1699 Src/wptKeyManager.cpp:264
#: Src/wptKeyManager.cpp:307 Src/wptKeyManager.cpp:342
msgid "No key was selected for export."
msgstr "Kein Schlüssel zum Exportieren ausgewählt."
-#: Src/wptFileManager.cpp:1728 Src/wptFileManager.cpp:1751
+#: Src/wptFileManager.cpp:1699 Src/wptFileManager.cpp:1722
#: Src/wptKeyserverDlg.cpp:90
msgid "Export"
msgstr "Exportieren"
-#: Src/wptFileManager.cpp:1736 Src/wptKeyManagerDlg.cpp:1711
-#: Src/wptKeyManagerDlg.cpp:1743
+#: Src/wptFileManager.cpp:1707 Src/wptKeyManagerDlg.cpp:1750
+#: Src/wptKeyManagerDlg.cpp:1782
msgid "Choose Name for Key File"
msgstr "Den Namen der Schlüsseldatei wählen"
-#: Src/wptFileManager.cpp:1755 Src/wptKeyEditDlgs.cpp:1060
-#: Src/wptKeyEditDlgs.cpp:1333 Src/wptKeyEditDlgs.cpp:1406
+#: Src/wptFileManager.cpp:1726 Src/wptKeyEditDlgs.cpp:1081
+#: Src/wptKeyEditDlgs.cpp:1354 Src/wptKeyEditDlgs.cpp:1427
#: Src/wptKeyserverDlg.cpp:102
msgid "GnuPG status"
msgstr "GnuPG Status"
-#: Src/wptFileManager.cpp:1755
+#: Src/wptFileManager.cpp:1726
#, c-format
msgid "Finished (Output: %s)"
msgstr "Fertig (Ausgabe: %s)"
-#: Src/wptFileManager.cpp:1801
+#: Src/wptFileManager.cpp:1772
#, c-format
msgid "%s: no valid OpenPGP data found."
msgstr "%s: keine gültigen OpenPGP-Daten gefunden."
-#: Src/wptFileManager.cpp:1861
+#: Src/wptFileManager.cpp:1832
msgid "Encrypting into a ZIP archive makes sense with multiple files"
msgstr "Verschlüsseln in eine ZIP-Datei macht nur mit mehreren Dateien Sinn"
-#: Src/wptFileManager.cpp:1866
+#: Src/wptFileManager.cpp:1837
msgid "Choose File Name for Output"
msgstr "Wählen Sie einen Namen für die Ausgabedatei"
-#: Src/wptFileManager.cpp:1936
+#: Src/wptFileManager.cpp:1907
msgid "Choose a Name for the Archive"
msgstr "Wählen Sie den Namen für das Archiv"
-#: Src/wptFileManager.cpp:1939
+#: Src/wptFileManager.cpp:1910
msgid "Invalid archive name. Exit."
msgstr "Ungültiger Archivename. Abbruch."
-#: Src/wptFileManager.cpp:1939 Src/wptFileManager.cpp:1946
+#: Src/wptFileManager.cpp:1910 Src/wptFileManager.cpp:1917
msgid "Encrypt Directory"
msgstr "Verzeichnis verschlüsseln"
-#: Src/wptFileManager.cpp:1946
+#: Src/wptFileManager.cpp:1917
msgid "Could not create zip archive."
msgstr "Konnte ZIP-Datei nicht erstellen."
-#: Src/wptFileManagerDlg.cpp:77 Src/wptFileManagerDlg.cpp:145
+#: Src/wptFileManagerDlg.cpp:91 Src/wptFileManagerDlg.cpp:159
msgid "File Encrypt"
msgstr "Datei verschlüsseln"
-#: Src/wptFileManagerDlg.cpp:78 Src/wptFileManagerDlg.cpp:280
+#: Src/wptFileManagerDlg.cpp:92 Src/wptFileManagerDlg.cpp:294
msgid "&Text Output"
msgstr "&Textausgabe"
-#: Src/wptFileManagerDlg.cpp:79
+#: Src/wptFileManagerDlg.cpp:93
msgid "&Wipe Original"
msgstr "Original &löschen"
-#: Src/wptFileManagerDlg.cpp:80
+#: Src/wptFileManagerDlg.cpp:94
msgid "Anonymize (throw keyid)"
msgstr "Anonymize (throw keyid)"
-#: Src/wptFileManagerDlg.cpp:81
+#: Src/wptFileManagerDlg.cpp:95
msgid "&Select Key for signing"
msgstr "&Schlüssel zum Signieren"
-#: Src/wptFileManagerDlg.cpp:82 Src/wptFileManagerDlg.cpp:285
-#: Src/wptKeyManagerDlg.cpp:956
+#: Src/wptFileManagerDlg.cpp:96 Src/wptFileManagerDlg.cpp:299
+#: Src/wptKeyManagerDlg.cpp:957
msgid "Options"
msgstr "Optionen"
-#: Src/wptFileManagerDlg.cpp:144
+#: Src/wptFileManagerDlg.cpp:158
msgid "Please select at least one recipient."
msgstr "Bitte wählen Sie wenigstens einen Empfänger."
-#: Src/wptFileManagerDlg.cpp:202 Src/wptFileStatDlg.cpp:281
+#: Src/wptFileManagerDlg.cpp:216 Src/wptFileStatDlg.cpp:281
#: Src/wptKeyManager.cpp:424
msgid "No valid OpenPGP data found."
msgstr "Keine gültigen OpenPGP-Daten gefunden."
-#: Src/wptFileManagerDlg.cpp:202 Src/wptFileManagerDlg.cpp:216
+#: Src/wptFileManagerDlg.cpp:216 Src/wptFileManagerDlg.cpp:230
#: Src/wptKeyManager.cpp:449
msgid "Key Import"
msgstr "Schlüsselimport"
-#: Src/wptFileManagerDlg.cpp:207
+#: Src/wptFileManagerDlg.cpp:221
#, c-format
msgid "%s contain(s) %d key(s)."
msgstr "%s enthält %d Schlüssel."
-#: Src/wptFileManagerDlg.cpp:211 Src/wptFileManagerDlg.cpp:491
-#: Src/wptKeyManagerDlg.cpp:929 Src/wptOwnertrustDlg.cpp:98
+#: Src/wptFileManagerDlg.cpp:225 Src/wptFileManagerDlg.cpp:505
+#: Src/wptKeyManagerDlg.cpp:930 Src/wptOwnertrustDlg.cpp:98
msgid "File"
msgstr "Datei"
-#: Src/wptFileManagerDlg.cpp:240
+#: Src/wptFileManagerDlg.cpp:254
msgid ""
"Some of the imported keys are secret keys.\n"
"\n"
@@ -1324,181 +1297,181 @@
"Die Vertrauensstellungen dieser Schlüssel müssen Sie\n"
"manuell in den Schlüsseleigenschaften setzen."
-#: Src/wptFileManagerDlg.cpp:279 Src/wptFileManagerDlg.cpp:331
+#: Src/wptFileManagerDlg.cpp:293 Src/wptFileManagerDlg.cpp:345
msgid "File Sign"
msgstr "Datei signieren"
-#: Src/wptFileManagerDlg.cpp:281
+#: Src/wptFileManagerDlg.cpp:295
msgid "&Normal Signature"
msgstr "&Normale Signatur"
-#: Src/wptFileManagerDlg.cpp:282
+#: Src/wptFileManagerDlg.cpp:296
msgid "&Detached Signature"
msgstr "&Angehängte Signatur"
-#: Src/wptFileManagerDlg.cpp:283
+#: Src/wptFileManagerDlg.cpp:297
msgid "&Cleartext Signature"
msgstr "&Klartextsignatur"
-#: Src/wptFileManagerDlg.cpp:284
+#: Src/wptFileManagerDlg.cpp:298
msgid "Signature mode"
msgstr "Signaturmodus"
-#: Src/wptFileManagerDlg.cpp:331 Src/wptKeyEditDlgs.cpp:1305
-#: Src/wptKeyEditDlgs.cpp:1356 Src/wptKeyEditDlgs.cpp:1432
+#: Src/wptFileManagerDlg.cpp:345 Src/wptKeyEditDlgs.cpp:1326
+#: Src/wptKeyEditDlgs.cpp:1377 Src/wptKeyEditDlgs.cpp:1453
#: Src/wptKeyManager.cpp:683 Src/wptKeyManager.cpp:784
-#: Src/wptKeyManager.cpp:818 Src/wptKeyManagerDlg.cpp:1519
-#: Src/wptKeyManagerDlg.cpp:1535 Src/wptKeyManagerDlg.cpp:1563
-#: Src/wptKeyManagerDlg.cpp:1579 Src/wptKeyManagerDlg.cpp:1594
-#: Src/wptKeyManagerDlg.cpp:1701 Src/wptKeyManagerDlg.cpp:1720
-#: Src/wptKeyserverSearchDlg.cpp:127
+#: Src/wptKeyManager.cpp:818 Src/wptKeyManagerDlg.cpp:1558
+#: Src/wptKeyManagerDlg.cpp:1574 Src/wptKeyManagerDlg.cpp:1602
+#: Src/wptKeyManagerDlg.cpp:1618 Src/wptKeyManagerDlg.cpp:1633
+#: Src/wptKeyManagerDlg.cpp:1740 Src/wptKeyManagerDlg.cpp:1759
+#: Src/wptKeyserverSearchDlg.cpp:143
msgid "Please select a key."
msgstr "Bitte wählen Sie einen Schlüssel aus."
-#: Src/wptFileManagerDlg.cpp:391
+#: Src/wptFileManagerDlg.cpp:405
msgid "0 Objects marked"
msgstr "0 Objekte markiert"
-#: Src/wptFileManagerDlg.cpp:395
+#: Src/wptFileManagerDlg.cpp:409
#, c-format
msgid "%d Object(s) marked"
msgstr "%d Objekt(e) markiert"
-#: Src/wptFileManagerDlg.cpp:489 Src/wptMainProc.cpp:540
+#: Src/wptFileManagerDlg.cpp:503 Src/wptMainProc.cpp:542
msgid "File Manager (use drag & drop to add files)"
msgstr "Dateimanager (Drag & Drop möglich)"
-#: Src/wptFileManagerDlg.cpp:492 Src/wptKeyManagerDlg.cpp:930
-#: Src/wptKeyManagerDlg.cpp:935 Src/wptKeyManagerDlg.cpp:946
+#: Src/wptFileManagerDlg.cpp:506 Src/wptKeyManagerDlg.cpp:931
+#: Src/wptKeyManagerDlg.cpp:936 Src/wptKeyManagerDlg.cpp:947
msgid "Edit"
msgstr "Bearbeiten"
-#: Src/wptFileManagerDlg.cpp:493 Src/wptKeyManagerDlg.cpp:931
+#: Src/wptFileManagerDlg.cpp:507 Src/wptKeyManagerDlg.cpp:932
msgid "View"
msgstr "Ansicht"
-#: Src/wptFileManagerDlg.cpp:494
+#: Src/wptFileManagerDlg.cpp:508
msgid "&Open..."
msgstr "Ö&ffnen.."
-#: Src/wptFileManagerDlg.cpp:495
+#: Src/wptFileManagerDlg.cpp:509
msgid "&Encrypt"
msgstr "&Verschlüsseln"
-#: Src/wptFileManagerDlg.cpp:496 Src/wptFileManagerDlg.cpp:571
+#: Src/wptFileManagerDlg.cpp:510 Src/wptFileManagerDlg.cpp:585
msgid "Encrypt into ZIP"
msgstr "Verschlüsseln in ZIP"
-#: Src/wptFileManagerDlg.cpp:497
+#: Src/wptFileManagerDlg.cpp:511
msgid "&Decrypt"
msgstr "&Entschlüsseln"
-#: Src/wptFileManagerDlg.cpp:498 Src/wptKeyManagerDlg.cpp:947
-#: Src/wptKeyManagerDlg.cpp:995
+#: Src/wptFileManagerDlg.cpp:512 Src/wptKeyManagerDlg.cpp:948
+#: Src/wptKeyManagerDlg.cpp:996
msgid "&Sign"
msgstr "&Signieren"
-#: Src/wptFileManagerDlg.cpp:499 Src/wptFileManagerDlg.cpp:575
-#: Src/wptMainProc.cpp:413 Src/wptMainProc.cpp:417
+#: Src/wptFileManagerDlg.cpp:513 Src/wptFileManagerDlg.cpp:589
+#: Src/wptMainProc.cpp:415 Src/wptMainProc.cpp:419
msgid "Sign && Encrypt"
msgstr "Signieren && Verschlüsseln"
-#: Src/wptFileManagerDlg.cpp:500
+#: Src/wptFileManagerDlg.cpp:514
msgid "&Verify"
msgstr "Über&prüfen"
-#: Src/wptFileManagerDlg.cpp:501
+#: Src/wptFileManagerDlg.cpp:515
msgid "S&ymmetric"
msgstr "S&ymmetrisch"
-#: Src/wptFileManagerDlg.cpp:502
+#: Src/wptFileManagerDlg.cpp:516
msgid "&Import"
msgstr "&Importieren"
-#: Src/wptFileManagerDlg.cpp:503
+#: Src/wptFileManagerDlg.cpp:517
msgid "E&xport"
msgstr "E&xportieren"
-#: Src/wptFileManagerDlg.cpp:504 Src/wptMainProc.cpp:409
+#: Src/wptFileManagerDlg.cpp:518 Src/wptMainProc.cpp:411
msgid "Exit"
msgstr "Beenden"
-#: Src/wptFileManagerDlg.cpp:505
+#: Src/wptFileManagerDlg.cpp:519
msgid "&Reset"
msgstr "&Reset"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:421
-#: Src/wptFileManagerDlg.cpp:506
+#: Src/wptFileManagerDlg.cpp:520
msgid "Always on Top"
msgstr "Immer im Vordergrund"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:422
-#: Src/wptFileManagerDlg.cpp:507
+#: Src/wptFileManagerDlg.cpp:521
msgid "&Paste"
msgstr "&Einfügen"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:423
-#: Src/wptFileManagerDlg.cpp:508
+#: Src/wptFileManagerDlg.cpp:522
msgid "&Select All"
msgstr "Alles &markieren"
-#: Src/wptFileManagerDlg.cpp:509
+#: Src/wptFileManagerDlg.cpp:523
msgid "&Preferences"
msgstr "&Einstellungen"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:478
-#: Src/wptFileManagerDlg.cpp:510 Src/wptFileManagerDlg.cpp:578
+#: Src/wptFileManagerDlg.cpp:524 Src/wptFileManagerDlg.cpp:592
msgid "Send as Mail"
msgstr "Als Mail versenden"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:425
-#: Src/wptFileManagerDlg.cpp:511
+#: Src/wptFileManagerDlg.cpp:525
msgid "&List Packets"
msgstr "Pakete an&zeigen"
-#: Src/wptFileManagerDlg.cpp:513
+#: Src/wptFileManagerDlg.cpp:527
msgid "&Wipe"
msgstr "&Löschen"
-#: Src/wptFileManagerDlg.cpp:577
+#: Src/wptFileManagerDlg.cpp:591
msgid "Wipe"
msgstr "Löschen"
-#: Src/wptFileManagerDlg.cpp:579
+#: Src/wptFileManagerDlg.cpp:593
msgid "List Packets"
msgstr "Pakete anzeigen"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:429
-#: Src/wptFileManagerDlg.cpp:607
+#: Src/wptFileManagerDlg.cpp:623
msgid "&Calc Digest"
msgstr "Digest &berechnen"
-#: Src/wptFileManagerDlg.cpp:622
+#: Src/wptFileManagerDlg.cpp:634
msgid "This command requires admin privileges.\n"
msgstr "Dieses Kommando benötigt Adminrechte.\n"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:671
-#: Src/wptFileManagerDlg.cpp:771
+#: Src/wptFileManagerDlg.cpp:783
msgid "Are you sure you want to secure delete these files?"
msgstr "Sollen diese Dateien wirklich sicher gelöscht werden?"
-#: Src/wptFileManagerDlg.cpp:772 Src/wptMainProc.cpp:100
+#: Src/wptFileManagerDlg.cpp:784 Src/wptMainProc.cpp:100
msgid "&Yes"
msgstr "&Ja"
-#: Src/wptFileManagerDlg.cpp:773 Src/wptMainProc.cpp:101
+#: Src/wptFileManagerDlg.cpp:785 Src/wptMainProc.cpp:101
msgid "&No"
msgstr "&Nein"
-#: Src/wptFileManagerDlg.cpp:816
+#: Src/wptFileManagerDlg.cpp:828
msgid "Operation Status: Error"
msgstr "Prozess-Status: Fehler"
-#: Src/wptFileManagerDlg.cpp:817
+#: Src/wptFileManagerDlg.cpp:829
msgid "Operation Status: Done."
msgstr "Prozess-Status: Fertig."
-#: Src/wptFileManagerDlg.cpp:860
+#: Src/wptFileManagerDlg.cpp:872
#, c-format
msgid ""
"Total Capacity: %12sk\n"
@@ -1531,11 +1504,11 @@
msgid "Finished"
msgstr "Fertig"
-#: Src/wptFileVerifyDlg.cpp:51
+#: Src/wptFileVerifyDlg.cpp:50
msgid "File Verify"
msgstr "Dateiüberprüfung"
-#: Src/wptFileVerifyDlg.cpp:80
+#: Src/wptFileVerifyDlg.cpp:81
msgid "Do you want to retrieve the key?"
msgstr "Wollen Sie den Schlüssel herunterladen?"
@@ -1572,7 +1545,7 @@
msgid "Could not reset read-only state."
msgstr "Konnte den Nur-Lesen Zustand nicht zurücksetzen."
-#: Src/wptGPG.cpp:847 Src/wptGPG.cpp:1128 Src/wptGPG.cpp:1137
+#: Src/wptGPG.cpp:847 Src/wptGPG.cpp:1130 Src/wptGPG.cpp:1139
msgid "GPG Error"
msgstr "GPG Fehler"
@@ -1598,11 +1571,11 @@
#: Src/wptGPGPrefsDlg.cpp:228 Src/wptGPGPrefsDlg.cpp:234
#: Src/wptGPGPrefsDlg.cpp:239 Src/wptGPGPrefsDlg.cpp:244
#: Src/wptGPGPrefsDlg.cpp:250 Src/wptGPGPrefsDlg.cpp:264
-#: Src/wptKeyEditDlgs.cpp:1724 Src/wptKeyManagerDlg.cpp:957
-#: Src/wptMainProc.cpp:429 Src/wptPreferencesDlg.cpp:215
-#: Src/wptPreferencesDlg.cpp:260 Src/wptPreferencesDlg.cpp:272
-#: Src/wptPreferencesDlg.cpp:284 Src/wptPreferencesDlg.cpp:315
-#: Src/wptRegistry.cpp:591
+#: Src/wptKeyEditDlgs.cpp:1745 Src/wptKeyManagerDlg.cpp:958
+#: Src/wptMainProc.cpp:431 Src/wptPreferencesDlg.cpp:225
+#: Src/wptPreferencesDlg.cpp:270 Src/wptPreferencesDlg.cpp:282
+#: Src/wptPreferencesDlg.cpp:295 Src/wptPreferencesDlg.cpp:326
+#: Src/wptRegistry.cpp:596
msgid "Preferences"
msgstr "Einstellungen"
@@ -1639,7 +1612,7 @@
msgid "Overwrite old secret keyring?"
msgstr "Alten geheimen Schlüsselbund überschreiben?"
-#: Src/wptGPG.cpp:998 Src/wptGPG.cpp:1087 Src/wptGPG.cpp:1100
+#: Src/wptGPG.cpp:998 Src/wptGPG.cpp:1089 Src/wptGPG.cpp:1102
msgid "Backup"
msgstr "Sicherung"
@@ -1649,7 +1622,7 @@
msgstr "Schlüsselbundsicherung \"%s\" fehlgeschlagen"
# c:\oss\winpt-gpgme\src\wptGPG.cpp:1021
-#: Src/wptGPG.cpp:1088
+#: Src/wptGPG.cpp:1090
#, c-format
msgid ""
"The backup drive '%s' does not seems to accessable.\n"
@@ -1658,44 +1631,44 @@
"Kann auf das Backup-Laufwerk '%s' nicht zugreifen.\n"
"Bitte aktivieren/überprüfen sie das Laufwerk um Fortzufahren."
-#: Src/wptGPG.cpp:1100
+#: Src/wptGPG.cpp:1102
#, c-format
msgid "Invalid backup mode %d"
msgstr "Ungültiger Sicherungsmethode %d"
-#: Src/wptGPG.cpp:1127
+#: Src/wptGPG.cpp:1129
msgid "No GPG error description available."
msgstr "Keine Fehlerbeschreibung von GPG verfügbar."
-#: Src/wptGPGME.cpp:313
+#: Src/wptGPGME.cpp:278
msgid "Error during verification process."
msgstr "Fehler während Verifikation."
-#: Src/wptGPGME.cpp:314
+#: Src/wptGPGME.cpp:279
msgid "The signature is good."
msgstr "Die Signatur is gut."
-#: Src/wptGPGME.cpp:315
+#: Src/wptGPGME.cpp:280
msgid "The signature is BAD!"
msgstr "Die Signatur ist nicht gültig!"
-#: Src/wptGPGME.cpp:316
+#: Src/wptGPGME.cpp:281
msgid "The signature could not be checked due to a missing key."
msgstr "Die Signature könnte durch einen fehlenden Key nicht geprüft werden."
-#: Src/wptGPGME.cpp:317
+#: Src/wptGPGME.cpp:282
msgid "No valid OpenPGP signature."
msgstr "Keine gültige OpenPGP Signatur."
-#: Src/wptGPGME.cpp:318
+#: Src/wptGPGME.cpp:283
msgid "Signature Error"
msgstr "Fehler in Signatur"
-#: Src/wptGPGME.cpp:319
+#: Src/wptGPGME.cpp:284
msgid "Good Signature (Expired Key)"
msgstr "Gültige Signature (Abgelaufener Schlüssel)"
-#: Src/wptGPGME.cpp:320
+#: Src/wptGPGME.cpp:285
msgid "Good Signature (Revoked Key)"
msgstr "Gültige Signatur (Widerrufener Schlüssel)"
@@ -1737,8 +1710,8 @@
"Aktuelle Daten gehen verloren\n"
"Sind Sie sicher?"
-#: Src/wptGPGPrefsDlg.cpp:141 Src/wptKeyManagerDlg.cpp:1673
-#: Src/wptMainProc.cpp:588
+#: Src/wptGPGPrefsDlg.cpp:141 Src/wptKeyManagerDlg.cpp:1712
+#: Src/wptMainProc.cpp:590
msgid "GnuPG Preferences"
msgstr "GnuPG-Einstellungen"
@@ -1835,20 +1808,20 @@
#: Src/wptKeyManager.cpp:835 Src/wptKeyManager.cpp:892
#: Src/wptKeyManager.cpp:897 Src/wptKeyManager.cpp:953
#: Src/wptKeyManager.cpp:983 Src/wptKeyManager.cpp:1070
-#: Src/wptKeyManagerDlg.cpp:1179 Src/wptKeyManagerDlg.cpp:1192
-#: Src/wptKeyManagerDlg.cpp:1202 Src/wptKeyManagerDlg.cpp:1498
-#: Src/wptKeyManagerDlg.cpp:1520 Src/wptKeyManagerDlg.cpp:1535
-#: Src/wptKeyManagerDlg.cpp:1545 Src/wptKeyManagerDlg.cpp:1553
-#: Src/wptKeyManagerDlg.cpp:1563 Src/wptKeyManagerDlg.cpp:1569
-#: Src/wptKeyManagerDlg.cpp:1579 Src/wptKeyManagerDlg.cpp:1594
-#: Src/wptKeyManagerDlg.cpp:1611 Src/wptKeyManagerDlg.cpp:1643
-#: Src/wptKeyManagerDlg.cpp:1702 Src/wptKeyManagerDlg.cpp:1720
-#: Src/wptKeyManagerDlg.cpp:1725 Src/wptKeyManagerDlg.cpp:1730
-#: Src/wptKeyManagerDlg.cpp:1801 Src/wptKeyManagerDlg.cpp:1806
-#: Src/wptKeyManagerDlg.cpp:1939 Src/wptKeysigDlg.cpp:93
+#: Src/wptKeyManagerDlg.cpp:1218 Src/wptKeyManagerDlg.cpp:1231
+#: Src/wptKeyManagerDlg.cpp:1241 Src/wptKeyManagerDlg.cpp:1537
+#: Src/wptKeyManagerDlg.cpp:1559 Src/wptKeyManagerDlg.cpp:1574
+#: Src/wptKeyManagerDlg.cpp:1584 Src/wptKeyManagerDlg.cpp:1592
+#: Src/wptKeyManagerDlg.cpp:1602 Src/wptKeyManagerDlg.cpp:1608
+#: Src/wptKeyManagerDlg.cpp:1618 Src/wptKeyManagerDlg.cpp:1633
+#: Src/wptKeyManagerDlg.cpp:1650 Src/wptKeyManagerDlg.cpp:1682
+#: Src/wptKeyManagerDlg.cpp:1741 Src/wptKeyManagerDlg.cpp:1759
+#: Src/wptKeyManagerDlg.cpp:1764 Src/wptKeyManagerDlg.cpp:1769
+#: Src/wptKeyManagerDlg.cpp:1840 Src/wptKeyManagerDlg.cpp:1845
+#: Src/wptKeyManagerDlg.cpp:1978 Src/wptKeysigDlg.cpp:93
#: Src/wptKeysigDlg.cpp:105 Src/wptKeysigDlg.cpp:314 Src/wptKeysigDlg.cpp:387
-#: Src/wptKeysigDlg.cpp:397 Src/wptKeysigDlg.cpp:440 Src/wptMainProc.cpp:403
-#: Src/wptMainProc.cpp:551 Src/wptMainProc.cpp:559
+#: Src/wptKeysigDlg.cpp:397 Src/wptKeysigDlg.cpp:440 Src/wptMainProc.cpp:405
+#: Src/wptMainProc.cpp:553 Src/wptMainProc.cpp:561
msgid "Key Manager"
msgstr "Schlüsselverwaltung"
@@ -1922,19 +1895,19 @@
msgid "Unknown Hotkey"
msgstr "Unbekanntes Tastenkürzel"
-#: Src/wptImportList.cpp:266 Src/wptKeyEditDlgs.cpp:256
-#: Src/wptKeyEditDlgs.cpp:1145 Src/wptKeyEditDlgs.cpp:1197
-#: Src/wptKeyEditDlgs.cpp:1444 Src/wptKeyEditDlgs.cpp:1466
-#: Src/wptKeyEditDlgs.cpp:1505 Src/wptKeyEditDlgs.cpp:1538
-#: Src/wptKeyEditDlgs.cpp:1767 Src/wptKeylist.cpp:421 Src/wptKeylist.cpp:455
-#: Src/wptKeyPropsDlg.cpp:159 Src/wptKeysigDlg.cpp:144
+#: Src/wptImportList.cpp:266 Src/wptKeyEditDlgs.cpp:258
+#: Src/wptKeyEditDlgs.cpp:1166 Src/wptKeyEditDlgs.cpp:1218
+#: Src/wptKeyEditDlgs.cpp:1465 Src/wptKeyEditDlgs.cpp:1487
+#: Src/wptKeyEditDlgs.cpp:1526 Src/wptKeyEditDlgs.cpp:1559
+#: Src/wptKeyEditDlgs.cpp:1790 Src/wptKeylist.cpp:421 Src/wptKeylist.cpp:455
+#: Src/wptKeyPropsDlg.cpp:161 Src/wptKeysigDlg.cpp:144
#: Src/wptKeysigDlg.cpp:214
msgid "Revoked"
msgstr "Widerrufen"
-#: Src/wptImportList.cpp:268 Src/wptKeyEditDlgs.cpp:258
-#: Src/wptKeyEditDlgs.cpp:1143 Src/wptKeyEditDlgs.cpp:1363
-#: Src/wptKeylist.cpp:423 Src/wptKeylist.cpp:453 Src/wptKeyPropsDlg.cpp:157
+#: Src/wptImportList.cpp:268 Src/wptKeyEditDlgs.cpp:260
+#: Src/wptKeyEditDlgs.cpp:1164 Src/wptKeyEditDlgs.cpp:1384
+#: Src/wptKeylist.cpp:423 Src/wptKeylist.cpp:453 Src/wptKeyPropsDlg.cpp:159
#: Src/wptKeysigDlg.cpp:143 Src/wptKeysigDlg.cpp:215
msgid "Expired"
msgstr "Abgelaufen"
@@ -1947,39 +1920,39 @@
msgid "public key"
msgstr "öffentlicher Schlüssel"
-#: Src/wptImportList.cpp:304 Src/wptKeyEditDlgs.cpp:1205
+#: Src/wptImportList.cpp:304 Src/wptKeyEditDlgs.cpp:1226
msgid "Invalid user ID"
msgstr "Ungültige Benutzerkennung"
#: Src/wptImportList.cpp:345 Src/wptKeylist.cpp:576 Src/wptKeylist.cpp:584
-#: Src/wptKeyManagerDlg.cpp:874 Src/wptKeyManagerDlg.cpp:943
-#: Src/wptKeyserverSearchDlg.cpp:54 Src/wptSigList.cpp:53
-#: Src/wptVerifyList.cpp:112
+#: Src/wptKeyManagerDlg.cpp:875 Src/wptKeyManagerDlg.cpp:944
+#: Src/wptKeyserverSearchDlg.cpp:58 Src/wptSigList.cpp:53
+#: Src/wptVerifyList.cpp:165
msgid "User ID"
msgstr "Benutzerkennung"
#: Src/wptImportList.cpp:346 Src/wptKeylist.cpp:578 Src/wptKeylist.cpp:587
-#: Src/wptKeyManagerDlg.cpp:877 Src/wptKeyserverSearchDlg.cpp:50
+#: Src/wptKeyManagerDlg.cpp:878 Src/wptKeyserverSearchDlg.cpp:54
msgid "Size"
msgstr "Größe"
-#: Src/wptImportList.cpp:347 Src/wptKeyEditDlgs.cpp:1077
-#: Src/wptKeylist.cpp:577 Src/wptKeylist.cpp:585 Src/wptKeyManagerDlg.cpp:875
-#: Src/wptKeyManagerDlg.cpp:966 Src/wptKeyRevokersDlg.cpp:58
-#: Src/wptKeyserverSearchDlg.cpp:52 Src/wptSigList.cpp:57
-#: Src/wptVerifyList.cpp:111
+#: Src/wptImportList.cpp:347 Src/wptKeyEditDlgs.cpp:1098
+#: Src/wptKeylist.cpp:577 Src/wptKeylist.cpp:585 Src/wptKeyManagerDlg.cpp:876
+#: Src/wptKeyManagerDlg.cpp:967 Src/wptKeyRevokersDlg.cpp:58
+#: Src/wptKeyserverSearchDlg.cpp:56 Src/wptSigList.cpp:57
+#: Src/wptVerifyList.cpp:164
msgid "Key ID"
msgstr "Schlüssel-ID"
-#: Src/wptImportList.cpp:348 Src/wptKeyEditDlgs.cpp:1078
-#: Src/wptKeyEditDlgs.cpp:1174 Src/wptKeylist.cpp:591
-#: Src/wptKeyManagerDlg.cpp:881 Src/wptKeyManagerDlg.cpp:969
-#: Src/wptKeyserverSearchDlg.cpp:53 Src/wptSigList.cpp:56
+#: Src/wptImportList.cpp:348 Src/wptKeyEditDlgs.cpp:1099
+#: Src/wptKeyEditDlgs.cpp:1195 Src/wptKeylist.cpp:591
+#: Src/wptKeyManagerDlg.cpp:882 Src/wptKeyManagerDlg.cpp:970
+#: Src/wptKeyserverSearchDlg.cpp:57 Src/wptSigList.cpp:56
msgid "Creation"
msgstr "Erstellung"
#: Src/wptImportList.cpp:349 Src/wptKeylist.cpp:586
-#: Src/wptKeyManagerDlg.cpp:876 Src/wptKeyManagerDlg.cpp:968
+#: Src/wptKeyManagerDlg.cpp:877 Src/wptKeyManagerDlg.cpp:969
msgid "Type"
msgstr "Typ"
@@ -1993,40 +1966,40 @@
"und deshalb ein CRC Fehler auftrat."
# c:\oss\winpt-gpgme\src\wptKeyCache.cpp:479
-#: Src/wptKeyCache.cpp:750
+#: Src/wptKeyCache.cpp:807
msgid "Load GPG Keyrings..."
msgstr "Lade GPG Schlüsselbunde..."
-#: Src/wptKeyCacheDlg.cpp:52
+#: Src/wptKeyCacheDlg.cpp:54
msgid "WinPT Key Caching"
msgstr "WinPT Schlüssel Caching"
-#: Src/wptKeyCacheDlg.cpp:55
+#: Src/wptKeyCacheDlg.cpp:57
msgid "Caching keyrings, please wait..."
msgstr "Lade Schlüssebund, bitte warten..."
-#: Src/wptKeyCacheDlg.cpp:70
+#: Src/wptKeyCacheDlg.cpp:72
msgid "Key Cache"
msgstr "Schlüsselcache"
-#: Src/wptKeyEditDlgs.cpp:228 Src/wptKeylist.cpp:388
+#: Src/wptKeyEditDlgs.cpp:230 Src/wptKeylist.cpp:388
msgid "Ultimate"
msgstr "Absolut"
-#: Src/wptKeyEditDlgs.cpp:243 Src/wptKeyEditDlgs.cpp:1140
+#: Src/wptKeyEditDlgs.cpp:245 Src/wptKeyEditDlgs.cpp:1161
#: Src/wptKeylist.cpp:243 Src/wptKeylist.cpp:382
msgid "Never"
msgstr "Niemals"
-#: Src/wptKeyEditDlgs.cpp:260 Src/wptKeyEditDlgs.cpp:1147
+#: Src/wptKeyEditDlgs.cpp:262 Src/wptKeyEditDlgs.cpp:1168
msgid "OK"
msgstr "OK"
-#: Src/wptKeyEditDlgs.cpp:282
+#: Src/wptKeyEditDlgs.cpp:284
msgid "user ID"
msgstr "Benutzerkennung"
-#: Src/wptKeyEditDlgs.cpp:283
+#: Src/wptKeyEditDlgs.cpp:285
#, c-format
msgid ""
"Could not get key information for: \"%s\":\n"
@@ -2036,7 +2009,7 @@
"%s"
# c:\oss\winpt-gpgme\src\wptKeyEditDlgs.cpp:258
-#: Src/wptKeyEditDlgs.cpp:355
+#: Src/wptKeyEditDlgs.cpp:357
msgid ""
"Remember that the image is stored within your public key. If you use a very "
"large picture, your key will become very large as well! Keeping the image "
@@ -2047,7 +2020,7 @@
"240x288 grosses Bild ist eine gute Größe."
# c:\oss\winpt-gpgme\src\wptKeyEditDlgs.cpp:259
-#: Src/wptKeyEditDlgs.cpp:356
+#: Src/wptKeyEditDlgs.cpp:358
msgid ""
"Pick an image to use for your photo ID.\n"
"The image must be a JPEG file."
@@ -2055,35 +2028,35 @@
"Bitte ein Bild auswählen fuer die photo ID.\n"
"Das Bild muss eine JPEG Datei sein."
-#: Src/wptKeyEditDlgs.cpp:357 Src/wptKeyEditDlgs.cpp:445
+#: Src/wptKeyEditDlgs.cpp:359 Src/wptKeyEditDlgs.cpp:447
#: Src/wptKeysignDlg.cpp:284
msgid "Passphrase"
msgstr "Passwort"
-#: Src/wptKeyEditDlgs.cpp:359
+#: Src/wptKeyEditDlgs.cpp:361
msgid "Add Photo ID"
msgstr "Photo ID hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:374
+#: Src/wptKeyEditDlgs.cpp:376
msgid "Select Image File"
msgstr "Bilddatei auswählen"
-#: Src/wptKeyEditDlgs.cpp:378 Src/wptKeyEditDlgs.cpp:388
-#: Src/wptKeyEditDlgs.cpp:394 Src/wptKeyEditDlgs.cpp:406
-#: Src/wptKeyEditDlgs.cpp:911
+#: Src/wptKeyEditDlgs.cpp:380 Src/wptKeyEditDlgs.cpp:390
+#: Src/wptKeyEditDlgs.cpp:396 Src/wptKeyEditDlgs.cpp:408
+#: Src/wptKeyEditDlgs.cpp:917
msgid "Add Photo"
msgstr "Foto hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:379
+#: Src/wptKeyEditDlgs.cpp:381
#, c-format
msgid "'%s' is not a valid JPEG file."
msgstr "'%s' is keine gültige JPEG Datei."
-#: Src/wptKeyEditDlgs.cpp:388 Src/wptKeyRevokeDlg.cpp:173
+#: Src/wptKeyEditDlgs.cpp:390 Src/wptKeyRevokeDlg.cpp:173
msgid "Please enter a file name."
msgstr "Bitte Dateinamen eingeben."
-#: Src/wptKeyEditDlgs.cpp:392
+#: Src/wptKeyEditDlgs.cpp:394
msgid ""
"The JPEG is really large.\n"
"Are you sure you want to use it?"
@@ -2091,146 +2064,146 @@
"Das JPEG ist sehr groß.\n"
"Sind Sie sicher, dass Sie es benutzen wollen?"
-#: Src/wptKeyEditDlgs.cpp:411
+#: Src/wptKeyEditDlgs.cpp:413
msgid "Photo successfully added."
msgstr "Foto erfolgreich hinzugefügt."
-#: Src/wptKeyEditDlgs.cpp:412 Src/wptKeyEditDlgs.cpp:479
-#: Src/wptKeyEditDlgs.cpp:562 Src/wptKeyEditDlgs.cpp:736
-#: Src/wptKeyEditDlgs.cpp:1468 Src/wptKeyEditDlgs.cpp:1540
-#: Src/wptKeyEditDlgs.cpp:1625 Src/wptKeyEditDlgs.cpp:1824
+#: Src/wptKeyEditDlgs.cpp:414 Src/wptKeyEditDlgs.cpp:482
+#: Src/wptKeyEditDlgs.cpp:566 Src/wptKeyEditDlgs.cpp:741
+#: Src/wptKeyEditDlgs.cpp:1489 Src/wptKeyEditDlgs.cpp:1561
+#: Src/wptKeyEditDlgs.cpp:1646 Src/wptKeyEditDlgs.cpp:1847
#: Src/wptKeygenDlg.cpp:488 Src/wptKeygenDlg.cpp:604
-#: Src/wptKeyPropsDlg.cpp:361 Src/wptOwnertrustDlg.cpp:124
+#: Src/wptKeyPropsDlg.cpp:380 Src/wptOwnertrustDlg.cpp:124
#: Src/wptOwnertrustDlg.cpp:136
msgid "GnuPG Status"
msgstr "GnuPG-Status"
# c:\oss\winpt-gpgme\src\wptKeyEditDlgs.cpp:350
-#: Src/wptKeyEditDlgs.cpp:443
+#: Src/wptKeyEditDlgs.cpp:445
msgid "Appointing a key as designated revoker cannot be undone."
msgstr ""
"Hinzufügen eines Widerrufers kann nicht mehr\n"
"rückgängig gemacht werden."
-#: Src/wptKeyEditDlgs.cpp:444
+#: Src/wptKeyEditDlgs.cpp:446
msgid "Public key"
msgstr "öff. Schlüssel"
-#: Src/wptKeyEditDlgs.cpp:447 Src/wptKeyEditDlgs.cpp:460
-#: Src/wptKeyEditDlgs.cpp:473 Src/wptKeyEditDlgs.cpp:942
+#: Src/wptKeyEditDlgs.cpp:449 Src/wptKeyEditDlgs.cpp:463
+#: Src/wptKeyEditDlgs.cpp:476 Src/wptKeyEditDlgs.cpp:949
msgid "Add Revoker"
msgstr "Wiederrufer hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:460 Src/wptKeyEditDlgs.cpp:1500
-#: Src/wptKeyEditDlgs.cpp:1557 Src/wptKeyEditDlgs.cpp:1602
-#: Src/wptKeyEditDlgs.cpp:1756 Src/wptKeyEditDlgs.cpp:1794
-#: Src/wptKeyEditDlgs.cpp:1980
+#: Src/wptKeyEditDlgs.cpp:463 Src/wptKeyEditDlgs.cpp:1521
+#: Src/wptKeyEditDlgs.cpp:1578 Src/wptKeyEditDlgs.cpp:1623
+#: Src/wptKeyEditDlgs.cpp:1778 Src/wptKeyEditDlgs.cpp:1817
+#: Src/wptKeyEditDlgs.cpp:2003
msgid "Please select a user ID."
msgstr "Bitte eine Benutzerkennung wählen."
-#: Src/wptKeyEditDlgs.cpp:478
+#: Src/wptKeyEditDlgs.cpp:481
msgid "Revoker successfully addded."
msgstr "Widerrufer erfolgreich hinzugefügt."
-#: Src/wptKeyEditDlgs.cpp:512
+#: Src/wptKeyEditDlgs.cpp:515
msgid "Add new User ID"
msgstr "Neue Benutzerkennung hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:514
+#: Src/wptKeyEditDlgs.cpp:517
msgid "&Email"
msgstr "&E-Mail"
-#: Src/wptKeyEditDlgs.cpp:515
+#: Src/wptKeyEditDlgs.cpp:518
msgid "&Comment"
msgstr "&Kommentar"
-#: Src/wptKeyEditDlgs.cpp:531
+#: Src/wptKeyEditDlgs.cpp:535
msgid "Please enter a name (min. 5 chars.)"
msgstr "Bitte Namen eingeben (min. 5 Zeichen)"
-#: Src/wptKeyEditDlgs.cpp:532 Src/wptKeyEditDlgs.cpp:538
-#: Src/wptKeyEditDlgs.cpp:543 Src/wptKeyEditDlgs.cpp:547
-#: Src/wptKeyEditDlgs.cpp:560
+#: Src/wptKeyEditDlgs.cpp:536 Src/wptKeyEditDlgs.cpp:542
+#: Src/wptKeyEditDlgs.cpp:547 Src/wptKeyEditDlgs.cpp:551
+#: Src/wptKeyEditDlgs.cpp:564
msgid "UserID"
msgstr "Benutzerkennung"
-#: Src/wptKeyEditDlgs.cpp:537
+#: Src/wptKeyEditDlgs.cpp:541
msgid ""
"Please enter the email address in the email field and not in the name field"
msgstr ""
"Bitte E-Mail-Adresse in das E-Mail-Feld und nicht in das Namensfeld eingeben"
-#: Src/wptKeyEditDlgs.cpp:543
+#: Src/wptKeyEditDlgs.cpp:547
msgid "Please enter an email address."
msgstr "Bitte eine E-Mail-Adresse eingeben."
-#: Src/wptKeyEditDlgs.cpp:547
+#: Src/wptKeyEditDlgs.cpp:551
msgid "Invalid email address."
msgstr "Ungültige E-Mail-Adresse"
-#: Src/wptKeyEditDlgs.cpp:562
+#: Src/wptKeyEditDlgs.cpp:566
msgid "user ID successfully added."
msgstr "Benutzerkennung erfolgreich hinzugefügt."
-#: Src/wptKeyEditDlgs.cpp:646 Src/wptKeyEditDlgs.cpp:849
+#: Src/wptKeyEditDlgs.cpp:650 Src/wptKeyEditDlgs.cpp:855
msgid "Add new Subkey"
msgstr "Neuen Unterschlüssel hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:647
+#: Src/wptKeyEditDlgs.cpp:651
msgid "Key type"
msgstr "Schlüssel-Typ"
-#: Src/wptKeyEditDlgs.cpp:648
+#: Src/wptKeyEditDlgs.cpp:652
msgid "Size in bits"
msgstr "Größe in Bits"
-#: Src/wptKeyEditDlgs.cpp:649
+#: Src/wptKeyEditDlgs.cpp:653
msgid "Key expiration"
msgstr "Key Ablaufdatum"
-#: Src/wptKeyEditDlgs.cpp:695
+#: Src/wptKeyEditDlgs.cpp:700
msgid "Please select one entry."
msgstr "Bitte wählen Sie einen Eintrag aus."
-#: Src/wptKeyEditDlgs.cpp:696 Src/wptKeyEditDlgs.cpp:702
-#: Src/wptKeyEditDlgs.cpp:733 Src/wptKeyEditDlgs.cpp:832
+#: Src/wptKeyEditDlgs.cpp:701 Src/wptKeyEditDlgs.cpp:707
+#: Src/wptKeyEditDlgs.cpp:738 Src/wptKeyEditDlgs.cpp:838
msgid "Add Subkey"
msgstr "Unterschlüssel hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:701
+#: Src/wptKeyEditDlgs.cpp:706
msgid "DSS uses a fixed keysize of 1024. Size changed."
msgstr "DSS benötigt feste Schlüssellänge von 1024. Größe geändert."
-#: Src/wptKeyEditDlgs.cpp:735
+#: Src/wptKeyEditDlgs.cpp:740
msgid "Subkey successfully added."
msgstr "Unterschlüssel erfolgreich hinzugefügt."
-#: Src/wptKeyEditDlgs.cpp:763 Src/wptKeyEditDlgs.cpp:831
-#: Src/wptKeyEditDlgs.cpp:910 Src/wptKeyEditDlgs.cpp:942
-#: Src/wptKeyEditDlgs.cpp:1022 Src/wptKeyEditDlgs.cpp:1352
-#: Src/wptKeyEditDlgs.cpp:1427 Src/wptKeyEditDlgs.cpp:1489
-#: Src/wptKeyManagerDlg.cpp:1552
+#: Src/wptKeyEditDlgs.cpp:768 Src/wptKeyEditDlgs.cpp:837
+#: Src/wptKeyEditDlgs.cpp:916 Src/wptKeyEditDlgs.cpp:949
+#: Src/wptKeyEditDlgs.cpp:1030 Src/wptKeyEditDlgs.cpp:1373
+#: Src/wptKeyEditDlgs.cpp:1448 Src/wptKeyEditDlgs.cpp:1510
+#: Src/wptKeyManagerDlg.cpp:1591
msgid "There is no secret key available!"
msgstr "Kein geheimer Schlüssel vorhanden!"
-#: Src/wptKeyEditDlgs.cpp:764 Src/wptKeyEditDlgs.cpp:782
+#: Src/wptKeyEditDlgs.cpp:769 Src/wptKeyEditDlgs.cpp:788
msgid "Add user ID"
msgstr "Benutzerkennung hinzufügen"
-#: Src/wptKeyEditDlgs.cpp:889
+#: Src/wptKeyEditDlgs.cpp:895
msgid "Preferred keyserver successfully set."
msgstr "Bevorzugter Keyserver wurde erfolgreich gesetzt."
-#: Src/wptKeyEditDlgs.cpp:976 Src/wptKeyEditOwnertrustDlg.cpp:55
-#: Src/wptKeyPropsDlg.cpp:353
+#: Src/wptKeyEditDlgs.cpp:984 Src/wptKeyEditOwnertrustDlg.cpp:55
+#: Src/wptKeyPropsDlg.cpp:371
msgid "Change Ownertrust"
msgstr "Besitzervertrauen ändern"
-#: Src/wptKeyEditDlgs.cpp:979 Src/wptKeyManager.cpp:220
+#: Src/wptKeyEditDlgs.cpp:987 Src/wptKeyManager.cpp:220
msgid "Key status changed."
msgstr "Schlüsselstatus geändert."
-#: Src/wptKeyEditDlgs.cpp:1028
+#: Src/wptKeyEditDlgs.cpp:1036
msgid ""
"Cannot change passphrase because the key\n"
"is protected with the IDEA encryption algorithm."
@@ -2238,56 +2211,62 @@
"Kann das Passwort das Schlüssels nicht ändern, da der \n"
"Schlüssel mit dem IDEA Verschlüsselungs-Algorithmus gesichert ist."
-#: Src/wptKeyEditDlgs.cpp:1035
+#: Src/wptKeyEditDlgs.cpp:1043
msgid "Current (old) Passphrase"
msgstr "Aktuelles (altes) Passwort"
-#: Src/wptKeyEditDlgs.cpp:1039
+#: Src/wptKeyEditDlgs.cpp:1047
msgid "New Passphrase"
msgstr "Neues Passwort"
-#: Src/wptKeyEditDlgs.cpp:1046 Src/wptPassphraseDlg.cpp:191
+#: Src/wptKeyEditDlgs.cpp:1054
msgid ""
+"Are you sure that you really don't want a passphrase?\n"
+"This is propably a bad idea, still proceed?"
+msgstr ""
+
+#: Src/wptKeyEditDlgs.cpp:1065 Src/wptPassphraseDlg.cpp:191
+msgid ""
"The passphrase contains 8-bit characters.\n"
"It is not suggested to use charset specific characters."
msgstr ""
"Das Passwort enthält 8-bit Zeichen.\n"
"Es ist nicht zu empfehlen zeichensatzspezifische Zeichen zu benutzen."
-#: Src/wptKeyEditDlgs.cpp:1058
+#: Src/wptKeyEditDlgs.cpp:1079
msgid "Change Passwd"
msgstr "Passwort ändern"
-#: Src/wptKeyEditDlgs.cpp:1060
+#: Src/wptKeyEditDlgs.cpp:1081
msgid "Passphrase successfully changed."
msgstr "Passwort erfolgreich geändert."
-#: Src/wptKeyEditDlgs.cpp:1076 Src/wptKeyManagerDlg.cpp:882
+#: Src/wptKeyEditDlgs.cpp:1097 Src/wptKeyManagerDlg.cpp:883
msgid "Description"
msgstr "Beschreibung"
-#: Src/wptKeyEditDlgs.cpp:1079
+#: Src/wptKeyEditDlgs.cpp:1100
msgid "Expires"
msgstr "Verfällt"
-#: Src/wptKeyEditDlgs.cpp:1094
+#: Src/wptKeyEditDlgs.cpp:1115
msgid "No subkey(s) found."
msgstr "Kein(e) Unterschlüssel gefunden."
-#: Src/wptKeyEditDlgs.cpp:1171 Src/wptKeylist.cpp:580 Src/wptKeylist.cpp:589
-#: Src/wptKeyManagerDlg.cpp:879
+#: Src/wptKeyEditDlgs.cpp:1192 Src/wptKeylist.cpp:580 Src/wptKeylist.cpp:589
+#: Src/wptKeyManagerDlg.cpp:880
msgid "Validity"
msgstr "Gültigkeit"
-#: Src/wptKeyEditDlgs.cpp:1173
+#: Src/wptKeyEditDlgs.cpp:1194
msgid "Email"
msgstr "E-Mail"
-#: Src/wptKeyEditDlgs.cpp:1181
+#: Src/wptKeyEditDlgs.cpp:1202
msgid "No user ID(s) found."
msgstr "Keine Benutzerkennung(en) gefunden."
-#: Src/wptKeyEditDlgs.cpp:1263
+#: Src/wptKeyEditDlgs.cpp:1284
msgid ""
"ADDUID \t\tadd a user ID\r\n"
"ADDPHOTO \t\tadd a photo ID\r\n"
@@ -2331,19 +2310,19 @@
"CLEAN \t\tEntferne unbrauchbare Signaturen vom Schlüssel\r\n"
"MINIMIZE \t\tEntferne alle Signaturen vom Schlüssel\r\n"
-#: Src/wptKeyEditDlgs.cpp:1285
+#: Src/wptKeyEditDlgs.cpp:1306
msgid "Key Edit Help"
msgstr "Hilfe zum Schlüssel bearbeiten"
-#: Src/wptKeyEditDlgs.cpp:1301
+#: Src/wptKeyEditDlgs.cpp:1322
msgid "Primary key can not be deleted!"
msgstr "Primärer Schlüssel kann nicht gelöscht werden!"
-#: Src/wptKeyEditDlgs.cpp:1309
+#: Src/wptKeyEditDlgs.cpp:1330
msgid "Primary subkey can not be deleted!"
msgstr "Primärer Unterschlüssel kann nicht gelöscht werden!"
-#: Src/wptKeyEditDlgs.cpp:1317
+#: Src/wptKeyEditDlgs.cpp:1338
#, c-format
msgid ""
"\"Subkey %s.\"\n"
@@ -2360,15 +2339,15 @@
"\n"
"Möchten Sie diesen Unterschlüssel wirklich löschen?"
-#: Src/wptKeyEditDlgs.cpp:1329
+#: Src/wptKeyEditDlgs.cpp:1350
msgid "Delete Subkey"
msgstr "Unterschlüssel löschen"
-#: Src/wptKeyEditDlgs.cpp:1333
+#: Src/wptKeyEditDlgs.cpp:1354
msgid "Subkey successfully deleted."
msgstr "Unterschlüssel erfolgreich gelöscht."
-#: Src/wptKeyEditDlgs.cpp:1364
+#: Src/wptKeyEditDlgs.cpp:1385
msgid ""
"Key already expired.\n"
"\n"
@@ -2378,19 +2357,19 @@
"\n"
"Wollen Sie das Ablaufdatum ändern?"
-#: Src/wptKeyEditDlgs.cpp:1373 Src/wptKeyEditDlgs.cpp:1376
+#: Src/wptKeyEditDlgs.cpp:1394 Src/wptKeyEditDlgs.cpp:1397
msgid "Key Expiration Date"
msgstr "Ablaufdatum"
-#: Src/wptKeyEditDlgs.cpp:1399
+#: Src/wptKeyEditDlgs.cpp:1420
msgid "Expire Subkey"
msgstr "Untschlüssel Ablauf"
-#: Src/wptKeyEditDlgs.cpp:1405
+#: Src/wptKeyEditDlgs.cpp:1426
msgid "Subkey expire date successfully set."
msgstr "Unterschlüsselablaufdatum erfolgreich hinzugefügt."
-#: Src/wptKeyEditDlgs.cpp:1436
+#: Src/wptKeyEditDlgs.cpp:1457
msgid ""
"No subkeys were found, if you want to revoke the\n"
"whole key, please use the Key Manager command directly.\n"
@@ -2402,31 +2381,31 @@
"\n"
"Diese Funktion ist nur für das Widerrufen einzelner Unterschlüssel gedacht."
-#: Src/wptKeyEditDlgs.cpp:1445
+#: Src/wptKeyEditDlgs.cpp:1466
msgid "Key already revoked."
msgstr "Der Schlüssel ist bereits widerrufen."
-#: Src/wptKeyEditDlgs.cpp:1464
+#: Src/wptKeyEditDlgs.cpp:1485
msgid "Revoke Subkey"
msgstr "Unterschlüssel widerrufen"
-#: Src/wptKeyEditDlgs.cpp:1468
+#: Src/wptKeyEditDlgs.cpp:1489
msgid "Subkey successfully revoked."
msgstr "Unterschlüssel erfolgreich widerrufen."
-#: Src/wptKeyEditDlgs.cpp:1490
+#: Src/wptKeyEditDlgs.cpp:1511
msgid "Revoke user ID"
msgstr "Benutzerkennung widerrufen"
-#: Src/wptKeyEditDlgs.cpp:1495
+#: Src/wptKeyEditDlgs.cpp:1516
msgid "Key has only one user ID."
msgstr "Schlüssel hat nur eine Benutzerkennung."
-#: Src/wptKeyEditDlgs.cpp:1506
+#: Src/wptKeyEditDlgs.cpp:1527
msgid "This user ID has been already revoked."
msgstr "Diese Benutzerkennung wurde bereits widerrufen."
-#: Src/wptKeyEditDlgs.cpp:1512
+#: Src/wptKeyEditDlgs.cpp:1533
#, c-format
msgid ""
"user ID \"%s\".\n"
@@ -2436,47 +2415,47 @@
"Benutzerkennung %s.\r\n"
"Diese Benutzerkennung wirklich widerrufen?"
-#: Src/wptKeyEditDlgs.cpp:1536
+#: Src/wptKeyEditDlgs.cpp:1557
msgid "Revoke User ID"
msgstr "Benutzerkennung widerrufen"
-#: Src/wptKeyEditDlgs.cpp:1540
+#: Src/wptKeyEditDlgs.cpp:1561
msgid "User ID successfully revoked"
msgstr "Benutzerkennung erfolgreich widerrufen"
-#: Src/wptKeyEditDlgs.cpp:1582
+#: Src/wptKeyEditDlgs.cpp:1603
msgid "Could not set user ID preferences"
msgstr "Konnte die veränderter Benutzerkennung nicht speichern"
-#: Src/wptKeyEditDlgs.cpp:1622
+#: Src/wptKeyEditDlgs.cpp:1643
msgid "Primary"
msgstr "Primär"
-#: Src/wptKeyEditDlgs.cpp:1625
+#: Src/wptKeyEditDlgs.cpp:1646
msgid "User ID successfully flagged"
msgstr "Benutzerkennung erfolgreich gekennzeichnet"
-#: Src/wptKeyEditDlgs.cpp:1719
+#: Src/wptKeyEditDlgs.cpp:1740
msgid "No preferences available."
msgstr "Keine Präferenzen verfübar."
-#: Src/wptKeyEditDlgs.cpp:1723
+#: Src/wptKeyEditDlgs.cpp:1744
msgid "MDC feature"
msgstr "Unterstützt MDC"
-#: Src/wptKeyEditDlgs.cpp:1725
+#: Src/wptKeyEditDlgs.cpp:1746
msgid "user ID:"
msgstr "Benutzerkennung:"
-#: Src/wptKeyEditDlgs.cpp:1726 Src/wptKeyeditSetPrefDlg.cpp:116
+#: Src/wptKeyEditDlgs.cpp:1747 Src/wptKeyeditSetPrefDlg.cpp:116
msgid "Key Preferences"
msgstr "Schlüsseleinstellungen"
-#: Src/wptKeyEditDlgs.cpp:1789
+#: Src/wptKeyEditDlgs.cpp:1812
msgid "Primary user ID can not be deleted!"
msgstr "Primäre Benutzerkennung kann nicht gelöscht werden!"
-#: Src/wptKeyEditDlgs.cpp:1800
+#: Src/wptKeyEditDlgs.cpp:1823
#, c-format
msgid ""
"user ID \"%s\".\n"
@@ -2491,27 +2470,27 @@
"\n"
"Diese Benutzerkennung wirklich löschen?"
-#: Src/wptKeyEditDlgs.cpp:1820
+#: Src/wptKeyEditDlgs.cpp:1843
msgid "Delete user ID"
msgstr "Benutzerkennung löschen"
-#: Src/wptKeyEditDlgs.cpp:1824
+#: Src/wptKeyEditDlgs.cpp:1847
msgid "User ID successfully deleted"
msgstr "Benutzerkennung erfolgreich gelöscht"
-#: Src/wptKeyEditDlgs.cpp:1929 Src/wptKeyEditDlgs.cpp:1947
+#: Src/wptKeyEditDlgs.cpp:1952 Src/wptKeyEditDlgs.cpp:1970
msgid "Finished to compact key."
msgstr "Schlüssel erfolgreich bearbeitet."
-#: Src/wptKeyEditDlgs.cpp:1984
+#: Src/wptKeyEditDlgs.cpp:2007
msgid "Do you really want to make this sig exportable?"
msgstr "Wollen Sie diese Signatur wirklich exportierbar machen?"
-#: Src/wptKeyEditDlgs.cpp:2008 Src/wptKeysignDlg.cpp:393
+#: Src/wptKeyEditDlgs.cpp:2031 Src/wptKeysignDlg.cpp:393
msgid "Key successfully signed."
msgstr "Schlüssel erfolgreich signiert."
-#: Src/wptKeyEditDlgs.cpp:2071
+#: Src/wptKeyEditDlgs.cpp:2094
#, c-format
msgid ""
"Your keys is listed as a designated revoker for the key\n"
@@ -2529,48 +2508,48 @@
"erstellen wollen welches es erlaubt den gelisteten Schlüssel\n"
"zu widerrufen?"
-#: Src/wptKeyEditDlgs.cpp:2119
+#: Src/wptKeyEditDlgs.cpp:2142
msgid "Could not set subkey window procedure."
msgstr "Konnte \"subkey window procedure\" nicht setzen."
-#: Src/wptKeyEditDlgs.cpp:2132
+#: Src/wptKeyEditDlgs.cpp:2155
msgid "Could not set user ID window procedure."
msgstr "Konnte \"userID window procedure\" nicht setzen."
# c:\oss\winpt-gpgme\src\wptKeyEditDlgs.cpp:1739
-#: Src/wptKeyEditDlgs.cpp:2141
+#: Src/wptKeyEditDlgs.cpp:2164
msgid "Command>"
msgstr "Kommando>"
-#: Src/wptKeyEditDlgs.cpp:2144
+#: Src/wptKeyEditDlgs.cpp:2167
msgid "&Revoke..."
msgstr "&Widerrufen..."
-#: Src/wptKeyEditDlgs.cpp:2176
+#: Src/wptKeyEditDlgs.cpp:2210
msgid "Please select a command."
msgstr "Bitte einen Befehl auswählen."
-#: Src/wptKeyEditDlgs.cpp:2180
+#: Src/wptKeyEditDlgs.cpp:2214
msgid "This command cannot be used with PGP 2 (v3) keys.\n"
msgstr "Dieser Befehl kann mit PGP2 (v3) Schlüsseln nicht verwendet werden.\n"
-#: Src/wptKeyEditOwnertrustDlg.cpp:57 Src/wptKeyPropsDlg.cpp:60
+#: Src/wptKeyEditOwnertrustDlg.cpp:57 Src/wptKeyPropsDlg.cpp:62
msgid "Don't know"
msgstr "Ich weiss nicht"
-#: Src/wptKeyEditOwnertrustDlg.cpp:58 Src/wptKeyPropsDlg.cpp:61
+#: Src/wptKeyEditOwnertrustDlg.cpp:58 Src/wptKeyPropsDlg.cpp:63
msgid "I do NOT trust"
msgstr "Kein Vertrauen"
-#: Src/wptKeyEditOwnertrustDlg.cpp:59 Src/wptKeyPropsDlg.cpp:62
+#: Src/wptKeyEditOwnertrustDlg.cpp:59 Src/wptKeyPropsDlg.cpp:64
msgid "I trust marginally"
msgstr "Teilweises Vertrauen"
-#: Src/wptKeyEditOwnertrustDlg.cpp:60 Src/wptKeyPropsDlg.cpp:63
+#: Src/wptKeyEditOwnertrustDlg.cpp:60 Src/wptKeyPropsDlg.cpp:65
msgid "I trust fully"
msgstr "Volles Vertrauen"
-#: Src/wptKeyEditOwnertrustDlg.cpp:61 Src/wptKeyPropsDlg.cpp:69
+#: Src/wptKeyEditOwnertrustDlg.cpp:61 Src/wptKeyPropsDlg.cpp:71
msgid "I trust ultimately"
msgstr "Absolutes Vertrauen"
@@ -2589,8 +2568,8 @@
msgstr "Bitte wählen Sie einen Eintrag."
#: Src/wptKeyEditOwnertrustDlg.cpp:88 Src/wptKeyEditOwnertrustDlg.cpp:95
-#: Src/wptKeyEditOwnertrustDlg.cpp:104 Src/wptKeyManagerDlg.cpp:937
-#: Src/wptKeyManagerDlg.cpp:1767 Src/wptKeyPropsDlg.cpp:293
+#: Src/wptKeyEditOwnertrustDlg.cpp:104 Src/wptKeyManagerDlg.cpp:938
+#: Src/wptKeyManagerDlg.cpp:1806 Src/wptKeyPropsDlg.cpp:292
#: Src/wptOwnertrustDlg.cpp:97 Src/wptOwnertrustDlg.cpp:121
#: Src/wptOwnertrustDlg.cpp:133
msgid "Ownertrust"
@@ -2613,7 +2592,7 @@
#: Src/wptKeygenDlg.cpp:418 Src/wptKeygenDlg.cpp:423 Src/wptKeygenDlg.cpp:430
#: Src/wptKeygenDlg.cpp:438 Src/wptKeygenDlg.cpp:452 Src/wptKeygenDlg.cpp:461
#: Src/wptKeygenDlg.cpp:485 Src/wptKeygenDlg.cpp:581
-#: Src/wptKeyManagerDlg.cpp:1634 Src/wptPassphraseDlg.cpp:109
+#: Src/wptKeyManagerDlg.cpp:1673 Src/wptPassphraseDlg.cpp:109
msgid "Key Generation"
msgstr "Schlüsselerzeugung"
@@ -2771,7 +2750,7 @@
#: Src/wptKeygenDlg.cpp:537 Src/wptKeygenDlg.cpp:559 Src/wptKeygenDlg.cpp:564
#: Src/wptKeygenDlg.cpp:571 Src/wptKeygenDlg.cpp:577 Src/wptKeygenDlg.cpp:600
-#: Src/wptKeyManagerDlg.cpp:1657
+#: Src/wptKeyManagerDlg.cpp:1696
msgid "Key Generation Wizard"
msgstr "Schlüsselerzeugungs-Assistent"
@@ -2856,7 +2835,7 @@
msgid "Full"
msgstr "Voll"
-#: Src/wptKeylist.cpp:425 Src/wptKeylist.cpp:451 Src/wptKeyPropsDlg.cpp:161
+#: Src/wptKeylist.cpp:425 Src/wptKeylist.cpp:451 Src/wptKeyPropsDlg.cpp:163
msgid "Disabled"
msgstr "Inaktiv"
@@ -2864,13 +2843,13 @@
msgid "key pair"
msgstr "Schlüsselpaar"
-#: Src/wptKeylist.cpp:579 Src/wptKeylist.cpp:588 Src/wptKeyManagerDlg.cpp:878
-#: Src/wptKeyManagerDlg.cpp:967
+#: Src/wptKeylist.cpp:579 Src/wptKeylist.cpp:588 Src/wptKeyManagerDlg.cpp:879
+#: Src/wptKeyManagerDlg.cpp:968
msgid "Cipher"
msgstr "Cipher"
-#: Src/wptKeylist.cpp:590 Src/wptKeyManagerDlg.cpp:880
-#: Src/wptVerifyList.cpp:110
+#: Src/wptKeylist.cpp:590 Src/wptKeyManagerDlg.cpp:881
+#: Src/wptVerifyList.cpp:163
msgid "Trust"
msgstr "Vertrauen"
@@ -3087,217 +3066,217 @@
msgid "3. Key is no longer used"
msgstr "3. Der Schlüssel wird nicht mehr benutzt"
-#: Src/wptKeyManagerDlg.cpp:454 Src/wptKeyManagerDlg.cpp:987
+#: Src/wptKeyManagerDlg.cpp:455 Src/wptKeyManagerDlg.cpp:988
msgid "Paste Key from Clipboard"
msgstr "Schlüssel aus Ablage einfügen"
-#: Src/wptKeyManagerDlg.cpp:475
+#: Src/wptKeyManagerDlg.cpp:476
#, c-format
msgid "Default Key: %s"
msgstr "Standardschlüssel: %s"
-#: Src/wptKeyManagerDlg.cpp:477
+#: Src/wptKeyManagerDlg.cpp:478
#, c-format
msgid "Default Key: 0x%s"
msgstr "Standardschlüssel: 0x%s"
-#: Src/wptKeyManagerDlg.cpp:498
+#: Src/wptKeyManagerDlg.cpp:499
#, c-format
msgid "%d secret keys"
msgstr "%d geheime Schlüssel"
# c:\oss\winpt-gpgme\src\wptKeyManager.cpp:849
-#: Src/wptKeyManagerDlg.cpp:499
+#: Src/wptKeyManagerDlg.cpp:500
#, c-format
msgid "%d keys"
msgstr "%d Schlüssel"
-#: Src/wptKeyManagerDlg.cpp:932
+#: Src/wptKeyManagerDlg.cpp:933
msgid "Key"
msgstr "Schlüssel"
-#: Src/wptKeyManagerDlg.cpp:933 Src/wptKeyManagerDlg.cpp:1217
+#: Src/wptKeyManagerDlg.cpp:934 Src/wptKeyManagerDlg.cpp:1256
msgid "Groups"
msgstr "Gruppen"
# c:\oss\winpt-gpgme\src\wptFileManagerDlg.cpp:478
-#: Src/wptKeyManagerDlg.cpp:936
+#: Src/wptKeyManagerDlg.cpp:937
msgid "Send Mail..."
msgstr "E-Mail versenden..."
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:685
-#: Src/wptKeyManagerDlg.cpp:938
+#: Src/wptKeyManagerDlg.cpp:939
msgid "&Copy\tCtrl+C"
msgstr "&Kopieren\tCtrl+C"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:686
-#: Src/wptKeyManagerDlg.cpp:939
+#: Src/wptKeyManagerDlg.cpp:940
msgid "&Paste\tCtrl+V"
msgstr "&Einfügen\tCtrl+V"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:687
-#: Src/wptKeyManagerDlg.cpp:940
+#: Src/wptKeyManagerDlg.cpp:941
msgid "Search...\tCtrl+F"
msgstr "Suchen...\tCtrl+F"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:688
-#: Src/wptKeyManagerDlg.cpp:941
+#: Src/wptKeyManagerDlg.cpp:942
msgid "Select All\tCtrl+A"
msgstr "Alles markieren\tCtrl+A"
-#: Src/wptKeyManagerDlg.cpp:942
+#: Src/wptKeyManagerDlg.cpp:943
msgid "&Quit"
msgstr "&Beenden"
-#: Src/wptKeyManagerDlg.cpp:944
+#: Src/wptKeyManagerDlg.cpp:945
msgid "&Expert"
msgstr "&Experte"
-#: Src/wptKeyManagerDlg.cpp:945
+#: Src/wptKeyManagerDlg.cpp:946
msgid "&Normal"
msgstr "&Normal"
-#: Src/wptKeyManagerDlg.cpp:948 Src/wptKeyManagerDlg.cpp:949
-#: Src/wptKeyManagerDlg.cpp:993
+#: Src/wptKeyManagerDlg.cpp:949 Src/wptKeyManagerDlg.cpp:950
+#: Src/wptKeyManagerDlg.cpp:994
msgid "&Delete"
msgstr "&Löschen"
-#: Src/wptKeyManagerDlg.cpp:950 Src/wptKeyManagerDlg.cpp:994
+#: Src/wptKeyManagerDlg.cpp:951 Src/wptKeyManagerDlg.cpp:995
msgid "&Revoke Cert"
msgstr "Widerruf Zertifikat"
-#: Src/wptKeyManagerDlg.cpp:951 Src/wptKeyManagerDlg.cpp:990
+#: Src/wptKeyManagerDlg.cpp:952 Src/wptKeyManagerDlg.cpp:991
msgid "&List Signatures"
msgstr "Signaturen anzeigen"
-#: Src/wptKeyManagerDlg.cpp:952 Src/wptKeyManagerDlg.cpp:1574
-#: Src/wptKeyTrustPathDlg.cpp:130
+#: Src/wptKeyManagerDlg.cpp:953 Src/wptKeyManagerDlg.cpp:1613
+#: Src/wptKeyTrustPathDlg.cpp:129
msgid "List Trust Path"
msgstr "Zeige Vertrauenspfad"
-#: Src/wptKeyManagerDlg.cpp:953
+#: Src/wptKeyManagerDlg.cpp:954
msgid "&Export..."
msgstr "&Exportieren..."
-#: Src/wptKeyManagerDlg.cpp:954
+#: Src/wptKeyManagerDlg.cpp:955
msgid "&Import..."
msgstr "&Importieren..."
-#: Src/wptKeyManagerDlg.cpp:955 Src/wptKeyManagerDlg.cpp:991
+#: Src/wptKeyManagerDlg.cpp:956 Src/wptKeyManagerDlg.cpp:992
#: Src/wptKeysigDlg.cpp:425
msgid "&Properties"
msgstr "&Eigenschaften"
-#: Src/wptKeyManagerDlg.cpp:959
+#: Src/wptKeyManagerDlg.cpp:960
msgid "E&xport Secret Key"
msgstr "E&xportiere geheimen Schlüssel"
-#: Src/wptKeyManagerDlg.cpp:960
+#: Src/wptKeyManagerDlg.cpp:961
msgid "Re&load Key Cache"
msgstr "Erneuere Sch&lüsselcache"
-#: Src/wptKeyManagerDlg.cpp:961
+#: Src/wptKeyManagerDlg.cpp:962
msgid "R&everify Signatures"
msgstr "Signaturen erneut prüfen"
-#: Src/wptKeyManagerDlg.cpp:962
+#: Src/wptKeyManagerDlg.cpp:963
msgid "Refresh &Keys (Keyserver)"
msgstr "Vom Schlüsselserver aktualisieren"
-#: Src/wptKeyManagerDlg.cpp:963 Src/wptTextInputDlg.cpp:49
+#: Src/wptKeyManagerDlg.cpp:964 Src/wptTextInputDlg.cpp:49
msgid "Info"
msgstr "Über"
-#: Src/wptKeyManagerDlg.cpp:982
+#: Src/wptKeyManagerDlg.cpp:983
msgid "Copy User ID to Clipboard"
msgstr "Kopiere Benutzerkennung in Ablage"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:886
-#: Src/wptKeyManagerDlg.cpp:983
+#: Src/wptKeyManagerDlg.cpp:984
msgid "Copy Key ID to Clipboard"
msgstr "Kopiere Schlüssel ID in Ablage"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:887
-#: Src/wptKeyManagerDlg.cpp:984
+#: Src/wptKeyManagerDlg.cpp:985
msgid "Copy Fingerprint to Clipboard"
msgstr "Kopiere Fingerprint in Ablage"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:888
-#: Src/wptKeyManagerDlg.cpp:985
+#: Src/wptKeyManagerDlg.cpp:986
msgid "Copy Key Info to Clipboard"
msgstr "Kopiere Schlüssel Info in Ablage"
-#: Src/wptKeyManagerDlg.cpp:986
+#: Src/wptKeyManagerDlg.cpp:987
msgid "Copy Key to Clipboard"
msgstr "Kopiere Schlüssel in Ablage"
-#: Src/wptKeyManagerDlg.cpp:988
+#: Src/wptKeyManagerDlg.cpp:989
msgid "Refresh from Keyserver"
msgstr "Vom Schlüsselserver aktualisieren"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:884
-#: Src/wptKeyManagerDlg.cpp:989
+#: Src/wptKeyManagerDlg.cpp:990
msgid "Set Implicit &Trust"
msgstr "Setze impliziertes Vertrauen"
-#: Src/wptKeyManagerDlg.cpp:996
+#: Src/wptKeyManagerDlg.cpp:997
msgid "&Enable"
msgstr "&Aktivieren"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:892
-#: Src/wptKeyManagerDlg.cpp:997
+#: Src/wptKeyManagerDlg.cpp:998
msgid "&Disable"
msgstr "&Deaktivieren"
-#: Src/wptKeyManagerDlg.cpp:998
+#: Src/wptKeyManagerDlg.cpp:999
msgid "Re&fresh from Keyserver"
msgstr "Vom Schlüsselserver aktualisieren"
-#: Src/wptKeyManagerDlg.cpp:999
+#: Src/wptKeyManagerDlg.cpp:1000
msgid "Set preferred Keyserver URL"
msgstr "Setze bevorzugte Keyserver URL"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:900
-#: Src/wptKeyManagerDlg.cpp:1000
+#: Src/wptKeyManagerDlg.cpp:1001
msgid "Send Key to Mail Recipient"
msgstr "Sende Schlüssel an Mailempfänger"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:904
-#: Src/wptKeyManagerDlg.cpp:1001
+#: Src/wptKeyManagerDlg.cpp:1002
msgid "Set as Default Key"
msgstr "Setze als Default Key"
-#: Src/wptKeyManagerDlg.cpp:1003
+#: Src/wptKeyManagerDlg.cpp:1004
msgid "Key..."
msgstr "Schlüssel..."
-#: Src/wptKeyManagerDlg.cpp:1004
+#: Src/wptKeyManagerDlg.cpp:1005
msgid "User ID..."
msgstr "Benutzerkennung..."
-#: Src/wptKeyManagerDlg.cpp:1005
+#: Src/wptKeyManagerDlg.cpp:1006
msgid "Photo ID..."
msgstr "Photo ID..."
-#: Src/wptKeyManagerDlg.cpp:1006
+#: Src/wptKeyManagerDlg.cpp:1007
msgid "Revoker..."
msgstr "Widerrufer..."
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:706
-#: Src/wptKeyManagerDlg.cpp:1009
+#: Src/wptKeyManagerDlg.cpp:1010
msgid "Key Attributes"
msgstr "Schlüsselattribute"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:707
-#: Src/wptKeyManagerDlg.cpp:1010
+#: Src/wptKeyManagerDlg.cpp:1011
msgid "Add"
msgstr "Hinzufügen"
-#: Src/wptKeyManagerDlg.cpp:1011
+#: Src/wptKeyManagerDlg.cpp:1012
msgid "Send to Keyserver"
msgstr "Sende an Keyserver"
-#: Src/wptKeyManagerDlg.cpp:1190
+#: Src/wptKeyManagerDlg.cpp:1229
msgid ""
"No ultimately trusted key found.\n"
"Please set at least one secret key to ultimate trust."
@@ -3305,98 +3284,98 @@
"Keinen explizit vertrauenswürdigen Schlüssel gefunden.\n"
"Bitte setzten Sie zumindest einen geheimen Schlüssel auf absolutes Vertrauen."
-#: Src/wptKeyManagerDlg.cpp:1201
+#: Src/wptKeyManagerDlg.cpp:1240
msgid "Could not set keylist window procedure."
msgstr "Konnte \"keylist window procedure\" nicht setzen."
-#: Src/wptKeyManagerDlg.cpp:1218
+#: Src/wptKeyManagerDlg.cpp:1257
msgid "&Show"
msgstr "&Anzeigen"
-#: Src/wptKeyManagerDlg.cpp:1219
+#: Src/wptKeyManagerDlg.cpp:1258
msgid "&New..."
msgstr "&Neu..."
# c:\oss\winpt-gpgme\src\wptFirstRunDlg.cpp:42
-#: Src/wptKeyManagerDlg.cpp:1324
+#: Src/wptKeyManagerDlg.cpp:1363
msgid "Generate new key pair"
msgstr "Neues Schlüsselpaar erzeugen"
-#: Src/wptKeyManagerDlg.cpp:1328
+#: Src/wptKeyManagerDlg.cpp:1367
msgid "Search for a specific key"
msgstr "Suche nach einem bestimmten Schlüssel"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:842
-#: Src/wptKeyManagerDlg.cpp:1332
+#: Src/wptKeyManagerDlg.cpp:1371
msgid "Delete key from keyring"
msgstr "Schlüssel aus Keyring löschen"
-#: Src/wptKeyManagerDlg.cpp:1336
+#: Src/wptKeyManagerDlg.cpp:1375
msgid "Show key properties"
msgstr "Schlüsseleigenschaften anzeigen"
-#: Src/wptKeyManagerDlg.cpp:1340
+#: Src/wptKeyManagerDlg.cpp:1379
msgid "Sign key"
msgstr "Signiere Schlüssel"
-#: Src/wptKeyManagerDlg.cpp:1344
+#: Src/wptKeyManagerDlg.cpp:1383
msgid "Copy key to clipboard"
msgstr "Kopiere Schlüssel in Ablage"
-#: Src/wptKeyManagerDlg.cpp:1348
+#: Src/wptKeyManagerDlg.cpp:1387
msgid "Paste key from clipboard"
msgstr "Schlüssel aus Ablage einfügen"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:854
-#: Src/wptKeyManagerDlg.cpp:1352
+#: Src/wptKeyManagerDlg.cpp:1391
msgid "Import key to keyring"
msgstr "In Schlüsselbund importieren"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:858
-#: Src/wptKeyManagerDlg.cpp:1356
+#: Src/wptKeyManagerDlg.cpp:1395
msgid "Export key to a file"
msgstr "Schlüssel in Datei exportieren"
# c:\oss\winpt-gpgme\src\wptKeyManagerDlg.cpp:499
-#: Src/wptKeyManagerDlg.cpp:1485
+#: Src/wptKeyManagerDlg.cpp:1524
msgid "New"
msgstr "Neu"
-#: Src/wptKeyManagerDlg.cpp:1497
+#: Src/wptKeyManagerDlg.cpp:1536
msgid "Could not access public keyring"
msgstr "Konnte nicht auf öffentlichen Schlüsselbund zugreifen"
-#: Src/wptKeyManagerDlg.cpp:1528 Src/wptKeysignDlg.cpp:259
+#: Src/wptKeyManagerDlg.cpp:1567 Src/wptKeysignDlg.cpp:259
#: Src/wptKeysignDlg.cpp:274 Src/wptKeysignDlg.cpp:354
#: Src/wptKeysignDlg.cpp:369 Src/wptKeysignDlg.cpp:386
#: Src/wptKeysignDlg.cpp:391 Src/wptKeysignDlg.cpp:393
msgid "Key Signing"
msgstr "Schlüsselsignierung"
-#: Src/wptKeyManagerDlg.cpp:1544
+#: Src/wptKeyManagerDlg.cpp:1583
msgid "Key already revoked!"
msgstr "Schlüssel ist bereits widerrufen!"
-#: Src/wptKeyManagerDlg.cpp:1558 Src/wptKeyRevokeDlg.cpp:70
+#: Src/wptKeyManagerDlg.cpp:1597 Src/wptKeyRevokeDlg.cpp:70
#: Src/wptKeyRevokeDlg.cpp:80 Src/wptKeyRevokeDlg.cpp:169
#: Src/wptKeyRevokeDlg.cpp:174 Src/wptKeyRevokeDlg.cpp:182
#: Src/wptKeyRevokeDlg.cpp:191 Src/wptKeyRevokeDlg.cpp:196
msgid "Key Revocation Cert"
msgstr "Schlüsselwiderruf Zertifikat"
-#: Src/wptKeyManagerDlg.cpp:1568
+#: Src/wptKeyManagerDlg.cpp:1607
msgid "It does not make any sense with a key pair!"
msgstr "Diese Aktion macht keinen Sinn mit einem Schlüsselpaar!"
-#: Src/wptKeyManagerDlg.cpp:1585
+#: Src/wptKeyManagerDlg.cpp:1624
msgid "Key Signature List"
msgstr "Schlüssel-Signatur-Liste"
-#: Src/wptKeyManagerDlg.cpp:1602 Src/wptKeyPropsDlg.cpp:289
+#: Src/wptKeyManagerDlg.cpp:1641 Src/wptKeyPropsDlg.cpp:288
msgid "Key Properties"
msgstr "Schlüsseleigenschaften"
-#: Src/wptKeyManagerDlg.cpp:1612
+#: Src/wptKeyManagerDlg.cpp:1651
msgid ""
"This is only useful when the keyring has been modified (sign a key...).\n"
"Do you really want to reload the keycache?"
@@ -3405,27 +3384,27 @@
"Signierung etc.)\n"
"Möchten Sie den Zwischenspeicher reinitialisieren?"
-#: Src/wptKeyManagerDlg.cpp:1642
+#: Src/wptKeyManagerDlg.cpp:1681
msgid "Smart Card support is not available."
msgstr "SmartCard-Unterstützung ist nicht verfügbar."
-#: Src/wptKeyManagerDlg.cpp:1665 Src/wptKeyserverDlg.cpp:568
+#: Src/wptKeyManagerDlg.cpp:1704 Src/wptKeyserverDlg.cpp:568
msgid "Keyserver Access"
msgstr "Schlüsselserver-Zugriff"
-#: Src/wptKeyManagerDlg.cpp:1682
+#: Src/wptKeyManagerDlg.cpp:1721
msgid "GnuPG Options"
msgstr "GnuPG Optionen"
-#: Src/wptKeyManagerDlg.cpp:1724
+#: Src/wptKeyManagerDlg.cpp:1763
msgid "There is no corresponding secret key for this key."
msgstr "Für diesen Schlüssel ist kein geheimer Schlüssel vorhanden."
-#: Src/wptKeyManagerDlg.cpp:1729
+#: Src/wptKeyManagerDlg.cpp:1768
msgid "You can only export one secret key."
msgstr "Sie können nur einen geheimen Schlüssel exportieren."
-#: Src/wptKeyManagerDlg.cpp:1734
+#: Src/wptKeyManagerDlg.cpp:1773
msgid ""
"This operation will export your *SECRET* key!\n"
"\n"
@@ -3443,34 +3422,34 @@
"\n"
"Wirklich den Schlüssel exportieren?"
-#: Src/wptKeyManagerDlg.cpp:1739
+#: Src/wptKeyManagerDlg.cpp:1778
msgid "WARNING"
msgstr "WARNUNG"
-#: Src/wptKeyManagerDlg.cpp:1800
+#: Src/wptKeyManagerDlg.cpp:1839
msgid "No key was selected, select all by default."
msgstr "Kein Schlüssel ausgewählt, es wurden alle ausgewählt."
-#: Src/wptKeyManagerDlg.cpp:1805
+#: Src/wptKeyManagerDlg.cpp:1844
msgid "Keyserver refresh finished."
msgstr "Erneuerung von Keyserver abgeschlossen."
-#: Src/wptKeyPropsDlg.cpp:67
+#: Src/wptKeyPropsDlg.cpp:69
msgid "I trust ultimately (implicit)"
msgstr "(Implizites) Absolutes Vertrauen"
-#: Src/wptKeyPropsDlg.cpp:70 Src/wptVerifyList.cpp:165
-#: Src/wptVerifyList.cpp:224
+#: Src/wptKeyPropsDlg.cpp:72 Src/wptVerifyList.cpp:232
+#: Src/wptVerifyList.cpp:295
msgid "Unknown"
msgstr "Unbekannt"
-#: Src/wptKeyPropsDlg.cpp:208
+#: Src/wptKeyPropsDlg.cpp:211
#, c-format
msgid "Card-Type: %s\r\n"
msgstr "Karten-Typ: %s\r\n"
# c:\oss\winpt-gpgme\src\wptKeyPropsDlg.cpp:214
-#: Src/wptKeyPropsDlg.cpp:247
+#: Src/wptKeyPropsDlg.cpp:250
#, c-format
msgid ""
"Type: %s\r\n"
@@ -3493,25 +3472,25 @@
"Cipher: %s\r\n"
"%s\r\n"
-#: Src/wptKeyPropsDlg.cpp:290
+#: Src/wptKeyPropsDlg.cpp:289
msgid "&Change"
msgstr "&Ändern"
-#: Src/wptKeyPropsDlg.cpp:291
+#: Src/wptKeyPropsDlg.cpp:290
msgid "&Revokers"
msgstr "&Widerrufer"
-#: Src/wptKeyPropsDlg.cpp:292
+#: Src/wptKeyPropsDlg.cpp:291
msgid "Change &Password"
msgstr "&Passwort ändern"
-#: Src/wptKeyPropsDlg.cpp:299
+#: Src/wptKeyPropsDlg.cpp:298
msgid "Photo-ID not validated."
msgstr "Foto-ID nicht geprüft."
# msgid "Unknown"
# msgstr "Unbekannt"
-#: Src/wptKeyPropsDlg.cpp:337
+#: Src/wptKeyPropsDlg.cpp:355
msgid ""
"The status of this key is 'revoked' or 'expired'.\n"
"You cannot change the ownertrust of such keys."
@@ -3519,11 +3498,7 @@
"Der Status dieses Schlüssels ist 'widerrufen' oder 'abgelaufen'.\n"
"Sie können das Vertrauen in solche Schlüssel nicht ändern."
-#: Src/wptKeyPropsDlg.cpp:339 Src/wptKeyPropsDlg.cpp:346
-msgid "WinPT Warning"
-msgstr "WinPT Warnung"
-
-#: Src/wptKeyPropsDlg.cpp:343
+#: Src/wptKeyPropsDlg.cpp:361
msgid ""
"This is a non-valid key.\n"
"Modifying the ownertrust has no effect on such keys.\n"
@@ -3534,11 +3509,11 @@
"Das Vertrauen solcher Schlüssel zu ändern hat keinerlei Effekt.\n"
"Trotzdem fortfahren?"
-#: Src/wptKeyPropsDlg.cpp:360
+#: Src/wptKeyPropsDlg.cpp:379
msgid "Ownertrust successfully changed."
msgstr "Besitzervertrauen erfolgreich geändert."
-#: Src/wptKeyPropsDlg.cpp:373 Src/wptKeyRevokersDlg.cpp:162
+#: Src/wptKeyPropsDlg.cpp:392 Src/wptKeyRevokersDlg.cpp:162
msgid "Key Revokers"
msgstr "Schlüsselwiderrufer"
@@ -3582,7 +3557,7 @@
msgid "Revocation certificate generated."
msgstr "Widerrufzertifikat wurde erstellt."
-#: Src/wptKeyRevokersDlg.cpp:59 Src/wptKeyserverSearchDlg.cpp:51
+#: Src/wptKeyRevokersDlg.cpp:59 Src/wptKeyserverSearchDlg.cpp:55
#: Src/wptSigList.cpp:59
msgid "Algorithm"
msgstr "Algorithmus"
@@ -3600,39 +3575,39 @@
msgid "Do you want to retrieve %s via the default keyserver?"
msgstr "Wollen Sie '0x%s' wirklich vom Standard-Schlüsselserver empfangen?"
-#: Src/wptKeyserver.cpp:377
+#: Src/wptKeyserver.cpp:401
msgid "Network unreachable"
msgstr "Netzwerk unerreichbar"
-#: Src/wptKeyserver.cpp:380
+#: Src/wptKeyserver.cpp:404
msgid "Host unreachable"
msgstr "Rechner unerreichbar"
-#: Src/wptKeyserver.cpp:383
+#: Src/wptKeyserver.cpp:407
msgid "Could not resolve host name"
msgstr "Konnte Rechnernamen nicht auflösen"
-#: Src/wptKeyserver.cpp:386
+#: Src/wptKeyserver.cpp:410
msgid "Connection refused"
msgstr "Verbindung abgelehnt"
-#: Src/wptKeyserver.cpp:390
+#: Src/wptKeyserver.cpp:414
msgid "Connection timeout"
msgstr "Verbindung Time-Out"
-#: Src/wptKeyserver.cpp:394
+#: Src/wptKeyserver.cpp:418
msgid "Connection resetted by peer"
msgstr "Verbindung wurde zurückgesetzt"
-#: Src/wptKeyserver.cpp:397
+#: Src/wptKeyserver.cpp:421
msgid "Socket has been shutdown"
msgstr "Socket wurde runtergefahren"
-#: Src/wptKeyserver.cpp:584
+#: Src/wptKeyserver.cpp:599
msgid "Could not save keyserver.conf file"
msgstr "Konnte keyserver.conf Datei nicht speichern"
-#: Src/wptKeyserver.cpp:629
+#: Src/wptKeyserver.cpp:644
msgid ""
"Invalid proxy configuration.You need to set a user and a passwordto use "
"proxy authentication!"
@@ -3640,11 +3615,11 @@
"Ungültige Proxy-Konfiguration. Sie müssen einen Benutzernamen und ein "
"Passwort setzen, um Proxy-Authentifizierung nutzen zu können!"
-#: Src/wptKeyserver.cpp:632
+#: Src/wptKeyserver.cpp:647
msgid "Proxy Error"
msgstr "Proxyfehler"
-#: Src/wptKeyserver.cpp:656
+#: Src/wptKeyserver.cpp:672
msgid ""
"All entries of this file must have a valid prefix.\n"
"Currently HKP/HTTP, LDAP and FINGER are supported.\n"
@@ -3652,16 +3627,16 @@
"Alle Eintraäge in dieser Datei müssen über einen gültigen Präfix verfügen.\n"
"Aktuell werden HKP/HTTP, LDAP and FINGER unterstützt.\n"
-#: Src/wptKeyserver.cpp:658
+#: Src/wptKeyserver.cpp:674
msgid "Keyserver Error"
msgstr "Schlüsselserver-Fehler"
# c:\oss\winpt-gpgme\src\wptKeyserver.cpp:548
-#: Src/wptKeyserver.cpp:680
+#: Src/wptKeyserver.cpp:693
msgid "The keyserver limit is exceeded"
msgstr "Das Limit der Keyserver wurde erreicht"
-#: Src/wptKeyserver.cpp:681
+#: Src/wptKeyserver.cpp:694
msgid "Keyserver Warning"
msgstr "Keyserver Warnung"
@@ -3741,8 +3716,8 @@
msgid "Finger Keyserver"
msgstr "Finger-Keyserver"
-#: Src/wptKeyserverDlg.cpp:507 Src/wptKeyserverDlg.cpp:721
-#: Src/wptKeyserverDlg.cpp:741
+#: Src/wptKeyserverDlg.cpp:507 Src/wptKeyserverDlg.cpp:724
+#: Src/wptKeyserverDlg.cpp:744
msgid "Edit Keyserver"
msgstr "Editiere Keyserver"
@@ -3771,7 +3746,7 @@
msgid "Invalid port, valid numbers are < 65535"
msgstr "Ungültiger Port, gültige Nummern sind < 65535"
-#: Src/wptKeyserverDlg.cpp:569 Src/wptKeyserverSearchDlg.cpp:61
+#: Src/wptKeyserverDlg.cpp:569 Src/wptKeyserverSearchDlg.cpp:65
msgid "&Receive"
msgstr "&Empfangen"
@@ -3803,7 +3778,7 @@
msgid "&Edit"
msgstr "&Edtieren"
-#: Src/wptKeyserverDlg.cpp:628 Src/wptProxySettingsDlg.cpp:69
+#: Src/wptKeyserverDlg.cpp:636 Src/wptProxySettingsDlg.cpp:69
#: Src/wptProxySettingsDlg.cpp:79 Src/wptProxySettingsDlg.cpp:84
#: Src/wptProxySettingsDlg.cpp:91 Src/wptProxySettingsDlg.cpp:96
#: Src/wptProxySettingsDlg.cpp:101 Src/wptProxySettingsDlg.cpp:157
@@ -3811,43 +3786,51 @@
msgid "Proxy Settings"
msgstr "Proxy-Einstellungen"
-#: Src/wptKeyserverDlg.cpp:635 Src/wptKeyserverDlg.cpp:666
+#: Src/wptKeyserverDlg.cpp:644 Src/wptKeyserverDlg.cpp:685
+msgid "Please enter the search pattern."
+msgstr "Bitte Suchmuster eingeben."
+
+#: Src/wptKeyserverDlg.cpp:669
msgid "Please select one of the keyservers."
msgstr "Bitte einen Keyserver auswählen."
-#: Src/wptKeyserverDlg.cpp:643
-msgid "This is not implemented yet!"
-msgstr "Das ist noch nicht implementiert!"
-
-#: Src/wptKeyserverDlg.cpp:650 Src/wptKeyserverDlg.cpp:682
-msgid "Please enter the search pattern."
-msgstr "Bitte Suchmuster eingeben."
-
-#: Src/wptKeyserverDlg.cpp:687
+#: Src/wptKeyserverDlg.cpp:690
msgid "Only keyids are allowed."
msgstr "Nur Schlüssel-IDs zulässig"
-#: Src/wptKeyserverDlg.cpp:693
+#: Src/wptKeyserverDlg.cpp:696
msgid "Only enter the name of the user."
msgstr "Nur den Namen des Benutzers eingeben."
-#: Src/wptKeyserverDlg.cpp:699
+#: Src/wptKeyserverDlg.cpp:702
msgid "Only email addresses or keyids are allowed."
msgstr "Es sind nur E-Mail-Adressen oder Schlüssel-IDs zulässig"
-#: Src/wptKeyserverSearchDlg.cpp:64
+#: Src/wptKeyserverSearchDlg.cpp:68
#, c-format
msgid "Connect to '%s' to search for \"%s\""
msgstr "Verbinde mit '%s', um nach \"%s\" zu suchen"
-#: Src/wptKeyserverSearchDlg.cpp:67
+#: Src/wptKeyserverSearchDlg.cpp:71
msgid "Keyserver Searching"
msgstr "Schlüsselserver-Suche"
-#: Src/wptKeyserverSearchDlg.cpp:90 Src/wptKeyserverSearchDlg.cpp:127
+#: Src/wptKeyserverSearchDlg.cpp:94 Src/wptKeyserverSearchDlg.cpp:99
+#: Src/wptKeyserverSearchDlg.cpp:143
msgid "Keyserver Search"
msgstr "Schlüsselserver-Suche"
+#: Src/wptKeyserverSearchDlg.cpp:100
+#, c-format
+msgid ""
+"The search result contains a lot of keys: %d\n"
+"\n"
+"Do you really want to continue?"
+msgstr ""
+"Das Suchergebnis enthält sehr viele Schlüssel: %d\n"
+"\n"
+"Wollen Sie wirklich fortfahren?"
+
#: Src/wptKeysigDlg.cpp:94
#, c-format
msgid ""
@@ -3918,7 +3901,7 @@
msgid "Really receive all missing keys?"
msgstr "Alle fehlenden Schlüssel empfangen?"
-#: Src/wptKeysigDlg.cpp:347 Src/wptSigTreeDlg.cpp:111
+#: Src/wptKeysigDlg.cpp:347 Src/wptSigTreeDlg.cpp:112
msgid "Signature &Properties"
msgstr "Signatur-&Eigenschaften"
@@ -4054,7 +4037,7 @@
msgid "This key is already signed by your key"
msgstr "Der Schlüssel ist bereits mit Ihrem Schlüssel signiert"
-#: Src/wptKeyTrustPathDlg.cpp:138
+#: Src/wptKeyTrustPathDlg.cpp:136
msgid "Trustlist"
msgstr "Vertrauensliste"
@@ -4087,38 +4070,38 @@
msgid "Could not set current window mode hooks."
msgstr "Konnte \"Current Window\" Hooks nicht setzen."
-#: Src/wptMainProc.cpp:407
+#: Src/wptMainProc.cpp:409
msgid "Edit Clipboard"
msgstr "Zwischenablage bearbeiten"
-#: Src/wptMainProc.cpp:408
+#: Src/wptMainProc.cpp:410
msgid "About..."
msgstr "Über..."
-#: Src/wptMainProc.cpp:414 Src/wptMainProc.cpp:418
+#: Src/wptMainProc.cpp:416 Src/wptMainProc.cpp:420
msgid "Decrypt/Verify"
msgstr "Entschlüsseln/Überprüfen"
# c:\oss\winpt-gpgme\src\wptMainProc.cpp:414
-#: Src/wptMainProc.cpp:428
+#: Src/wptMainProc.cpp:430
msgid "Current Window"
msgstr "Aktuelles Fenster"
-#: Src/wptMainProc.cpp:484
+#: Src/wptMainProc.cpp:486
msgid "Remove all passphrases from cache?"
msgstr "Alle Passwörter aus Zwischenspeicher entfernen?"
-#: Src/wptMainProc.cpp:485 Src/wptProgressDlg.cpp:122 Src/wptRegistry.cpp:198
+#: Src/wptMainProc.cpp:487 Src/wptProgressDlg.cpp:122 Src/wptRegistry.cpp:198
msgid "WinPT"
msgstr "WinPT"
-#: Src/wptMainProc.cpp:495
+#: Src/wptMainProc.cpp:497
msgid "Could not access public keyring, exit WinPT?"
msgstr ""
"Auf den öffentlichen Schlüsselbund kann nicht zugegriffen werden.\n"
"WinPT beenden?"
-#: Src/wptMainProc.cpp:528
+#: Src/wptMainProc.cpp:530
#, c-format
msgid ""
"Make sure that the window contains text.\n"
@@ -4127,7 +4110,7 @@
"Stellen Sie sicher, dass das Fenster Text enthält.\n"
"%s."
-#: Src/wptMainProc.cpp:582 Src/wptPreferencesDlg.cpp:136
+#: Src/wptMainProc.cpp:584 Src/wptPreferencesDlg.cpp:139
msgid "WinPT Preferences"
msgstr "WinPT Einstellungen"
@@ -4203,15 +4186,15 @@
msgstr "Unbekannte Schlüssel-ID (%s, 0x%s)"
# c:\oss\winpt-gpgme\src\wptPassphraseCB.cpp:124
-#: Src/wptPassphraseCB.cpp:153
+#: Src/wptPassphraseCB.cpp:154
msgid "Bad passphrase; Enter passphrase again"
msgstr "Ungültiges Passwort; Bitte Passwort erneut eingeben"
-#: Src/wptPassphraseCB.cpp:154
+#: Src/wptPassphraseCB.cpp:155
msgid "Please enter your passphrase"
msgstr "Bitte geben Sie Ihr Passwort ein"
-#: Src/wptPassphraseCB.cpp:158
+#: Src/wptPassphraseCB.cpp:159
#, c-format
msgid ""
"Symmetric encryption.\n"
@@ -4220,7 +4203,7 @@
"Symmetrisch verschlüsselt.\n"
"%s verschlüsselte Daten."
-#: Src/wptPassphraseCB.cpp:302
+#: Src/wptPassphraseCB.cpp:303
#, c-format
msgid ""
"You need a passphrase to unlock the secret key for\n"
@@ -4231,7 +4214,7 @@
"Benutzer: \"%s\"\n"
"%s Schlüssel, ID %s (Hauptschlüssel ID %s)\n"
-#: Src/wptPassphraseCB.cpp:308
+#: Src/wptPassphraseCB.cpp:309
#, c-format
msgid ""
"You need a passphrase to unlock the secret key for\n"
@@ -4242,7 +4225,7 @@
"Benutzer: \"%s\"\n"
"%s key, ID %s\n"
-#: Src/wptPassphraseCB.cpp:396
+#: Src/wptPassphraseCB.cpp:397
#, c-format
msgid ""
"Please enter the PIN to unlock your secret card key\n"
@@ -4367,7 +4350,15 @@
msgid "Current window hotkeys"
msgstr "Aktuelle Fenster Hotkeys"
-#: Src/wptPreferencesDlg.cpp:212
+#: Src/wptPreferencesDlg.cpp:132
+msgid "Default extension for encrypted files"
+msgstr "Dateierweiterung für verschlüsselte Dateien"
+
+#: Src/wptPreferencesDlg.cpp:133
+msgid "&Backup includes secret keyring"
+msgstr "&Backup beinhaltet geheimen Schlüsselbund"
+
+#: Src/wptPreferencesDlg.cpp:222
msgid ""
"In most cases it is not a good idea to enable this setting.\n"
"If you know what you are doing let this flag enabled, otherwise\n"
@@ -4378,11 +4369,11 @@
"Wenn Sie unsicher sind, dann lassen Sie diese Funktion besser deaktiviert."
# c:\oss\winpt-gpgme\src\wptPreferencesDlg.cpp:214
-#: Src/wptPreferencesDlg.cpp:246
+#: Src/wptPreferencesDlg.cpp:256
msgid "Select GPG backup path"
msgstr "GPG Backup-Pfad auswählen"
-#: Src/wptPreferencesDlg.cpp:258
+#: Src/wptPreferencesDlg.cpp:268
msgid ""
"Please enter a value that is between 1-720.\n"
"It is not a good idea to cache the passphrase more than 12 hours."
@@ -4390,15 +4381,15 @@
"Bitte geben Sie einen Wert von 1-720 ein.\n"
"Es ist nicht zu empfehlen, das Passwort länger als 12 Stunden zu speichern."
-#: Src/wptPreferencesDlg.cpp:271
+#: Src/wptPreferencesDlg.cpp:281
msgid "Please enter a value between 1-80."
msgstr "Bitte geben Sie einen Wert von 1-80 ein."
-#: Src/wptPreferencesDlg.cpp:283
+#: Src/wptPreferencesDlg.cpp:294
msgid "The specified backup folder is invalid."
msgstr "Der angegebene Sicherungsordner ist ungültig."
-#: Src/wptPreferencesDlg.cpp:321
+#: Src/wptPreferencesDlg.cpp:332
msgid "Hotkeys"
msgstr "Tastenkürzel"
@@ -4496,7 +4487,7 @@
"Der Dateityp '%s' scheint mit einer anderen Anwendung verknüpft zu sein.\n"
"Vorhandenen Eintrag überschreiben?"
-#: Src/wptRegistry.cpp:591
+#: Src/wptRegistry.cpp:596
msgid "Could not write to Registry."
msgstr "Konnte Werte in der Registrierung nicht speichern."
@@ -4508,12 +4499,12 @@
msgid "Expiration"
msgstr "Ablauf"
-#: Src/wptSigTreeDlg.cpp:159
+#: Src/wptSigTreeDlg.cpp:160
#, c-format
msgid "Signature Tree for \"%s\" (0x%s)"
msgstr "Signaturliste für \"%s\" (0x%s)"
-#: Src/wptSigTreeDlg.cpp:161
+#: Src/wptSigTreeDlg.cpp:162
msgid "Edit..."
msgstr "Edit..."
@@ -4533,10 +4524,47 @@
msgid "Text Input from File"
msgstr "Texteingabe aus Datei"
-#: Src/wptVerifyList.cpp:109
+#: Src/wptVerifyList.cpp:108
+#, c-format
+msgid "PKA: Verified signer's address is '%s'"
+msgstr "PKA: Überprüfte Adresse des Unterzeichners ist '%s'"
+
+#: Src/wptVerifyList.cpp:129
+msgid "The signature is expired!"
+msgstr "Die Signatur ist abgelaufen!"
+
+#: Src/wptVerifyList.cpp:134
+msgid ""
+"WARNING: This key is not certified with a trusted signature!\r\n"
+" There is no indication that the signature belongs to the "
+"owner.\r\n"
+msgstr ""
+
+#: Src/wptVerifyList.cpp:162
msgid "Signed"
msgstr "Signiert"
+#~ msgid "WinPT Verify"
+#~ msgstr "WinPT Verifikation"
+
+#~ msgid "Good signature"
+#~ msgstr "Korrekte Signatur"
+
+#~ msgid "BAD signature"
+#~ msgstr "Falsche Signatur"
+
+#~ msgid ""
+#~ "Signature made %s using %s key ID %s\n"
+#~ "%s from \"%s\"\n"
+#~ "%s"
+#~ msgstr ""
+#~ "Signatur erstellt %s mit %s key ID %s\n"
+#~ "%s von \"%s\"\n"
+#~ "%s"
+
+#~ msgid "This is not implemented yet!"
+#~ msgstr "Das ist noch nicht implementiert!"
+
#~ msgid "GPG Public Key of %s"
#~ msgstr "GPG öff. Schlüssel von %s"
Modified: trunk/Po/jp.po
===================================================================
--- trunk/Po/jp.po 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Po/jp.po 2006-06-01 08:30:46 UTC (rev 222)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: WinPT 0.10.2\n"
"Report-Msgid-Bugs-To: winpt at freakmail.de\n"
-"POT-Creation-Date: 2006-05-14 11:31+0200\n"
+"POT-Creation-Date: 2006-06-01 08:33+0200\n"
"PO-Revision-Date: 2005-12-22 07:28+0100\n"
"Last-Translator: Davar Pishva <dpishva at andrew.cmu.edu>\n"
"Language-Team: jp <jp at li.org>\n"
@@ -29,13 +29,13 @@
# c:\oss\winpt\src\wptGPG.cpp:886 c:\oss\winpt\src\wptGPG.cpp:896
# c:\oss\winpt\src\wptGPGME.cpp:175 c:\oss\winpt\src\wptMainProc.cpp:337
# c:\oss\winpt\src\wptMainProc.cpp:509
-#: Src/WinPT.cpp:189 Src/WinPT.cpp:221 Src/WinPT.cpp:271 Src/WinPT.cpp:275
-#: Src/WinPT.cpp:471 Src/WinPT.cpp:478 Src/WinPT.cpp:519 Src/WinPT.cpp:547
-#: Src/WinPT.cpp:556 Src/WinPT.cpp:560 Src/WinPT.cpp:577 Src/WinPT.cpp:645
-#: Src/WinPT.cpp:658 Src/WinPT.cpp:705 Src/WinPT.cpp:735 Src/WinPT.cpp:753
+#: Src/WinPT.cpp:189 Src/WinPT.cpp:271 Src/WinPT.cpp:275 Src/WinPT.cpp:487
+#: Src/WinPT.cpp:494 Src/WinPT.cpp:534 Src/WinPT.cpp:562 Src/WinPT.cpp:571
+#: Src/WinPT.cpp:575 Src/WinPT.cpp:592 Src/WinPT.cpp:660 Src/WinPT.cpp:673
+#: Src/WinPT.cpp:720 Src/WinPT.cpp:750 Src/WinPT.cpp:768
#: Src/wptCommonDlg.cpp:220 Src/wptErrors.cpp:141 Src/wptGPG.cpp:921
#: Src/wptGPG.cpp:933 Src/wptGPG.cpp:943 Src/wptGPG.cpp:954
-#: Src/wptMainProc.cpp:351 Src/wptMainProc.cpp:527
+#: Src/wptMainProc.cpp:351 Src/wptMainProc.cpp:529
msgid "WinPT Error"
msgstr "WinPT G["
@@ -44,6 +44,12 @@
msgid "No useable secret key found."
msgstr "gpÅ«é駮ª©Â©èܹñŵ½B"
+# c:\oss\winpt\src\wptKeyPropsDlg.cpp:173
+# c:\oss\winpt\src\wptKeyPropsDlg.cpp:180
+#: Src/WinPT.cpp:221 Src/wptKeyPropsDlg.cpp:357 Src/wptKeyPropsDlg.cpp:364
+msgid "WinPT Warning"
+msgstr "WinPT x"
+
# c:\oss\winpt\src\WinPT.cpp:155
#: Src/WinPT.cpp:270
msgid "Could not read GnuPG version."
@@ -80,16 +86,15 @@
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:72
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:115
#: Src/WinPT.cpp:305 Src/WinPT.cpp:322 Src/WinPT.cpp:333
-#: Src/wptKeyManagerDlg.cpp:958 Src/wptKeyserver.cpp:585
+#: Src/wptKeyManagerDlg.cpp:959 Src/wptKeyserver.cpp:600
#: Src/wptKeyserverDlg.cpp:68 Src/wptKeyserverDlg.cpp:70
#: Src/wptKeyserverDlg.cpp:187 Src/wptKeyserverDlg.cpp:195
#: Src/wptKeyserverDlg.cpp:211 Src/wptKeyserverDlg.cpp:352
#: Src/wptKeyserverDlg.cpp:358 Src/wptKeyserverDlg.cpp:460
#: Src/wptKeyserverDlg.cpp:520 Src/wptKeyserverDlg.cpp:525
-#: Src/wptKeyserverDlg.cpp:636 Src/wptKeyserverDlg.cpp:644
-#: Src/wptKeyserverDlg.cpp:651 Src/wptKeyserverDlg.cpp:667
-#: Src/wptKeyserverDlg.cpp:683 Src/wptKeyserverDlg.cpp:688
-#: Src/wptKeyserverDlg.cpp:694 Src/wptKeyserverDlg.cpp:700
+#: Src/wptKeyserverDlg.cpp:645 Src/wptKeyserverDlg.cpp:670
+#: Src/wptKeyserverDlg.cpp:686 Src/wptKeyserverDlg.cpp:691
+#: Src/wptKeyserverDlg.cpp:697 Src/wptKeyserverDlg.cpp:703
msgid "Keyserver"
msgstr "L[T[o["
@@ -100,16 +105,16 @@
msgstr "keyserver.confÌt@CRs[ɸsµÜµ½B"
# c:\oss\winpt\src\WinPT.cpp:223
-#: Src/WinPT.cpp:470
+#: Src/WinPT.cpp:486
msgid "Cryptographic selftest failed."
msgstr "Ã@ZteXgª¸sµÜµ½B"
-#: Src/WinPT.cpp:477
+#: Src/WinPT.cpp:493
msgid "A newer GPGME version is needed; at least "
msgstr "ÈÄàGPMEÌVµ¢o[WªKvÅ·B"
# c:\oss\winpt\src\WinPT.cpp:242
-#: Src/WinPT.cpp:520
+#: Src/WinPT.cpp:535
#, c-format
msgid ""
"GPG home directory is not set correctly.\n"
@@ -121,17 +126,17 @@
"%s."
# c:\oss\winpt\src\WinPT.cpp:246
-#: Src/WinPT.cpp:524
+#: Src/WinPT.cpp:539
msgid "Select GPG Public Keyring"
msgstr "GPGöJL[OðIñž³¢B"
# c:\oss\winpt\src\WinPT.cpp:268
-#: Src/WinPT.cpp:546
+#: Src/WinPT.cpp:561
msgid "GPG home directory could not be determited."
msgstr "GPGz[fBNgª©Â©èܹñŵ½B"
# c:\oss\winpt\src\WinPT.cpp:276
-#: Src/WinPT.cpp:554
+#: Src/WinPT.cpp:569
msgid ""
"Could not find the GPG binary (gpg.exe).\n"
"Do you want to start the GPG preferences to correct this problem?"
@@ -139,7 +144,7 @@
"GPGoCi(gpg.exe)ª©Â©èܹñŵ½B\n"
"GPG JX^ÝèðN®µÄ±ÌâèððµÜ·©H"
-#: Src/WinPT.cpp:569
+#: Src/WinPT.cpp:584
msgid ""
"Could not access and/or find the public and secret keyring.\n"
"If this is an accident, quit the program and fix it.\n"
@@ -152,23 +157,23 @@
"±ÌÜܱ¯éêÍAWinPTª¢ë¢ëÈIððñoµÜ·B\n"
# c:\oss\winpt\src\WinPT.cpp:320 c:\oss\winpt\src\wptFileManagerDlg.cpp:552
-#: Src/WinPT.cpp:602 Src/wptFileManagerDlg.cpp:512
-#: Src/wptFileManagerDlg.cpp:819
+#: Src/WinPT.cpp:617 Src/wptFileManagerDlg.cpp:526
+#: Src/wptFileManagerDlg.cpp:831
msgid "Wipe Free Space"
msgstr "J«ÌæðæèÁ·"
# c:\oss\winpt\src\WinPT.cpp:382
-#: Src/WinPT.cpp:644
+#: Src/WinPT.cpp:659
msgid "Could not register window class"
msgstr "EBhÌNXðo^·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\WinPT.cpp:395
-#: Src/WinPT.cpp:658
+#: Src/WinPT.cpp:673
msgid "Could not create window"
msgstr "EBhð쬷é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\WinPT.cpp:461
-#: Src/WinPT.cpp:733
+#: Src/WinPT.cpp:748
msgid ""
"The keycache was not initialized or is empty.\n"
"Please check your GPG config (keyrings, pathes...)"
@@ -177,7 +182,7 @@
"GPG±¤¹¢ (L[O, pXÈÇ...) ð`FbNµÄ¾³¢B"
# c:\oss\winpt\src\WinPT.cpp:464
-#: Src/WinPT.cpp:736
+#: Src/WinPT.cpp:751
msgid ""
"It seems that GPG is not set properly.\n"
"Do you want to start the GPG preferences dialog?"
@@ -186,7 +191,7 @@
"GPGJX^ÝèðÀsµÜ·H"
# c:\oss\winpt\src\WinPT.cpp:480
-#: Src/WinPT.cpp:754
+#: Src/WinPT.cpp:769
#, c-format
msgid ""
"Default key (from the GPG config file) could not be found.\n"
@@ -217,8 +222,8 @@
# c:\oss\winpt\src\wptAboutDlgs.cpp:78
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1152
# c:\oss\winpt\src\wptMainProc.cpp:560
-#: Src/wptAboutDlgs.cpp:96 Src/wptKeyManagerDlg.cpp:1751
-#: Src/wptMainProc.cpp:576
+#: Src/wptAboutDlgs.cpp:96 Src/wptKeyManagerDlg.cpp:1790
+#: Src/wptMainProc.cpp:578
msgid "About WinPT"
msgstr "WinPTÉ¢Ä"
@@ -269,14 +274,14 @@
msgid "&About GPG..."
msgstr "GPGÉ¢Ä..."
-#: Src/wptAboutDlgs.cpp:115 Src/wptKeyEditDlgs.cpp:2143
-#: Src/wptKeyManagerDlg.cpp:964
+#: Src/wptAboutDlgs.cpp:115 Src/wptKeyEditDlgs.cpp:2166
+#: Src/wptKeyManagerDlg.cpp:965
msgid "&Help"
msgstr "wv(&H)"
# c:\oss\winpt\src\WinPT.cpp:340 c:\oss\winpt\src\wptCardDlg.cpp:98
# c:\oss\winpt\src\wptCardDlg.cpp:125 c:\oss\winpt\src\wptMainProc.cpp:389
-#: Src/wptCardDlg.cpp:141 Src/wptMainProc.cpp:404
+#: Src/wptCardDlg.cpp:141 Src/wptMainProc.cpp:406
msgid "Card Manager"
msgstr "J[h}l[W["
@@ -380,7 +385,7 @@
"ܾ±¯Ü·©H"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:395
-#: Src/wptCardDlg.cpp:580 Src/wptKeyEditDlgs.cpp:513
+#: Src/wptCardDlg.cpp:580 Src/wptKeyEditDlgs.cpp:516
msgid "&Name"
msgstr "¼O(&N)"
@@ -404,7 +409,7 @@
msgstr "J[hOpXt[Y"
# c:\oss\winpt\src\wptKeygenDlg.cpp:154
-#: Src/wptCardDlg.cpp:584 Src/wptKeyEditDlgs.cpp:650 Src/wptKeygenDlg.cpp:379
+#: Src/wptCardDlg.cpp:584 Src/wptKeyEditDlgs.cpp:654 Src/wptKeygenDlg.cpp:379
msgid "&Never"
msgstr "͸ÍÈ¢(&N)"
@@ -423,7 +428,7 @@
msgstr "ûL[ÌJ[hOobNAbvðì¬"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1049
-#: Src/wptCardDlg.cpp:588 Src/wptKeyManagerDlg.cpp:1647
+#: Src/wptCardDlg.cpp:588 Src/wptKeyManagerDlg.cpp:1686
msgid "Card Key Generation"
msgstr "J[hL[ì¬"
@@ -459,7 +464,7 @@
# c:\oss\winpt\src\wptCardDlg.cpp:580
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1153
# c:\oss\winpt\src\wptKeygenDlg.cpp:310
-#: Src/wptCardDlg.cpp:663 Src/wptKeyEditDlgs.cpp:1380
+#: Src/wptCardDlg.cpp:663 Src/wptKeyEditDlgs.cpp:1401
msgid "The date you have chosen lies in the past."
msgstr " ȽÍIÎê½útªßÌàÌÅ·B"
@@ -545,13 +550,52 @@
"p±·éÌÉOKܽÍLZðµÄ¾³¢B"
# c:\oss\winpt\src\wptClipDecryptDlg.cpp:48
-#: Src/wptClipDecryptDlg.cpp:54 Src/wptClipDecryptDlg.cpp:190
-#: Src/wptFileManager.cpp:1228 Src/wptKeyRevokersDlg.cpp:128
-#: Src/wptKeyRevokersDlg.cpp:175 Src/wptVerifyList.cpp:176
-#: Src/wptVerifyList.cpp:232
+#: Src/wptClipDecryptDlg.cpp:57 Src/wptClipDecryptDlg.cpp:130
+#: Src/wptKeyRevokersDlg.cpp:128 Src/wptKeyRevokersDlg.cpp:175
+#: Src/wptVerifyList.cpp:243 Src/wptVerifyList.cpp:303
msgid "user ID not found"
msgstr "[U[IDª©Â©èܹñŵ½B"
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:170
+#: Src/wptClipDecryptDlg.cpp:117
+msgid "Signature Status: Created with a fully trusted key"
+msgstr "¼ÌóÔF®SÉMpÅ«éL[Åìçê½àÌ"
+
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:172
+#: Src/wptClipDecryptDlg.cpp:119
+msgid "Signature Status: Created with a marginal trusted key"
+msgstr "¼ÌóÔF ÜèMpÅ«È¢L[Åìçê½àÌ"
+
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:177
+#: Src/wptClipDecryptDlg.cpp:122
+msgid "Signature Status: Created with an UNTRUSTED key"
+msgstr "¼ÌóÔFMpÅ«È¢L[Åìçê½àÌ"
+
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:170
+#: Src/wptClipDecryptDlg.cpp:125
+msgid "Signature Status: Created with an undefined trusted key"
+msgstr "¼ÌóÔFè`³êĢȢ®SÉMpÅ«éL[Åìçê½àÌ"
+
+# c:\oss\winpt\src\wptMainProc.cpp:405 c:\oss\winpt\src\wptMainProc.cpp:409
+#: Src/wptClipDecryptDlg.cpp:133
+msgid "Decrypt Verify"
+msgstr "/mF"
+
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:188
+#: Src/wptClipDecryptDlg.cpp:134
+#, fuzzy, c-format
+msgid ""
+"%s\n"
+"%s\n"
+"Signature made: %s\n"
+"From \"%s\" using key ID 0x%s%s %s\n"
+"%s"
+msgstr ""
+"%s\n"
+"%s\n"
+"ìçê½¼ªF%s\n"
+"©ç \"%sÅ\" gpµ½L[IDÍ 0x%s%s %sÅ·B"
+
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:52
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:66
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:80
@@ -567,14 +611,14 @@
# c:\oss\winpt\src\wptMainProc.cpp:191 c:\oss\winpt\src\wptMainProc.cpp:259
# c:\oss\winpt\src\wptMainProc.cpp:271 c:\oss\winpt\src\wptMainProc.cpp:279
# c:\oss\winpt\src\wptMainProc.cpp:406
-#: Src/wptClipDecryptDlg.cpp:112 Src/wptClipVerifyDlg.cpp:176
-#: Src/wptClipVerifyDlg.cpp:189 Src/wptClipVerifyDlg.cpp:202
-#: Src/wptClipVerifyDlg.cpp:209 Src/wptClipVerifyDlg.cpp:241
-#: Src/wptClipVerifyDlg.cpp:252 Src/wptFileManager.cpp:1596
-#: Src/wptFileManager.cpp:1649 Src/wptFileManagerDlg.cpp:576
-#: Src/wptFileVerifyDlg.cpp:81 Src/wptFileVerifyDlg.cpp:149
+#: Src/wptClipDecryptDlg.cpp:169 Src/wptClipVerifyDlg.cpp:157
+#: Src/wptClipVerifyDlg.cpp:170 Src/wptClipVerifyDlg.cpp:183
+#: Src/wptClipVerifyDlg.cpp:190 Src/wptClipVerifyDlg.cpp:222
+#: Src/wptClipVerifyDlg.cpp:234 Src/wptFileManager.cpp:1567
+#: Src/wptFileManager.cpp:1620 Src/wptFileManagerDlg.cpp:590
+#: Src/wptFileVerifyDlg.cpp:82 Src/wptFileVerifyDlg.cpp:149
#: Src/wptMainProc.cpp:182 Src/wptMainProc.cpp:248 Src/wptMainProc.cpp:260
-#: Src/wptMainProc.cpp:268 Src/wptMainProc.cpp:415
+#: Src/wptMainProc.cpp:268 Src/wptMainProc.cpp:417
msgid "Verify"
msgstr "mF·é"
@@ -584,16 +628,16 @@
# c:\oss\winpt\src\wptClipDecryptDlg.cpp:138
# c:\oss\winpt\src\wptFileManager.cpp:952
# c:\oss\winpt\src\wptFileManager.cpp:996
-#: Src/wptClipDecryptDlg.cpp:119 Src/wptClipDecryptDlg.cpp:132
-#: Src/wptClipDecryptDlg.cpp:140 Src/wptClipDecryptDlg.cpp:147
-#: Src/wptClipDecryptDlg.cpp:149 Src/wptFileManager.cpp:1303
-#: Src/wptFileManager.cpp:1354
+#: Src/wptClipDecryptDlg.cpp:176 Src/wptClipDecryptDlg.cpp:189
+#: Src/wptClipDecryptDlg.cpp:197 Src/wptClipDecryptDlg.cpp:204
+#: Src/wptClipDecryptDlg.cpp:206 Src/wptFileManager.cpp:1271
+#: Src/wptFileManager.cpp:1322
msgid "Decryption"
msgstr ""
# c:\oss\winpt\src\wptClipDecryptDlg.cpp:130
# c:\oss\winpt\src\wptFileManager.cpp:997
-#: Src/wptClipDecryptDlg.cpp:133 Src/wptFileManager.cpp:1355
+#: Src/wptClipDecryptDlg.cpp:190 Src/wptFileManager.cpp:1323
#, c-format
msgid ""
"Encrypted with %s key, ID %s.%s\n"
@@ -602,17 +646,17 @@
" %sÅûµ½ AIDª %s.%sÅ·\n"
"ɸsµÜµ½: 駮ªpūܹñB"
-#: Src/wptClipDecryptDlg.cpp:140
+#: Src/wptClipDecryptDlg.cpp:197
#, c-format
msgid "Unsupported algorithm: %s"
msgstr "γêÄÈ¢ASY: %s"
-#: Src/wptClipDecryptDlg.cpp:146
+#: Src/wptClipDecryptDlg.cpp:203
msgid "Broken OpenPGP message (maybe: quoted printable character in armor)."
msgstr "s¾ÈOpenPGPbZ[W"
# c:\oss\winpt\src\wptClipDecryptDlg.cpp:144
-#: Src/wptClipDecryptDlg.cpp:154
+#: Src/wptClipDecryptDlg.cpp:211
msgid ""
"WARNING: encrypted message has been manipulated!\n"
"\n"
@@ -627,7 +671,7 @@
"ܽͱêÍA^bN̪ƵÄàl¦çêÜ·B"
# c:\oss\winpt\src\wptClipDecryptDlg.cpp:149
-#: Src/wptClipDecryptDlg.cpp:159
+#: Src/wptClipDecryptDlg.cpp:216
msgid "*** IMPORTANT ***"
msgstr "*** dv ***"
@@ -639,52 +683,13 @@
# c:\oss\winpt\src\wptKeyManager.cpp:274
# c:\oss\winpt\src\wptKeyManager.cpp:610
# c:\oss\winpt\src\wptKeyManager.cpp:852 c:\oss\winpt\src\wptSymEnc.cpp:52
-#: Src/wptClipDecryptDlg.cpp:162 Src/wptClipEncryptDlg.cpp:213
+#: Src/wptClipDecryptDlg.cpp:219 Src/wptClipEncryptDlg.cpp:202
#: Src/wptClipSignDlg.cpp:121 Src/wptClipSignDlg.cpp:265
#: Src/wptClipSignEncDlg.cpp:197 Src/wptKeyManager.cpp:286
#: Src/wptKeyManager.cpp:763 Src/wptKeyManager.cpp:955 Src/wptSymEnc.cpp:91
msgid "GnuPG Status: Finished"
msgstr "GunPGÌóÔFI¹µÜµ½"
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:170
-#: Src/wptClipDecryptDlg.cpp:177
-msgid "Signature Status: Created with a fully trusted key"
-msgstr "¼ÌóÔF®SÉMpÅ«éL[Åìçê½àÌ"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:172
-#: Src/wptClipDecryptDlg.cpp:179
-msgid "Signature Status: Created with a marginal trusted key"
-msgstr "¼ÌóÔF ÜèMpÅ«È¢L[Åìçê½àÌ"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:177
-#: Src/wptClipDecryptDlg.cpp:182
-msgid "Signature Status: Created with an UNTRUSTED key"
-msgstr "¼ÌóÔFMpÅ«È¢L[Åìçê½àÌ"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:170
-#: Src/wptClipDecryptDlg.cpp:185
-msgid "Signature Status: Created with an undefined trusted key"
-msgstr "¼ÌóÔFè`³êĢȢ®SÉMpÅ«éL[Åìçê½àÌ"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:187
-#: Src/wptClipDecryptDlg.cpp:192
-msgid "WinPT Verify"
-msgstr "WinPT mF"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:188
-#: Src/wptClipDecryptDlg.cpp:193
-#, c-format
-msgid ""
-"%s\n"
-"%s\n"
-"Signature made: %s\n"
-"From \"%s\" using key ID 0x%s%s %s"
-msgstr ""
-"%s\n"
-"%s\n"
-"ìçê½¼ªF%s\n"
-"©ç \"%sÅ\" gpµ½L[IDÍ 0x%s%s %sÅ·B"
-
# c:\oss\winpt\src\wptClipEditDlg.cpp:53
# c:\oss\winpt\src\wptClipEditDlg.cpp:98
# c:\oss\winpt\src\wptClipEditDlg.cpp:103
@@ -698,15 +703,15 @@
#: Src/wptClipEditDlg.cpp:58 Src/wptClipEditDlg.cpp:111
#: Src/wptClipEditDlg.cpp:119 Src/wptClipEditDlg.cpp:158
#: Src/wptClipEditDlg.cpp:167 Src/wptClipEditDlg.cpp:242
-#: Src/wptClipEditDlg.cpp:247 Src/wptFileManagerDlg.cpp:211
+#: Src/wptClipEditDlg.cpp:247 Src/wptFileManagerDlg.cpp:225
#: Src/wptMainProc.cpp:162 Src/wptMainProc.cpp:230 Src/wptMainProc.cpp:273
-#: Src/wptMainProc.cpp:427 Src/wptMainProc.cpp:508 Src/wptMainProc.cpp:513
+#: Src/wptMainProc.cpp:429 Src/wptMainProc.cpp:510 Src/wptMainProc.cpp:515
msgid "Clipboard"
msgstr "Nbv{[h"
# c:\oss\winpt\src\wptClipEditDlg.cpp:114
# c:\oss\winpt\src\wptFileManager.cpp:309
-#: Src/wptClipEditDlg.cpp:101 Src/wptFileManager.cpp:568
+#: Src/wptClipEditDlg.cpp:101 Src/wptFileManager.cpp:569
msgid "File Open"
msgstr "t@CðJ"
@@ -725,7 +730,7 @@
msgstr "t@CðÛ¶·é"
# c:\oss\winpt\src\wptKeyRevokeDlg.cpp:152
-#: Src/wptClipEditDlg.cpp:159 Src/wptFileManager.cpp:107
+#: Src/wptClipEditDlg.cpp:159 Src/wptFileManager.cpp:108
#, c-format
msgid ""
"\"%s\" already exists.\n"
@@ -737,7 +742,7 @@
# c:\oss\winpt\src\wptClipEditDlg.cpp:45 c:\oss\winpt\src\wptMainProc.cpp:181
# c:\oss\winpt\src\wptMainProc.cpp:249 c:\oss\winpt\src\wptMainProc.cpp:554
#: Src/wptClipEditDlg.cpp:194 Src/wptMainProc.cpp:172 Src/wptMainProc.cpp:238
-#: Src/wptMainProc.cpp:570
+#: Src/wptMainProc.cpp:572
msgid "Clipboard Editor"
msgstr "Nbv{[hGfB^["
@@ -759,8 +764,8 @@
msgstr "[h(&L)"
# c:\oss\winpt\src\wptClipEditDlg.cpp:49 c:\oss\winpt\src\wptGPGOptDlg.cpp:48
-#: Src/wptClipEditDlg.cpp:198 Src/wptClipVerifyDlg.cpp:177
-#: Src/wptFileVerifyDlg.cpp:52 Src/wptGPGOptDlg.cpp:52
+#: Src/wptClipEditDlg.cpp:198 Src/wptClipVerifyDlg.cpp:158
+#: Src/wptFileVerifyDlg.cpp:51 Src/wptGPGOptDlg.cpp:52
msgid "&Save"
msgstr "Û¶(&S)"
@@ -773,7 +778,7 @@
msgid "Add quotes"
msgstr "øpðÇÁ·é"
-#: Src/wptClipEditDlg.cpp:200 Src/wptKeyEditDlgs.cpp:2142
+#: Src/wptClipEditDlg.cpp:200 Src/wptKeyEditDlgs.cpp:2165
#: Src/wptKeyserverDlg.cpp:577 Src/wptMDSumDlg.cpp:122
#: Src/wptOwnertrustDlg.cpp:103
msgid "&Close"
@@ -790,8 +795,8 @@
# c:\oss\winpt\src\wptClipEncryptDlg.cpp:168
# c:\oss\winpt\src\wptMainProc.cpp:153 c:\oss\winpt\src\wptMainProc.cpp:223
#: Src/wptClipEncryptDlg.cpp:126 Src/wptClipEncryptDlg.cpp:146
-#: Src/wptClipEncryptDlg.cpp:199 Src/wptClipEncryptDlg.cpp:206
-#: Src/wptClipEncryptDlg.cpp:237 Src/wptMainProc.cpp:144
+#: Src/wptClipEncryptDlg.cpp:192 Src/wptClipEncryptDlg.cpp:199
+#: Src/wptClipEncryptDlg.cpp:228 Src/wptMainProc.cpp:144
#: Src/wptMainProc.cpp:212
msgid "Encryption"
msgstr "û"
@@ -805,28 +810,28 @@
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:114
#: Src/wptClipEncryptDlg.cpp:148 Src/wptClipSignEncDlg.cpp:112
#: Src/wptCommonDlg.cpp:76 Src/wptCommonDlg.cpp:253
-#: Src/wptFileManagerDlg.cpp:83 Src/wptFileManagerDlg.cpp:217
-#: Src/wptFileManagerDlg.cpp:286 Src/wptFileSaveDlg.cpp:58
+#: Src/wptFileManagerDlg.cpp:97 Src/wptFileManagerDlg.cpp:231
+#: Src/wptFileManagerDlg.cpp:300 Src/wptFileSaveDlg.cpp:58
#: Src/wptFirstRunDlg.cpp:47 Src/wptGPGPrefsDlg.cpp:157
-#: Src/wptKeyEditDlgs.cpp:358 Src/wptKeyEditDlgs.cpp:446
-#: Src/wptKeyEditDlgs.cpp:516 Src/wptKeyEditDlgs.cpp:651
+#: Src/wptKeyEditDlgs.cpp:360 Src/wptKeyEditDlgs.cpp:448
+#: Src/wptKeyEditDlgs.cpp:519 Src/wptKeyEditDlgs.cpp:655
#: Src/wptKeyEditOwnertrustDlg.cpp:67 Src/wptKeygenDlg.cpp:380
#: Src/wptKeygenDlg.cpp:538 Src/wptKeyRevokeDlg.cpp:81
-#: Src/wptKeyserverDlg.cpp:509 Src/wptKeyserverSearchDlg.cpp:62
+#: Src/wptKeyserverDlg.cpp:509 Src/wptKeyserverSearchDlg.cpp:66
#: Src/wptKeysignDlg.cpp:285 Src/wptPassphraseCB.cpp:93
#: Src/wptPassphraseDlg.cpp:69 Src/wptPINDlg.cpp:55
-#: Src/wptPreferencesDlg.cpp:132 Src/wptTextInputDlg.cpp:84
+#: Src/wptPreferencesDlg.cpp:134 Src/wptTextInputDlg.cpp:84
msgid "&Cancel"
msgstr "LZ(&C)"
# c:\oss\winpt\src\wptClipEncryptDlg.cpp:109
# c:\oss\winpt\src\wptClipSignEncDlg.cpp:110
-#: Src/wptClipEncryptDlg.cpp:198 Src/wptClipSignEncDlg.cpp:157
+#: Src/wptClipEncryptDlg.cpp:191 Src/wptClipSignEncDlg.cpp:157
msgid "You must select at least one key."
msgstr "ÈÄàêÂÌL[ðIð·éKvª èÜ·B"
# c:\oss\winpt\src\wptClipEncryptDlg.cpp:168
-#: Src/wptClipEncryptDlg.cpp:237
+#: Src/wptClipEncryptDlg.cpp:228
#, c-format
msgid "No recipient found with '%s'"
msgstr "'%s'ÉæéóMÒª©Â©èܹñŵ½B"
@@ -863,8 +868,8 @@
#: Src/wptClipSignDlg.cpp:163 Src/wptClipSignDlg.cpp:222
#: Src/wptClipSignDlg.cpp:230 Src/wptClipSignDlg.cpp:249
#: Src/wptClipSignDlg.cpp:260 Src/wptClipSignEncDlg.cpp:166
-#: Src/wptClipSignEncDlg.cpp:176 Src/wptFileManager.cpp:1080
-#: Src/wptFileManager.cpp:1096 Src/wptFileManager.cpp:1418
+#: Src/wptClipSignEncDlg.cpp:176 Src/wptFileManager.cpp:1081
+#: Src/wptFileManager.cpp:1097 Src/wptFileManager.cpp:1387
#: Src/wptMainProc.cpp:156 Src/wptMainProc.cpp:218
msgid "Signing"
msgstr "¼"
@@ -916,13 +921,8 @@
msgid "Signature Information"
msgstr "VOj`[Ìîñ"
-#: Src/wptClipVerifyDlg.cpp:151
-#, c-format
-msgid "PKA: Verified signer's address is '%s'"
-msgstr "PKA: mFµ½¼ÒÌZÍ '%s' Å·B"
-
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:81
-#: Src/wptClipVerifyDlg.cpp:203
+#: Src/wptClipVerifyDlg.cpp:184
#, c-format
msgid ""
"Signature made %s using %s key ID 0x%s\n"
@@ -936,20 +936,15 @@
"L[T[o[©çL[ð澵ܷ©H"
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:106
-#: Src/wptClipVerifyDlg.cpp:241
+#: Src/wptClipVerifyDlg.cpp:222
msgid "Invalid signature state."
msgstr "¼ÌóµÍ³øÅ·B"
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:118
-#: Src/wptClipVerifyDlg.cpp:251
+#: Src/wptClipVerifyDlg.cpp:233
msgid "Could not extract key or signature information."
msgstr "L[ܽͼîñðæèo·±ÆªÅ«Ü¹ñŵ½B"
-# c:\oss\winpt\src\wptClipVerifyDlg.cpp:122
-#: Src/wptClipVerifyDlg.cpp:255
-msgid "The signature is expired!"
-msgstr "¼ÌLøúÀªß¬Ä¢Ü·I"
-
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:165
# c:\oss\winpt\src\wptFileSaveDlg.cpp:53
# c:\oss\winpt\src\wptFileSaveDlg.cpp:77
@@ -958,7 +953,7 @@
# c:\oss\winpt\src\wptFileSaveDlg.cpp:92
# c:\oss\winpt\src\wptFileSaveDlg.cpp:97
# c:\oss\winpt\src\wptFileSaveDlg.cpp:103
-#: Src/wptClipVerifyDlg.cpp:289 Src/wptFileSaveDlg.cpp:57
+#: Src/wptClipVerifyDlg.cpp:262 Src/wptFileSaveDlg.cpp:57
#: Src/wptFileSaveDlg.cpp:84 Src/wptFileSaveDlg.cpp:89
#: Src/wptFileSaveDlg.cpp:95 Src/wptFileSaveDlg.cpp:99
#: Src/wptFileSaveDlg.cpp:104 Src/wptFileSaveDlg.cpp:110
@@ -1020,36 +1015,37 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1561
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1568
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1173
-#: Src/wptCommonDlg.cpp:134 Src/wptKeyEditDlgs.cpp:769
-#: Src/wptKeyEditDlgs.cpp:836 Src/wptKeyEditDlgs.cpp:876
-#: Src/wptKeyEditDlgs.cpp:889 Src/wptKeyEditDlgs.cpp:891
-#: Src/wptKeyEditDlgs.cpp:917 Src/wptKeyEditDlgs.cpp:947
-#: Src/wptKeyEditDlgs.cpp:979 Src/wptKeyEditDlgs.cpp:1023
-#: Src/wptKeyEditDlgs.cpp:1030 Src/wptKeyEditDlgs.cpp:1048
-#: Src/wptKeyEditDlgs.cpp:1094 Src/wptKeyEditDlgs.cpp:1181
-#: Src/wptKeyEditDlgs.cpp:1301 Src/wptKeyEditDlgs.cpp:1305
-#: Src/wptKeyEditDlgs.cpp:1309 Src/wptKeyEditDlgs.cpp:1316
-#: Src/wptKeyEditDlgs.cpp:1352 Src/wptKeyEditDlgs.cpp:1356
-#: Src/wptKeyEditDlgs.cpp:1366 Src/wptKeyEditDlgs.cpp:1381
-#: Src/wptKeyEditDlgs.cpp:1385 Src/wptKeyEditDlgs.cpp:1427
-#: Src/wptKeyEditDlgs.cpp:1432 Src/wptKeyEditDlgs.cpp:1439
-#: Src/wptKeyEditDlgs.cpp:1445 Src/wptKeyEditDlgs.cpp:1450
-#: Src/wptKeyEditDlgs.cpp:1495 Src/wptKeyEditDlgs.cpp:1500
-#: Src/wptKeyEditDlgs.cpp:1507 Src/wptKeyEditDlgs.cpp:1514
-#: Src/wptKeyEditDlgs.cpp:1517 Src/wptKeyEditDlgs.cpp:1557
-#: Src/wptKeyEditDlgs.cpp:1565 Src/wptKeyEditDlgs.cpp:1582
-#: Src/wptKeyEditDlgs.cpp:1602 Src/wptKeyEditDlgs.cpp:1610
-#: Src/wptKeyEditDlgs.cpp:1719 Src/wptKeyEditDlgs.cpp:1756
-#: Src/wptKeyEditDlgs.cpp:1790 Src/wptKeyEditDlgs.cpp:1794
-#: Src/wptKeyEditDlgs.cpp:1805 Src/wptKeyEditDlgs.cpp:1927
-#: Src/wptKeyEditDlgs.cpp:1929 Src/wptKeyEditDlgs.cpp:1945
-#: Src/wptKeyEditDlgs.cpp:1947 Src/wptKeyEditDlgs.cpp:1980
-#: Src/wptKeyEditDlgs.cpp:1985 Src/wptKeyEditDlgs.cpp:1994
-#: Src/wptKeyEditDlgs.cpp:2008 Src/wptKeyEditDlgs.cpp:2012
-#: Src/wptKeyEditDlgs.cpp:2079 Src/wptKeyEditDlgs.cpp:2120
-#: Src/wptKeyEditDlgs.cpp:2133 Src/wptKeyEditDlgs.cpp:2147
-#: Src/wptKeyEditDlgs.cpp:2176 Src/wptKeyEditDlgs.cpp:2181
-#: Src/wptKeyManagerDlg.cpp:992 Src/wptKeyManagerDlg.cpp:1775
+#: Src/wptCommonDlg.cpp:134 Src/wptKeyEditDlgs.cpp:774
+#: Src/wptKeyEditDlgs.cpp:842 Src/wptKeyEditDlgs.cpp:882
+#: Src/wptKeyEditDlgs.cpp:895 Src/wptKeyEditDlgs.cpp:897
+#: Src/wptKeyEditDlgs.cpp:923 Src/wptKeyEditDlgs.cpp:954
+#: Src/wptKeyEditDlgs.cpp:987 Src/wptKeyEditDlgs.cpp:1031
+#: Src/wptKeyEditDlgs.cpp:1038 Src/wptKeyEditDlgs.cpp:1056
+#: Src/wptKeyEditDlgs.cpp:1067 Src/wptKeyEditDlgs.cpp:1115
+#: Src/wptKeyEditDlgs.cpp:1202 Src/wptKeyEditDlgs.cpp:1322
+#: Src/wptKeyEditDlgs.cpp:1326 Src/wptKeyEditDlgs.cpp:1330
+#: Src/wptKeyEditDlgs.cpp:1337 Src/wptKeyEditDlgs.cpp:1373
+#: Src/wptKeyEditDlgs.cpp:1377 Src/wptKeyEditDlgs.cpp:1387
+#: Src/wptKeyEditDlgs.cpp:1402 Src/wptKeyEditDlgs.cpp:1406
+#: Src/wptKeyEditDlgs.cpp:1448 Src/wptKeyEditDlgs.cpp:1453
+#: Src/wptKeyEditDlgs.cpp:1460 Src/wptKeyEditDlgs.cpp:1466
+#: Src/wptKeyEditDlgs.cpp:1471 Src/wptKeyEditDlgs.cpp:1516
+#: Src/wptKeyEditDlgs.cpp:1521 Src/wptKeyEditDlgs.cpp:1528
+#: Src/wptKeyEditDlgs.cpp:1535 Src/wptKeyEditDlgs.cpp:1538
+#: Src/wptKeyEditDlgs.cpp:1578 Src/wptKeyEditDlgs.cpp:1586
+#: Src/wptKeyEditDlgs.cpp:1603 Src/wptKeyEditDlgs.cpp:1623
+#: Src/wptKeyEditDlgs.cpp:1631 Src/wptKeyEditDlgs.cpp:1740
+#: Src/wptKeyEditDlgs.cpp:1778 Src/wptKeyEditDlgs.cpp:1813
+#: Src/wptKeyEditDlgs.cpp:1817 Src/wptKeyEditDlgs.cpp:1828
+#: Src/wptKeyEditDlgs.cpp:1950 Src/wptKeyEditDlgs.cpp:1952
+#: Src/wptKeyEditDlgs.cpp:1968 Src/wptKeyEditDlgs.cpp:1970
+#: Src/wptKeyEditDlgs.cpp:2003 Src/wptKeyEditDlgs.cpp:2008
+#: Src/wptKeyEditDlgs.cpp:2017 Src/wptKeyEditDlgs.cpp:2031
+#: Src/wptKeyEditDlgs.cpp:2035 Src/wptKeyEditDlgs.cpp:2102
+#: Src/wptKeyEditDlgs.cpp:2143 Src/wptKeyEditDlgs.cpp:2156
+#: Src/wptKeyEditDlgs.cpp:2170 Src/wptKeyEditDlgs.cpp:2210
+#: Src/wptKeyEditDlgs.cpp:2215 Src/wptKeyManagerDlg.cpp:993
+#: Src/wptKeyManagerDlg.cpp:1814
msgid "Key Edit"
msgstr "L[ÌÒW"
@@ -1316,20 +1312,20 @@
# c:\oss\winpt\src\wptFileManager.cpp:1381
# c:\oss\winpt\src\wptFileStatDlg.cpp:124
# c:\oss\winpt\src\wptMainProc.cpp:387 c:\oss\winpt\src\wptMainProc.cpp:526
-#: Src/wptFileManager.cpp:106 Src/wptFileManager.cpp:128
-#: Src/wptFileManager.cpp:134 Src/wptFileManager.cpp:173
-#: Src/wptFileManager.cpp:298 Src/wptFileManager.cpp:662
-#: Src/wptFileManager.cpp:807 Src/wptFileManager.cpp:922
-#: Src/wptFileManager.cpp:1503 Src/wptFileManager.cpp:1530
-#: Src/wptFileManager.cpp:1549 Src/wptFileManager.cpp:1800
-#: Src/wptFileManager.cpp:1862 Src/wptFileManagerDlg.cpp:522
-#: Src/wptFileManagerDlg.cpp:623 Src/wptFileStatDlg.cpp:152
-#: Src/wptMainProc.cpp:402 Src/wptMDSumDlg.cpp:181
+#: Src/wptFileManager.cpp:107 Src/wptFileManager.cpp:129
+#: Src/wptFileManager.cpp:135 Src/wptFileManager.cpp:174
+#: Src/wptFileManager.cpp:299 Src/wptFileManager.cpp:663
+#: Src/wptFileManager.cpp:808 Src/wptFileManager.cpp:923
+#: Src/wptFileManager.cpp:1473 Src/wptFileManager.cpp:1500
+#: Src/wptFileManager.cpp:1519 Src/wptFileManager.cpp:1771
+#: Src/wptFileManager.cpp:1833 Src/wptFileManagerDlg.cpp:536
+#: Src/wptFileManagerDlg.cpp:635 Src/wptFileStatDlg.cpp:152
+#: Src/wptMainProc.cpp:404 Src/wptMDSumDlg.cpp:181
msgid "File Manager"
msgstr "t@C}l[W["
# c:\oss\winpt\src\wptFileManager.cpp:102
-#: Src/wptFileManager.cpp:129
+#: Src/wptFileManager.cpp:130
#, c-format
msgid ""
"\"%s\" has read-only attribute.\n"
@@ -1339,12 +1335,12 @@
"®«ðÊÉÝèµÜ·©H"
# c:\oss\winpt\src\wptCardDlg.cpp:317
-#: Src/wptFileManager.cpp:133
+#: Src/wptFileManager.cpp:134
msgid "Could not reset file attribute to normal."
msgstr "t@C®«ðÊÉu«¼·±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptFileManager.cpp:137
-#: Src/wptFileManager.cpp:169
+#: Src/wptFileManager.cpp:170
msgid ""
"Multi-Media files are already compressed, GPG would compress\n"
"them anyway and this costs a lot of time.\n"
@@ -1360,8 +1356,8 @@
# c:\oss\winpt\src\wptFileManager.cpp:179
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:810
# c:\oss\winpt\src\wptVerifyList.cpp:76 c:\oss\winpt\src\wptVerifyList.cpp:84
-#: Src/wptFileManager.cpp:381 Src/wptKeyEditDlgs.cpp:1080
-#: Src/wptVerifyList.cpp:108
+#: Src/wptFileManager.cpp:382 Src/wptKeyEditDlgs.cpp:1101
+#: Src/wptVerifyList.cpp:161
msgid "Status"
msgstr "óµ"
@@ -1369,24 +1365,24 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:919
# c:\oss\winpt\src\wptKeyRevokersDlg.cpp:43
# c:\oss\winpt\src\wptMDSumDlg.cpp:53 c:\oss\winpt\src\wptVerifyList.cpp:75
-#: Src/wptFileManager.cpp:382 Src/wptKeyEditDlgs.cpp:1172
+#: Src/wptFileManager.cpp:383 Src/wptKeyEditDlgs.cpp:1193
#: Src/wptKeyRevokersDlg.cpp:57 Src/wptMDSumDlg.cpp:104
-#: Src/wptVerifyList.cpp:107
+#: Src/wptVerifyList.cpp:160
msgid "Name"
msgstr "¼O"
# c:\oss\winpt\src\wptFileManager.cpp:181
-#: Src/wptFileManager.cpp:383
+#: Src/wptFileManager.cpp:384
msgid "Operation"
msgstr "ì"
# c:\oss\winpt\src\wptFileManager.cpp:503
-#: Src/wptFileManager.cpp:661
+#: Src/wptFileManager.cpp:662
msgid "Please select a file."
msgstr "t@CðIñž³¢B"
# c:\oss\winpt\src\wptGPG.cpp:783
-#: Src/wptFileManager.cpp:808
+#: Src/wptFileManager.cpp:809
#, c-format
msgid ""
"\"%s\" does not seems to be a text file.\n"
@@ -1396,25 +1392,25 @@
"±êð{É'clearsign'µÜ·©H"
# c:\oss\winpt\src\wptFileManager.cpp:704
-#: Src/wptFileManager.cpp:923
+#: Src/wptFileManager.cpp:924
#, c-format
msgid "\"%s\" does not exist"
msgstr "%s ªù¶µÜ¹ñB"
# c:\oss\winpt\src\wptFileManager.cpp:779
# c:\oss\winpt\src\wptFileStatDlg.cpp:225
-#: Src/wptFileManager.cpp:1006 Src/wptFileStatDlg.cpp:274
+#: Src/wptFileManager.cpp:1007 Src/wptFileStatDlg.cpp:274
#: Src/wptFileStatDlg.cpp:281
msgid "File Status"
msgstr "t@CÌóÔ"
# c:\oss\winpt\src\wptFileManager.cpp:825
-#: Src/wptFileManager.cpp:1050
+#: Src/wptFileManager.cpp:1051
msgid "Enter filename for encrypted file"
msgstr "ûµ½t@CɼOðü͵ľ³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:837
-#: Src/wptFileManager.cpp:1079
+#: Src/wptFileManager.cpp:1080
msgid "Could not get default secret key."
msgstr "Kè駮ðæ¾·é±ÆªÅ«Ü¹ñŵ½B"
@@ -1423,17 +1419,17 @@
# c:\oss\winpt\src\wptFileManagerDlg.cpp:296
# c:\oss\winpt\src\wptFileManagerDlg.cpp:403
# c:\oss\winpt\src\wptMainProc.cpp:211 c:\oss\winpt\src\wptMainProc.cpp:410
-#: Src/wptFileManager.cpp:1110 Src/wptFileManager.cpp:1454
-#: Src/wptFileManagerDlg.cpp:574 Src/wptMainProc.cpp:200
-#: Src/wptMainProc.cpp:412 Src/wptMainProc.cpp:419
+#: Src/wptFileManager.cpp:1111 Src/wptFileManager.cpp:1423
+#: Src/wptFileManagerDlg.cpp:588 Src/wptMainProc.cpp:200
+#: Src/wptMainProc.cpp:414 Src/wptMainProc.cpp:421
msgid "Sign"
msgstr "¼"
# c:\oss\winpt\src\wptFileManager.cpp:868
# c:\oss\winpt\src\wptFileManagerDlg.cpp:401
# c:\oss\winpt\src\wptMainProc.cpp:403 c:\oss\winpt\src\wptMainProc.cpp:407
-#: Src/wptFileManager.cpp:1123 Src/wptFileManagerDlg.cpp:572
-#: Src/wptMainProc.cpp:411 Src/wptMainProc.cpp:416
+#: Src/wptFileManager.cpp:1124 Src/wptFileManagerDlg.cpp:586
+#: Src/wptMainProc.cpp:413 Src/wptMainProc.cpp:418
msgid "Encrypt"
msgstr "öJû"
@@ -1441,63 +1437,36 @@
# c:\oss\winpt\src\wptFileManager.cpp:914
# c:\oss\winpt\src\wptFileManager.cpp:919
# c:\oss\winpt\src\wptMainProc.cpp:401
-#: Src/wptFileManager.cpp:1150 Src/wptFileManager.cpp:1183
-#: Src/wptFileManager.cpp:1188 Src/wptMainProc.cpp:410
+#: Src/wptFileManager.cpp:1151 Src/wptFileManager.cpp:1184
+#: Src/wptFileManager.cpp:1189 Src/wptMainProc.cpp:412
msgid "Symmetric"
msgstr "¤Êû"
# c:\oss\winpt\src\wptFileManager.cpp:919
-#: Src/wptFileManager.cpp:1188
+#: Src/wptFileManager.cpp:1189
msgid "Encryption failed."
msgstr "ÃɸsµÜµ½B"
-# c:\oss\winpt\src\wptFileManager.cpp:1019
-#: Src/wptFileManager.cpp:1218
-msgid "Good signature"
-msgstr "Løȼ"
-
-# c:\oss\winpt\src\wptFileManager.cpp:1019
-#: Src/wptFileManager.cpp:1218
-msgid "BAD signature"
-msgstr "«¢¼"
-
-# c:\oss\winpt\src\wptClipDecryptDlg.cpp:188
-#: Src/wptFileManager.cpp:1229
-#, c-format
-msgid ""
-"Signature made %s using %s key ID %s\n"
-"%s from \"%s\"\n"
-"%s"
-msgstr ""
-"¼ª %sð쬵ܵ½Bgpµ½%s L[ ID %s\n"
-"%s ©ç \"%s\"\n"
-"%s"
-
-# c:\oss\winpt\src\wptMainProc.cpp:405 c:\oss\winpt\src\wptMainProc.cpp:409
-#: Src/wptFileManager.cpp:1234
-msgid "Decrypt Verify"
-msgstr "/mF"
-
# c:\oss\winpt\src\wptFileManager.cpp:963
-#: Src/wptFileManager.cpp:1312
+#: Src/wptFileManager.cpp:1280
msgid "Choose Filename for Output"
msgstr "oÍt@C¼ðIñž³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:980
-#: Src/wptFileManager.cpp:1321
+#: Src/wptFileManager.cpp:1289
msgid "Please enter filename for plaintext file"
msgstr "v[eLXpÌgt@C¼ðü͵ľ³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:1006
# c:\oss\winpt\src\wptFileManager.cpp:1011
# c:\oss\winpt\src\wptFileManagerDlg.cpp:402
-#: Src/wptFileManager.cpp:1363 Src/wptFileManager.cpp:1382
-#: Src/wptFileManagerDlg.cpp:573
+#: Src/wptFileManager.cpp:1331 Src/wptFileManager.cpp:1351
+#: Src/wptFileManagerDlg.cpp:587
msgid "Decrypt"
msgstr ""
# c:\oss\winpt\src\wptErrors.cpp:71
-#: Src/wptFileManager.cpp:1369
+#: Src/wptFileManager.cpp:1337
#, c-format
msgid ""
"Decryption failed.\n"
@@ -1506,7 +1475,7 @@
"ª¸sµÜµ½B\n"
"%s: t@Cªù¶µÜ¹ñB"
-#: Src/wptFileManager.cpp:1383
+#: Src/wptFileManager.cpp:1352
#, c-format
msgid ""
"The original file name is '%s'.\n"
@@ -1518,32 +1487,32 @@
"±êð '%s' ÌãíèÉ{ÉgpµÜ·©?"
# c:\oss\winpt\src\wptFileManager.cpp:1068
-#: Src/wptFileManager.cpp:1431
+#: Src/wptFileManager.cpp:1400
msgid "Enter filename for signed file"
msgstr "¼µ½t@CɼOðü͵ľ³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:1165
-#: Src/wptFileManager.cpp:1529
+#: Src/wptFileManager.cpp:1499
msgid "Could not find detached signature in the clipboard."
msgstr "Nbv{[hÉæèoµ½¼ð©Â¯é±Æªoܹñŵ½B"
# c:\oss\winpt\src\wptFileManager.cpp:1184
-#: Src/wptFileManager.cpp:1549
+#: Src/wptFileManager.cpp:1519
msgid "No files to check."
msgstr "`FbN·ét@Cª èܹñB"
# c:\oss\winpt\src\wptFileManager.cpp:1212
-#: Src/wptFileManager.cpp:1566
+#: Src/wptFileManager.cpp:1536
msgid "Select Data File"
msgstr "f[^t@CðIÔ"
# c:\oss\winpt\src\wptFileManager.cpp:1212
-#: Src/wptFileManager.cpp:1568
+#: Src/wptFileManager.cpp:1538
msgid "Selected Output File"
msgstr "Iðµ½oÍt@C"
# c:\oss\winpt\src\wptFileManager.cpp:1218
-#: Src/wptFileManager.cpp:1596
+#: Src/wptFileManager.cpp:1567
msgid "Invalid file name. Exit"
msgstr "³øÈt@C¼BI¹"
@@ -1558,8 +1527,8 @@
# c:\oss\winpt\src\wptImportList.cpp:220
# c:\oss\winpt\src\wptKeyManager.cpp:516
# c:\oss\winpt\src\wptKeyserverDlg.cpp:150
-#: Src/wptFileManager.cpp:1694 Src/wptFileManager.cpp:1705
-#: Src/wptFileManagerDlg.cpp:243 Src/wptImportList.cpp:404
+#: Src/wptFileManager.cpp:1665 Src/wptFileManager.cpp:1676
+#: Src/wptFileManagerDlg.cpp:257 Src/wptImportList.cpp:404
#: Src/wptImportList.cpp:410 Src/wptImportList.cpp:420
#: Src/wptImportList.cpp:428 Src/wptImportList.cpp:437
#: Src/wptKeyManager.cpp:460 Src/wptKeyManager.cpp:471
@@ -1569,7 +1538,7 @@
# c:\oss\winpt\src\wptFileManager.cpp:1285
# c:\oss\winpt\src\wptKeyManager.cpp:513
-#: Src/wptFileManager.cpp:1702
+#: Src/wptFileManager.cpp:1673
msgid ""
"Key without a self signature was dectected!\n"
"(This key is NOT usable for encryption, etc)\n"
@@ -1585,7 +1554,7 @@
# c:\oss\winpt\src\wptKeyManager.cpp:262
# c:\oss\winpt\src\wptKeyManager.cpp:294
# c:\oss\winpt\src\wptKeyManager.cpp:340
-#: Src/wptFileManager.cpp:1728 Src/wptKeyManager.cpp:264
+#: Src/wptFileManager.cpp:1699 Src/wptKeyManager.cpp:264
#: Src/wptKeyManager.cpp:307 Src/wptKeyManager.cpp:342
msgid "No key was selected for export."
msgstr "GLX|[g·é½ßÌL[ªIð³êÄܹñB"
@@ -1593,7 +1562,7 @@
# c:\oss\winpt\src\wptFileManager.cpp:1309
# c:\oss\winpt\src\wptFileManager.cpp:1335
# c:\oss\winpt\src\wptKeyserverDlg.cpp:79
-#: Src/wptFileManager.cpp:1728 Src/wptFileManager.cpp:1751
+#: Src/wptFileManager.cpp:1699 Src/wptFileManager.cpp:1722
#: Src/wptKeyserverDlg.cpp:90
msgid "Export"
msgstr "GLX|[g"
@@ -1601,8 +1570,8 @@
# c:\oss\winpt\src\wptFileManager.cpp:1327
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1106
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1138
-#: Src/wptFileManager.cpp:1736 Src/wptKeyManagerDlg.cpp:1711
-#: Src/wptKeyManagerDlg.cpp:1743
+#: Src/wptFileManager.cpp:1707 Src/wptKeyManagerDlg.cpp:1750
+#: Src/wptKeyManagerDlg.cpp:1782
msgid "Choose Name for Key File"
msgstr "L[t@CɼOðIð·éB"
@@ -1611,77 +1580,77 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1113
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1177
# c:\oss\winpt\src\wptKeyserverDlg.cpp:90
-#: Src/wptFileManager.cpp:1755 Src/wptKeyEditDlgs.cpp:1060
-#: Src/wptKeyEditDlgs.cpp:1333 Src/wptKeyEditDlgs.cpp:1406
+#: Src/wptFileManager.cpp:1726 Src/wptKeyEditDlgs.cpp:1081
+#: Src/wptKeyEditDlgs.cpp:1354 Src/wptKeyEditDlgs.cpp:1427
#: Src/wptKeyserverDlg.cpp:102
msgid "GnuPG status"
msgstr "GnuPGÌóÔ"
# c:\oss\winpt\src\wptFileManager.cpp:1339
-#: Src/wptFileManager.cpp:1755
+#: Src/wptFileManager.cpp:1726
#, c-format
msgid "Finished (Output: %s)"
msgstr "I¹µÜµ½ (oÍ: %s)"
# c:\oss\winpt\src\wptFileManager.cpp:1381
-#: Src/wptFileManager.cpp:1801
+#: Src/wptFileManager.cpp:1772
#, c-format
msgid "%s: no valid OpenPGP data found."
msgstr "%s: LøÈOpenPGPf[^ª©Â©èܹñŵ½B"
-#: Src/wptFileManager.cpp:1861
+#: Src/wptFileManager.cpp:1832
msgid "Encrypting into a ZIP archive makes sense with multiple files"
msgstr "½Ìt@CðZipA[JCuÉû·é±ÆªÇ¢±ÆÅ·B"
# c:\oss\winpt\src\wptFileManager.cpp:963
-#: Src/wptFileManager.cpp:1866
+#: Src/wptFileManager.cpp:1837
msgid "Choose File Name for Output"
msgstr "oÍt@C¼ðIñž³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:1450
-#: Src/wptFileManager.cpp:1936
+#: Src/wptFileManager.cpp:1907
msgid "Choose a Name for the Archive"
msgstr "A[JCuɼOðIñž³¢B"
# c:\oss\winpt\src\wptFileManager.cpp:1453
-#: Src/wptFileManager.cpp:1939
+#: Src/wptFileManager.cpp:1910
msgid "Invalid archive name. Exit."
msgstr "³øÈA[JCu¼BI¹B"
# c:\oss\winpt\src\wptFileManager.cpp:1453
# c:\oss\winpt\src\wptFileManager.cpp:1464
-#: Src/wptFileManager.cpp:1939 Src/wptFileManager.cpp:1946
+#: Src/wptFileManager.cpp:1910 Src/wptFileManager.cpp:1917
msgid "Encrypt Directory"
msgstr "ûfBNg"
# c:\oss\winpt\src\wptFileManager.cpp:1464
-#: Src/wptFileManager.cpp:1946
+#: Src/wptFileManager.cpp:1917
msgid "Could not create zip archive."
msgstr "³kA[JCuð쬷é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:69
# c:\oss\winpt\src\wptFileManagerDlg.cpp:129
-#: Src/wptFileManagerDlg.cpp:77 Src/wptFileManagerDlg.cpp:145
+#: Src/wptFileManagerDlg.cpp:91 Src/wptFileManagerDlg.cpp:159
msgid "File Encrypt"
msgstr "t@CÌû"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:70
# c:\oss\winpt\src\wptFileManagerDlg.cpp:247
-#: Src/wptFileManagerDlg.cpp:78 Src/wptFileManagerDlg.cpp:280
+#: Src/wptFileManagerDlg.cpp:92 Src/wptFileManagerDlg.cpp:294
msgid "&Text Output"
msgstr "eLXgoÍ(&T)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:71
-#: Src/wptFileManagerDlg.cpp:79
+#: Src/wptFileManagerDlg.cpp:93
msgid "&Wipe Original"
msgstr "´{ðí·é(&W)"
-#: Src/wptFileManagerDlg.cpp:80
+#: Src/wptFileManagerDlg.cpp:94
msgid "Anonymize (throw keyid)"
msgstr "½¼É·é(L[IDð³ø»É·é)"
# c:\oss\winpt\src\wptClipSignEncDlg.cpp:71
-#: Src/wptFileManagerDlg.cpp:81
+#: Src/wptFileManagerDlg.cpp:95
msgid "&Select Key for signing"
msgstr "¼pÌL[ðIð·é(&S)"
@@ -1689,43 +1658,43 @@
# c:\oss\winpt\src\wptGPGOptDlg.cpp:79 c:\oss\winpt\src\wptGPGOptDlg.cpp:83
# c:\oss\winpt\src\wptGPGOptDlg.cpp:90 c:\oss\winpt\src\wptGPGOptDlg.cpp:96
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:580
-#: Src/wptFileManagerDlg.cpp:82 Src/wptFileManagerDlg.cpp:285
-#: Src/wptKeyManagerDlg.cpp:956
+#: Src/wptFileManagerDlg.cpp:96 Src/wptFileManagerDlg.cpp:299
+#: Src/wptKeyManagerDlg.cpp:957
msgid "Options"
msgstr "IvV"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:128
-#: Src/wptFileManagerDlg.cpp:144
+#: Src/wptFileManagerDlg.cpp:158
msgid "Please select at least one recipient."
msgstr "ÈÄàêlÌóMÒðIñž³¢B"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:190
# c:\oss\winpt\src\wptKeyManager.cpp:408
-#: Src/wptFileManagerDlg.cpp:202 Src/wptFileStatDlg.cpp:281
+#: Src/wptFileManagerDlg.cpp:216 Src/wptFileStatDlg.cpp:281
#: Src/wptKeyManager.cpp:424
msgid "No valid OpenPGP data found."
msgstr "LøÈOpenPGPf[^ª©Â©èܹñŵ½B"
# c:\oss\winpt\src\wptClipImportDlg.cpp:180
# c:\oss\winpt\src\wptKeyManager.cpp:427
-#: Src/wptFileManagerDlg.cpp:202 Src/wptFileManagerDlg.cpp:216
+#: Src/wptFileManagerDlg.cpp:216 Src/wptFileManagerDlg.cpp:230
#: Src/wptKeyManager.cpp:449
msgid "Key Import"
msgstr "L[ÌC|[g"
-#: Src/wptFileManagerDlg.cpp:207
+#: Src/wptFileManagerDlg.cpp:221
#, c-format
msgid "%s contain(s) %d key(s)."
msgstr "%s ÉÍ %d L[ª èÜ·B"
# c:\oss\winpt\src\wptOwnertrustDlg.cpp:41
-#: Src/wptFileManagerDlg.cpp:211 Src/wptFileManagerDlg.cpp:491
-#: Src/wptKeyManagerDlg.cpp:929 Src/wptOwnertrustDlg.cpp:98
+#: Src/wptFileManagerDlg.cpp:225 Src/wptFileManagerDlg.cpp:505
+#: Src/wptKeyManagerDlg.cpp:930 Src/wptOwnertrustDlg.cpp:98
msgid "File"
msgstr "t@C"
# c:\oss\winpt\src\wptClipImportDlg.cpp:219
-#: Src/wptFileManagerDlg.cpp:240
+#: Src/wptFileManagerDlg.cpp:254
msgid ""
"Some of the imported keys are secret keys.\n"
"\n"
@@ -1738,27 +1707,27 @@
"L[®«_COðpµÄÝè·é׫ŷB"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:246
-#: Src/wptFileManagerDlg.cpp:279 Src/wptFileManagerDlg.cpp:331
+#: Src/wptFileManagerDlg.cpp:293 Src/wptFileManagerDlg.cpp:345
msgid "File Sign"
msgstr "¼t@C"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:248
-#: Src/wptFileManagerDlg.cpp:281
+#: Src/wptFileManagerDlg.cpp:295
msgid "&Normal Signature"
msgstr "Êȼ(&N)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:249
-#: Src/wptFileManagerDlg.cpp:282
+#: Src/wptFileManagerDlg.cpp:296
msgid "&Detached Signature"
msgstr "f^b`h¼(&D)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:250
-#: Src/wptFileManagerDlg.cpp:283
+#: Src/wptFileManagerDlg.cpp:297
msgid "&Cleartext Signature"
msgstr "½ª¼(&C)"
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:136
-#: Src/wptFileManagerDlg.cpp:284
+#: Src/wptFileManagerDlg.cpp:298
msgid "Signature mode"
msgstr "¼Ì[h"
@@ -1778,48 +1747,48 @@
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1097
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1115
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:115
-#: Src/wptFileManagerDlg.cpp:331 Src/wptKeyEditDlgs.cpp:1305
-#: Src/wptKeyEditDlgs.cpp:1356 Src/wptKeyEditDlgs.cpp:1432
+#: Src/wptFileManagerDlg.cpp:345 Src/wptKeyEditDlgs.cpp:1326
+#: Src/wptKeyEditDlgs.cpp:1377 Src/wptKeyEditDlgs.cpp:1453
#: Src/wptKeyManager.cpp:683 Src/wptKeyManager.cpp:784
-#: Src/wptKeyManager.cpp:818 Src/wptKeyManagerDlg.cpp:1519
-#: Src/wptKeyManagerDlg.cpp:1535 Src/wptKeyManagerDlg.cpp:1563
-#: Src/wptKeyManagerDlg.cpp:1579 Src/wptKeyManagerDlg.cpp:1594
-#: Src/wptKeyManagerDlg.cpp:1701 Src/wptKeyManagerDlg.cpp:1720
-#: Src/wptKeyserverSearchDlg.cpp:127
+#: Src/wptKeyManager.cpp:818 Src/wptKeyManagerDlg.cpp:1558
+#: Src/wptKeyManagerDlg.cpp:1574 Src/wptKeyManagerDlg.cpp:1602
+#: Src/wptKeyManagerDlg.cpp:1618 Src/wptKeyManagerDlg.cpp:1633
+#: Src/wptKeyManagerDlg.cpp:1740 Src/wptKeyManagerDlg.cpp:1759
+#: Src/wptKeyserverSearchDlg.cpp:143
msgid "Please select a key."
msgstr "L[ðIñž³¢B"
-#: Src/wptFileManagerDlg.cpp:391
+#: Src/wptFileManagerDlg.cpp:405
msgid "0 Objects marked"
msgstr "[IuWFNgª}[N³êܵ½B"
-#: Src/wptFileManagerDlg.cpp:395
+#: Src/wptFileManagerDlg.cpp:409
#, c-format
msgid "%d Object(s) marked"
msgstr "%d IuWFNgª}[N³êܵ½B"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:350
-#: Src/wptFileManagerDlg.cpp:489 Src/wptMainProc.cpp:540
+#: Src/wptFileManagerDlg.cpp:503 Src/wptMainProc.cpp:542
msgid "File Manager (use drag & drop to add files)"
msgstr "t@C}l[W[(hbOEAhEhbvðgpµÄÇÁ·é)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:573
-#: Src/wptFileManagerDlg.cpp:492 Src/wptKeyManagerDlg.cpp:930
-#: Src/wptKeyManagerDlg.cpp:935 Src/wptKeyManagerDlg.cpp:946
+#: Src/wptFileManagerDlg.cpp:506 Src/wptKeyManagerDlg.cpp:931
+#: Src/wptKeyManagerDlg.cpp:936 Src/wptKeyManagerDlg.cpp:947
msgid "Edit"
msgstr "ÒW"
-#: Src/wptFileManagerDlg.cpp:493 Src/wptKeyManagerDlg.cpp:931
+#: Src/wptFileManagerDlg.cpp:507 Src/wptKeyManagerDlg.cpp:932
msgid "View"
msgstr "r
["
# c:\oss\winpt\src\wptFileManagerDlg.cpp:354
-#: Src/wptFileManagerDlg.cpp:494
+#: Src/wptFileManagerDlg.cpp:508
msgid "&Open..."
msgstr "J(&O)..."
# c:\oss\winpt\src\wptFileManagerDlg.cpp:355
-#: Src/wptFileManagerDlg.cpp:495
+#: Src/wptFileManagerDlg.cpp:509
msgid "&Encrypt"
msgstr "û(&E)"
@@ -1829,71 +1798,71 @@
# c:\oss\winpt\src\wptClipEncryptDlg.cpp:134
# c:\oss\winpt\src\wptClipEncryptDlg.cpp:168
# c:\oss\winpt\src\wptMainProc.cpp:153 c:\oss\winpt\src\wptMainProc.cpp:223
-#: Src/wptFileManagerDlg.cpp:496 Src/wptFileManagerDlg.cpp:571
+#: Src/wptFileManagerDlg.cpp:510 Src/wptFileManagerDlg.cpp:585
msgid "Encrypt into ZIP"
msgstr "ZIPÉû·é"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:356
-#: Src/wptFileManagerDlg.cpp:497
+#: Src/wptFileManagerDlg.cpp:511
msgid "&Decrypt"
msgstr "(&D)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:357
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:574
-#: Src/wptFileManagerDlg.cpp:498 Src/wptKeyManagerDlg.cpp:947
-#: Src/wptKeyManagerDlg.cpp:995
+#: Src/wptFileManagerDlg.cpp:512 Src/wptKeyManagerDlg.cpp:948
+#: Src/wptKeyManagerDlg.cpp:996
msgid "&Sign"
msgstr "¼(&S)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:358
# c:\oss\winpt\src\wptFileManagerDlg.cpp:404
# c:\oss\winpt\src\wptMainProc.cpp:404 c:\oss\winpt\src\wptMainProc.cpp:408
-#: Src/wptFileManagerDlg.cpp:499 Src/wptFileManagerDlg.cpp:575
-#: Src/wptMainProc.cpp:413 Src/wptMainProc.cpp:417
+#: Src/wptFileManagerDlg.cpp:513 Src/wptFileManagerDlg.cpp:589
+#: Src/wptMainProc.cpp:415 Src/wptMainProc.cpp:419
msgid "Sign && Encrypt"
msgstr "¼yÑû"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:359
-#: Src/wptFileManagerDlg.cpp:500
+#: Src/wptFileManagerDlg.cpp:514
msgid "&Verify"
msgstr "mF·é(&V)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:361
-#: Src/wptFileManagerDlg.cpp:501
+#: Src/wptFileManagerDlg.cpp:515
msgid "S&ymmetric"
msgstr "¤Êû(&Y)"
# c:\oss\winpt\src\wptClipImportDlg.cpp:181
# c:\oss\winpt\src\wptFileManagerDlg.cpp:362
-#: Src/wptFileManagerDlg.cpp:502
+#: Src/wptFileManagerDlg.cpp:516
msgid "&Import"
msgstr "C|[g(&I)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:363
-#: Src/wptFileManagerDlg.cpp:503
+#: Src/wptFileManagerDlg.cpp:517
msgid "E&xport"
msgstr "GNX|[g(&X)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:364
# c:\oss\winpt\src\wptMainProc.cpp:400
-#: Src/wptFileManagerDlg.cpp:504 Src/wptMainProc.cpp:409
+#: Src/wptFileManagerDlg.cpp:518 Src/wptMainProc.cpp:411
msgid "Exit"
msgstr "I¹"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:575
-#: Src/wptFileManagerDlg.cpp:505
+#: Src/wptFileManagerDlg.cpp:519
msgid "&Reset"
msgstr "ú»(&R)"
-#: Src/wptFileManagerDlg.cpp:506
+#: Src/wptFileManagerDlg.cpp:520
msgid "Always on Top"
msgstr "¢ÂàÅOÊ"
-#: Src/wptFileManagerDlg.cpp:507
+#: Src/wptFileManagerDlg.cpp:521
msgid "&Paste"
msgstr "Íèt¯(&P)"
-#: Src/wptFileManagerDlg.cpp:508
+#: Src/wptFileManagerDlg.cpp:522
msgid "&Select All"
msgstr "SÄðIð·é(&S)"
@@ -1917,67 +1886,67 @@
# c:\oss\winpt\src\wptPreferencesDlg.cpp:270
# c:\oss\winpt\src\wptPreferencesDlg.cpp:317
# c:\oss\winpt\src\wptRegistry.cpp:492
-#: Src/wptFileManagerDlg.cpp:509
+#: Src/wptFileManagerDlg.cpp:523
msgid "&Preferences"
msgstr "JX^Ýè(&P)"
-#: Src/wptFileManagerDlg.cpp:510 Src/wptFileManagerDlg.cpp:578
+#: Src/wptFileManagerDlg.cpp:524 Src/wptFileManagerDlg.cpp:592
msgid "Send as Mail"
msgstr "[ƵÄM·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:577
-#: Src/wptFileManagerDlg.cpp:511
+#: Src/wptFileManagerDlg.cpp:525
msgid "&List Packets"
msgstr "pPbgÌêÐå¤(&L)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:360
-#: Src/wptFileManagerDlg.cpp:513
+#: Src/wptFileManagerDlg.cpp:527
msgid "&Wipe"
msgstr "í(&W)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:406
-#: Src/wptFileManagerDlg.cpp:577
+#: Src/wptFileManagerDlg.cpp:591
msgid "Wipe"
msgstr "æèÁµ"
-#: Src/wptFileManagerDlg.cpp:579
+#: Src/wptFileManagerDlg.cpp:593
msgid "List Packets"
msgstr "pPbgðXg·é"
# c:\oss\winpt\src\wptMDSumDlg.cpp:52
-#: Src/wptFileManagerDlg.cpp:607
+#: Src/wptFileManagerDlg.cpp:623
msgid "&Calc Digest"
msgstr "_CWFXgðvZ·é(&C)"
-#: Src/wptFileManagerDlg.cpp:622
+#: Src/wptFileManagerDlg.cpp:634
msgid "This command requires admin privileges.\n"
msgstr ""
# c:\oss\winpt\src\wptKeysigDlg.cpp:82
-#: Src/wptFileManagerDlg.cpp:771
+#: Src/wptFileManagerDlg.cpp:783
msgid "Are you sure you want to secure delete these files?"
msgstr "{ɱêçÌt@CðÀSíµÜ·©Hn"
-#: Src/wptFileManagerDlg.cpp:772 Src/wptMainProc.cpp:100
+#: Src/wptFileManagerDlg.cpp:784 Src/wptMainProc.cpp:100
msgid "&Yes"
msgstr "Í¢(&Y)"
-#: Src/wptFileManagerDlg.cpp:773 Src/wptMainProc.cpp:101
+#: Src/wptFileManagerDlg.cpp:785 Src/wptMainProc.cpp:101
msgid "&No"
msgstr "¢¢¦(&N)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:550
-#: Src/wptFileManagerDlg.cpp:816
+#: Src/wptFileManagerDlg.cpp:828
msgid "Operation Status: Error"
msgstr "ìóµFG["
# c:\oss\winpt\src\wptFileManagerDlg.cpp:550
-#: Src/wptFileManagerDlg.cpp:817
+#: Src/wptFileManagerDlg.cpp:829
msgid "Operation Status: Done."
msgstr "ìóµF®¹B"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:573
-#: Src/wptFileManagerDlg.cpp:860
+#: Src/wptFileManagerDlg.cpp:872
#, c-format
msgid ""
"Total Capacity: %12sk\n"
@@ -2018,12 +1987,12 @@
msgstr "I¹µÜµ½B"
# c:\oss\winpt\src\wptFileVerifyDlg.cpp:49
-#: Src/wptFileVerifyDlg.cpp:51
+#: Src/wptFileVerifyDlg.cpp:50
msgid "File Verify"
msgstr "t@CÌmF"
# c:\oss\winpt\src\wptKeyRevokersDlg.cpp:123
-#: Src/wptFileVerifyDlg.cpp:80
+#: Src/wptFileVerifyDlg.cpp:81
msgid "Do you want to retrieve the key?"
msgstr "L[ðæèoµ½¢Å·©H"
@@ -2064,7 +2033,7 @@
# c:\oss\winpt\src\wptGPG.cpp:178 c:\oss\winpt\src\wptGPG.cpp:742
# c:\oss\winpt\src\wptGPG.cpp:1029 c:\oss\winpt\src\wptGPG.cpp:1038
-#: Src/wptGPG.cpp:847 Src/wptGPG.cpp:1128 Src/wptGPG.cpp:1137
+#: Src/wptGPG.cpp:847 Src/wptGPG.cpp:1130 Src/wptGPG.cpp:1139
msgid "GPG Error"
msgstr "GPGG["
@@ -2112,11 +2081,11 @@
#: Src/wptGPGPrefsDlg.cpp:228 Src/wptGPGPrefsDlg.cpp:234
#: Src/wptGPGPrefsDlg.cpp:239 Src/wptGPGPrefsDlg.cpp:244
#: Src/wptGPGPrefsDlg.cpp:250 Src/wptGPGPrefsDlg.cpp:264
-#: Src/wptKeyEditDlgs.cpp:1724 Src/wptKeyManagerDlg.cpp:957
-#: Src/wptMainProc.cpp:429 Src/wptPreferencesDlg.cpp:215
-#: Src/wptPreferencesDlg.cpp:260 Src/wptPreferencesDlg.cpp:272
-#: Src/wptPreferencesDlg.cpp:284 Src/wptPreferencesDlg.cpp:315
-#: Src/wptRegistry.cpp:591
+#: Src/wptKeyEditDlgs.cpp:1745 Src/wptKeyManagerDlg.cpp:958
+#: Src/wptMainProc.cpp:431 Src/wptPreferencesDlg.cpp:225
+#: Src/wptPreferencesDlg.cpp:270 Src/wptPreferencesDlg.cpp:282
+#: Src/wptPreferencesDlg.cpp:295 Src/wptPreferencesDlg.cpp:326
+#: Src/wptRegistry.cpp:596
msgid "Preferences"
msgstr "JX^Ýè"
@@ -2161,7 +2130,7 @@
msgstr "âé§L[Oð㫵ܷ©H"
# c:\oss\winpt\src\wptGPG.cpp:942 c:\oss\winpt\src\wptGPG.cpp:1004
-#: Src/wptGPG.cpp:998 Src/wptGPG.cpp:1087 Src/wptGPG.cpp:1100
+#: Src/wptGPG.cpp:998 Src/wptGPG.cpp:1089 Src/wptGPG.cpp:1102
msgid "Backup"
msgstr "obNAbv"
@@ -2171,7 +2140,7 @@
msgid "Backup keyring \"%s\" failed"
msgstr "ȺÌobNAbvL[Oª \"%s\" ¸sµÜµ½B"
-#: Src/wptGPG.cpp:1088
+#: Src/wptGPG.cpp:1090
#, c-format
msgid ""
"The backup drive '%s' does not seems to accessable.\n"
@@ -2181,52 +2150,52 @@
"±¯éÌÉhCuð}üܽÍ`FbNµÄ¾³¢B"
# c:\oss\winpt\src\wptGPG.cpp:1004
-#: Src/wptGPG.cpp:1100
+#: Src/wptGPG.cpp:1102
#, c-format
msgid "Invalid backup mode %d"
msgstr "³øÈobNAbv[h %d"
# c:\oss\winpt\src\wptGPG.cpp:1029
-#: Src/wptGPG.cpp:1127
+#: Src/wptGPG.cpp:1129
msgid "No GPG error description available."
msgstr "GPGG[ÌÚ×Í èܹñB"
-#: Src/wptGPGME.cpp:313
+#: Src/wptGPGME.cpp:278
msgid "Error during verification process."
msgstr "mFiKÅG[ª¶µÜµ½B"
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:122
-#: Src/wptGPGME.cpp:314
+#: Src/wptGPGME.cpp:279
msgid "The signature is good."
msgstr "Løȼ"
# c:\oss\winpt\src\wptClipVerifyDlg.cpp:122
-#: Src/wptGPGME.cpp:315
+#: Src/wptGPGME.cpp:280
msgid "The signature is BAD!"
msgstr "³øȼ"
-#: Src/wptGPGME.cpp:316
+#: Src/wptGPGME.cpp:281
msgid "The signature could not be checked due to a missing key."
msgstr "ÈÈÁ½L[̽߼ª`FbNūܹñŵ½B"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:190
# c:\oss\winpt\src\wptKeyManager.cpp:408
-#: Src/wptGPGME.cpp:317
+#: Src/wptGPGME.cpp:282
msgid "No valid OpenPGP signature."
msgstr "LøÈOpenPGP¼ª èܹñB"
# c:\oss\winpt\src\wptKeysignDlg.cpp:232
-#: Src/wptGPGME.cpp:318
+#: Src/wptGPGME.cpp:283
msgid "Signature Error"
msgstr "¼G["
# c:\oss\winpt\src\wptKeysignDlg.cpp:232
-#: Src/wptGPGME.cpp:319
+#: Src/wptGPGME.cpp:284
msgid "Good Signature (Expired Key)"
msgstr "LøȼiúÀØêL[j"
# c:\oss\winpt\src\wptFileManager.cpp:1019
-#: Src/wptGPGME.cpp:320
+#: Src/wptGPGME.cpp:285
msgid "Good Signature (Revoked Key)"
msgstr "Løȼi³øÈL[j"
@@ -2278,8 +2247,8 @@
# c:\oss\winpt\src\wptGPGPrefsDlg.cpp:61
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1071
# c:\oss\winpt\src\wptMainProc.cpp:572
-#: Src/wptGPGPrefsDlg.cpp:141 Src/wptKeyManagerDlg.cpp:1673
-#: Src/wptMainProc.cpp:588
+#: Src/wptGPGPrefsDlg.cpp:141 Src/wptKeyManagerDlg.cpp:1712
+#: Src/wptMainProc.cpp:590
msgid "GnuPG Preferences"
msgstr "GnuPGJX^Ýè"
@@ -2460,20 +2429,20 @@
#: Src/wptKeyManager.cpp:835 Src/wptKeyManager.cpp:892
#: Src/wptKeyManager.cpp:897 Src/wptKeyManager.cpp:953
#: Src/wptKeyManager.cpp:983 Src/wptKeyManager.cpp:1070
-#: Src/wptKeyManagerDlg.cpp:1179 Src/wptKeyManagerDlg.cpp:1192
-#: Src/wptKeyManagerDlg.cpp:1202 Src/wptKeyManagerDlg.cpp:1498
-#: Src/wptKeyManagerDlg.cpp:1520 Src/wptKeyManagerDlg.cpp:1535
-#: Src/wptKeyManagerDlg.cpp:1545 Src/wptKeyManagerDlg.cpp:1553
-#: Src/wptKeyManagerDlg.cpp:1563 Src/wptKeyManagerDlg.cpp:1569
-#: Src/wptKeyManagerDlg.cpp:1579 Src/wptKeyManagerDlg.cpp:1594
-#: Src/wptKeyManagerDlg.cpp:1611 Src/wptKeyManagerDlg.cpp:1643
-#: Src/wptKeyManagerDlg.cpp:1702 Src/wptKeyManagerDlg.cpp:1720
-#: Src/wptKeyManagerDlg.cpp:1725 Src/wptKeyManagerDlg.cpp:1730
-#: Src/wptKeyManagerDlg.cpp:1801 Src/wptKeyManagerDlg.cpp:1806
-#: Src/wptKeyManagerDlg.cpp:1939 Src/wptKeysigDlg.cpp:93
+#: Src/wptKeyManagerDlg.cpp:1218 Src/wptKeyManagerDlg.cpp:1231
+#: Src/wptKeyManagerDlg.cpp:1241 Src/wptKeyManagerDlg.cpp:1537
+#: Src/wptKeyManagerDlg.cpp:1559 Src/wptKeyManagerDlg.cpp:1574
+#: Src/wptKeyManagerDlg.cpp:1584 Src/wptKeyManagerDlg.cpp:1592
+#: Src/wptKeyManagerDlg.cpp:1602 Src/wptKeyManagerDlg.cpp:1608
+#: Src/wptKeyManagerDlg.cpp:1618 Src/wptKeyManagerDlg.cpp:1633
+#: Src/wptKeyManagerDlg.cpp:1650 Src/wptKeyManagerDlg.cpp:1682
+#: Src/wptKeyManagerDlg.cpp:1741 Src/wptKeyManagerDlg.cpp:1759
+#: Src/wptKeyManagerDlg.cpp:1764 Src/wptKeyManagerDlg.cpp:1769
+#: Src/wptKeyManagerDlg.cpp:1840 Src/wptKeyManagerDlg.cpp:1845
+#: Src/wptKeyManagerDlg.cpp:1978 Src/wptKeysigDlg.cpp:93
#: Src/wptKeysigDlg.cpp:105 Src/wptKeysigDlg.cpp:314 Src/wptKeysigDlg.cpp:387
-#: Src/wptKeysigDlg.cpp:397 Src/wptKeysigDlg.cpp:440 Src/wptMainProc.cpp:403
-#: Src/wptMainProc.cpp:551 Src/wptMainProc.cpp:559
+#: Src/wptKeysigDlg.cpp:397 Src/wptKeysigDlg.cpp:440 Src/wptMainProc.cpp:405
+#: Src/wptMainProc.cpp:553 Src/wptMainProc.cpp:561
msgid "Key Manager"
msgstr "L[}l[W["
@@ -2571,12 +2540,12 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1273
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1303
# c:\oss\winpt\src\wptKeysigDlg.cpp:191
-#: Src/wptImportList.cpp:266 Src/wptKeyEditDlgs.cpp:256
-#: Src/wptKeyEditDlgs.cpp:1145 Src/wptKeyEditDlgs.cpp:1197
-#: Src/wptKeyEditDlgs.cpp:1444 Src/wptKeyEditDlgs.cpp:1466
-#: Src/wptKeyEditDlgs.cpp:1505 Src/wptKeyEditDlgs.cpp:1538
-#: Src/wptKeyEditDlgs.cpp:1767 Src/wptKeylist.cpp:421 Src/wptKeylist.cpp:455
-#: Src/wptKeyPropsDlg.cpp:159 Src/wptKeysigDlg.cpp:144
+#: Src/wptImportList.cpp:266 Src/wptKeyEditDlgs.cpp:258
+#: Src/wptKeyEditDlgs.cpp:1166 Src/wptKeyEditDlgs.cpp:1218
+#: Src/wptKeyEditDlgs.cpp:1465 Src/wptKeyEditDlgs.cpp:1487
+#: Src/wptKeyEditDlgs.cpp:1526 Src/wptKeyEditDlgs.cpp:1559
+#: Src/wptKeyEditDlgs.cpp:1790 Src/wptKeylist.cpp:421 Src/wptKeylist.cpp:455
+#: Src/wptKeyPropsDlg.cpp:161 Src/wptKeysigDlg.cpp:144
#: Src/wptKeysigDlg.cpp:214
msgid "Revoked"
msgstr "³øÉÈèܵ½"
@@ -2586,9 +2555,9 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:886
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1141
# c:\oss\winpt\src\wptKeysigDlg.cpp:192
-#: Src/wptImportList.cpp:268 Src/wptKeyEditDlgs.cpp:258
-#: Src/wptKeyEditDlgs.cpp:1143 Src/wptKeyEditDlgs.cpp:1363
-#: Src/wptKeylist.cpp:423 Src/wptKeylist.cpp:453 Src/wptKeyPropsDlg.cpp:157
+#: Src/wptImportList.cpp:268 Src/wptKeyEditDlgs.cpp:260
+#: Src/wptKeyEditDlgs.cpp:1164 Src/wptKeyEditDlgs.cpp:1384
+#: Src/wptKeylist.cpp:423 Src/wptKeylist.cpp:453 Src/wptKeyPropsDlg.cpp:159
#: Src/wptKeysigDlg.cpp:143 Src/wptKeysigDlg.cpp:215
msgid "Expired"
msgstr "úÀØê"
@@ -2605,7 +2574,7 @@
# c:\oss\winpt\src\wptImportList.cpp:84
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:967
-#: Src/wptImportList.cpp:304 Src/wptKeyEditDlgs.cpp:1205
+#: Src/wptImportList.cpp:304 Src/wptKeyEditDlgs.cpp:1226
msgid "Invalid user ID"
msgstr "³øÈ[U[ID"
@@ -2616,9 +2585,9 @@
# c:\oss\winpt\src\wptSigList.cpp:41 c:\oss\winpt\src\wptVerifyList.cpp:79
# c:\oss\winpt\src\wptVerifyList.cpp:88
#: Src/wptImportList.cpp:345 Src/wptKeylist.cpp:576 Src/wptKeylist.cpp:584
-#: Src/wptKeyManagerDlg.cpp:874 Src/wptKeyManagerDlg.cpp:943
-#: Src/wptKeyserverSearchDlg.cpp:54 Src/wptSigList.cpp:53
-#: Src/wptVerifyList.cpp:112
+#: Src/wptKeyManagerDlg.cpp:875 Src/wptKeyManagerDlg.cpp:944
+#: Src/wptKeyserverSearchDlg.cpp:58 Src/wptSigList.cpp:53
+#: Src/wptVerifyList.cpp:165
msgid "User ID"
msgstr "[U[ID"
@@ -2627,7 +2596,7 @@
# c:\oss\winpt\src\wptKeylist.cpp:51
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:42
#: Src/wptImportList.cpp:346 Src/wptKeylist.cpp:578 Src/wptKeylist.cpp:587
-#: Src/wptKeyManagerDlg.cpp:877 Src/wptKeyserverSearchDlg.cpp:50
+#: Src/wptKeyManagerDlg.cpp:878 Src/wptKeyserverSearchDlg.cpp:54
msgid "Size"
msgstr "TCY"
@@ -2637,11 +2606,11 @@
# c:\oss\winpt\src\wptKeylist.cpp:39 c:\oss\winpt\src\wptKeylist.cpp:49
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:43
# c:\oss\winpt\src\wptSigList.cpp:45 c:\oss\winpt\src\wptVerifyList.cpp:87
-#: Src/wptImportList.cpp:347 Src/wptKeyEditDlgs.cpp:1077
-#: Src/wptKeylist.cpp:577 Src/wptKeylist.cpp:585 Src/wptKeyManagerDlg.cpp:875
-#: Src/wptKeyManagerDlg.cpp:966 Src/wptKeyRevokersDlg.cpp:58
-#: Src/wptKeyserverSearchDlg.cpp:52 Src/wptSigList.cpp:57
-#: Src/wptVerifyList.cpp:111
+#: Src/wptImportList.cpp:347 Src/wptKeyEditDlgs.cpp:1098
+#: Src/wptKeylist.cpp:577 Src/wptKeylist.cpp:585 Src/wptKeyManagerDlg.cpp:876
+#: Src/wptKeyManagerDlg.cpp:967 Src/wptKeyRevokersDlg.cpp:58
+#: Src/wptKeyserverSearchDlg.cpp:56 Src/wptSigList.cpp:57
+#: Src/wptVerifyList.cpp:164
msgid "Key ID"
msgstr "L[ÌID"
@@ -2650,16 +2619,16 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:920 c:\oss\winpt\src\wptKeylist.cpp:55
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:44
# c:\oss\winpt\src\wptSigList.cpp:44
-#: Src/wptImportList.cpp:348 Src/wptKeyEditDlgs.cpp:1078
-#: Src/wptKeyEditDlgs.cpp:1174 Src/wptKeylist.cpp:591
-#: Src/wptKeyManagerDlg.cpp:881 Src/wptKeyManagerDlg.cpp:969
-#: Src/wptKeyserverSearchDlg.cpp:53 Src/wptSigList.cpp:56
+#: Src/wptImportList.cpp:348 Src/wptKeyEditDlgs.cpp:1099
+#: Src/wptKeyEditDlgs.cpp:1195 Src/wptKeylist.cpp:591
+#: Src/wptKeyManagerDlg.cpp:882 Src/wptKeyManagerDlg.cpp:970
+#: Src/wptKeyserverSearchDlg.cpp:57 Src/wptSigList.cpp:56
msgid "Creation"
msgstr "ì¬"
# c:\oss\winpt\src\wptImportList.cpp:135 c:\oss\winpt\src\wptKeylist.cpp:50
#: Src/wptImportList.cpp:349 Src/wptKeylist.cpp:586
-#: Src/wptKeyManagerDlg.cpp:876 Src/wptKeyManagerDlg.cpp:968
+#: Src/wptKeyManagerDlg.cpp:877 Src/wptKeyManagerDlg.cpp:969
msgid "Type"
msgstr "íÞ"
@@ -2674,34 +2643,34 @@
# c:\oss\winpt\src\WinPT.cpp:247 c:\oss\winpt\src\wptGPG.cpp:864
# c:\oss\winpt\src\wptGPG.cpp:884
-#: Src/wptKeyCache.cpp:750
+#: Src/wptKeyCache.cpp:807
msgid "Load GPG Keyrings..."
msgstr "GPGL[Oð[h·é..."
# c:\oss\winpt\src\wptKeyCacheDlg.cpp:48
-#: Src/wptKeyCacheDlg.cpp:52
+#: Src/wptKeyCacheDlg.cpp:54
msgid "WinPT Key Caching"
msgstr "WinPT L[LbVO"
# c:\oss\winpt\src\wptKeyCacheDlg.cpp:51
-#: Src/wptKeyCacheDlg.cpp:55
+#: Src/wptKeyCacheDlg.cpp:57
msgid "Caching keyrings, please wait..."
msgstr "L[OªLbVOÅ·BµÎç¨Ò¿¾³¢..."
# c:\oss\winpt\src\wptKeyCacheDlg.cpp:65
-#: Src/wptKeyCacheDlg.cpp:70
+#: Src/wptKeyCacheDlg.cpp:72
msgid "Key Cache"
msgstr "L[LbV
"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:142
-#: Src/wptKeyEditDlgs.cpp:228 Src/wptKeylist.cpp:388
+#: Src/wptKeyEditDlgs.cpp:230 Src/wptKeylist.cpp:388
msgid "Ultimate"
msgstr "ÅII"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:155
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:883 c:\oss\winpt\src\wptKeylist.cpp:154
# c:\oss\winpt\src\wptKeylist.cpp:703
-#: Src/wptKeyEditDlgs.cpp:243 Src/wptKeyEditDlgs.cpp:1140
+#: Src/wptKeyEditDlgs.cpp:245 Src/wptKeyEditDlgs.cpp:1161
#: Src/wptKeylist.cpp:243 Src/wptKeylist.cpp:382
msgid "Never"
msgstr "͸ÍÈ¢"
@@ -2709,17 +2678,17 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:144
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:166
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:890
-#: Src/wptKeyEditDlgs.cpp:260 Src/wptKeyEditDlgs.cpp:1147
+#: Src/wptKeyEditDlgs.cpp:262 Src/wptKeyEditDlgs.cpp:1168
msgid "OK"
msgstr "OK"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:186
-#: Src/wptKeyEditDlgs.cpp:282
+#: Src/wptKeyEditDlgs.cpp:284
msgid "user ID"
msgstr "[U[ID"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:186
-#: Src/wptKeyEditDlgs.cpp:283
+#: Src/wptKeyEditDlgs.cpp:285
#, c-format
msgid ""
"Could not get key information for: \"%s\":\n"
@@ -2727,7 +2696,7 @@
msgstr "L[ÌîñðȺÉεÄæèo·±ÆªÅ«Ü¹ñŵ½: \"%s\"%s"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:223
-#: Src/wptKeyEditDlgs.cpp:355
+#: Src/wptKeyEditDlgs.cpp:357
msgid ""
"Remember that the image is stored within your public key. If you use a very "
"large picture, your key will become very large as well! Keeping the image "
@@ -2738,7 +2707,7 @@
"·B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:224
-#: Src/wptKeyEditDlgs.cpp:356
+#: Src/wptKeyEditDlgs.cpp:358
msgid ""
"Pick an image to use for your photo ID.\n"
"The image must be a JPEG file."
@@ -2748,7 +2717,7 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:225
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:320
-#: Src/wptKeyEditDlgs.cpp:357 Src/wptKeyEditDlgs.cpp:445
+#: Src/wptKeyEditDlgs.cpp:359 Src/wptKeyEditDlgs.cpp:447
#: Src/wptKeysignDlg.cpp:284
msgid "Passphrase"
msgstr "pXt[Y"
@@ -2758,12 +2727,12 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:260
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:275
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:695
-#: Src/wptKeyEditDlgs.cpp:359
+#: Src/wptKeyEditDlgs.cpp:361
msgid "Add Photo ID"
msgstr "tHgðÇÁ·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:241
-#: Src/wptKeyEditDlgs.cpp:374
+#: Src/wptKeyEditDlgs.cpp:376
msgid "Select Image File"
msgstr "æt@CðIð"
@@ -2772,25 +2741,25 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:260
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:275
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:695
-#: Src/wptKeyEditDlgs.cpp:378 Src/wptKeyEditDlgs.cpp:388
-#: Src/wptKeyEditDlgs.cpp:394 Src/wptKeyEditDlgs.cpp:406
-#: Src/wptKeyEditDlgs.cpp:911
+#: Src/wptKeyEditDlgs.cpp:380 Src/wptKeyEditDlgs.cpp:390
+#: Src/wptKeyEditDlgs.cpp:396 Src/wptKeyEditDlgs.cpp:408
+#: Src/wptKeyEditDlgs.cpp:917
msgid "Add Photo"
msgstr "tHgðÇÁ·é"
# c:\oss\winpt\src\wptKeyserverDlg.cpp:141
-#: Src/wptKeyEditDlgs.cpp:379
+#: Src/wptKeyEditDlgs.cpp:381
#, c-format
msgid "'%s' is not a valid JPEG file."
msgstr "Ìt@C'%s'ªLøÈJPEGÅÍ èܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:248
-#: Src/wptKeyEditDlgs.cpp:388 Src/wptKeyRevokeDlg.cpp:173
+#: Src/wptKeyEditDlgs.cpp:390 Src/wptKeyRevokeDlg.cpp:173
msgid "Please enter a file name."
msgstr "t@C¼ðü͵ľ³¢B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:252
-#: Src/wptKeyEditDlgs.cpp:392
+#: Src/wptKeyEditDlgs.cpp:394
msgid ""
"The JPEG is really large.\n"
"Are you sure you want to use it?"
@@ -2799,7 +2768,7 @@
"gp·é±ÆÉÔᢪ èܹñ©H"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:281
-#: Src/wptKeyEditDlgs.cpp:411
+#: Src/wptKeyEditDlgs.cpp:413
msgid "Photo successfully added."
msgstr "tHgª³µÇÁ³êܵ½B"
@@ -2818,23 +2787,23 @@
# c:\oss\winpt\src\wptKeyserverDlg.cpp:167
# c:\oss\winpt\src\wptOwnertrustDlg.cpp:75
# c:\oss\winpt\src\wptOwnertrustDlg.cpp:89
-#: Src/wptKeyEditDlgs.cpp:412 Src/wptKeyEditDlgs.cpp:479
-#: Src/wptKeyEditDlgs.cpp:562 Src/wptKeyEditDlgs.cpp:736
-#: Src/wptKeyEditDlgs.cpp:1468 Src/wptKeyEditDlgs.cpp:1540
-#: Src/wptKeyEditDlgs.cpp:1625 Src/wptKeyEditDlgs.cpp:1824
+#: Src/wptKeyEditDlgs.cpp:414 Src/wptKeyEditDlgs.cpp:482
+#: Src/wptKeyEditDlgs.cpp:566 Src/wptKeyEditDlgs.cpp:741
+#: Src/wptKeyEditDlgs.cpp:1489 Src/wptKeyEditDlgs.cpp:1561
+#: Src/wptKeyEditDlgs.cpp:1646 Src/wptKeyEditDlgs.cpp:1847
#: Src/wptKeygenDlg.cpp:488 Src/wptKeygenDlg.cpp:604
-#: Src/wptKeyPropsDlg.cpp:361 Src/wptOwnertrustDlg.cpp:124
+#: Src/wptKeyPropsDlg.cpp:380 Src/wptOwnertrustDlg.cpp:124
#: Src/wptOwnertrustDlg.cpp:136
msgid "GnuPG Status"
msgstr "GnuPGÌóÔ"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:318
-#: Src/wptKeyEditDlgs.cpp:443
+#: Src/wptKeyEditDlgs.cpp:445
msgid "Appointing a key as designated revoker cannot be undone."
msgstr "L[ð³ø»«Ì¤wè³ê½ãA³Éß³êܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:319
-#: Src/wptKeyEditDlgs.cpp:444
+#: Src/wptKeyEditDlgs.cpp:446
msgid "Public key"
msgstr "öJ®"
@@ -2842,8 +2811,8 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:342
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:358
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:708
-#: Src/wptKeyEditDlgs.cpp:447 Src/wptKeyEditDlgs.cpp:460
-#: Src/wptKeyEditDlgs.cpp:473 Src/wptKeyEditDlgs.cpp:942
+#: Src/wptKeyEditDlgs.cpp:449 Src/wptKeyEditDlgs.cpp:463
+#: Src/wptKeyEditDlgs.cpp:476 Src/wptKeyEditDlgs.cpp:949
msgid "Add Revoker"
msgstr "³ø»«Ì¤ðÇÁ·é"
@@ -2852,35 +2821,35 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1324
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1365
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1415
-#: Src/wptKeyEditDlgs.cpp:460 Src/wptKeyEditDlgs.cpp:1500
-#: Src/wptKeyEditDlgs.cpp:1557 Src/wptKeyEditDlgs.cpp:1602
-#: Src/wptKeyEditDlgs.cpp:1756 Src/wptKeyEditDlgs.cpp:1794
-#: Src/wptKeyEditDlgs.cpp:1980
+#: Src/wptKeyEditDlgs.cpp:463 Src/wptKeyEditDlgs.cpp:1521
+#: Src/wptKeyEditDlgs.cpp:1578 Src/wptKeyEditDlgs.cpp:1623
+#: Src/wptKeyEditDlgs.cpp:1778 Src/wptKeyEditDlgs.cpp:1817
+#: Src/wptKeyEditDlgs.cpp:2003
msgid "Please select a user ID."
msgstr "[U[IDðIñž³¢B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:363
-#: Src/wptKeyEditDlgs.cpp:478
+#: Src/wptKeyEditDlgs.cpp:481
msgid "Revoker successfully addded."
msgstr "³ø»·é«Ì¤ÌÇÁɬ÷µÜµ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:394
-#: Src/wptKeyEditDlgs.cpp:512
+#: Src/wptKeyEditDlgs.cpp:515
msgid "Add new User ID"
msgstr "Vµ¢[U[IDðÇÁ·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:396
-#: Src/wptKeyEditDlgs.cpp:514
+#: Src/wptKeyEditDlgs.cpp:517
msgid "&Email"
msgstr "dq[(&E)"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:397
-#: Src/wptKeyEditDlgs.cpp:515
+#: Src/wptKeyEditDlgs.cpp:518
msgid "&Comment"
msgstr "Rg(&C)"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:414
-#: Src/wptKeyEditDlgs.cpp:531
+#: Src/wptKeyEditDlgs.cpp:535
msgid "Please enter a name (min. 5 chars.)"
msgstr "¼Oðü͵ľ³¢B(Åá·³T¶)"
@@ -2888,14 +2857,14 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:418
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:423
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:427
-#: Src/wptKeyEditDlgs.cpp:532 Src/wptKeyEditDlgs.cpp:538
-#: Src/wptKeyEditDlgs.cpp:543 Src/wptKeyEditDlgs.cpp:547
-#: Src/wptKeyEditDlgs.cpp:560
+#: Src/wptKeyEditDlgs.cpp:536 Src/wptKeyEditDlgs.cpp:542
+#: Src/wptKeyEditDlgs.cpp:547 Src/wptKeyEditDlgs.cpp:551
+#: Src/wptKeyEditDlgs.cpp:564
msgid "UserID"
msgstr "[U[ID"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:418
-#: Src/wptKeyEditDlgs.cpp:537
+#: Src/wptKeyEditDlgs.cpp:541
msgid ""
"Please enter the email address in the email field and not in the name field"
msgstr ""
@@ -2903,43 +2872,43 @@
"¢B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:423
-#: Src/wptKeyEditDlgs.cpp:543
+#: Src/wptKeyEditDlgs.cpp:547
msgid "Please enter an email address."
msgstr "dq[AhXðü͵ľ³¢B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:427
-#: Src/wptKeyEditDlgs.cpp:547
+#: Src/wptKeyEditDlgs.cpp:551
msgid "Invalid email address."
msgstr "³øÈ[AhXB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:615
-#: Src/wptKeyEditDlgs.cpp:562
+#: Src/wptKeyEditDlgs.cpp:566
msgid "user ID successfully added."
msgstr "[U[IDð³µÇÁµÜµ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:472
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:656
-#: Src/wptKeyEditDlgs.cpp:646 Src/wptKeyEditDlgs.cpp:849
+#: Src/wptKeyEditDlgs.cpp:650 Src/wptKeyEditDlgs.cpp:855
msgid "Add new Subkey"
msgstr "Vµ¢TuL[ðÇÁ·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:473
-#: Src/wptKeyEditDlgs.cpp:647
+#: Src/wptKeyEditDlgs.cpp:651
msgid "Key type"
msgstr "L[ÌíÞ"
# c:\oss\winpt\src\wptKeygenDlg.cpp:146
-#: Src/wptKeyEditDlgs.cpp:648
+#: Src/wptKeyEditDlgs.cpp:652
msgid "Size in bits"
msgstr "rbgPÊÌ嫳"
# c:\oss\winpt\src\wptKeygenDlg.cpp:150
-#: Src/wptKeyEditDlgs.cpp:649
+#: Src/wptKeyEditDlgs.cpp:653
msgid "Key expiration"
msgstr "L[ÌLøúÀ"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:508
-#: Src/wptKeyEditDlgs.cpp:695
+#: Src/wptKeyEditDlgs.cpp:700
msgid "Please select one entry."
msgstr "IðÚ©çêÂIñž³¢B"
@@ -2952,18 +2921,18 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:540
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:637
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:676
-#: Src/wptKeyEditDlgs.cpp:696 Src/wptKeyEditDlgs.cpp:702
-#: Src/wptKeyEditDlgs.cpp:733 Src/wptKeyEditDlgs.cpp:832
+#: Src/wptKeyEditDlgs.cpp:701 Src/wptKeyEditDlgs.cpp:707
+#: Src/wptKeyEditDlgs.cpp:738 Src/wptKeyEditDlgs.cpp:838
msgid "Add Subkey"
msgstr "TuL[ðÇÁ·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:521
-#: Src/wptKeyEditDlgs.cpp:701
+#: Src/wptKeyEditDlgs.cpp:706
msgid "DSS uses a fixed keysize of 1024. Size changed."
msgstr "DSSÍÅèL[TCY1024ªgpµÜ·BTCYªÏX³êܵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:678
-#: Src/wptKeyEditDlgs.cpp:735
+#: Src/wptKeyEditDlgs.cpp:740
msgid "Subkey successfully added."
msgstr "TuL[ª³µÇÁ³êܵ½B"
@@ -2976,40 +2945,40 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1196
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1258
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:918
-#: Src/wptKeyEditDlgs.cpp:763 Src/wptKeyEditDlgs.cpp:831
-#: Src/wptKeyEditDlgs.cpp:910 Src/wptKeyEditDlgs.cpp:942
-#: Src/wptKeyEditDlgs.cpp:1022 Src/wptKeyEditDlgs.cpp:1352
-#: Src/wptKeyEditDlgs.cpp:1427 Src/wptKeyEditDlgs.cpp:1489
-#: Src/wptKeyManagerDlg.cpp:1552
+#: Src/wptKeyEditDlgs.cpp:768 Src/wptKeyEditDlgs.cpp:837
+#: Src/wptKeyEditDlgs.cpp:916 Src/wptKeyEditDlgs.cpp:949
+#: Src/wptKeyEditDlgs.cpp:1030 Src/wptKeyEditDlgs.cpp:1373
+#: Src/wptKeyEditDlgs.cpp:1448 Src/wptKeyEditDlgs.cpp:1510
+#: Src/wptKeyManagerDlg.cpp:1591
msgid "There is no secret key available!"
msgstr "駮ª èܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:579
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:599
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:613
-#: Src/wptKeyEditDlgs.cpp:764 Src/wptKeyEditDlgs.cpp:782
+#: Src/wptKeyEditDlgs.cpp:769 Src/wptKeyEditDlgs.cpp:788
msgid "Add user ID"
msgstr "[U[IDðÇÁ·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1177
-#: Src/wptKeyEditDlgs.cpp:889
+#: Src/wptKeyEditDlgs.cpp:895
msgid "Preferred keyserver successfully set."
msgstr "ó]ÌL[T[o[ª³µÝèūܵ½B"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:58
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:189
-#: Src/wptKeyEditDlgs.cpp:976 Src/wptKeyEditOwnertrustDlg.cpp:55
-#: Src/wptKeyPropsDlg.cpp:353
+#: Src/wptKeyEditDlgs.cpp:984 Src/wptKeyEditOwnertrustDlg.cpp:55
+#: Src/wptKeyPropsDlg.cpp:371
msgid "Change Ownertrust"
msgstr "LÒÌM(ownertrust)ÌÏX"
# c:\oss\winpt\src\wptKeyManager.cpp:156
-#: Src/wptKeyEditDlgs.cpp:979 Src/wptKeyManager.cpp:220
+#: Src/wptKeyEditDlgs.cpp:987 Src/wptKeyManager.cpp:220
msgid "Key status changed."
msgstr "L[ÌóÔªÏX³êĢܷB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:753
-#: Src/wptKeyEditDlgs.cpp:1028
+#: Src/wptKeyEditDlgs.cpp:1036
msgid ""
"Cannot change passphrase because the key\n"
"is protected with the IDEA encryption algorithm."
@@ -3018,19 +2987,25 @@
"IDEAûASYÅÛì³êÄ¢é©çÅ·B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:760
-#: Src/wptKeyEditDlgs.cpp:1035
+#: Src/wptKeyEditDlgs.cpp:1043
msgid "Current (old) Passphrase"
msgstr "Jg(â)pXt[Y"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:764
-#: Src/wptKeyEditDlgs.cpp:1039
+#: Src/wptKeyEditDlgs.cpp:1047
msgid "New Passphrase"
msgstr "Vµ¢pXt[Y"
+#: Src/wptKeyEditDlgs.cpp:1054
+msgid ""
+"Are you sure that you really don't want a passphrase?\n"
+"This is propably a bad idea, still proceed?"
+msgstr ""
+
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:771
# c:\oss\winpt\src\wptKeygenDlg.cpp:250
# c:\oss\winpt\src\wptPassphraseDlg.cpp:153
-#: Src/wptKeyEditDlgs.cpp:1046 Src/wptPassphraseDlg.cpp:191
+#: Src/wptKeyEditDlgs.cpp:1065 Src/wptPassphraseDlg.cpp:191
msgid ""
"The passphrase contains 8-bit characters.\n"
"It is not suggested to use charset specific characters."
@@ -3039,49 +3014,49 @@
"'charset' êp¶ÌgpÍEµÄ¨èܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:789
-#: Src/wptKeyEditDlgs.cpp:1058
+#: Src/wptKeyEditDlgs.cpp:1079
msgid "Change Passwd"
msgstr "pX[hÌÏX"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:791
-#: Src/wptKeyEditDlgs.cpp:1060
+#: Src/wptKeyEditDlgs.cpp:1081
msgid "Passphrase successfully changed."
msgstr "pXt[YÌÏXͳµÅ«Üµ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:806
-#: Src/wptKeyEditDlgs.cpp:1076 Src/wptKeyManagerDlg.cpp:882
+#: Src/wptKeyEditDlgs.cpp:1097 Src/wptKeyManagerDlg.cpp:883
msgid "Description"
msgstr "Ú×"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:809
-#: Src/wptKeyEditDlgs.cpp:1079
+#: Src/wptKeyEditDlgs.cpp:1100
msgid "Expires"
msgstr "úÀØê·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:829
-#: Src/wptKeyEditDlgs.cpp:1094
+#: Src/wptKeyEditDlgs.cpp:1115
msgid "No subkey(s) found."
msgstr "TuL[ª©Â©èܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:918 c:\oss\winpt\src\wptKeylist.cpp:42
# c:\oss\winpt\src\wptKeylist.cpp:53
-#: Src/wptKeyEditDlgs.cpp:1171 Src/wptKeylist.cpp:580 Src/wptKeylist.cpp:589
-#: Src/wptKeyManagerDlg.cpp:879
+#: Src/wptKeyEditDlgs.cpp:1192 Src/wptKeylist.cpp:580 Src/wptKeylist.cpp:589
+#: Src/wptKeyManagerDlg.cpp:880
msgid "Validity"
msgstr "Lø«"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:396
-#: Src/wptKeyEditDlgs.cpp:1173
+#: Src/wptKeyEditDlgs.cpp:1194
msgid "Email"
msgstr "dq["
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:932
-#: Src/wptKeyEditDlgs.cpp:1181
+#: Src/wptKeyEditDlgs.cpp:1202
msgid "No user ID(s) found."
msgstr "[U[IDª©Â©èܹñŵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1043
-#: Src/wptKeyEditDlgs.cpp:1263
+#: Src/wptKeyEditDlgs.cpp:1284
#, fuzzy
msgid ""
"ADDUID \t\tadd a user ID\r\n"
@@ -3128,22 +3103,22 @@
"CLEAN \t\tsÀè̼ðL[©çO·\r\n"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1064
-#: Src/wptKeyEditDlgs.cpp:1285
+#: Src/wptKeyEditDlgs.cpp:1306
msgid "Key Edit Help"
msgstr "L[ÒWÌwv"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1078
-#: Src/wptKeyEditDlgs.cpp:1301
+#: Src/wptKeyEditDlgs.cpp:1322
msgid "Primary key can not be deleted!"
msgstr "vC}[L[ªíūܹñI"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1086
-#: Src/wptKeyEditDlgs.cpp:1309
+#: Src/wptKeyEditDlgs.cpp:1330
msgid "Primary subkey can not be deleted!"
msgstr "vC}[TuL[ªíūܹñI"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1092
-#: Src/wptKeyEditDlgs.cpp:1317
+#: Src/wptKeyEditDlgs.cpp:1338
#, c-format
msgid ""
"\"Subkey %s.\"\n"
@@ -3161,16 +3136,16 @@
"±ÌTuL[ð{ÉíµÜ·©H"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1109
-#: Src/wptKeyEditDlgs.cpp:1329
+#: Src/wptKeyEditDlgs.cpp:1350
msgid "Delete Subkey"
msgstr "TuL[Ìí"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1113
-#: Src/wptKeyEditDlgs.cpp:1333
+#: Src/wptKeyEditDlgs.cpp:1354
msgid "Subkey successfully deleted."
msgstr "TuL[ð³µí³êܵ½B"
-#: Src/wptKeyEditDlgs.cpp:1364
+#: Src/wptKeyEditDlgs.cpp:1385
msgid ""
"Key already expired.\n"
"\n"
@@ -3183,22 +3158,22 @@
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1146
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1149
# c:\oss\winpt\src\wptKeygenDlg.cpp:303 c:\oss\winpt\src\wptKeygenDlg.cpp:306
-#: Src/wptKeyEditDlgs.cpp:1373 Src/wptKeyEditDlgs.cpp:1376
+#: Src/wptKeyEditDlgs.cpp:1394 Src/wptKeyEditDlgs.cpp:1397
msgid "Key Expiration Date"
msgstr "L[ÌLøúÀ"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1173
-#: Src/wptKeyEditDlgs.cpp:1399
+#: Src/wptKeyEditDlgs.cpp:1420
msgid "Expire Subkey"
msgstr "úÀÌØê½TuL["
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1177
-#: Src/wptKeyEditDlgs.cpp:1405
+#: Src/wptKeyEditDlgs.cpp:1426
msgid "Subkey expire date successfully set."
msgstr "TuL[̸øúª³µÝèūܵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1206
-#: Src/wptKeyEditDlgs.cpp:1436
+#: Src/wptKeyEditDlgs.cpp:1457
msgid ""
"No subkeys were found, if you want to revoke the\n"
"whole key, please use the Key Manager command directly.\n"
@@ -3211,37 +3186,37 @@
"±ÌR}hÍVOTuL[ÌÝð³øÉ·é½ßg¦Ü·B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1215
-#: Src/wptKeyEditDlgs.cpp:1445
+#: Src/wptKeyEditDlgs.cpp:1466
msgid "Key already revoked."
msgstr "L[ªùɳøÆÈÁĢܷB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1235
-#: Src/wptKeyEditDlgs.cpp:1464
+#: Src/wptKeyEditDlgs.cpp:1485
msgid "Revoke Subkey"
msgstr "TuL[ð³ø·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1239
-#: Src/wptKeyEditDlgs.cpp:1468
+#: Src/wptKeyEditDlgs.cpp:1489
msgid "Subkey successfully revoked."
msgstr "TuL[ð³µ³øɵܵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1258
-#: Src/wptKeyEditDlgs.cpp:1490
+#: Src/wptKeyEditDlgs.cpp:1511
msgid "Revoke user ID"
msgstr "[U[IDð³ø·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1263
-#: Src/wptKeyEditDlgs.cpp:1495
+#: Src/wptKeyEditDlgs.cpp:1516
msgid "Key has only one user ID."
msgstr "L[Ì[U[IDªÐƵ© èܹñB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1274
-#: Src/wptKeyEditDlgs.cpp:1506
+#: Src/wptKeyEditDlgs.cpp:1527
msgid "This user ID has been already revoked."
msgstr "±Ì[U[IDª³øÆÈÁĢܷB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1279
-#: Src/wptKeyEditDlgs.cpp:1512
+#: Src/wptKeyEditDlgs.cpp:1533
#, c-format
msgid ""
"user ID \"%s\".\n"
@@ -3253,55 +3228,55 @@
"±Ì[U[IDð{ɳøɵܷ©H"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1258
-#: Src/wptKeyEditDlgs.cpp:1536
+#: Src/wptKeyEditDlgs.cpp:1557
msgid "Revoke User ID"
msgstr "[U[IDð³ø·é"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1305
-#: Src/wptKeyEditDlgs.cpp:1540
+#: Src/wptKeyEditDlgs.cpp:1561
msgid "User ID successfully revoked"
msgstr "[U[IDð³øÉ·é±Æª¬÷µÜµ½"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1535
-#: Src/wptKeyEditDlgs.cpp:1582
+#: Src/wptKeyEditDlgs.cpp:1603
msgid "Could not set user ID preferences"
msgstr "[U[IDIvVðZbg·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1388
-#: Src/wptKeyEditDlgs.cpp:1622
+#: Src/wptKeyEditDlgs.cpp:1643
msgid "Primary"
msgstr "vC}["
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1391
-#: Src/wptKeyEditDlgs.cpp:1625
+#: Src/wptKeyEditDlgs.cpp:1646
msgid "User ID successfully flagged"
msgstr "[U[IDɳµtOð¯ܵ½B"
-#: Src/wptKeyEditDlgs.cpp:1719
+#: Src/wptKeyEditDlgs.cpp:1740
msgid "No preferences available."
msgstr "JX^Ýèª èܹñB"
-#: Src/wptKeyEditDlgs.cpp:1723
+#: Src/wptKeyEditDlgs.cpp:1744
msgid "MDC feature"
msgstr "MDC«Ì¤"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:186
-#: Src/wptKeyEditDlgs.cpp:1725
+#: Src/wptKeyEditDlgs.cpp:1746
msgid "user ID:"
msgstr "[U[IDF"
# c:\oss\winpt\src\wptKeyeditSetPrefDlg.cpp:112
-#: Src/wptKeyEditDlgs.cpp:1726 Src/wptKeyeditSetPrefDlg.cpp:116
+#: Src/wptKeyEditDlgs.cpp:1747 Src/wptKeyeditSetPrefDlg.cpp:116
msgid "Key Preferences"
msgstr "L[ÌJX^Ýè"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1411
-#: Src/wptKeyEditDlgs.cpp:1789
+#: Src/wptKeyEditDlgs.cpp:1812
msgid "Primary user ID can not be deleted!"
msgstr "vC}[[U[IDªíūܹñI"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1420
-#: Src/wptKeyEditDlgs.cpp:1800
+#: Src/wptKeyEditDlgs.cpp:1823
#, c-format
msgid ""
"user ID \"%s\".\n"
@@ -3317,30 +3292,30 @@
"±Ì[U[IDð{ÉíµÜ·©H"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1438
-#: Src/wptKeyEditDlgs.cpp:1820
+#: Src/wptKeyEditDlgs.cpp:1843
msgid "Delete user ID"
msgstr "[U[IDðí·éB"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1442
-#: Src/wptKeyEditDlgs.cpp:1824
+#: Src/wptKeyEditDlgs.cpp:1847
msgid "User ID successfully deleted"
msgstr "[U[IDð³µíµÜµ½B"
-#: Src/wptKeyEditDlgs.cpp:1929 Src/wptKeyEditDlgs.cpp:1947
+#: Src/wptKeyEditDlgs.cpp:1952 Src/wptKeyEditDlgs.cpp:1970
msgid "Finished to compact key."
msgstr "L[ðRpNg·é±Æª®¬µÜµ½B"
# c:\oss\winpt\src\wptKeyManager.cpp:1064
-#: Src/wptKeyEditDlgs.cpp:1984
+#: Src/wptKeyEditDlgs.cpp:2007
msgid "Do you really want to make this sig exportable?"
msgstr "±Ì¼ð{ÉGLX|[gÅéà̵ܷ©H"
# c:\oss\winpt\src\wptKeysignDlg.cpp:325
-#: Src/wptKeyEditDlgs.cpp:2008 Src/wptKeysignDlg.cpp:393
+#: Src/wptKeyEditDlgs.cpp:2031 Src/wptKeysignDlg.cpp:393
msgid "Key successfully signed."
msgstr "L[ð¼·é±Æɬ÷µÜµ½B"
-#: Src/wptKeyEditDlgs.cpp:2071
+#: Src/wptKeyEditDlgs.cpp:2094
#, c-format
msgid ""
"Your keys is listed as a designated revoker for the key\n"
@@ -3352,63 +3327,63 @@
msgstr ""
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1525
-#: Src/wptKeyEditDlgs.cpp:2119
+#: Src/wptKeyEditDlgs.cpp:2142
msgid "Could not set subkey window procedure."
msgstr "TuL[EBhvV[WðZbg·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1535
-#: Src/wptKeyEditDlgs.cpp:2132
+#: Src/wptKeyEditDlgs.cpp:2155
msgid "Could not set user ID window procedure."
msgstr "[U[IDEBhvV[WðZbg·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:397
-#: Src/wptKeyEditDlgs.cpp:2141
+#: Src/wptKeyEditDlgs.cpp:2164
msgid "Command>"
msgstr "R}h"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:115
-#: Src/wptKeyEditDlgs.cpp:2144
+#: Src/wptKeyEditDlgs.cpp:2167
#, fuzzy
msgid "&Revoke..."
msgstr "³ø»«Ì¤"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1561
-#: Src/wptKeyEditDlgs.cpp:2176
+#: Src/wptKeyEditDlgs.cpp:2210
msgid "Please select a command."
msgstr "R}hðIñž³¢B"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:1566
-#: Src/wptKeyEditDlgs.cpp:2180
+#: Src/wptKeyEditDlgs.cpp:2214
msgid "This command cannot be used with PGP 2 (v3) keys.\n"
msgstr "±ÌR}hÍ PGP 2 (v3) ÌL[Æg¦Ü¹ñB\n"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:61
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:78
-#: Src/wptKeyEditOwnertrustDlg.cpp:57 Src/wptKeyPropsDlg.cpp:60
+#: Src/wptKeyEditOwnertrustDlg.cpp:57 Src/wptKeyPropsDlg.cpp:62
msgid "Don't know"
msgstr "mèܹñ"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:62
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:79
-#: Src/wptKeyEditOwnertrustDlg.cpp:58 Src/wptKeyPropsDlg.cpp:61
+#: Src/wptKeyEditOwnertrustDlg.cpp:58 Src/wptKeyPropsDlg.cpp:63
msgid "I do NOT trust"
msgstr "MpµÄ¢Ü¹ñB"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:63
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:80
-#: Src/wptKeyEditOwnertrustDlg.cpp:59 Src/wptKeyPropsDlg.cpp:62
+#: Src/wptKeyEditOwnertrustDlg.cpp:59 Src/wptKeyPropsDlg.cpp:64
msgid "I trust marginally"
msgstr "ÙñÌí¸©Î©èMpµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:64
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:81
-#: Src/wptKeyEditOwnertrustDlg.cpp:60 Src/wptKeyPropsDlg.cpp:63
+#: Src/wptKeyEditOwnertrustDlg.cpp:60 Src/wptKeyPropsDlg.cpp:65
msgid "I trust fully"
msgstr "®SÉMpµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:65
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:83
-#: Src/wptKeyEditOwnertrustDlg.cpp:61 Src/wptKeyPropsDlg.cpp:69
+#: Src/wptKeyEditOwnertrustDlg.cpp:61 Src/wptKeyPropsDlg.cpp:71
msgid "I trust ultimately"
msgstr "¢ÉMpµÄ¢Ü·B"
@@ -3438,8 +3413,8 @@
# c:\oss\winpt\src\wptOwnertrustDlg.cpp:81
# c:\oss\winpt\src\wptOwnertrustDlg.cpp:86
#: Src/wptKeyEditOwnertrustDlg.cpp:88 Src/wptKeyEditOwnertrustDlg.cpp:95
-#: Src/wptKeyEditOwnertrustDlg.cpp:104 Src/wptKeyManagerDlg.cpp:937
-#: Src/wptKeyManagerDlg.cpp:1767 Src/wptKeyPropsDlg.cpp:293
+#: Src/wptKeyEditOwnertrustDlg.cpp:104 Src/wptKeyManagerDlg.cpp:938
+#: Src/wptKeyManagerDlg.cpp:1806 Src/wptKeyPropsDlg.cpp:292
#: Src/wptOwnertrustDlg.cpp:97 Src/wptOwnertrustDlg.cpp:121
#: Src/wptOwnertrustDlg.cpp:133
msgid "Ownertrust"
@@ -3477,7 +3452,7 @@
#: Src/wptKeygenDlg.cpp:418 Src/wptKeygenDlg.cpp:423 Src/wptKeygenDlg.cpp:430
#: Src/wptKeygenDlg.cpp:438 Src/wptKeygenDlg.cpp:452 Src/wptKeygenDlg.cpp:461
#: Src/wptKeygenDlg.cpp:485 Src/wptKeygenDlg.cpp:581
-#: Src/wptKeyManagerDlg.cpp:1634 Src/wptPassphraseDlg.cpp:109
+#: Src/wptKeyManagerDlg.cpp:1673 Src/wptPassphraseDlg.cpp:109
msgid "Key Generation"
msgstr "L[Ìì¬"
@@ -3663,7 +3638,7 @@
# c:\oss\winpt\src\wptKeygenDlg.cpp:389 c:\oss\winpt\src\wptKeygenDlg.cpp:413
#: Src/wptKeygenDlg.cpp:537 Src/wptKeygenDlg.cpp:559 Src/wptKeygenDlg.cpp:564
#: Src/wptKeygenDlg.cpp:571 Src/wptKeygenDlg.cpp:577 Src/wptKeygenDlg.cpp:600
-#: Src/wptKeyManagerDlg.cpp:1657
+#: Src/wptKeyManagerDlg.cpp:1696
msgid "Key Generation Wizard"
msgstr "L[ì¬ÌEBU[h"
@@ -3766,7 +3741,7 @@
msgid "Full"
msgstr "t"
-#: Src/wptKeylist.cpp:425 Src/wptKeylist.cpp:451 Src/wptKeyPropsDlg.cpp:161
+#: Src/wptKeylist.cpp:425 Src/wptKeylist.cpp:451 Src/wptKeyPropsDlg.cpp:163
msgid "Disabled"
msgstr "³ø»ÈÁ½"
@@ -3776,15 +3751,15 @@
msgstr "L[yA"
# c:\oss\winpt\src\wptKeylist.cpp:41 c:\oss\winpt\src\wptKeylist.cpp:52
-#: Src/wptKeylist.cpp:579 Src/wptKeylist.cpp:588 Src/wptKeyManagerDlg.cpp:878
-#: Src/wptKeyManagerDlg.cpp:967
+#: Src/wptKeylist.cpp:579 Src/wptKeylist.cpp:588 Src/wptKeyManagerDlg.cpp:879
+#: Src/wptKeyManagerDlg.cpp:968
msgid "Cipher"
msgstr "Ã"
# c:\oss\winpt\src\wptKeylist.cpp:54 c:\oss\winpt\src\wptVerifyList.cpp:78
# c:\oss\winpt\src\wptVerifyList.cpp:86
-#: Src/wptKeylist.cpp:590 Src/wptKeyManagerDlg.cpp:880
-#: Src/wptVerifyList.cpp:110
+#: Src/wptKeylist.cpp:590 Src/wptKeyManagerDlg.cpp:881
+#: Src/wptVerifyList.cpp:163
msgid "Trust"
msgstr "Mp"
@@ -4041,29 +4016,29 @@
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:272
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:763
-#: Src/wptKeyManagerDlg.cpp:454 Src/wptKeyManagerDlg.cpp:987
+#: Src/wptKeyManagerDlg.cpp:455 Src/wptKeyManagerDlg.cpp:988
msgid "Paste Key from Clipboard"
msgstr "Nbv{[h©çL[ðÍèt¯é"
# c:\oss\winpt\src\wptKeyManager.cpp:803
-#: Src/wptKeyManagerDlg.cpp:475
+#: Src/wptKeyManagerDlg.cpp:476
#, c-format
msgid "Default Key: %s"
msgstr "KèL[Í: %s"
# c:\oss\winpt\src\wptKeyManager.cpp:805
-#: Src/wptKeyManagerDlg.cpp:477
+#: Src/wptKeyManagerDlg.cpp:478
#, c-format
msgid "Default Key: 0x%s"
msgstr "KèL[Í: 0x%s"
# c:\oss\winpt\src\wptImportList.cpp:55
-#: Src/wptKeyManagerDlg.cpp:498
+#: Src/wptKeyManagerDlg.cpp:499
#, c-format
msgid "%d secret keys"
msgstr "%d 駮"
-#: Src/wptKeyManagerDlg.cpp:499
+#: Src/wptKeyManagerDlg.cpp:500
#, c-format
msgid "%d keys"
msgstr "%d L["
@@ -4074,184 +4049,184 @@
# c:\oss\winpt\src\wptKeylist.cpp:39 c:\oss\winpt\src\wptKeylist.cpp:49
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:43
# c:\oss\winpt\src\wptSigList.cpp:45 c:\oss\winpt\src\wptVerifyList.cpp:87
-#: Src/wptKeyManagerDlg.cpp:932
+#: Src/wptKeyManagerDlg.cpp:933
msgid "Key"
msgstr "L["
# c:\oss\winpt\src\wptGroupsDlg.cpp:49
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1180
-#: Src/wptKeyManagerDlg.cpp:933 Src/wptKeyManagerDlg.cpp:1217
+#: Src/wptKeyManagerDlg.cpp:934 Src/wptKeyManagerDlg.cpp:1256
msgid "Groups"
msgstr "O[v"
-#: Src/wptKeyManagerDlg.cpp:936
+#: Src/wptKeyManagerDlg.cpp:937
msgid "Send Mail..."
msgstr "[ðM·é..."
-#: Src/wptKeyManagerDlg.cpp:938
+#: Src/wptKeyManagerDlg.cpp:939
msgid "&Copy\tCtrl+C"
msgstr "Rs[(&C)\tCtrl+C"
-#: Src/wptKeyManagerDlg.cpp:939
+#: Src/wptKeyManagerDlg.cpp:940
msgid "&Paste\tCtrl+V"
msgstr "Íèt¯(&P)\tCtrl+V"
-#: Src/wptKeyManagerDlg.cpp:940
+#: Src/wptKeyManagerDlg.cpp:941
msgid "Search...\tCtrl+F"
msgstr "õ...\tCtrl+F"
-#: Src/wptKeyManagerDlg.cpp:941
+#: Src/wptKeyManagerDlg.cpp:942
msgid "Select All\tCtrl+A"
msgstr "·×Äõ\tCtrl+A"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:569
-#: Src/wptKeyManagerDlg.cpp:942
+#: Src/wptKeyManagerDlg.cpp:943
msgid "&Quit"
msgstr "I¹(&Q)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:571
-#: Src/wptKeyManagerDlg.cpp:944
+#: Src/wptKeyManagerDlg.cpp:945
msgid "&Expert"
msgstr "GNXp[g(&E)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:572
-#: Src/wptKeyManagerDlg.cpp:945
+#: Src/wptKeyManagerDlg.cpp:946
msgid "&Normal"
msgstr "Ê(&N)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:575
-#: Src/wptKeyManagerDlg.cpp:948 Src/wptKeyManagerDlg.cpp:949
-#: Src/wptKeyManagerDlg.cpp:993
+#: Src/wptKeyManagerDlg.cpp:949 Src/wptKeyManagerDlg.cpp:950
+#: Src/wptKeyManagerDlg.cpp:994
msgid "&Delete"
msgstr "í(&D)"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:115
-#: Src/wptKeyManagerDlg.cpp:950 Src/wptKeyManagerDlg.cpp:994
+#: Src/wptKeyManagerDlg.cpp:951 Src/wptKeyManagerDlg.cpp:995
msgid "&Revoke Cert"
msgstr "ؾð³ø»·é(&R)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:577
-#: Src/wptKeyManagerDlg.cpp:951 Src/wptKeyManagerDlg.cpp:990
+#: Src/wptKeyManagerDlg.cpp:952 Src/wptKeyManagerDlg.cpp:991
msgid "&List Signatures"
msgstr "¼ÌêÐå¤(&L)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:578
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:958
# c:\oss\winpt\src\wptKeyTrustPathDlg.cpp:126
-#: Src/wptKeyManagerDlg.cpp:952 Src/wptKeyManagerDlg.cpp:1574
-#: Src/wptKeyTrustPathDlg.cpp:130
+#: Src/wptKeyManagerDlg.cpp:953 Src/wptKeyManagerDlg.cpp:1613
+#: Src/wptKeyTrustPathDlg.cpp:129
msgid "List Trust Path"
msgstr "gXgpXêÐå¤"
# c:\oss\winpt\src\wptFileManager.cpp:1309
# c:\oss\winpt\src\wptFileManager.cpp:1335
# c:\oss\winpt\src\wptKeyserverDlg.cpp:79
-#: Src/wptKeyManagerDlg.cpp:953
+#: Src/wptKeyManagerDlg.cpp:954
msgid "&Export..."
msgstr "GLX|[g(&E)..."
# c:\oss\winpt\src\wptClipImportDlg.cpp:181
# c:\oss\winpt\src\wptFileManagerDlg.cpp:362
-#: Src/wptKeyManagerDlg.cpp:954
+#: Src/wptKeyManagerDlg.cpp:955
msgid "&Import..."
msgstr "C|[g...(&I)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:579
# c:\oss\winpt\src\wptKeysigDlg.cpp:334
-#: Src/wptKeyManagerDlg.cpp:955 Src/wptKeyManagerDlg.cpp:991
+#: Src/wptKeyManagerDlg.cpp:956 Src/wptKeyManagerDlg.cpp:992
#: Src/wptKeysigDlg.cpp:425
msgid "&Properties"
msgstr "®«(&P)"
# c:\oss\winpt\src\wptKeylist.cpp:923
-#: Src/wptKeyManagerDlg.cpp:959
+#: Src/wptKeyManagerDlg.cpp:960
msgid "E&xport Secret Key"
msgstr "駮ðGLX|[g·é(&E)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:583
-#: Src/wptKeyManagerDlg.cpp:960
+#: Src/wptKeyManagerDlg.cpp:961
msgid "Re&load Key Cache"
msgstr "L[LbV
ð[h·é(&L)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:584
-#: Src/wptKeyManagerDlg.cpp:961
+#: Src/wptKeyManagerDlg.cpp:962
msgid "R&everify Signatures"
msgstr "¼ðÄmF·é(&E)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:764
-#: Src/wptKeyManagerDlg.cpp:962
+#: Src/wptKeyManagerDlg.cpp:963
msgid "Refresh &Keys (Keyserver)"
msgstr "L[ðL[T[o[æèXV·é(&K)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:586
# c:\oss\winpt\src\wptTextInputDlg.cpp:47
-#: Src/wptKeyManagerDlg.cpp:963 Src/wptTextInputDlg.cpp:49
+#: Src/wptKeyManagerDlg.cpp:964 Src/wptTextInputDlg.cpp:49
msgid "Info"
msgstr "o[Wîñ"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:761
-#: Src/wptKeyManagerDlg.cpp:982
+#: Src/wptKeyManagerDlg.cpp:983
msgid "Copy User ID to Clipboard"
msgstr "[U[IDðNbv{[hÉ]·éB"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:762
-#: Src/wptKeyManagerDlg.cpp:983
+#: Src/wptKeyManagerDlg.cpp:984
msgid "Copy Key ID to Clipboard"
msgstr "L[IDðNbv{[hÉ]·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:762
-#: Src/wptKeyManagerDlg.cpp:984
+#: Src/wptKeyManagerDlg.cpp:985
msgid "Copy Fingerprint to Clipboard"
msgstr "tBK[vgðNbv{[hÉ]·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:762
-#: Src/wptKeyManagerDlg.cpp:985
+#: Src/wptKeyManagerDlg.cpp:986
msgid "Copy Key Info to Clipboard"
msgstr "L[CtHðNbv{[hÉ]·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:762
-#: Src/wptKeyManagerDlg.cpp:986
+#: Src/wptKeyManagerDlg.cpp:987
msgid "Copy Key to Clipboard"
msgstr "L[ðNbv{[hÉ]·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:764
-#: Src/wptKeyManagerDlg.cpp:988
+#: Src/wptKeyManagerDlg.cpp:989
msgid "Refresh from Keyserver"
msgstr "L[T[o[æèXV·é"
-#: Src/wptKeyManagerDlg.cpp:989
+#: Src/wptKeyManagerDlg.cpp:990
msgid "Set Implicit &Trust"
msgstr "ÃÙMpðÝè·é(&T)"
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:396
-#: Src/wptKeyManagerDlg.cpp:996
+#: Src/wptKeyManagerDlg.cpp:997
msgid "&Enable"
msgstr "Lø·é(&E)"
-#: Src/wptKeyManagerDlg.cpp:997
+#: Src/wptKeyManagerDlg.cpp:998
msgid "&Disable"
msgstr "³ø·é(&D)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:764
-#: Src/wptKeyManagerDlg.cpp:998
+#: Src/wptKeyManagerDlg.cpp:999
msgid "Re&fresh from Keyserver"
msgstr "L[T[o[æèXV·é(&F)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:764
-#: Src/wptKeyManagerDlg.cpp:999
+#: Src/wptKeyManagerDlg.cpp:1000
msgid "Set preferred Keyserver URL"
msgstr "ó]·éL[T[o[ÌURLðÝè·é"
-#: Src/wptKeyManagerDlg.cpp:1000
+#: Src/wptKeyManagerDlg.cpp:1001
msgid "Send Key to Mail Recipient"
msgstr "L[ð[ÌóMÒÉM·é"
# c:\oss\winpt\src\wptKeyManager.cpp:803
-#: Src/wptKeyManagerDlg.cpp:1001
+#: Src/wptKeyManagerDlg.cpp:1002
msgid "Set as Default Key"
msgstr "KèL[ƵÄÝè·é"
-#: Src/wptKeyManagerDlg.cpp:1003
+#: Src/wptKeyManagerDlg.cpp:1004
msgid "Key..."
msgstr "L[..."
@@ -4261,24 +4236,24 @@
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:45
# c:\oss\winpt\src\wptSigList.cpp:41 c:\oss\winpt\src\wptVerifyList.cpp:79
# c:\oss\winpt\src\wptVerifyList.cpp:88
-#: Src/wptKeyManagerDlg.cpp:1004
+#: Src/wptKeyManagerDlg.cpp:1005
msgid "User ID..."
msgstr "[U[ID"
-#: Src/wptKeyManagerDlg.cpp:1005
+#: Src/wptKeyManagerDlg.cpp:1006
msgid "Photo ID..."
msgstr "tHgID..."
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:115
-#: Src/wptKeyManagerDlg.cpp:1006
+#: Src/wptKeyManagerDlg.cpp:1007
msgid "Revoker..."
msgstr "³ø»«Ì¤"
-#: Src/wptKeyManagerDlg.cpp:1009
+#: Src/wptKeyManagerDlg.cpp:1010
msgid "Key Attributes"
msgstr "L[Ì®«"
-#: Src/wptKeyManagerDlg.cpp:1010
+#: Src/wptKeyManagerDlg.cpp:1011
msgid "Add"
msgstr "ÇÁ"
@@ -4297,11 +4272,11 @@
# c:\oss\winpt\src\wptKeyserverDlg.cpp:420
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:72
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:115
-#: Src/wptKeyManagerDlg.cpp:1011
+#: Src/wptKeyManagerDlg.cpp:1012
msgid "Send to Keyserver"
msgstr "L[T[o[ÉM·é"
-#: Src/wptKeyManagerDlg.cpp:1190
+#: Src/wptKeyManagerDlg.cpp:1229
msgid ""
"No ultimately trusted key found.\n"
"Please set at least one secret key to ultimate trust."
@@ -4311,73 +4286,73 @@
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:608
# c:\oss\winpt\src\wptKeysigDlg.cpp:349
-#: Src/wptKeyManagerDlg.cpp:1201
+#: Src/wptKeyManagerDlg.cpp:1240
msgid "Could not set keylist window procedure."
msgstr "L[XgEBhvV[WðZbg·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:765
-#: Src/wptKeyManagerDlg.cpp:1218
+#: Src/wptKeyManagerDlg.cpp:1257
#, fuzzy
msgid "&Show"
msgstr "tHgð©¹é(&S)"
# c:\oss\winpt\src\wptFileManagerDlg.cpp:354
-#: Src/wptKeyManagerDlg.cpp:1219
+#: Src/wptKeyManagerDlg.cpp:1258
#, fuzzy
msgid "&New..."
msgstr "J(&O)..."
# c:\oss\winpt\src\wptFirstRunDlg.cpp:42
-#: Src/wptKeyManagerDlg.cpp:1324
+#: Src/wptKeyManagerDlg.cpp:1363
msgid "Generate new key pair"
msgstr "Vµ¢L[yAð쬷é"
-#: Src/wptKeyManagerDlg.cpp:1328
+#: Src/wptKeyManagerDlg.cpp:1367
msgid "Search for a specific key"
msgstr "ÁèÈL[ðT[`·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:724
-#: Src/wptKeyManagerDlg.cpp:1332
+#: Src/wptKeyManagerDlg.cpp:1371
msgid "Delete key from keyring"
msgstr "L[O©çL[ðí·éB"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:728
-#: Src/wptKeyManagerDlg.cpp:1336
+#: Src/wptKeyManagerDlg.cpp:1375
msgid "Show key properties"
msgstr "L[Ì®«ð©¹é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:732
-#: Src/wptKeyManagerDlg.cpp:1340
+#: Src/wptKeyManagerDlg.cpp:1379
msgid "Sign key"
msgstr "VOj`[L["
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:762
-#: Src/wptKeyManagerDlg.cpp:1344
+#: Src/wptKeyManagerDlg.cpp:1383
msgid "Copy key to clipboard"
msgstr "L[ðNbv{[hÉ]·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:272
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:763
-#: Src/wptKeyManagerDlg.cpp:1348
+#: Src/wptKeyManagerDlg.cpp:1387
msgid "Paste key from clipboard"
msgstr "Nbv{[h©çL[ðÍèt¯é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:736
-#: Src/wptKeyManagerDlg.cpp:1352
+#: Src/wptKeyManagerDlg.cpp:1391
msgid "Import key to keyring"
msgstr "L[OÉL[ðC|[g·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:740
-#: Src/wptKeyManagerDlg.cpp:1356
+#: Src/wptKeyManagerDlg.cpp:1395
msgid "Export key to a file"
msgstr "L[ðt@CÉGLX|[gÆ·é"
-#: Src/wptKeyManagerDlg.cpp:1485
+#: Src/wptKeyManagerDlg.cpp:1524
msgid "New"
msgstr "VKì¬"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:869
-#: Src/wptKeyManagerDlg.cpp:1497
+#: Src/wptKeyManagerDlg.cpp:1536
msgid "Could not access public keyring"
msgstr "öJL[OðANZX·é±ÆªÅ«Ü¹ñŵ½B"
@@ -4389,7 +4364,7 @@
# c:\oss\winpt\src\wptKeysignDlg.cpp:318
# c:\oss\winpt\src\wptKeysignDlg.cpp:320
# c:\oss\winpt\src\wptKeysignDlg.cpp:322
-#: Src/wptKeyManagerDlg.cpp:1528 Src/wptKeysignDlg.cpp:259
+#: Src/wptKeyManagerDlg.cpp:1567 Src/wptKeysignDlg.cpp:259
#: Src/wptKeysignDlg.cpp:274 Src/wptKeysignDlg.cpp:354
#: Src/wptKeysignDlg.cpp:369 Src/wptKeysignDlg.cpp:386
#: Src/wptKeysignDlg.cpp:391 Src/wptKeysignDlg.cpp:393
@@ -4397,7 +4372,7 @@
msgstr "L[ð¼·é"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:926
-#: Src/wptKeyManagerDlg.cpp:1544
+#: Src/wptKeyManagerDlg.cpp:1583
msgid "Key already revoked!"
msgstr "L[ª·ÅɳøÆÈÁĢܷB"
@@ -4408,7 +4383,7 @@
# c:\oss\winpt\src\wptKeyRevokeDlg.cpp:118
# c:\oss\winpt\src\wptKeyRevokeDlg.cpp:140
# c:\oss\winpt\src\wptKeyRevokeDlg.cpp:151
-#: Src/wptKeyManagerDlg.cpp:1558 Src/wptKeyRevokeDlg.cpp:70
+#: Src/wptKeyManagerDlg.cpp:1597 Src/wptKeyRevokeDlg.cpp:70
#: Src/wptKeyRevokeDlg.cpp:80 Src/wptKeyRevokeDlg.cpp:169
#: Src/wptKeyRevokeDlg.cpp:174 Src/wptKeyRevokeDlg.cpp:182
#: Src/wptKeyRevokeDlg.cpp:191 Src/wptKeyRevokeDlg.cpp:196
@@ -4416,23 +4391,23 @@
msgstr "L[̳ø»Ø¾"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:951
-#: Src/wptKeyManagerDlg.cpp:1568
+#: Src/wptKeyManagerDlg.cpp:1607
msgid "It does not make any sense with a key pair!"
msgstr "L[yAÆÌÓ¡ªs¾Å·I"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:973
-#: Src/wptKeyManagerDlg.cpp:1585
+#: Src/wptKeyManagerDlg.cpp:1624
msgid "Key Signature List"
msgstr "L[¼ÌêÐå¤"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:992
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:113
-#: Src/wptKeyManagerDlg.cpp:1602 Src/wptKeyPropsDlg.cpp:289
+#: Src/wptKeyManagerDlg.cpp:1641 Src/wptKeyPropsDlg.cpp:288
msgid "Key Properties"
msgstr "L[Ì®«"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1007
-#: Src/wptKeyManagerDlg.cpp:1612
+#: Src/wptKeyManagerDlg.cpp:1651
msgid ""
"This is only useful when the keyring has been modified (sign a key...).\n"
"Do you really want to reload the keycache?"
@@ -4441,34 +4416,34 @@
"{ÉL[LbV
ð[hµÜ·©H"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1045
-#: Src/wptKeyManagerDlg.cpp:1642
+#: Src/wptKeyManagerDlg.cpp:1681
msgid "Smart Card support is not available."
msgstr "X}[gJ[hÉεܹñB"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1065
# c:\oss\winpt\src\wptKeyserverDlg.cpp:298
-#: Src/wptKeyManagerDlg.cpp:1665 Src/wptKeyserverDlg.cpp:568
+#: Src/wptKeyManagerDlg.cpp:1704 Src/wptKeyserverDlg.cpp:568
msgid "Keyserver Access"
msgstr "L[T[o[ÌANZX"
# c:\oss\winpt\src\wptGPGOptDlg.cpp:46
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1077
-#: Src/wptKeyManagerDlg.cpp:1682
+#: Src/wptKeyManagerDlg.cpp:1721
msgid "GnuPG Options"
msgstr "GnuPGIvV"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1119
-#: Src/wptKeyManagerDlg.cpp:1724
+#: Src/wptKeyManagerDlg.cpp:1763
msgid "There is no corresponding secret key for this key."
msgstr "±ÌL[ÉεÄÌ駮ª èܹñB"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1124
-#: Src/wptKeyManagerDlg.cpp:1729
+#: Src/wptKeyManagerDlg.cpp:1768
msgid "You can only export one secret key."
msgstr "êÂÌ駮µ©GLX|[gūܹñB"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1128
-#: Src/wptKeyManagerDlg.cpp:1734
+#: Src/wptKeyManagerDlg.cpp:1773
msgid ""
"This operation will export your *SECRET* key!\n"
"\n"
@@ -4487,39 +4462,39 @@
"±ÌL[ð{ÉGLX|[gµÜ·©H"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1133
-#: Src/wptKeyManagerDlg.cpp:1739
+#: Src/wptKeyManagerDlg.cpp:1778
msgid "WARNING"
msgstr "x"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:1205
-#: Src/wptKeyManagerDlg.cpp:1800
+#: Src/wptKeyManagerDlg.cpp:1839
msgid "No key was selected, select all by default."
msgstr "L[ªIð³êÄܹñBKèIðÍ All Å·B"
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:59
-#: Src/wptKeyManagerDlg.cpp:1805
+#: Src/wptKeyManagerDlg.cpp:1844
#, fuzzy
msgid "Keyserver refresh finished."
msgstr "L[T[o[ðõµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyEditOwnertrustDlg.cpp:65
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:83
-#: Src/wptKeyPropsDlg.cpp:67
+#: Src/wptKeyPropsDlg.cpp:69
msgid "I trust ultimately (implicit)"
msgstr "¢ÉMpµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:84 c:\oss\winpt\src\wptKeylist.cpp:701
-#: Src/wptKeyPropsDlg.cpp:70 Src/wptVerifyList.cpp:165
-#: Src/wptVerifyList.cpp:224
+#: Src/wptKeyPropsDlg.cpp:72 Src/wptVerifyList.cpp:232
+#: Src/wptVerifyList.cpp:295
msgid "Unknown"
msgstr "³¼"
-#: Src/wptKeyPropsDlg.cpp:208
+#: Src/wptKeyPropsDlg.cpp:211
#, c-format
msgid "Card-Type: %s\r\n"
msgstr "J[h^Cv: %s\r\n"
-#: Src/wptKeyPropsDlg.cpp:247
+#: Src/wptKeyPropsDlg.cpp:250
#, fuzzy, c-format
msgid ""
"Type: %s\r\n"
@@ -4543,26 +4518,26 @@
"%s\r\n"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:114
-#: Src/wptKeyPropsDlg.cpp:290
+#: Src/wptKeyPropsDlg.cpp:289
msgid "&Change"
msgstr "ÏX(&C)"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:115
-#: Src/wptKeyPropsDlg.cpp:291
+#: Src/wptKeyPropsDlg.cpp:290
msgid "&Revokers"
msgstr "³ø»«Ì¤(&R)"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:116
-#: Src/wptKeyPropsDlg.cpp:292
+#: Src/wptKeyPropsDlg.cpp:291
msgid "Change &Password"
msgstr "pX[hÌÏX(&P)"
-#: Src/wptKeyPropsDlg.cpp:299
+#: Src/wptKeyPropsDlg.cpp:298
msgid "Photo-ID not validated."
msgstr "tHgIDLø³êĢܹñB"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:171
-#: Src/wptKeyPropsDlg.cpp:337
+#: Src/wptKeyPropsDlg.cpp:355
msgid ""
"The status of this key is 'revoked' or 'expired'.\n"
"You cannot change the ownertrust of such keys."
@@ -4570,14 +4545,8 @@
"±ÌL[ÌóµÍ³ø 'revoked' ܽÍúÀØê 'expired'ÆÈÁĢܷB\n"
"±êçÌL[ÌLÒÌM(ownertrust)ðÏXūܹñB"
-# c:\oss\winpt\src\wptKeyPropsDlg.cpp:173
-# c:\oss\winpt\src\wptKeyPropsDlg.cpp:180
-#: Src/wptKeyPropsDlg.cpp:339 Src/wptKeyPropsDlg.cpp:346
-msgid "WinPT Warning"
-msgstr "WinPT x"
-
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:177
-#: Src/wptKeyPropsDlg.cpp:343
+#: Src/wptKeyPropsDlg.cpp:361
msgid ""
"This is a non-valid key.\n"
"Modifying the ownertrust has no effect on such keys.\n"
@@ -4589,12 +4558,12 @@
"{Ép±µÜ·©H"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:208
-#: Src/wptKeyPropsDlg.cpp:360
+#: Src/wptKeyPropsDlg.cpp:379
msgid "Ownertrust successfully changed."
msgstr "LÒÌM(ownertrust)ͳµÏXµÜµ½B"
# c:\oss\winpt\src\wptKeyPropsDlg.cpp:226
-#: Src/wptKeyPropsDlg.cpp:373 Src/wptKeyRevokersDlg.cpp:162
+#: Src/wptKeyPropsDlg.cpp:392 Src/wptKeyRevokersDlg.cpp:162
msgid "Key Revokers"
msgstr "L[ð³ø»«Ì¤"
@@ -4644,7 +4613,7 @@
msgstr "³ø»Ø¾ªì¬³êܵ½B"
# c:\oss\winpt\src\wptSigList.cpp:47
-#: Src/wptKeyRevokersDlg.cpp:59 Src/wptKeyserverSearchDlg.cpp:51
+#: Src/wptKeyRevokersDlg.cpp:59 Src/wptKeyserverSearchDlg.cpp:55
#: Src/wptSigList.cpp:59
msgid "Algorithm"
msgstr "ASY"
@@ -4665,44 +4634,44 @@
msgid "Do you want to retrieve %s via the default keyserver?"
msgstr "KèL[T[o[oRÅ 0x%s ðæèoµ½¢Å·©H"
-#: Src/wptKeyserver.cpp:377
+#: Src/wptKeyserver.cpp:401
msgid "Network unreachable"
msgstr ""
-#: Src/wptKeyserver.cpp:380
+#: Src/wptKeyserver.cpp:404
#, fuzzy
msgid "Host unreachable"
msgstr "zXg"
# c:\oss\winpt\src\wptErrors.cpp:84
-#: Src/wptKeyserver.cpp:383
+#: Src/wptKeyserver.cpp:407
#, fuzzy
msgid "Could not resolve host name"
msgstr "zXg¼ðÅJ·é±ÆªÅ«Ü¹ñŵ½B"
-#: Src/wptKeyserver.cpp:386
+#: Src/wptKeyserver.cpp:410
msgid "Connection refused"
msgstr ""
-#: Src/wptKeyserver.cpp:390
+#: Src/wptKeyserver.cpp:414
msgid "Connection timeout"
msgstr ""
-#: Src/wptKeyserver.cpp:394
+#: Src/wptKeyserver.cpp:418
msgid "Connection resetted by peer"
msgstr ""
-#: Src/wptKeyserver.cpp:397
+#: Src/wptKeyserver.cpp:421
msgid "Socket has been shutdown"
msgstr ""
# c:\oss\winpt\src\wptPreferencesDlg.cpp:221
-#: Src/wptKeyserver.cpp:584
+#: Src/wptKeyserver.cpp:599
msgid "Could not save keyserver.conf file"
msgstr "keyserver.conft@CðÛ¶·é±Æªoܹñŵ½B"
# c:\oss\winpt\src\wptKeyserver.cpp:436
-#: Src/wptKeyserver.cpp:629
+#: Src/wptKeyserver.cpp:644
msgid ""
"Invalid proxy configuration.You need to set a user and a passwordto use "
"proxy authentication!"
@@ -4711,12 +4680,12 @@
"vNV[ÌFØI"
# c:\oss\winpt\src\wptKeyserver.cpp:438
-#: Src/wptKeyserver.cpp:632
+#: Src/wptKeyserver.cpp:647
msgid "Proxy Error"
msgstr "vNV[G["
# c:\oss\winpt\src\wptKeyserver.cpp:462
-#: Src/wptKeyserver.cpp:656
+#: Src/wptKeyserver.cpp:672
msgid ""
"All entries of this file must have a valid prefix.\n"
"Currently HKP/HTTP, LDAP and FINGER are supported.\n"
@@ -4739,17 +4708,17 @@
# c:\oss\winpt\src\wptKeyserverDlg.cpp:420
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:72
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:115
-#: Src/wptKeyserver.cpp:658
+#: Src/wptKeyserver.cpp:674
msgid "Keyserver Error"
msgstr "L[T[o[G["
# c:\oss\winpt\src\wptKeyserver.cpp:473
-#: Src/wptKeyserver.cpp:680
+#: Src/wptKeyserver.cpp:693
msgid "The keyserver limit is exceeded"
msgstr "L[T[o[̧Àª´¦Ä¢Ü·B"
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:59
-#: Src/wptKeyserver.cpp:681
+#: Src/wptKeyserver.cpp:694
msgid "Keyserver Warning"
msgstr "L[T[o[x"
@@ -4895,8 +4864,8 @@
# c:\oss\winpt\src\wptKeyserverDlg.cpp:420
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:72
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:115
-#: Src/wptKeyserverDlg.cpp:507 Src/wptKeyserverDlg.cpp:721
-#: Src/wptKeyserverDlg.cpp:741
+#: Src/wptKeyserverDlg.cpp:507 Src/wptKeyserverDlg.cpp:724
+#: Src/wptKeyserverDlg.cpp:744
msgid "Edit Keyserver"
msgstr "L[T[o[ÒW"
@@ -4927,7 +4896,7 @@
msgstr "³øÈ|[gBLøÈlÍ <65535 Å·B"
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:61
-#: Src/wptKeyserverDlg.cpp:569 Src/wptKeyserverSearchDlg.cpp:61
+#: Src/wptKeyserverDlg.cpp:569 Src/wptKeyserverSearchDlg.cpp:65
msgid "&Receive"
msgstr "óM(&R)"
@@ -4970,7 +4939,7 @@
# c:\oss\winpt\src\wptProxySettingsDlg.cpp:52
# c:\oss\winpt\src\wptProxySettingsDlg.cpp:57
# c:\oss\winpt\src\wptProxySettingsDlg.cpp:61
-#: Src/wptKeyserverDlg.cpp:628 Src/wptProxySettingsDlg.cpp:69
+#: Src/wptKeyserverDlg.cpp:636 Src/wptProxySettingsDlg.cpp:69
#: Src/wptProxySettingsDlg.cpp:79 Src/wptProxySettingsDlg.cpp:84
#: Src/wptProxySettingsDlg.cpp:91 Src/wptProxySettingsDlg.cpp:96
#: Src/wptProxySettingsDlg.cpp:101 Src/wptProxySettingsDlg.cpp:157
@@ -4978,54 +4947,62 @@
msgid "Proxy Settings"
msgstr "vNV[Ýè"
+# c:\oss\winpt\src\wptKeyserverDlg.cpp:381
+# c:\oss\winpt\src\wptKeyserverDlg.cpp:407
+#: Src/wptKeyserverDlg.cpp:644 Src/wptKeyserverDlg.cpp:685
+msgid "Please enter the search pattern."
+msgstr "õp^[ðü͵ľ³¢B"
+
# c:\oss\winpt\src\wptKeyserverDlg.cpp:370
# c:\oss\winpt\src\wptKeyserverDlg.cpp:395
-#: Src/wptKeyserverDlg.cpp:635 Src/wptKeyserverDlg.cpp:666
+#: Src/wptKeyserverDlg.cpp:669
msgid "Please select one of the keyservers."
msgstr "êÂÌL[T[o[ðIñž³¢B"
-# c:\oss\winpt\src\wptKeyserverDlg.cpp:376
-#: Src/wptKeyserverDlg.cpp:643
-msgid "This is not implemented yet!"
-msgstr "±Ì«Ì¤Íܾgp©Ì¤ÆÈÁĢܹñI"
-
-# c:\oss\winpt\src\wptKeyserverDlg.cpp:381
-# c:\oss\winpt\src\wptKeyserverDlg.cpp:407
-#: Src/wptKeyserverDlg.cpp:650 Src/wptKeyserverDlg.cpp:682
-msgid "Please enter the search pattern."
-msgstr "õp^[ðü͵ľ³¢B"
-
# c:\oss\winpt\src\wptKeyserverDlg.cpp:411
-#: Src/wptKeyserverDlg.cpp:687
+#: Src/wptKeyserverDlg.cpp:690
msgid "Only keyids are allowed."
msgstr "L[IDÌݪgp©Ì¤Å·B"
# c:\oss\winpt\src\wptKeyserverDlg.cpp:416
-#: Src/wptKeyserverDlg.cpp:693
+#: Src/wptKeyserverDlg.cpp:696
msgid "Only enter the name of the user."
msgstr "[U[̼O¾¯ðüÍ·é"
# c:\oss\winpt\src\wptKeyserverDlg.cpp:420
-#: Src/wptKeyserverDlg.cpp:699
+#: Src/wptKeyserverDlg.cpp:702
msgid "Only email addresses or keyids are allowed."
msgstr "[AhXܽÍL[IDÌÝÍgp©Ì¤Å·B"
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:63
-#: Src/wptKeyserverSearchDlg.cpp:64
+#: Src/wptKeyserverSearchDlg.cpp:68
#, c-format
msgid "Connect to '%s' to search for \"%s\""
msgstr "%sÉÚ±µÈºÌ±Æðõ·é\"%s\""
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:59
-#: Src/wptKeyserverSearchDlg.cpp:67
+#: Src/wptKeyserverSearchDlg.cpp:71
msgid "Keyserver Searching"
msgstr "L[T[o[ðõµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyserverSearchDlg.cpp:59
-#: Src/wptKeyserverSearchDlg.cpp:90 Src/wptKeyserverSearchDlg.cpp:127
+#: Src/wptKeyserverSearchDlg.cpp:94 Src/wptKeyserverSearchDlg.cpp:99
+#: Src/wptKeyserverSearchDlg.cpp:143
msgid "Keyserver Search"
msgstr "L[T[o[õ"
+# c:\oss\winpt\src\wptKeyPropsDlg.cpp:177
+#: Src/wptKeyserverSearchDlg.cpp:100
+#, fuzzy, c-format
+msgid ""
+"The search result contains a lot of keys: %d\n"
+"\n"
+"Do you really want to continue?"
+msgstr ""
+"±êͳøÈL[Å·B\n"
+"LÒÌM(ownertrust)ðÏXµÄà±êçÌL[Ée¿ª èܹñB\n"
+"{Ép±µÜ·©H"
+
# c:\oss\winpt\src\wptKeysigDlg.cpp:82
#: Src/wptKeysigDlg.cpp:94
#, c-format
@@ -5116,7 +5093,7 @@
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:579
# c:\oss\winpt\src\wptKeysigDlg.cpp:334
-#: Src/wptKeysigDlg.cpp:347 Src/wptSigTreeDlg.cpp:111
+#: Src/wptKeysigDlg.cpp:347 Src/wptSigTreeDlg.cpp:112
msgid "Signature &Properties"
msgstr "¼Ì®«(&P)"
@@ -5267,7 +5244,7 @@
msgstr "L[ª ȽÌL[ÆùɼµÄ¢Ü·B"
# c:\oss\winpt\src\wptKeyTrustPathDlg.cpp:134
-#: Src/wptKeyTrustPathDlg.cpp:138
+#: Src/wptKeyTrustPathDlg.cpp:136
msgid "Trustlist"
msgstr "MpêÐå¤"
@@ -5307,44 +5284,44 @@
"»ÝÌEBh[hÉtbNXuhooksvðZbg·é±ÆªÅ«Ü¹ñŵ½B"
# c:\oss\winpt\src\wptMainProc.cpp:398
-#: Src/wptMainProc.cpp:407
+#: Src/wptMainProc.cpp:409
msgid "Edit Clipboard"
msgstr "Nbv{[hÌÒW"
# c:\oss\winpt\src\wptMainProc.cpp:399
-#: Src/wptMainProc.cpp:408
+#: Src/wptMainProc.cpp:410
msgid "About..."
msgstr "WinPTÉ¢Ä..."
# c:\oss\winpt\src\wptMainProc.cpp:405 c:\oss\winpt\src\wptMainProc.cpp:409
-#: Src/wptMainProc.cpp:414 Src/wptMainProc.cpp:418
+#: Src/wptMainProc.cpp:416 Src/wptMainProc.cpp:420
msgid "Decrypt/Verify"
msgstr "/mF"
-#: Src/wptMainProc.cpp:428
+#: Src/wptMainProc.cpp:430
msgid "Current Window"
msgstr "»ÝÌEBhE"
# c:\oss\winpt\src\wptMainProc.cpp:465
-#: Src/wptMainProc.cpp:484
+#: Src/wptMainProc.cpp:486
msgid "Remove all passphrases from cache?"
msgstr "·×ÄÌpXt[YðLbV
©çO¹Ü·B"
# c:\oss\winpt\src\wptClipImportDlg.cpp:112
# c:\oss\winpt\src\wptMainProc.cpp:466 c:\oss\winpt\src\wptProgressDlg.cpp:98
# c:\oss\winpt\src\wptRegistry.cpp:133
-#: Src/wptMainProc.cpp:485 Src/wptProgressDlg.cpp:122 Src/wptRegistry.cpp:198
+#: Src/wptMainProc.cpp:487 Src/wptProgressDlg.cpp:122 Src/wptRegistry.cpp:198
msgid "WinPT"
msgstr "WinPT"
# c:\oss\winpt\src\wptMainProc.cpp:476
-#: Src/wptMainProc.cpp:495
+#: Src/wptMainProc.cpp:497
msgid "Could not access public keyring, exit WinPT?"
msgstr ""
"öJL[OðANZX·é±ÆªÅ«Ü¹ñŵ½BWinPTðI¹µÜ·©H"
# c:\oss\winpt\src\wptMainProc.cpp:510
-#: Src/wptMainProc.cpp:528
+#: Src/wptMainProc.cpp:530
#, c-format
msgid ""
"Make sure that the window contains text.\n"
@@ -5355,7 +5332,7 @@
# c:\oss\winpt\src\wptMainProc.cpp:566
# c:\oss\winpt\src\wptPreferencesDlg.cpp:121
-#: Src/wptMainProc.cpp:582 Src/wptPreferencesDlg.cpp:136
+#: Src/wptMainProc.cpp:584 Src/wptPreferencesDlg.cpp:139
msgid "WinPT Preferences"
msgstr "WinPTJX^Ýè"
@@ -5439,17 +5416,17 @@
msgid "Unknown key ID (%s, 0x%s)"
msgstr "³¼L[ID (%s, 0x%s)"
-#: Src/wptPassphraseCB.cpp:153
+#: Src/wptPassphraseCB.cpp:154
msgid "Bad passphrase; Enter passphrase again"
msgstr "³øÈpXt[YAÄxü͵ľ³¢B"
# c:\oss\winpt\src\wptPassphraseCB.cpp:90
-#: Src/wptPassphraseCB.cpp:154
+#: Src/wptPassphraseCB.cpp:155
msgid "Please enter your passphrase"
msgstr " ȽÌpXt[Yðü͵ľ³¢B"
# c:\oss\winpt\src\wptSymEnc.cpp:40 c:\oss\winpt\src\wptSymEnc.cpp:50
-#: Src/wptPassphraseCB.cpp:158
+#: Src/wptPassphraseCB.cpp:159
#, c-format
msgid ""
"Symmetric encryption.\n"
@@ -5459,7 +5436,7 @@
"%s ªÃ»f[^Å·B"
# c:\oss\winpt\src\wptPassphraseCB.cpp:224
-#: Src/wptPassphraseCB.cpp:302
+#: Src/wptPassphraseCB.cpp:303
#, c-format
msgid ""
"You need a passphrase to unlock the secret key for\n"
@@ -5471,7 +5448,7 @@
"%s L[, ID %s ([L[ ID %s)\n"
# c:\oss\winpt\src\wptPassphraseCB.cpp:231
-#: Src/wptPassphraseCB.cpp:308
+#: Src/wptPassphraseCB.cpp:309
#, c-format
msgid ""
"You need a passphrase to unlock the secret key for\n"
@@ -5483,7 +5460,7 @@
"%s L[, ID %s\n"
# c:\oss\winpt\src\wptPassphraseCB.cpp:283
-#: Src/wptPassphraseCB.cpp:396
+#: Src/wptPassphraseCB.cpp:397
#, c-format
msgid ""
"Please enter the PIN to unlock your secret card key\n"
@@ -5645,8 +5622,20 @@
msgid "Current window hotkeys"
msgstr "»ÝÌEBhEÌzbgL["
+# c:\oss\winpt\src\wptFileManager.cpp:825
+#: Src/wptPreferencesDlg.cpp:132
+#, fuzzy
+msgid "Default extension for encrypted files"
+msgstr "ûµ½t@CɼOðü͵ľ³¢B"
+
+# c:\oss\winpt\src\wptMainProc.cpp:211
+#: Src/wptPreferencesDlg.cpp:133
+#, fuzzy
+msgid "&Backup includes secret keyring"
+msgstr "é§L[OðANZX·é±ÆªÅ«Ü¹ñŵ½B"
+
# c:\oss\winpt\src\wptPreferencesDlg.cpp:182
-#: Src/wptPreferencesDlg.cpp:212
+#: Src/wptPreferencesDlg.cpp:222
msgid ""
"In most cases it is not a good idea to enable this setting.\n"
"If you know what you are doing let this flag enabled, otherwise\n"
@@ -5656,12 +5645,12 @@
"½ðµ½¢©ðÍÁ«èí©éêͱÌtOðLøɵÄࢢŷªA\n"
"»¤ÅÍÈ¢êÍA±ÌtOðGçÈ¢Ù¤ªÀSÅ·B"
-#: Src/wptPreferencesDlg.cpp:246
+#: Src/wptPreferencesDlg.cpp:256
msgid "Select GPG backup path"
msgstr "GPGobNAbvpXðIð·é"
# c:\oss\winpt\src\wptPreferencesDlg.cpp:232
-#: Src/wptPreferencesDlg.cpp:258
+#: Src/wptPreferencesDlg.cpp:268
msgid ""
"Please enter a value that is between 1-720.\n"
"It is not a good idea to cache the passphrase more than 12 hours."
@@ -5670,17 +5659,17 @@
"pXt[YðPQÔÈãLbV
·é±ÆªÇ èܹñB"
# c:\oss\winpt\src\wptPreferencesDlg.cpp:245
-#: Src/wptPreferencesDlg.cpp:271
+#: Src/wptPreferencesDlg.cpp:281
msgid "Please enter a value between 1-80."
msgstr "P`WOÌÍÍÌlðü͵ľ³¢B"
# c:\oss\winpt\src\wptPreferencesDlg.cpp:256
-#: Src/wptPreferencesDlg.cpp:283
+#: Src/wptPreferencesDlg.cpp:294
msgid "The specified backup folder is invalid."
msgstr "wè³ê½obNAbvptH_ª³øÅ·B"
# c:\oss\winpt\src\wptPreferencesDlg.cpp:323
-#: Src/wptPreferencesDlg.cpp:321
+#: Src/wptPreferencesDlg.cpp:332
msgid "Hotkeys"
msgstr "zbgL["
@@ -5791,7 +5780,7 @@
"»êð㫵ܷ©H"
# c:\oss\winpt\src\wptRegistry.cpp:492
-#: Src/wptRegistry.cpp:591
+#: Src/wptRegistry.cpp:596
msgid "Could not write to Registry."
msgstr "MXgɱƪūܹñŵ½B"
@@ -5806,13 +5795,13 @@
msgstr "úÀ"
# c:\oss\winpt\src\wptKeysigDlg.cpp:330
-#: Src/wptSigTreeDlg.cpp:159
+#: Src/wptSigTreeDlg.cpp:160
#, c-format
msgid "Signature Tree for \"%s\" (0x%s)"
msgstr "Ⱥp̼c[\"%s\" (0x%s)"
# c:\oss\winpt\src\wptKeyManagerDlg.cpp:573
-#: Src/wptSigTreeDlg.cpp:161
+#: Src/wptSigTreeDlg.cpp:162
msgid "Edit..."
msgstr "ÒW..."
@@ -5836,11 +5825,54 @@
msgid "Text Input from File"
msgstr "t@C©çÌeLXgüÍ"
+#: Src/wptVerifyList.cpp:108
+#, c-format
+msgid "PKA: Verified signer's address is '%s'"
+msgstr "PKA: mFµ½¼ÒÌZÍ '%s' Å·B"
+
+# c:\oss\winpt\src\wptClipVerifyDlg.cpp:122
+#: Src/wptVerifyList.cpp:129
+msgid "The signature is expired!"
+msgstr "¼ÌLøúÀªß¬Ä¢Ü·I"
+
+#: Src/wptVerifyList.cpp:134
+msgid ""
+"WARNING: This key is not certified with a trusted signature!\r\n"
+" There is no indication that the signature belongs to the "
+"owner.\r\n"
+msgstr ""
+
# c:\oss\winpt\src\wptVerifyList.cpp:77 c:\oss\winpt\src\wptVerifyList.cpp:85
-#: Src/wptVerifyList.cpp:109
+#: Src/wptVerifyList.cpp:162
msgid "Signed"
msgstr "¼µÜµ½"
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:187
+#~ msgid "WinPT Verify"
+#~ msgstr "WinPT mF"
+
+# c:\oss\winpt\src\wptFileManager.cpp:1019
+#~ msgid "Good signature"
+#~ msgstr "Løȼ"
+
+# c:\oss\winpt\src\wptFileManager.cpp:1019
+#~ msgid "BAD signature"
+#~ msgstr "«¢¼"
+
+# c:\oss\winpt\src\wptClipDecryptDlg.cpp:188
+#~ msgid ""
+#~ "Signature made %s using %s key ID %s\n"
+#~ "%s from \"%s\"\n"
+#~ "%s"
+#~ msgstr ""
+#~ "¼ª %sð쬵ܵ½Bgpµ½%s L[ ID %s\n"
+#~ "%s ©ç \"%s\"\n"
+#~ "%s"
+
+# c:\oss\winpt\src\wptKeyserverDlg.cpp:376
+#~ msgid "This is not implemented yet!"
+#~ msgstr "±Ì«Ì¤Íܾgp©Ì¤ÆÈÁĢܹñI"
+
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:823
# c:\oss\winpt\src\wptKeyEditDlgs.cpp:926
#~ msgid "Could not find key."
Modified: trunk/Src/ChangeLog
===================================================================
--- trunk/Src/ChangeLog 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/ChangeLog 2006-06-01 08:30:46 UTC (rev 222)
@@ -1,3 +1,13 @@
+2006-06-01 Timo Schulz <ts at g10code.de>
+
+ * wptKeyserver.cpp (check_URL): change semantic.
+ (skip_type_prefix): Use check_URL().
+ * wptGPG.cpp (gnupg_backup_keyrings): New argument to
+ include secret keyring backups. Change all callers.
+ * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
+ (set_reg_winpt_prefs): Likewise.
+ * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
+
2006-05-29 Timo Schulz <ts at g10code.de>
* wptKeyserver.cpp (keyserver_set_default): Also set default port.
Modified: trunk/Src/WinPT-en.rc
===================================================================
--- trunk/Src/WinPT-en.rc 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/WinPT-en.rc 2006-06-01 08:30:46 UTC (rev 222)
@@ -632,7 +632,7 @@
PUSHBUTTON "&Cancel",IDCANCEL,119,107,50,14
END
-IDD_WINPT_PREFS DIALOG DISCARDABLE 0, 0, 292, 255
+IDD_WINPT_PREFS DIALOG DISCARDABLE 0, 0, 286, 277
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "WinPT Preferences"
FONT 8, "MS Sans Serif"
@@ -677,7 +677,7 @@
CONTROL "&Disable hotkeys (Not recommended!)",
IDC_PREFS_DISABLE_HOTKEYS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,8,178,159,10
- GROUPBOX "",IDC_STATIC,8,197,271,38
+ GROUPBOX "",IDC_STATIC,8,197,271,41
CONTROL "&Automatic keyring backup when WinPT closes",
IDC_PREFS_AUTOBACKUP,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,14,196,195,11
@@ -687,12 +687,14 @@
BS_AUTORADIOBUTTON,24,220,55,10
EDITTEXT IDC_PREFS_BAKPATH,80,219,130,12,ES_AUTOHSCROLL
PUSHBUTTON "Browse...",IDC_PREFS_BAKSELECT,212,218,47,14
- DEFPUSHBUTTON "&OK",IDOK,176,238,50,14
- PUSHBUTTON "&Cancel",IDCANCEL,228,238,50,14
+ DEFPUSHBUTTON "&OK",IDOK,176,261,50,14
+ PUSHBUTTON "&Cancel",IDCANCEL,228,261,50,14
LTEXT "Default extension for encrypted files",IDC_PREFS_EXTINF,
14,42,138,9
COMBOBOX IDC_PREFS_DEFEXT,155,40,76,47,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
+ CONTROL "&Backup includes secret keyring",IDC_PREFS_BAKSECRING,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,241,144,10
END
IDD_WINPT_HKPSEARCH DIALOG DISCARDABLE 0, 0, 359, 157
@@ -1586,9 +1588,9 @@
IDD_WINPT_PREFS, DIALOG
BEGIN
LEFTMARGIN, 3
- RIGHTMARGIN, 286
+ RIGHTMARGIN, 280
TOPMARGIN, 3
- BOTTOMMARGIN, 253
+ BOTTOMMARGIN, 275
END
IDD_WINPT_HKPSEARCH, DIALOG
Modified: trunk/Src/resource.h
===================================================================
--- trunk/Src/resource.h 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/resource.h 2006-06-01 08:30:46 UTC (rev 222)
@@ -654,6 +654,7 @@
#define IDC_ENCRYPT_OPTINF 1529
#define IDC_PREFS_EXTINF 1530
#define IDC_PREFS_DEFEXT 1531
+#define IDC_PREFS_BAKSECRING 1532
#define ID_GPG_ENCRYPT 40003
#define ID_GPG_DECRYPT 40004
#define ID_GPG_SIGN 40005
@@ -838,7 +839,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 247
#define _APS_NEXT_COMMAND_VALUE 40190
-#define _APS_NEXT_CONTROL_VALUE 1532
+#define _APS_NEXT_CONTROL_VALUE 1533
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Modified: trunk/Src/wptGPG.cpp
===================================================================
--- trunk/Src/wptGPG.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptGPG.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -1057,10 +1057,12 @@
}
-/* Make backups of all keyrings. The public key ring is
- rotated like this pubring-%d.gpg. */
+/* Make backups of all keyrings. The public key ring is rotated like
+ this pubring-%d.gpg.
+ If @auto_backup is false, no action is performed.
+ @include_secr indicated if the backup includes the secret keyring. */
void
-gnupg_backup_keyrings (int auto_backup, int backup_mode)
+gnupg_backup_keyrings (int auto_backup, int backup_mode, int include_secr)
{
char *srcpath = NULL, *dstpath = NULL;
char *name=NULL;
@@ -1102,7 +1104,7 @@
}
name = get_backup_name ("pubring-bak");
rc = backup_one_file (srcpath, "pubring", dstpath, name);
- if (!rc)
+ if (!rc && include_secr)
rc = backup_one_file (srcpath, "secring", dstpath, "secring-bak");
free_if_alloc (name);
free_if_alloc (srcpath);
Modified: trunk/Src/wptKeyserver.cpp
===================================================================
--- trunk/Src/wptKeyserver.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptKeyserver.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -44,8 +44,6 @@
keyserver server[MAX_KEYSERVERS] = {0};
keyserver_proxy_s proxy = {0};
static const char *server_list[] = {
- "hkp://gnv.us.ks.cryptnet.net",
- "hkp://keyserver.kjsl.com",
"hkp://sks.keyserver.penguin.de",
"hkp://subkeys.pgp.net",
"ldap://keyserver.pgp.com",
@@ -122,18 +120,42 @@
}
+/* Check that the given buffer contains a valid keyserver URL
+ and return the prefix length, 0 in case of an error. */
+static int
+check_URL (const char *buf)
+{
+ const char *proto[] = {
+ "ldap://",
+ "http://",
+ "finger://",
+ "hkp://",
+ NULL};
+ int i;
+
+ if (strlen (buf) < 7)
+ return 0;
+
+ for (i=0; proto[i] != NULL; i++) {
+ if (strstr (buf, proto[i]))
+ return strlen (proto[i]);
+ }
+ return 0;
+}
+
+
/* Skip the URL schema and return only the host part of it. */
static const char*
skip_type_prefix (const char *hostname)
{
- if (hostname && !strncmp (hostname, "http://", 7))
- hostname += 7;
- else if (hostname && !strncmp (hostname, "hkp://", 6))
- hostname += 6;
- else if (hostname && !strncmp (hostname, "finger://", 9))
- hostname += 9;
- else if (hostname && !strncmp (hostname, "ldap://", 7))
- hostname += 7;
+ int pos;
+
+ if (!hostname)
+ return hostname;
+
+ pos = check_URL (hostname);
+ if (pos > 0)
+ hostname += pos;
return hostname;
}
@@ -155,7 +177,7 @@
|| strstr (resp, "Public Key Server -- Error")
|| strstr (resp, "No matching keys in database")) {
p = strstr (resp, "<p>");
- if (p && strlen (p) < sizeof (hkp_errmsg)) {
+ if (p && strlen (p) < sizeof (hkp_errmsg)-1) {
end = strstr (p, "</p>");
len = end? (end - p + 1) : strlen (p);
memset (hkp_errmsg, 0, sizeof (hkp_errmsg));
@@ -362,6 +384,7 @@
}
kserver_proxy_release (&proxy);
WSACleanup ();
+ log_debug ("wsock_end: cleanup finished.\r\n");
}
@@ -409,7 +432,7 @@
void
kserver_set_socket_timeout (int nsec)
{
- if (nsec < 0)
+ if (nsec < 0 || nsec > 3600)
nsec = 0;
default_socket_timeout = nsec;
}
@@ -435,6 +458,7 @@
return default_keyserver;
}
else if (!type && idx < DIM (server_list)) {
+ /* XXX: handle non HKP servers. */
*port = HKP_PORT;
return server_list[idx];
}
@@ -465,7 +489,7 @@
const char*
kserver_check_keyid (const char *keyid)
{
- static char id[21];
+ static char id[22];
if (strstr (keyid, "@"))
return keyid; /* email address */
@@ -495,21 +519,6 @@
proxy.user = m_strdup (proxy_user);
proxy.pass = m_strdup (proxy_pass);
}
-
-
-/* Check that the given buffer contains a valid keyserver URL. */
-static int
-check_URL (const char * buf)
-{
- if (strlen (buf) < 7)
- return -1;
- if (!strstr (buf, "ldap://")
- && !strstr (buf, "http://")
- && !strstr (buf, "finger://")
- && !strstr (buf, "hkp://"))
- return -1;
- return 0;
-}
/* Get the port number from the given protocol. */
@@ -658,15 +667,13 @@
s = (char *)skip_whitespace (buf);
if (*s == '#' || strlen (s) < 7)
continue;
- if (check_URL (s)) {
+ chk_pos = check_URL (s);
+ if (!chk_pos) {
msg_box (NULL, _("All entries of this file must have a valid prefix.\n"
"Currently HKP/HTTP, LDAP and FINGER are supported.\n"),
_("Keyserver Error"), MB_ERR);
continue;
}
- chk_pos = 6;
- if (strstr (s, "finger"))
- chk_pos = 10;
p = strchr (s+chk_pos, ':');
server[pos].used = 1;
server[pos].proto = proto_from_URL (s);
@@ -769,6 +776,7 @@
}
+/* Check if the URL needs to be encoded or not. */
static bool
URL_must_encoded (const char *url)
{
Modified: trunk/Src/wptMainProc.cpp
===================================================================
--- trunk/Src/wptMainProc.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptMainProc.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -363,7 +363,9 @@
mapi_deinit ();
wsock_end ();
keycache_release (1);
- gnupg_backup_keyrings (reg_prefs.auto_backup, reg_prefs.backup.mode);
+ gnupg_backup_keyrings (reg_prefs.auto_backup,
+ reg_prefs.backup.mode,
+ reg_prefs.backup.include_secr);
free_reg_prefs ();
free_gnupg_table ();
hotkeys_unregister (hwnd);
Modified: trunk/Src/wptPreferencesDlg.cpp
===================================================================
--- trunk/Src/wptPreferencesDlg.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptPreferencesDlg.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -130,6 +130,7 @@
{IDC_PREFS_KSELFILE, _("Browse...")},
{IDC_PREFS_BAKSELECT, _("Browse...")},
{IDC_PREFS_EXTINF, _("Default extension for encrypted files")},
+ {IDC_PREFS_BAKSECRING, _("&Backup includes secret keyring")},
{IDCANCEL, _("&Cancel")},
{0, NULL}};
int i;
@@ -151,8 +152,8 @@
SetDlgItemText (dlg, hotkeys[i], key);
}
cb = GetDlgItem (dlg, IDC_PREFS_DEFEXT);
- combox_add_string (cb, _("GnuPG (.gpg)"));
- combox_add_string (cb, _("PGP (.pgp)"));
+ combox_add_string (cb, "GnuPG (.gpg)");
+ combox_add_string (cb, "PGP (.pgp)");
SendMessage (cb, CB_SETCURSEL, 0, 0);
CheckDlgButton (dlg, IDC_PREFS_DISABLE_HOTKEYS,
@@ -167,6 +168,8 @@
reg_prefs.backup.mode==1? BST_CHECKED : BST_UNCHECKED);
CheckDlgButton (dlg, IDC_PREFS_BAKUSER,
reg_prefs.backup.mode==2? BST_CHECKED : BST_UNCHECKED);
+ CheckDlgButton (dlg, IDC_PREFS_BAKSECRING,
+ reg_prefs.backup.include_secr? BST_CHECKED :BST_UNCHECKED);
SendDlgItemMessage (dlg, IDC_PREFS_DEFEXT, CB_SETCURSEL,
reg_prefs.default_ext, 0);
if (reg_prefs.no_hotkeys)
@@ -284,6 +287,7 @@
reg_prefs.use_viewer = IsDlgButtonChecked (dlg, IDC_PREFS_VIEWER)? 1 : 0;
reg_prefs.backup.mode = IsDlgButtonChecked (dlg, IDC_PREFS_BAKHOME ) ? 1 :
IsDlgButtonChecked (dlg, IDC_PREFS_BAKUSER)? 2 : 0;
+ reg_prefs.backup.include_secr = IsDlgButtonChecked (dlg, IDC_PREFS_BAKSECRING)? 1 : 0;
if (reg_prefs.backup.mode == 2) {
if (!GetDlgItemText (dlg, IDC_PREFS_BAKPATH, path, sizeof (path)-1)
|| dir_exist_check (path)) {
Modified: trunk/Src/wptRegistry.cpp
===================================================================
--- trunk/Src/wptRegistry.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptRegistry.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -1,5 +1,5 @@
-/* wptRegistry.cpp - W32 Registry access
- * Copyright (C) 2000-2005 Timo Schulz
+/* wptRegistry.cpp - Windows Registry access
+ * Copyright (C) 2000-2006 Timo Schulz
*
* This file is part of WinPT.
*
@@ -278,7 +278,7 @@
if( reg )
RegCloseKey( reg );
return rc;
-} /* create_file_type */
+}
/* Expand a string with %foo% entries so that %foo% will
@@ -363,7 +363,7 @@
rc = WPTERR_REGISTRY;
RegCloseKey( reg_key );
return rc;
-} /* set_reg_entry */
+}
int
@@ -391,7 +391,7 @@
leave:
RegCloseKey( reg_key );
return rc;
-} /* set_reg_key */
+}
int
@@ -482,6 +482,7 @@
"NoCompressMultiMedia",
"Expert",
"FMProgressBar",
+ "BackupSecring"
};
@@ -500,7 +501,7 @@
int
get_reg_winpt_single (int id)
{
- char * buf = NULL;
+ char *buf;
int val = 0;
buf = get_reg_entry (HKEY_CURRENT_USER, WINPT_REG, cfg[id]);
@@ -560,6 +561,10 @@
case CFG_FM_PROGRESS:
sprintf (buf, "%d", opt->fm.progress);
break;
+
+ case CFG_BACKUP_INC_SKR:
+ sprintf (buf, "%d", opt->backup.include_secr);
+ break;
}
rc = set_reg_entry (HKEY_CURRENT_USER, WINPT_REG, cfg[i], buf);
if (rc)
@@ -599,7 +604,7 @@
set_reg_winpt_flag (const char * name, int val)
{
return set_reg_entry (HKEY_CURRENT_USER, WINPT_REG, name, val? "1" : "0");
-} /* set_reg_winpt_flag */
+}
int
@@ -615,7 +620,7 @@
flag = -1;
free_if_alloc (buf);
return flag;
-} /* get_reg_winpt_flag */
+}
/* Retrieve the winpt preferences from the registry. */
@@ -668,6 +673,10 @@
case CFG_FM_PROGRESS:
opt->fm.progress = atol (val);
break;
+
+ case CFG_BACKUP_INC_SKR:
+ opt->backup.include_secr = atol (val);
+ break;
}
free_if_alloc (val);
}
Modified: trunk/Src/wptSigTreeDlg.cpp
===================================================================
--- trunk/Src/wptSigTreeDlg.cpp 2006-05-30 15:47:37 UTC (rev 221)
+++ trunk/Src/wptSigTreeDlg.cpp 2006-06-01 08:30:46 UTC (rev 222)
@@ -76,6 +76,7 @@
tvi.lParam = (LPARAM)s;
ctx.hParent = uid;
ctx.item = tvi;
+ /* XXX: mark non exportable sigs */
TreeView_InsertItem (dlg, &ctx);
}
}
More information about the Winpt-commits
mailing list