summaryrefslogtreecommitdiff
path: root/po/zh_CN.GB2312.po
AgeCommit message (Collapse)AuthorFilesLines
2007-06-07Add zh_TW translation (Wei-Lun Chao). Remove empty zh and zh_CN.GB2312 po's.Panu Matilainen1-3537/+0
2002-08-10Make rpmpopt text available for translation.jbj1-1/+1
CVS patchset: 5622 CVS date: 2002/08/10 17:51:29
2002-08-09- python: add (optional) ts.check() callback.jbj1-2/+2
CVS patchset: 5619 CVS date: 2002/08/09 22:25:04
2002-08-08- python: add return codes for rollbacks and fooDB methods.jbj1-90/+89
- avoid generating fingerprints for locale/zoneinfo sub-directories. CVS patchset: 5618 CVS date: 2002/08/08 22:20:26
2002-08-07Round correctly so that progress bars complete to 100%.jbj1-17/+17
CVS patchset: 5613 CVS date: 2002/08/07 21:55:43
2002-08-07- fix: src.rpm installs need fd pos at payload.jbj1-1/+1
CVS patchset: 5608 CVS date: 2002/08/07 13:47:59
2002-08-06- python: bindings to import pubkeys and display openpgp packets.jbj1-19/+19
CVS patchset: 5605 CVS date: 2002/08/06 19:07:37
2002-08-06- add bitmask for precise control of signature/digest verification.jbj1-33/+33
CVS patchset: 5604 CVS date: 2002/08/06 01:41:44
2002-08-05- fix: check for lead magic, better error message on failure (#69751).jbj1-15/+15
CVS patchset: 5602 CVS date: 2002/08/05 19:45:52
2002-08-04- add --predefine to define macros before reading macro configuration.jbj1-28/+32
CVS patchset: 5599 CVS date: 2002/08/04 19:58:12
2002-08-04- fix: don't repackage %%ghost files.jbj1-6/+6
CVS patchset: 5598 CVS date: 2002/08/04 19:04:16
2002-08-04- resurrect --rollback.jbj1-133/+142
- renumber the callback types to be an orthogonal bit mask. - provide repackage progress callbacks, compression is slow. CVS patchset: 5597 CVS date: 2002/08/04 16:55:55
2002-08-02- check header blobs on export (i.e. rpmdbAdd())..jbj1-45/+34
- enable iterator header blob checks for install/erase modes. - python: _vsflags_up2date macro to configure verify signature flags. CVS patchset: 5595 CVS date: 2002/08/02 21:52:01
2002-08-02Sanity.jbj1-7/+7
CVS patchset: 5594 CVS date: 2002/08/02 16:46:02
2002-08-02- fix: signed pubkeys were imported incorrectly (#68291).jbj1-1/+1
- include tgpg script to verify signatures using only gpg. CVS patchset: 5593 CVS date: 2002/08/02 16:39:55
2002-08-02- fix: repair --root with --verify (#70527).jbj1-1/+1
CVS patchset: 5592 CVS date: 2002/08/02 14:10:33
2002-08-02- fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).jbj1-16/+16
CVS patchset: 5591 CVS date: 2002/08/02 12:49:27
2002-07-31- configurable (default off) build failure iff unpackaged files (PLD).jbj1-37/+49
CVS patchset: 5586 CVS date: 2002/07/31 18:27:53
2002-07-31Carry PLD scripts/configuration for perl/python/php in rpm sources.jbj1-10/+10
CVS patchset: 5585 CVS date: 2002/07/31 15:13:46
2002-07-31- make --querytags a common option, fix errant regex (#70135).jbj1-128/+124
- db3: increase mpool and cachesize, compile w/o --enable-debug. CVS patchset: 5584 CVS date: 2002/07/31 13:11:25
2002-07-30- prevent stale locks in __db files by closing databases on signals.jbj1-40/+40
CVS patchset: 5583 CVS date: 2002/07/30 21:37:10
2002-07-29Remove debugging printf.jbj1-3/+3
CVS patchset: 5580 CVS date: 2002/07/29 23:13:54
2002-07-29Orphans.jbj1-301/+304
CVS patchset: 5579 CVS date: 2002/07/29 23:08:02
2002-07-28- popt: display sub-table options only once on --usage.jbj1-287/+258
- wire --nosignatures et al as common options, rework CLI options. CVS patchset: 5575 CVS date: 2002/07/28 00:41:15
2002-07-25- fix: --repackage repaired (#67217).jbj1-52/+56
- fix: rpm2cpio disables signature checks (i.e. same behavior). CVS patchset: 5574 CVS date: 2002/07/25 23:36:32
2002-07-25- python: add ts.hdrCheck(), ts.rebuildDB() methods.jbj1-10/+10
- python: iterating on an ts object returns transaction elements now. - add yellowdog as vendor. CVS patchset: 5570 CVS date: 2002/07/25 00:13:25
2002-07-24- fix: segfault if given a text file as 2nd arg to -Uvh (#69508).jbj1-1/+1
CVS patchset: 5569 CVS date: 2002/07/24 18:52:22
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-121/+141
- imbue %ghost with missingok attribute with --verify (#68933). CVS patchset: 5568 CVS date: 2002/07/24 16:21:23
2002-07-21- add methods to make signature handling opaque wrto rpmts.jbj1-108/+113
CVS patchset: 5566 CVS date: 2002/07/21 22:06:19
2002-07-20- version added to *.la dependency libraries (#69063).jbj1-82/+82
- expose digests in rpmio API, but hide internal beecrypt API (#68999). CVS patchset: 5561 CVS date: 2002/07/20 21:07:31
2002-07-20- popt: parse file into string of options (#56860).jbj1-67/+115
CVS patchset: 5560 CVS date: 2002/07/20 19:02:40
2002-07-18up2date functional on rpm-python-4.1 bindings.jbj1-1/+1
CVS patchset: 5558 CVS date: 2002/07/18 21:42:18
2002-07-14- python: sanity check fixes on rpmts/rpmte methods.jbj1-11/+11
CVS patchset: 5554 CVS date: 2002/07/14 21:23:29
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-224/+224
- revert headerFree/headerLink/headerUnlink debugging. CVS patchset: 5550 CVS date: 2002/07/13 19:08:51
2002-07-12- skip signing packages already signed with same key (#62118).jbj1-22/+27
CVS patchset: 5549 CVS date: 2002/07/12 21:59:20
2002-07-12- display signature details using rpm -qijbj1-5/+9
CVS patchset: 5547 CVS date: 2002/07/12 19:09:09
2002-07-11- update for sv.po.jbj1-88/+88
CVS patchset: 5545 CVS date: 2002/07/11 21:47:51
2002-07-11- fix: repair 2ndary match criteria with rpmdb iterators.jbj1-30/+30
CVS patchset: 5544 CVS date: 2002/07/11 16:44:55
2002-07-09- placeholders for manifest constants for SuSE patch packages.jbj1-144/+144
CVS patchset: 5543 CVS date: 2002/07/09 15:35:57
2002-07-06- fix: permit deletions of added packages (#67108).jbj1-1/+1
CVS patchset: 5541 CVS date: 2002/07/06 18:48:09
2002-07-05- update rpmcache.8.jbj1-38/+38
CVS patchset: 5540 CVS date: 2002/07/05 16:51:57
2002-07-04- fix: forgot lazy open of database on --freshen path (#67907).jbj1-88/+102
- proof-of-concept rpmcache functionality. CVS patchset: 5539 CVS date: 2002/07/04 21:08:05
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-510/+518
CVS patchset: 5538 CVS date: 2002/07/03 14:01:49
2002-07-02add (disabled for now) dependency check to rpmgraph.jbj1-146/+279
splint and gettext fiddles. CVS patchset: 5536 CVS date: 2002/07/02 13:16:50
2002-06-29- open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise.jbj1-18/+18
CVS patchset: 5534 CVS date: 2002/06/29 03:16:34
2002-06-28- rescusitate remote ftp globs (#67678).jbj1-1/+1
CVS patchset: 5533 CVS date: 2002/06/28 23:58:34
2002-06-28- disambiguate added/installed dependency failures (#50388).jbj1-43/+35
CVS patchset: 5532 CVS date: 2002/06/28 21:54:24
2002-06-28- fix: multiple relocations (#67596).jbj1-119/+134
- add --build/--program-prefix, delete libtoolize, from %configure. CVS patchset: 5529 CVS date: 2002/06/28 13:04:38
2002-06-27- use rpmdb-redhat for suggestions if/when configured (#67430).jbj1-4/+4
CVS patchset: 5526 CVS date: 2002/06/27 16:37:15
2002-06-25- python: link internal libelf (if used) directly into rpmmodule.so.jbj1-552/+554
CVS patchset: 5525 CVS date: 2002/06/25 18:43:40