diff options
author | jbj <devnull@localhost> | 1999-12-16 19:38:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-12-16 19:38:28 +0000 |
commit | 82a546f8f44fdd1cf14deb854816e0a29c63a39b (patch) | |
tree | 7b2f5f07eac06b15eef6370cee7eb36810aee509 /po/fi.po | |
parent | f7748bb6b3d73be7075ba442c61d6bfb682a1bfd (diff) | |
download | librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.tar.gz librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.tar.bz2 librpm-tizen-82a546f8f44fdd1cf14deb854816e0a29c63a39b.zip |
fix: missing strdup when overriding buildroot from command line
argument (#1026,#5006).
CVS patchset: 3487
CVS date: 1999/12/16 19:38:28
Diffstat (limited to 'po/fi.po')
-rw-r--r-- | po/fi.po | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -1,6 +1,6 @@ msgid "" msgstr "" -"POT-Creation-Date: 1999-12-15 10:33-0500\n" +"POT-Creation-Date: 1999-12-16 14:22-0500\n" "Last-Translator: Raimo Koski <rkoski@pp.weppi.fi>\n" "Language-Team: Finnish <linux@sot.com>\n" "Content-Type: text/plain; charset=\n" @@ -3277,93 +3277,93 @@ msgstr "" msgid "read failed: %s (%d)" msgstr "luku epäonnistui: %s (%d)" -#: lib/rpmrc.c:142 +#: lib/rpmrc.c:144 #, c-format msgid "missing second ':' at %s:%d" msgstr "toinen ':' puuttuu, %s:%d" -#: lib/rpmrc.c:145 +#: lib/rpmrc.c:147 #, c-format msgid "missing architecture name at %s:%d" msgstr "puuttuva arkkitehtuurin nimi, %s:%d" -#: lib/rpmrc.c:301 +#: lib/rpmrc.c:307 #, c-format msgid "Incomplete data line at %s:%d" msgstr "Epätäydellinen datarivi, %s:%d" -#: lib/rpmrc.c:305 +#: lib/rpmrc.c:311 #, c-format msgid "Too many args in data line at %s:%d" msgstr "liian monta parametriä datarivillä %s:%d" -#: lib/rpmrc.c:312 +#: lib/rpmrc.c:318 #, c-format msgid "Bad arch/os number: %s (%s:%d)" msgstr "Huono arkkitehtuuri/käyttöjärjestelmä numero: %s (%s:%d)" -#: lib/rpmrc.c:346 +#: lib/rpmrc.c:353 #, c-format msgid "Incomplete default line at %s:%d" msgstr "Epätäydellinen oletusrivi, %s:%d" -#: lib/rpmrc.c:351 +#: lib/rpmrc.c:358 #, c-format msgid "Too many args in default line at %s:%d" msgstr "liian monta parametriä oletusrivillä %s:%d" -#: lib/rpmrc.c:541 +#: lib/rpmrc.c:547 #, c-format msgid "Cannot expand %s" msgstr "" -#: lib/rpmrc.c:556 +#: lib/rpmrc.c:562 #, c-format msgid "Unable to open %s for reading: %s." msgstr "En voi avata %s luettavaksi: %s." #. XXX Feof(fd) -#: lib/rpmrc.c:601 +#: lib/rpmrc.c:607 #, c-format msgid "Failed to read %s: %s." msgstr "En voi lukea %s: %s." -#: lib/rpmrc.c:638 +#: lib/rpmrc.c:644 #, fuzzy, c-format msgid "missing ':' (found 0x%02x) at %s:%d" msgstr "puuttuva ':', %s:%d" -#: lib/rpmrc.c:655 lib/rpmrc.c:729 +#: lib/rpmrc.c:661 lib/rpmrc.c:735 #, c-format msgid "missing argument for %s at %s:%d" msgstr "%s:n puuttuva parametri %s:%d" -#: lib/rpmrc.c:672 lib/rpmrc.c:694 +#: lib/rpmrc.c:678 lib/rpmrc.c:700 #, fuzzy, c-format msgid "%s expansion failed at %s:%d \"%s\"" msgstr "en voinut avata %s: %s" -#: lib/rpmrc.c:681 +#: lib/rpmrc.c:687 #, fuzzy, c-format msgid "cannot open %s at %s:%d: %s" msgstr "en voinut avata tiedostoa %s: " -#: lib/rpmrc.c:721 +#: lib/rpmrc.c:727 #, c-format msgid "missing architecture for %s at %s:%d" msgstr "%s:n puuttuva arkkitehtuuri %s:%d" -#: lib/rpmrc.c:788 +#: lib/rpmrc.c:794 #, c-format msgid "bad option '%s' at %s:%d" msgstr "huono parametri '%s', %s:%d" -#: lib/rpmrc.c:1156 +#: lib/rpmrc.c:1162 #, c-format msgid "Unknown system: %s\n" msgstr "" -#: lib/rpmrc.c:1157 +#: lib/rpmrc.c:1163 msgid "Please contact rpm-list@redhat.com\n" msgstr "" @@ -3570,11 +3570,11 @@ msgstr "" msgid "running postuninstall script (if any)\n" msgstr "" -#: lib/uninstall.c:221 +#: lib/uninstall.c:222 msgid "removing database entry\n" msgstr "" -#: lib/uninstall.c:394 +#: lib/uninstall.c:400 msgid "execution of script failed" msgstr "skriptin ajo epäonnistui" |