diff options
author | jbj <devnull@localhost> | 2001-10-20 20:28:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-20 20:28:56 +0000 |
commit | 00a348f332021405f90b86748fe209bf1e820830 (patch) | |
tree | a8e8a82a88fca8e1d1129d043e19b644fa028726 /po/rpm.pot | |
parent | d589b29c7fd3fa9c77f4ba6810fe8654cf67e2a1 (diff) | |
download | librpm-tizen-00a348f332021405f90b86748fe209bf1e820830.tar.gz librpm-tizen-00a348f332021405f90b86748fe209bf1e820830.tar.bz2 librpm-tizen-00a348f332021405f90b86748fe209bf1e820830.zip |
- add :base64 and :armor format extensions, dump binary tags in hex.
- proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.
CVS patchset: 5126
CVS date: 2001/10/20 20:28:56
Diffstat (limited to 'po/rpm.pot')
-rw-r--r-- | po/rpm.pot | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/po/rpm.pot b/po/rpm.pot index 5b84c68aa..18d3eaed5 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-10-19 18:20-0400\n" +"POT-Creation-Date: 2001-10-20 16:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2172,12 +2172,12 @@ msgstr "" msgid "========== continuing tsort ...\n" msgstr "" -#: lib/formats.c:28 lib/formats.c:54 lib/formats.c:85 lib/formats.c:160 -#: lib/header.c:2902 lib/header.c:2923 lib/header.c:2945 +#: lib/formats.c:33 lib/formats.c:57 lib/formats.c:88 lib/formats.c:261 +#: lib/header.c:2929 lib/header.c:2950 lib/header.c:2972 msgid "(not a number)" msgstr "" -#: lib/formats.c:128 +#: lib/formats.c:129 lib/formats.c:191 lib/formats.c:236 msgid "(not a blob)" msgstr "" @@ -2337,7 +2337,7 @@ msgstr "" msgid "| expected at end of expression" msgstr "" -#: lib/header.c:2646 +#: lib/header.c:2673 msgid "(unknown type)" msgstr "" @@ -3041,12 +3041,12 @@ msgstr "" msgid "%s: Fwrite failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:107 lib/rpmchecksig.c:324 +#: lib/rpmchecksig.c:107 lib/rpmchecksig.c:326 #, c-format msgid "%s: Fread failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:144 lib/rpmchecksig.c:399 +#: lib/rpmchecksig.c:144 lib/rpmchecksig.c:401 #, c-format msgid "%s: readLead failed\n" msgstr "" @@ -3061,12 +3061,12 @@ msgstr "" msgid "%s: Can't re-sign v2.0 RPM\n" msgstr "" -#: lib/rpmchecksig.c:162 lib/rpmchecksig.c:415 +#: lib/rpmchecksig.c:162 lib/rpmchecksig.c:417 #, c-format msgid "%s: rpmReadSignature failed\n" msgstr "" -#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:420 +#: lib/rpmchecksig.c:166 lib/rpmchecksig.c:422 #, c-format msgid "%s: No signature available\n" msgstr "" @@ -3081,32 +3081,32 @@ msgstr "" msgid "%s: rpmWriteSignature failed: %s\n" msgstr "" -#: lib/rpmchecksig.c:405 +#: lib/rpmchecksig.c:407 #, c-format msgid "%s: No signature available (v1.0 RPM)\n" msgstr "" -#: lib/rpmchecksig.c:639 +#: lib/rpmchecksig.c:649 msgid "NOT OK" msgstr "" -#: lib/rpmchecksig.c:640 lib/rpmchecksig.c:654 +#: lib/rpmchecksig.c:650 lib/rpmchecksig.c:664 msgid " (MISSING KEYS:" msgstr "" -#: lib/rpmchecksig.c:642 lib/rpmchecksig.c:656 +#: lib/rpmchecksig.c:652 lib/rpmchecksig.c:666 msgid ") " msgstr "" -#: lib/rpmchecksig.c:643 lib/rpmchecksig.c:657 +#: lib/rpmchecksig.c:653 lib/rpmchecksig.c:667 msgid " (UNTRUSTED KEYS:" msgstr "" -#: lib/rpmchecksig.c:645 lib/rpmchecksig.c:659 +#: lib/rpmchecksig.c:655 lib/rpmchecksig.c:669 msgid ")" msgstr "" -#: lib/rpmchecksig.c:653 +#: lib/rpmchecksig.c:663 msgid "OK" msgstr "" @@ -3302,115 +3302,115 @@ msgstr "" msgid "Unable to open %s for reading: %s.\n" msgstr "" -#: lib/signature.c:111 +#: lib/signature.c:112 msgid "file is not regular -- skipping size check\n" msgstr "" -#: lib/signature.c:120 +#: lib/signature.c:121 #, c-format msgid "Expected size: %12d = lead(%d)+sigs(%d)+pad(%d)+data(%d)\n" msgstr "" -#: lib/signature.c:125 +#: lib/signature.c:126 #, c-format msgid " Actual size: %12d\n" msgstr "" -#: lib/signature.c:145 +#: lib/signature.c:146 msgid "No signature\n" msgstr "" -#: lib/signature.c:149 +#: lib/signature.c:150 msgid "Old PGP signature\n" msgstr "" -#: lib/signature.c:162 +#: lib/signature.c:163 msgid "Old (internal-only) signature! How did you get that!?\n" msgstr "" -#: lib/signature.c:218 +#: lib/signature.c:219 #, c-format msgid "Signature: size(%d)+pad(%d)\n" msgstr "" -#: lib/signature.c:281 +#: lib/signature.c:282 #, c-format msgid "Couldn't exec pgp (%s)\n" msgstr "" -#: lib/signature.c:294 +#: lib/signature.c:295 msgid "pgp failed\n" msgstr "" #. PGP failed to write signature #. Just in case -#: lib/signature.c:301 +#: lib/signature.c:302 msgid "pgp failed to write signature\n" msgstr "" -#: lib/signature.c:306 +#: lib/signature.c:307 #, c-format msgid "PGP sig size: %d\n" msgstr "" -#: lib/signature.c:321 lib/signature.c:408 +#: lib/signature.c:322 lib/signature.c:409 msgid "unable to read the signature\n" msgstr "" -#: lib/signature.c:326 +#: lib/signature.c:327 #, c-format msgid "Got %d bytes of PGP sig\n" msgstr "" -#: lib/signature.c:368 lib/signature.c:498 +#: lib/signature.c:369 lib/signature.c:499 msgid "Couldn't exec gpg\n" msgstr "" -#: lib/signature.c:381 +#: lib/signature.c:382 msgid "gpg failed\n" msgstr "" #. GPG failed to write signature #. Just in case -#: lib/signature.c:388 +#: lib/signature.c:389 msgid "gpg failed to write signature\n" msgstr "" -#: lib/signature.c:393 +#: lib/signature.c:394 #, c-format msgid "GPG sig size: %d\n" msgstr "" -#: lib/signature.c:413 +#: lib/signature.c:414 #, c-format msgid "Got %d bytes of GPG sig\n" msgstr "" -#: lib/signature.c:441 +#: lib/signature.c:442 msgid "Generating signature using PGP.\n" msgstr "" -#: lib/signature.c:447 +#: lib/signature.c:448 msgid "Generating signature using GPG.\n" msgstr "" -#: lib/signature.c:527 +#: lib/signature.c:528 msgid "Couldn't exec pgp\n" msgstr "" #. @notreached@ #. This case should have been screened out long ago. -#: lib/signature.c:531 lib/signature.c:584 +#: lib/signature.c:532 lib/signature.c:585 #, c-format msgid "Invalid %%_signature spec in macro file\n" msgstr "" -#: lib/signature.c:564 +#: lib/signature.c:565 #, c-format msgid "You must set \"%%_gpg_name\" in your macro file\n" msgstr "" -#: lib/signature.c:576 +#: lib/signature.c:577 #, c-format msgid "You must set \"%%_pgp_name\" in your macro file\n" msgstr "" |