diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 0 | ||||
-rw-r--r-- | po/Makefile.in.in | 13 | ||||
-rw-r--r-- | po/POTFILES.in | 3 | ||||
-rw-r--r-- | po/de.po | 224 |
4 files changed, 217 insertions, 23 deletions
diff --git a/po/ChangeLog b/po/ChangeLog new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/po/ChangeLog diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 49a7b1c45..04b1577d7 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -55,7 +55,7 @@ SOURCES = cat-id-tbl.c POFILES = @POFILES@ GMOFILES = @GMOFILES@ DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ -stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) + $(POFILES) $(SOURCES) POTFILES = \ @@ -168,11 +168,12 @@ maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." -distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) -dist dist-gettext: update-po $(DISTFILES) - for file in $(DISTFILES); do \ - ln $(srcdir)/$$file $(distdir) 2> /dev/null \ - || cp -p $(srcdir)/$$file $(distdir); \ +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) +distdir: $(DEP_DISTFILES) + @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ + test -f $(distdir)/$$file \ + || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $(srcdir)/$$file $(distdir)/$$file; \ done update-po: Makefile diff --git a/po/POTFILES.in b/po/POTFILES.in index fe5d39422..a5dabe2a1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,11 +4,12 @@ # utility # cipher +cipher/random.c # main program g10/g10.c g10/pkclist.c - +g10/keygen.c @@ -6,6 +6,32 @@ msgstr "" "Xgettext-Options: --default-domain=g10 --directory=.. --add-comments --keyword=_ --keyword=N_ --files-from=./POTFILES.in\n" "Files: g10/g10.c g10/pkclist.c\n" +#: cipher/random.c:146 +msgid "" +"\n" +"Not enough random bytes available. Please do some other work to give" +msgstr "" + +#: cipher/random.c:185 +msgid "warning: using insecure random number generator!!\n" +msgstr "" + +#: cipher/random.c:186 +msgid "" +"The random number generator is only a kludge to let\n" +"it compile - it is in no way a strong RNG!\n" +"\n" +"DON'T USE ANY DATA GENERATED BY THIS PROGRAM!!\n" +"\n" +msgstr "" + +#: g10/g10.c:72 +msgid "" +"Syntax: g10 [options] [files]\n" +"sign, check, encrypt or decrypt\n" +"default operation depends on the input data\n" +msgstr "" + #: g10/g10.c:77 msgid "Please report bugs to <[email protected]>.\n" msgstr "Berichte �ber Wanzen bitte an <[email protected]>.\n" @@ -36,27 +62,27 @@ msgid "" msgstr "" " (RSA Verfahren ist vorhanden.)\n" -#: g10/g10.c:109 +#: g10/g10.c:116 msgid "Usage: g10 [options] " msgstr "Aufruf: g10 [Opeionen] " -#: g10/g10.c:145 +#: g10/g10.c:152 msgid "conflicting commands\n" msgstr "" -#: g10/g10.c:157 +#: g10/g10.c:164 msgid "create ascii armored output" msgstr "Ausgabe mit ASCII Armor versehen" -#: g10/g10.c:158 +#: g10/g10.c:165 msgid "verbose" msgstr "detailierte Informationen" -#: g10/g10.c:159 +#: g10/g10.c:166 msgid "set compress level (0 disables)" msgstr "Kompressionspegel sethen (aussschalten mit 0)" -#: g10/g10.c:160 +#: g10/g10.c:167 msgid "don't make any changes" msgstr "Keine wirklichen �nderungen durchf�hren" @@ -208,43 +234,43 @@ msgstr "" msgid "export all or the given keys" msgstr "" -#: g10/g10.c:280 +#: g10/g10.c:282 msgid "note: no default option file '%s'\n" msgstr "" -#: g10/g10.c:283 +#: g10/g10.c:285 msgid "option file '%s': %s\n" msgstr "" -#: g10/g10.c:288 +#: g10/g10.c:290 msgid "reading options from '%s'\n" msgstr "" -#: g10/g10.c:380 +#: g10/g10.c:382 msgid "selected cipher algorithm is invalid\n" msgstr "" -#: g10/g10.c:384 +#: g10/g10.c:386 msgid "selected pubkey algorithm is invalid\n" msgstr "" -#: g10/g10.c:388 +#: g10/g10.c:390 msgid "selected digest algorithm is invalid\n" msgstr "" -#: g10/g10.c:392 +#: g10/g10.c:394 msgid "completes-needed must be greater than 0\n" msgstr "" -#: g10/g10.c:396 +#: g10/g10.c:398 msgid "marginals-needed must be greater than 1\n" msgstr "" -#: g10/g10.c:460 +#: g10/g10.c:462 msgid "failed to initialize the TrustDB: %s\n" msgstr "" -#: g10/g10.c:552 g10/g10.c:569 g10/g10.c:658 +#: g10/g10.c:554 g10/g10.c:571 g10/g10.c:660 msgid "can't open '%s'\n" msgstr "" @@ -306,3 +332,169 @@ msgstr "" "Ein g�ltiger Trust Path konnte f�r diesen Key nicht gefunden werden.\n" "Mal sehen ob wir now weitere Ownertrust Werte zuordnen k�nnen.\n" "\n" + +#: g10/keygen.c:109 +msgid "writing self signature\n" +msgstr "" + +#: g10/keygen.c:299 +msgid "Key generation can only be used in interactive mode\n" +msgstr "" + +#: g10/keygen.c:301 +msgid "" +"Please select the algorithm to use:\n" +" (1) ElGamal is the suggested one.\n" +" (2) DSA can only be used for signatures.\n" +msgstr "" + +#: g10/keygen.c:305 +msgid " (3) RSA cannot be used in the U.S.\n" +msgstr "" + +#: g10/keygen.c:314 +msgid "Your selection? (1,2,3) " +msgstr "" + +#: g10/keygen.c:316 +msgid "Your selection? (1,2) " +msgstr "" + +#: g10/keygen.c:330 +msgid "Sorry; DSA is not yet supported.\n" +msgstr "" + +#: g10/keygen.c:343 +msgid "" +"About to generate a new %s keypair.\n" +" minimum keysize is 768 bits\n" +" default keysize is 1024 bits\n" +" highest suggested keysize is 2048 bits\n" +msgstr "" + +#: g10/keygen.c:351 +msgid "What keysize do you want? (1024) " +msgstr "" + +#: g10/keygen.c:357 +msgid "DSA does only allow keysizes from 512 to 1024\n" +msgstr "" + +#: g10/keygen.c:359 +msgid "keysize too small; 768 is smallest value allowed.\n" +msgstr "" + +#: g10/keygen.c:361 +msgid "Keysizes larger than 2048 are not suggested, because computations take REALLY long!\n" +msgstr "" + +#: g10/keygen.c:363 +msgid "Are you sure, that you want this keysize? " +msgstr "" + +#: g10/keygen.c:367 +msgid "Okay, but keep in mind that your monitor and keyboard radiation is also very vulnerable to attacks!\n" +msgstr "" + +#: g10/keygen.c:377 +msgid "Requested keysize is %u bits\n" +msgstr "" + +#: g10/keygen.c:380 g10/keygen.c:384 +msgid "rounded up to %u bits\n" +msgstr "" + +#: g10/keygen.c:391 +msgid "" +"\n" +"You need a User-ID to identify your key; the software constructs the user id\n" +"from Real Name, Comment and Email Address in this form:\n" +" \"Heinrich Heine (Der Dichter) <[email protected]>\"\n" +"\n" +msgstr "" + +#: g10/keygen.c:403 +msgid "Real name: " +msgstr "" + +#: g10/keygen.c:407 +msgid "Invalid character in name\n" +msgstr "" + +#: g10/keygen.c:409 +msgid "Name may not start with a digit\n" +msgstr "" + +#: g10/keygen.c:411 +msgid "Name must be at least 5 characters long\n" +msgstr "" + +#: g10/keygen.c:419 +msgid "Email address: " +msgstr "" + +#: g10/keygen.c:431 +msgid "Not a valid email address\n" +msgstr "" + +#: g10/keygen.c:439 +msgid "Comment: " +msgstr "" + +#. no comment is okay +#: g10/keygen.c:445 +msgid "Invalid character in comment\n" +msgstr "" + +#: g10/keygen.c:465 +msgid "" +"You selected this USER-ID:\n" +" \"%s\"\n" +"\n" +msgstr "" + +#: g10/keygen.c:467 +msgid "Edit (N)ame, (C)omment, (E)mail or (O)kay? " +msgstr "" + +#: g10/keygen.c:499 +msgid "" +"You need a Passphrase to protect your secret key.\n" +"\n" +msgstr "" + +#: g10/keygen.c:508 +msgid "" +"You don't what a passphrase - this is probably a *bad* idea!\n" +"I will do it anyway. You can change your passphrase at anytime,\n" +"using this program with the option \"--change-passphrase\"\n" +"\n" +msgstr "" + +#: g10/keygen.c:514 +msgid "passphrase not correctly repeated; try again.\n" +msgstr "" + +#: g10/keygen.c:531 +msgid "writing public certificate to '%s'\n" +msgstr "" + +#: g10/keygen.c:532 +msgid "writing secret certificate to '%s'\n" +msgstr "" + +#: g10/keygen.c:544 +msgid "" +"We need to generate a lot of random bytes. It is a good idea to perform\n" +"some other action (work in another window, move the mouse, utilize the\n" +"network and the disks) during the prime generation; this gives the random\n" +"number generator a better chance to gain enough entropy.\n" +msgstr "" + +#: g10/keygen.c:611 +msgid "public and secret key created and signed.\n" +msgstr "" + +#: g10/keygen.c:622 +msgid "Key generation failed: %s\n" +msgstr "" |