diff options
author | jbj <devnull@localhost> | 2002-07-04 21:08:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-04 21:08:05 +0000 |
commit | 6dca216517ffb04f30d84ce1d1335efc37e7736d (patch) | |
tree | 0321a51a42d454fb20473111111ea4d983c061ea /po/zh_CN.GB2312.po | |
parent | af3c677f06687e5ad1e33eb24f984c7ac5ff2a33 (diff) | |
download | librpm-tizen-6dca216517ffb04f30d84ce1d1335efc37e7736d.tar.gz librpm-tizen-6dca216517ffb04f30d84ce1d1335efc37e7736d.tar.bz2 librpm-tizen-6dca216517ffb04f30d84ce1d1335efc37e7736d.zip |
- fix: forgot lazy open of database on --freshen path (#67907).
- proof-of-concept rpmcache functionality.
CVS patchset: 5539
CVS date: 2002/07/04 21:08:05
Diffstat (limited to 'po/zh_CN.GB2312.po')
-rw-r--r-- | po/zh_CN.GB2312.po | 190 |
1 files changed, 102 insertions, 88 deletions
diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po index afc7fa07f..2b9711373 100644 --- a/po/zh_CN.GB2312.po +++ b/po/zh_CN.GB2312.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rpm 4.0.3\n" -"POT-Creation-Date: 2002-07-03 09:55-0400\n" +"POT-Creation-Date: 2002-07-04 17:08-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" @@ -816,7 +816,7 @@ msgstr "" msgid "Could not open %s: %s\n" msgstr "" -#: build/pack.c:632 lib/psm.c:1453 +#: build/pack.c:632 lib/psm.c:1411 #, c-format msgid "Unable to write package: %s\n" msgstr "" @@ -846,7 +846,7 @@ msgstr "" msgid "Unable to write payload to %s: %s\n" msgstr "" -#: build/pack.c:713 lib/psm.c:1743 +#: build/pack.c:713 lib/psm.c:1701 #, c-format msgid "Wrote: %s\n" msgstr "" @@ -1565,7 +1565,17 @@ msgstr "" msgid "%s created as %s\n" msgstr "" -#: lib/misc.c:208 lib/misc.c:213 lib/misc.c:219 +#: lib/misc.c:45 +#, c-format +msgid "cannot create %%%s %s\n" +msgstr "" + +#: lib/misc.c:50 +#, c-format +msgid "cannot write to %%%s %s\n" +msgstr "" + +#: lib/misc.c:240 lib/misc.c:245 lib/misc.c:251 #, c-format msgid "error creating temporary file %s\n" msgstr "" @@ -2037,74 +2047,64 @@ msgstr "" msgid "Data type %d not supported\n" msgstr "" -#: lib/psm.c:462 -#, c-format -msgid "cannot create %%%s %s\n" -msgstr "" - -#: lib/psm.c:468 -#, c-format -msgid "cannot write to %%%s %s\n" -msgstr "" - -#: lib/psm.c:499 +#: lib/psm.c:457 msgid "source package expected, binary found\n" msgstr "" -#: lib/psm.c:618 +#: lib/psm.c:576 msgid "source package contains no .spec file\n" msgstr "" -#: lib/psm.c:738 +#: lib/psm.c:696 #, c-format msgid "%s: running %s scriptlet\n" msgstr "" -#: lib/psm.c:908 +#: lib/psm.c:866 #, c-format msgid "execution of %s scriptlet from %s-%s-%s failed, waitpid returned %s\n" msgstr "" -#: lib/psm.c:915 +#: lib/psm.c:873 #, c-format msgid "execution of %s scriptlet from %s-%s-%s failed, exit status %d\n" msgstr "" -#: lib/psm.c:1238 +#: lib/psm.c:1196 #, c-format msgid "%s: %s has %d files, test = %d\n" msgstr "" -#: lib/psm.c:1360 +#: lib/psm.c:1318 #, c-format msgid "%s: %s scriptlet failed (%d), skipping %s\n" msgstr "" -#: lib/psm.c:1504 +#: lib/psm.c:1462 #, c-format msgid "user %s does not exist - using root\n" msgstr "" -#: lib/psm.c:1513 +#: lib/psm.c:1471 #, c-format msgid "group %s does not exist - using root\n" msgstr "" -#: lib/psm.c:1555 +#: lib/psm.c:1513 #, c-format msgid "unpacking of archive failed%s%s: %s\n" msgstr "" -#: lib/psm.c:1556 +#: lib/psm.c:1514 msgid " on file " msgstr "" -#: lib/psm.c:1751 +#: lib/psm.c:1709 #, c-format msgid "%s failed on file %s: %s\n" msgstr "" -#: lib/psm.c:1754 +#: lib/psm.c:1712 #, c-format msgid "%s failed: %s\n" msgstr "" @@ -2157,8 +2157,8 @@ msgstr "" msgid "can't query %s: %s\n" msgstr "" -#: lib/query.c:565 lib/query.c:599 lib/rpminstall.c:362 lib/rpminstall.c:493 -#: lib/rpminstall.c:875 tools/rpmgraph.c:127 tools/rpmgraph.c:164 +#: lib/query.c:565 lib/query.c:599 lib/rpminstall.c:362 lib/rpminstall.c:499 +#: lib/rpminstall.c:881 tools/rpmgraph.c:127 tools/rpmgraph.c:164 #, c-format msgid "open of %s failed: %s\n" msgstr "" @@ -2172,7 +2172,7 @@ msgstr "" msgid "old format source packages cannot be queried\n" msgstr "" -#: lib/query.c:609 lib/rpminstall.c:506 +#: lib/query.c:609 lib/rpminstall.c:512 #, c-format msgid "%s: not a package manifest: %s\n" msgstr "" @@ -2241,7 +2241,7 @@ msgstr "" msgid "record %u could not be read\n" msgstr "" -#: lib/query.c:907 lib/rpminstall.c:660 +#: lib/query.c:907 lib/rpminstall.c:666 #, c-format msgid "package %s is not installed\n" msgstr "" @@ -2423,65 +2423,65 @@ msgstr "" msgid "skipping %s - transfer failed - %s\n" msgstr "" -#: lib/rpminstall.c:417 +#: lib/rpminstall.c:423 #, c-format msgid "package %s is not relocateable\n" msgstr "" -#: lib/rpminstall.c:467 +#: lib/rpminstall.c:473 #, c-format msgid "error reading from file %s\n" msgstr "" -#: lib/rpminstall.c:473 +#: lib/rpminstall.c:479 #, c-format msgid "file %s requires a newer version of RPM\n" msgstr "" -#: lib/rpminstall.c:485 lib/rpminstall.c:731 tools/rpmgraph.c:156 +#: lib/rpminstall.c:491 lib/rpminstall.c:737 tools/rpmgraph.c:156 #, c-format msgid "%s cannot be installed\n" msgstr "" -#: lib/rpminstall.c:521 +#: lib/rpminstall.c:527 #, c-format msgid "found %d source and %d binary packages\n" msgstr "" -#: lib/rpminstall.c:535 lib/rpminstall.c:688 lib/rpminstall.c:1062 +#: lib/rpminstall.c:541 lib/rpminstall.c:694 lib/rpminstall.c:1068 #: tools/rpmgraph.c:202 msgid "Failed dependencies:\n" msgstr "" -#: lib/rpminstall.c:542 tools/rpmgraph.c:208 +#: lib/rpminstall.c:548 tools/rpmgraph.c:208 msgid " Suggested resolutions:\n" msgstr "" -#: lib/rpminstall.c:572 +#: lib/rpminstall.c:578 msgid "installing binary packages\n" msgstr "" -#: lib/rpminstall.c:593 +#: lib/rpminstall.c:599 #, c-format msgid "cannot open file %s: %s\n" msgstr "" -#: lib/rpminstall.c:663 +#: lib/rpminstall.c:669 #, c-format msgid "\"%s\" specifies multiple packages\n" msgstr "" -#: lib/rpminstall.c:718 +#: lib/rpminstall.c:724 #, c-format msgid "cannot open %s: %s\n" msgstr "" -#: lib/rpminstall.c:724 +#: lib/rpminstall.c:730 #, c-format msgid "Installing %s\n" msgstr "" -#: lib/rpminstall.c:1056 +#: lib/rpminstall.c:1062 #, c-format msgid "rollback %d packages to %s" msgstr "" @@ -3050,8 +3050,8 @@ msgstr "" msgid "no dbpath has been set\n" msgstr "" -#: rpmdb/rpmdb.c:1011 rpmdb/rpmdb.c:1140 rpmdb/rpmdb.c:1189 rpmdb/rpmdb.c:2065 -#: rpmdb/rpmdb.c:2170 rpmdb/rpmdb.c:2857 +#: rpmdb/rpmdb.c:1011 rpmdb/rpmdb.c:1140 rpmdb/rpmdb.c:1189 rpmdb/rpmdb.c:2059 +#: rpmdb/rpmdb.c:2164 rpmdb/rpmdb.c:2852 #, c-format msgid "error(%d) getting \"%s\" records from %s index\n" msgstr "" @@ -3061,134 +3061,134 @@ msgstr "" msgid "error(%d) storing record #%d into %s\n" msgstr "" -#: rpmdb/rpmdb.c:1988 +#: rpmdb/rpmdb.c:1982 #, c-format msgid "rpmdb: damaged header instance #%u retrieved, skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:2253 +#: rpmdb/rpmdb.c:2248 #, c-format msgid "%s: cannot read header at 0x%x\n" msgstr "" -#: rpmdb/rpmdb.c:2314 +#: rpmdb/rpmdb.c:2309 #, c-format msgid "error(%d) setting header #%d record for %s removal\n" msgstr "" -#: rpmdb/rpmdb.c:2425 +#: rpmdb/rpmdb.c:2420 #, c-format msgid "removing \"%s\" from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2429 +#: rpmdb/rpmdb.c:2424 #, c-format msgid "removing %d entries from %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2456 +#: rpmdb/rpmdb.c:2451 #, c-format msgid "error(%d) setting \"%s\" records from %s index\n" msgstr "" -#: rpmdb/rpmdb.c:2477 +#: rpmdb/rpmdb.c:2472 #, c-format msgid "error(%d) storing record \"%s\" into %s\n" msgstr "" -#: rpmdb/rpmdb.c:2487 +#: rpmdb/rpmdb.c:2482 #, c-format msgid "error(%d) removing record \"%s\" from %s\n" msgstr "" -#: rpmdb/rpmdb.c:2629 +#: rpmdb/rpmdb.c:2624 #, c-format msgid "error(%d) allocating new package instance\n" msgstr "" -#: rpmdb/rpmdb.c:2833 +#: rpmdb/rpmdb.c:2828 #, c-format msgid "adding \"%s\" to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2837 +#: rpmdb/rpmdb.c:2832 #, c-format msgid "adding %d entries to %s index.\n" msgstr "" -#: rpmdb/rpmdb.c:2873 +#: rpmdb/rpmdb.c:2868 #, c-format msgid "error(%d) storing record %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3212 +#: rpmdb/rpmdb.c:3207 #, c-format msgid "removing %s after successful db3 rebuild.\n" msgstr "" -#: rpmdb/rpmdb.c:3247 +#: rpmdb/rpmdb.c:3242 msgid "no dbpath has been set" msgstr "" -#: rpmdb/rpmdb.c:3274 +#: rpmdb/rpmdb.c:3269 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: rpmdb/rpmdb.c:3278 +#: rpmdb/rpmdb.c:3273 #, c-format msgid "temporary database %s already exists\n" msgstr "" -#: rpmdb/rpmdb.c:3284 +#: rpmdb/rpmdb.c:3279 #, c-format msgid "creating directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3286 +#: rpmdb/rpmdb.c:3281 #, c-format msgid "creating directory %s: %s\n" msgstr "" -#: rpmdb/rpmdb.c:3293 +#: rpmdb/rpmdb.c:3288 #, c-format msgid "opening old database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3304 +#: rpmdb/rpmdb.c:3299 #, c-format msgid "opening new database with dbapi %d\n" msgstr "" -#: rpmdb/rpmdb.c:3328 +#: rpmdb/rpmdb.c:3323 #, c-format msgid "record number %u in database is bad -- skipping.\n" msgstr "" -#: rpmdb/rpmdb.c:3368 +#: rpmdb/rpmdb.c:3363 #, c-format msgid "cannot add record originally at %u\n" msgstr "" -#: rpmdb/rpmdb.c:3386 +#: rpmdb/rpmdb.c:3381 msgid "failed to rebuild database: original database remains in place\n" msgstr "" -#: rpmdb/rpmdb.c:3394 +#: rpmdb/rpmdb.c:3389 msgid "failed to replace old database with new database!\n" msgstr "" -#: rpmdb/rpmdb.c:3396 +#: rpmdb/rpmdb.c:3391 #, c-format msgid "replace files in %s with files from %s to recover" msgstr "" -#: rpmdb/rpmdb.c:3406 +#: rpmdb/rpmdb.c:3401 #, c-format msgid "removing directory %s\n" msgstr "" -#: rpmdb/rpmdb.c:3408 +#: rpmdb/rpmdb.c:3403 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" @@ -3400,55 +3400,69 @@ msgstr "" msgid "failed to create %s: %s\n" msgstr "" -#: tools/rpmcache.c:398 tools/rpmgraph.c:276 +#: tools/rpmcache.c:519 tools/rpmgraph.c:276 msgid "don't verify header+payload signature" msgstr "" -#: tools/rpmcache.c:400 tools/rpmgraph.c:278 +#: tools/rpmcache.c:521 tools/rpmgraph.c:278 msgid "don't verify package digest" msgstr "" -#: tools/rpmcache.c:402 tools/rpmgraph.c:280 +#: tools/rpmcache.c:523 tools/rpmgraph.c:280 msgid "don't verify package signature" msgstr "" -#: tools/rpmcache.c:405 +#: tools/rpmcache.c:526 +msgid "don't update cache database, only print package paths" +msgstr "" + +#: tools/rpmcache.c:530 msgid "follow command line symlinks" msgstr "" -#: tools/rpmcache.c:407 +#: tools/rpmcache.c:533 msgid "logical walk" msgstr "" -#: tools/rpmcache.c:409 +#: tools/rpmcache.c:536 msgid "don't change directories" msgstr "" -#: tools/rpmcache.c:411 +#: tools/rpmcache.c:539 msgid "don't get stat info" msgstr "" -#: tools/rpmcache.c:413 +#: tools/rpmcache.c:542 msgid "physical walk" msgstr "" -#: tools/rpmcache.c:415 +#: tools/rpmcache.c:545 msgid "return dot and dot-dot" msgstr "" -#: tools/rpmcache.c:417 +#: tools/rpmcache.c:548 msgid "don't cross devices" msgstr "" -#: tools/rpmcache.c:419 +#: tools/rpmcache.c:551 msgid "return whiteout information" msgstr "" -#: tools/rpmgraph.c:177 +#: tools/rpmcache.c:554 tools/rpmgraph.c:286 +msgid "Common options for all rpm modes and executables:" +msgstr "" + +#: tools/rpmcache.c:586 #, c-format -msgid "%s: read manifest failed: %s\n" +msgid "%s: %%{_cache_dbpath} macro is mis-configured.\n" msgstr "" -#: tools/rpmgraph.c:286 -msgid "Common options for all rpm modes and executables:" +#: tools/rpmcache.c:618 +#, c-format +msgid "%s: cache operation failed: ec %d.\n" +msgstr "" + +#: tools/rpmgraph.c:177 +#, c-format +msgid "%s: read manifest failed: %s\n" msgstr "" |