RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Arkadiusz Miskiewicz
Root: /v/rpm/cvs Email: arekm@rpm5.org
Module: popt Date: 17-Jul-2007 08:34:59
Branch: HEAD Handle: 2007071707345900
Added files:
popt/po nb.po
Modified files:
popt configure.ac
Removed files:
popt/po no.po
Log:
nb (Norwegian Bookmal) is proper lang code
Summary:
Revision Changes Path
1.24 +1 -1 popt/configure.ac
1.1 +120 -0 popt/po/nb.po
1.54 +0 -120 popt/po/no.po
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: popt/configure.ac
============================================================================
$ cvs diff -u -r1.23 -r1.24 configure.ac
--- popt/configure.ac 17 Jul 2007 06:30:14 -0000 1.23
+++ popt/configure.ac 17 Jul 2007 06:34:59 -0000 1.24
@@ -14,7 +14,7 @@
AM_INIT_AUTOMAKE([foreign])
-ALL_LINGUAS="cs da de es fr gl hu is ja ko nl no pl pt ro ru sk sl sv tr uk vi wa"
+ALL_LINGUAS="cs da de es fr gl hu is ja ko nl nb pl pt ro ru sk sl sv tr uk vi wa"
AC_PROG_CC
AC_PROG_INSTALL
@@ .
patch -p0 <<'@@ .'
Index: popt/po/nb.po
============================================================================
$ cvs diff -u -r0 -r1.1 nb.po
--- /dev/null 2007-07-17 08:33:00 +0200
+++ nb.po 2007-07-17 08:34:59 +0200
@@ -0,0 +1,120 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: popt 1.11\n"
+"Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
+"POT-Creation-Date: 2007-06-14 15:31+0200\n"
+"PO-Revision-Date: 2001-06-27 11:05+0200\n"
+"Last-Translator: Kjartan Maraas <kmaraas@online.no>\n"
+"Language-Team: Norwegian <no@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: popt.c:35
+msgid "unknown errno"
+msgstr "ukjent errno"
+
+#: popt.c:1002
+#, c-format
+msgid "option type (%d) not implemented in popt\n"
+msgstr "flaggtype (%d) ikke implementert i popt\n"
+
+#: popt.c:1215
+msgid "missing argument"
+msgstr "manglende argument"
+
+#: popt.c:1217
+msgid "unknown option"
+msgstr "ukjent flagg"
+
+#: popt.c:1219
+msgid "mutually exclusive logical operations requested"
+msgstr "gjensidig eksluderende logiske operasjoner forespurt"
+
+#: popt.c:1221
+msgid "opt->arg should not be NULL"
+msgstr "opt->arg må ikke være NULL"
+
+#: popt.c:1223
+msgid "aliases nested too deeply"
+msgstr "aliaser med for dype løkker"
+
+#: popt.c:1225
+msgid "error in parameter quoting"
+msgstr "feil i parametersitering"
+
+#: popt.c:1227
+msgid "invalid numeric value"
+msgstr "ugyldig numerisk verdi"
+
+#: popt.c:1229
+msgid "number too large or too small"
+msgstr "tallet er for stort eller lite"
+
+#: popt.c:1231
+msgid "memory allocation failed"
+msgstr "minneallokering feilet"
+
+#: popt.c:1235
+msgid "unknown error"
+msgstr "ukjent feil"
+
+#: popt.h:172
+msgid "Options implemented via popt alias/exec:"
+msgstr ""
+
+#: popt.h:188
+msgid "Help options:"
+msgstr ""
+
+#: popthelp.c:68 popthelp.c:79
+msgid "Show this help message"
+msgstr "Vis denne hjelpmeldingen"
+
+#: popthelp.c:69 popthelp.c:80
+msgid "Display brief usage message"
+msgstr "Vis kort bruksmelding"
+
+#: popthelp.c:83
+msgid "Display option defaults in message"
+msgstr "Vis forvalgte flagg i melding"
+
+#: popthelp.c:128
+msgid "NONE"
+msgstr "INGEN"
+
+#: popthelp.c:130
+msgid "VAL"
+msgstr "VERDI"
+
+#: popthelp.c:134
+msgid "INT"
+msgstr "HELTALL"
+
+#: popthelp.c:135
+msgid "LONG"
+msgstr "LONG"
+
+#: popthelp.c:136
+msgid "STRING"
+msgstr "STRENG"
+
+#: popthelp.c:137
+msgid "FLOAT"
+msgstr "FLYTTALL"
+
+#: popthelp.c:138
+msgid "DOUBLE"
+msgstr "DOUBLE"
+
+#: popthelp.c:139
+msgid "ARG"
+msgstr "ARG"
+
+#: popthelp.c:552
+msgid "Usage:"
+msgstr "Bruk:"
+
+#: popthelp.c:576
+msgid "[OPTION...]"
+msgstr "[FLAGG...]"
@@ .
rm -f popt/po/no.po <<'@@ .'
Index: popt/po/no.po
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
Received on Tue Jul 17 08:35:00 2007