diff options
author | jbj <devnull@localhost> | 2001-01-15 23:09:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-01-15 23:09:42 +0000 |
commit | c74cc1df1c51f0c2a99de94cb0a0b1e9448499f2 (patch) | |
tree | 68ccc4b1ad6388c283f56cf9c932b2712efc29ed /popt/po/no.po | |
parent | 082ccecf35f3fb73c2a58b9052f102e5d9386fc4 (diff) | |
download | rpm-c74cc1df1c51f0c2a99de94cb0a0b1e9448499f2.tar.gz rpm-c74cc1df1c51f0c2a99de94cb0a0b1e9448499f2.tar.bz2 rpm-c74cc1df1c51f0c2a99de94cb0a0b1e9448499f2.zip |
- fix: extra newline in many error messages (#23947).
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset.
- add install/remove transaction id tags.
CVS patchset: 4441
CVS date: 2001/01/15 23:09:42
Diffstat (limited to 'popt/po/no.po')
-rw-r--r-- | popt/po/no.po | 83 |
1 files changed, 82 insertions, 1 deletions
diff --git a/popt/po/no.po b/popt/po/no.po index 25370fbf8..07a1cabee 100644 --- a/popt/po/no.po +++ b/popt/po/no.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: popt 1.6.1\n" -"POT-Creation-Date: 2001-01-01 17:42-0500\n" +"POT-Creation-Date: 2001-01-15 16:14-0500\n" "PO-Revision-Date: 2000-06-21 16:11+02:00\n" "Last-Translator: Kjartan Maraas <kmaraas@online.no>\n" "Language-Team: Norwegian <no@li.org>\n" @@ -9,6 +9,47 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" +#: popt.c:29 +msgid "unknown errno" +msgstr "" + +#: popt.c:758 +#, c-format +msgid "option type (%d) not implemented in popt\n" +msgstr "" + +#: popt.c:893 +msgid "missing argument" +msgstr "" + +#: popt.c:895 +msgid "unknown option" +msgstr "" + +#: popt.c:897 +msgid "mutually exclusive logical operations requested" +msgstr "" + +#: popt.c:899 +msgid "aliases nested too deeply" +msgstr "" + +#: popt.c:901 +msgid "error in paramter quoting" +msgstr "" + +#: popt.c:903 +msgid "invalid numeric value" +msgstr "" + +#: popt.c:905 +msgid "number too large or too small" +msgstr "" + +#: popt.c:909 +msgid "unknown error" +msgstr "" + #: popthelp.c:28 msgid "Show this help message" msgstr "Vis denne hjelpmeldingen" @@ -16,3 +57,43 @@ msgstr "Vis denne hjelpmeldingen" #: popthelp.c:29 msgid "Display brief usage message" msgstr "Vis kort bruksmelding" + +#: popthelp.c:60 +msgid "NONE" +msgstr "" + +#: popthelp.c:61 +msgid "VAL" +msgstr "" + +#: popthelp.c:62 +msgid "INT" +msgstr "" + +#: popthelp.c:63 +msgid "LONG" +msgstr "" + +#: popthelp.c:64 +msgid "STRING" +msgstr "" + +#: popthelp.c:65 +msgid "FLOAT" +msgstr "" + +#: popthelp.c:66 +msgid "DOUBLE" +msgstr "" + +#: popthelp.c:67 +msgid "ARG" +msgstr "" + +#: popthelp.c:240 +msgid "Usage:" +msgstr "" + +#: popthelp.c:259 +msgid "[OPTION...]" +msgstr "" |