diff options
author | jbj <devnull@localhost> | 2000-02-15 16:40:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-15 16:40:28 +0000 |
commit | 38e3c32e92f90cc3c62245b72c2ea287ab07f3d9 (patch) | |
tree | a6e1638793e669e3405a686c7a7e56de73a4a85c /po | |
parent | 6b70a982bc5ea599d32650a6b8ed45dac23cf8f8 (diff) | |
download | rpm-38e3c32e92f90cc3c62245b72c2ea287ab07f3d9.tar.gz rpm-38e3c32e92f90cc3c62245b72c2ea287ab07f3d9.tar.bz2 rpm-38e3c32e92f90cc3c62245b72c2ea287ab07f3d9.zip |
new rpm-build package to isolate rpm dependencies on perl/bash2.
always remove duplicate identical package entries on --rebuilddb.
CVS patchset: 3558
CVS date: 2000/02/15 16:40:28
Diffstat (limited to 'po')
-rw-r--r-- | po/rpm.pot | 59 |
1 files changed, 37 insertions, 22 deletions
diff --git a/po/rpm.pot b/po/rpm.pot index f7bcf5a1e..b3b89d3ee 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-02-13 14:17-0500\n" +"POT-Creation-Date: 2000-02-15 11:21-0500\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" @@ -1426,43 +1426,48 @@ msgstr "" msgid "line: %s" msgstr "" -#: build/files.c:1507 build/parsePrep.c:34 +#: build/files.c:1499 +#, c-format +msgid "Bad file: %s: %s" +msgstr "" + +#: build/files.c:1511 build/parsePrep.c:34 #, c-format msgid "Bad owner/group: %s" msgstr "" #. XXX this error message is probably not seen. -#: build/files.c:1562 +#: build/files.c:1566 #, c-format msgid "Couldn't exec %s: %s" msgstr "" -#: build/files.c:1567 +#: build/files.c:1571 #, c-format msgid "Couldn't fork %s: %s" msgstr "" -#: build/files.c:1649 +#: build/files.c:1653 #, c-format msgid "%s failed" msgstr "" -#: build/files.c:1653 +#: build/files.c:1657 #, c-format msgid "failed to write all data to %s" msgstr "" -#: build/files.c:1743 +#: build/files.c:1747 #, c-format msgid "Finding %s: (using %s)...\n" msgstr "" -#: build/files.c:1771 build/files.c:1780 +#: build/files.c:1775 build/files.c:1784 #, c-format msgid "Failed to find %s:" msgstr "" -#: build/files.c:1887 +#: build/files.c:1891 #, c-format msgid "Processing files: %s-%s-%s\n" msgstr "" @@ -2690,62 +2695,72 @@ msgstr "" msgid "display a verbose file listing" msgstr "" -#: lib/rebuilddb.c:25 lib/rpmdb.c:252 +#: lib/rebuilddb.c:26 lib/rpmdb.c:252 msgid "no dbpath has been set" msgstr "" -#: lib/rebuilddb.c:50 +#: lib/rebuilddb.c:51 #, c-format msgid "rebuilding database %s into %s\n" msgstr "" -#: lib/rebuilddb.c:54 +#: lib/rebuilddb.c:55 #, c-format msgid "temporary database %s already exists" msgstr "" -#: lib/rebuilddb.c:60 +#: lib/rebuilddb.c:61 #, c-format msgid "creating directory: %s\n" msgstr "" -#: lib/rebuilddb.c:62 +#: lib/rebuilddb.c:63 #, c-format msgid "error creating directory %s: %s" msgstr "" -#: lib/rebuilddb.c:68 +#: lib/rebuilddb.c:69 msgid "opening old database\n" msgstr "" -#: lib/rebuilddb.c:75 +#: lib/rebuilddb.c:76 msgid "opening new database\n" msgstr "" -#: lib/rebuilddb.c:85 lib/rebuilddb.c:103 +#: lib/rebuilddb.c:86 #, c-format msgid "record number %d in database is bad -- skipping it" msgstr "" -#: lib/rebuilddb.c:97 +#: lib/rebuilddb.c:104 +#, c-format +msgid "duplicated database entry: %s-%s-%s -- skipping." +msgstr "" + +#: lib/rebuilddb.c:113 #, c-format msgid "cannot add record originally at %d" msgstr "" -#: lib/rebuilddb.c:116 +#: lib/rebuilddb.c:119 +#, c-format +msgid "record number %d in database is bad -- skipping." +msgstr "" + +#: lib/rebuilddb.c:132 msgid "failed to rebuild database; original database remains in place\n" msgstr "" -#: lib/rebuilddb.c:124 +#: lib/rebuilddb.c:140 msgid "failed to replace old database with new database!\n" msgstr "" -#: lib/rebuilddb.c:126 +#: lib/rebuilddb.c:142 #, c-format msgid "replaces files in %s with files from %s to recover" msgstr "" -#: lib/rebuilddb.c:132 +#: lib/rebuilddb.c:148 #, c-format msgid "failed to remove directory %s: %s\n" msgstr "" |