commit 0f3e72824c5f4c9b785b317d7919d648e9636756
parent 117d9864556125bad345c9345274c3b999fbad39
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 3 Jan 2007 01:24:52 +0000
mantis 1165
Diffstat:
| M | Makefile.am | | | 2 | +- |
| M | po/de.po | | | 100 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/ga.po | | | 100 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/libextractor.pot | | | 98 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/ro.po | | | 100 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/rw.po | | | 98 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/sv.po | | | 100 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
| M | po/vi.po | | | 100 | +++++++++++++++++++++++++++++++++++++++++-------------------------------------- |
8 files changed, 363 insertions(+), 335 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -18,5 +18,5 @@ dist-hook:
ACLOCAL_AMFLAGS = -I m4
-pkgconfigdatadir = $(prefix)/lib/pkgconfig
+pkgconfigdatadir = $(libdir)/lib/pkgconfig
pkgconfigdata_DATA = libextractor.pc
diff --git a/po/de.po b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.5.14\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2006-05-20 20:02+0200\n"
"Last-Translator: Karl Eichwalder <ke@suse.de>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -64,138 +64,142 @@ msgstr ""
"geladen)"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
msgid "print this help"
msgstr "diese Hilfe anzeigen"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr ""
"Hash gemäß dem angegebenen ALGORITHMUS errechnen (z.Zt. »sha1« oder »md5«)"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
msgid "load an extractor plugin named LIBRARY"
msgstr "extractor-Erweiterung mit der Bezeichnung LIBRARY laden"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
msgid "list all keyword types"
msgstr "alle Arten Schlüsselwörter auflisten"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
msgid "do not use the default set of extractor plugins"
msgstr "Standardsatz der extractor-Erweiterungen nicht verwenden"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr ""
"nur Schlüsselwörter einer bestimmten ART ausgeben (mit -L die Liste anzeigen "
"lassen)"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
msgid "remove duplicates even if keyword types do not match"
msgstr "doppelte Einträge auch entfernen, wenn die Art nicht übereinstimmt"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr "Schlüsselwörter splitten (split-extractor-Erweiterung wird geladen)"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
msgid "print the version number"
msgstr "die Versionsnummer anzeigen"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr "viele Informationen ausgeben"
-#: src/main/extract.c:156
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr "Schlüsselwörter einer bestimmten ART nicht ausgeben"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr "extract [OPTIONEN] [DATEINAME]*"
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr "Metadaten aus den Dateien extrahieren."
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (binär)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "UNGÜLTIGE ART - %s\n"
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "Titel"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr "Dateiname"
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr "Autor"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "Beschreibung"
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr "Schlüsselwörter"
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr "Kommentar"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "Datum"
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr "Datum der Erstellung"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr "Herausgeber"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr "Organisation"
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "Gegenstand"
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr "Seitenanzahl"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr ""
"Sie müssen ein Argument für die Option »%s« angeben (Option wird "
"ignoriert).\n"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr "Verwenden Sie --help, um eine Liste aller Optionen zu sehen.\n"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr "%% BibTeX Datei\n"
-#: src/main/extract.c:616
-#, c-format
-msgid "Keywords for file %s:\n"
+#: src/main/extract.c:670
+#, fuzzy, c-format
+msgid "Keywords for file %s:"
msgstr "Schlüsserwörter für die Datei %s:\n"
#: src/main/extractor.c:44
@@ -679,79 +683,79 @@ msgstr ""
msgid "hardware dependency"
msgstr "Abhängigkeit"
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Initialisierung des Plugin-Mechanismus' ist fehlgeschlagen: %s.\n"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
"failed also. Errors are: `%s' and `%s'.\n"
msgstr ""
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Laden des »%s«-Plugins ist fehlgeschlagen: %s\n"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Entladen des »%s«-Plugins ist fehlgeschlagen!\n"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: Option »%s« ist mehrdeutig\n"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: Option »--%s« erwartet kein Argument\n"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: Option »%c%s« erwartet kein Argument\n"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: Option »%s« erwartet ein Argument\n"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: unbekannte Option »--%s«\n"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: unbekannte Option »%c%s«\n"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: unzulässige Option -- %c\n"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: ungültige Option -- %c\n"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: Option erwartet ein Argument -- %c\n"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: Option »-W %s« ist mehrdeutig\n"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: Option »-W %s« erwartet kein Argument\n"
diff --git a/po/ga.po b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.5.14\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2006-05-22 20:46-0700\n"
"Last-Translator: Kevin Patrick Scannell <scannell@SLU.EDU>\n"
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
@@ -60,137 +60,141 @@ msgstr ""
"gcomhadainmneacha)"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
msgid "print this help"
msgstr "taispein an chabhair seo"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr "sid an tALGARTAM haisela tugtha (sha1 n md5 faoi lthair)"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
msgid "load an extractor plugin named LIBRARY"
msgstr "luchtaigh breisen asbhainteora darb ainm LEABHARLANN"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
msgid "list all keyword types"
msgstr "taispein gach cinel lorgfhocail"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
msgid "do not use the default set of extractor plugins"
msgstr "n hsid na breisein asbhainteora ramhshocraithe"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr ""
"n taispein ach lorgfhocail den CHINEL tugtha (sid -L chun liosta a "
"fhil)"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
msgid "remove duplicates even if keyword types do not match"
msgstr "bain macasamhla amach, fi mura meaitselann na cinelacha lorgfhocail"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr ""
"sid scoilteadh lorgfhocal (luchtfar an breisen asbhainteora scoilte)"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
msgid "print the version number"
msgstr "taispein an leagan"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr "b foclach"
-#: src/main/extract.c:156
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr "n taispein lorgfhocail den CHINEL tugtha"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr "extract [ROGHANNA] [COMHADAINM]*"
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr "Bain meiteashonra as comhaid."
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (dnrtha)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "CINEL NEAMHBHAIL - %s\n"
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "teideal"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr "comhadainm"
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr "dar"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "cur sos"
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr "lorgfhocail"
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr "nta trchta"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "dta"
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr "dta a cruthaodh"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr "foilsitheoir"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr "eagras"
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "bhar"
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr "lon na leathanach"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr ""
"N mr duit argint a thabhairt i ndiaidh na rogha `%s' ( ligean thart).\n"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr "Bain sid as '--help' le haghaidh nos m roghanna.\n"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr "%% Comhad BiBTeX\n"
-#: src/main/extract.c:616
-#, c-format
-msgid "Keywords for file %s:\n"
+#: src/main/extract.c:670
+#, fuzzy, c-format
+msgid "Keywords for file %s:"
msgstr "Lorgfhocail do chomhad %s:\n"
#: src/main/extractor.c:44
@@ -673,12 +677,12 @@ msgstr ""
msgid "hardware dependency"
msgstr "splechas"
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Theip ar ths meicnocht na mbreisen: %s!\n"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
@@ -688,67 +692,67 @@ msgstr ""
"bhain m triail as `%s', ach theip ar an cheann sin freisin. Na hearrid: `"
"%s' agus `%s'.\n"
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Theip ar lucht an bhreisein `%s': %s\n"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Theip ar dhlucht an bhreisein `%s'!\n"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: T an rogha `%s' dbhroch\n"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: n cheadatear argint i ndiaidh na rogha `--%s'\n"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: n cheadatear argint i ndiaidh na rogha `%c%s'\n"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: t argint de dhth i ndiaidh na rogha `%s'\n"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: rogha anaithnid `--%s'\n"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: rogha anaithnid `%c%s'\n"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: rogha neamhcheadaithe -- %c\n"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: rogha neamhbhail -- %c\n"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: t argint de dhth i ndiaidh na rogha -- %c\n"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: T an rogha `-W %s' dbhroch\n"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: n cheadatear argint i ndiaidh na rogha `-W %s'\n"
diff --git a/po/libextractor.pot b/po/libextractor.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\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"
@@ -53,133 +53,137 @@ msgid "use the filename as a keyword (loads filename-extractor plugin)"
msgstr ""
#: src/main/extract.c:136
-msgid "print this help"
+msgid "produce grep-friendly output (all results on one line per file)"
msgstr ""
#: src/main/extract.c:138
-msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
+msgid "print this help"
msgstr ""
#: src/main/extract.c:140
-msgid "load an extractor plugin named LIBRARY"
+msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr ""
#: src/main/extract.c:142
-msgid "list all keyword types"
+msgid "load an extractor plugin named LIBRARY"
msgstr ""
#: src/main/extract.c:144
-msgid "do not use the default set of extractor plugins"
+msgid "list all keyword types"
msgstr ""
#: src/main/extract.c:146
-msgid "print only keywords of the given TYPE (use -L to get a list)"
+msgid "do not use the default set of extractor plugins"
msgstr ""
#: src/main/extract.c:148
-msgid "remove duplicates even if keyword types do not match"
+msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr ""
#: src/main/extract.c:150
-msgid "use keyword splitting (loads split-extractor plugin)"
+msgid "remove duplicates even if keyword types do not match"
msgstr ""
#: src/main/extract.c:152
-msgid "print the version number"
+msgid "use keyword splitting (loads split-extractor plugin)"
msgstr ""
#: src/main/extract.c:154
-msgid "be verbose"
+msgid "print the version number"
msgstr ""
#: src/main/extract.c:156
+msgid "be verbose"
+msgstr ""
+
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr ""
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr ""
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr ""
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr ""
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr ""
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr ""
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr ""
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr ""
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr ""
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr ""
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr ""
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr ""
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr ""
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr ""
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr ""
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr ""
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr ""
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr ""
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr ""
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr ""
-#: src/main/extract.c:616
+#: src/main/extract.c:670
#, c-format
-msgid "Keywords for file %s:\n"
+msgid "Keywords for file %s:"
msgstr ""
#: src/main/extractor.c:44
@@ -654,79 +658,79 @@ msgstr ""
msgid "hardware dependency"
msgstr ""
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr ""
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
"failed also. Errors are: `%s' and `%s'.\n"
msgstr ""
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr ""
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr ""
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr ""
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr ""
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr ""
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.5.3\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2005-08-16 12:00-0500\n"
"Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@@ -64,141 +64,145 @@ msgstr ""
"extractor)"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
msgid "print this help"
msgstr "afieaz acest mesaj de ajutor"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr ""
"calculeaz tabela de dispersie (hash) folosind ALGORITM-ul dat (curent sha1 "
"sau md5)"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
msgid "load an extractor plugin named LIBRARY"
msgstr "ncarc un plugin extractor numit LIBRRIE"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
msgid "list all keyword types"
msgstr "listeaz toate tipurile de cuvinte cheie"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
msgid "do not use the default set of extractor plugins"
msgstr "nu folosi setul implicit de plugin-uri extractor"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr ""
"afieaz numai cuvintele cheie pentru TIP-ul dat (folosete -L pentru a "
"obine o list"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
msgid "remove duplicates even if keyword types do not match"
msgstr ""
"ndeprteaz duplicatele chiar dac tipurile cuvintelor cheie nu sunt "
"aceleai"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr ""
"folosete spargere dup cuvinte cheie (ncarc plugin-ul split-extractor)"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
msgid "print the version number"
msgstr "afieaz numrul versiunii"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr "fi vorbre"
-#: src/main/extract.c:156
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr "nu afia cuvinte cheie de TIP-ul dat"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr "extract [OPIUNI] [NUME_FIIER]*"
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr "Extrage metadata din fiiere."
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (binar)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "TIP INVALID - %s\n"
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "titlu"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr "nume_fiier"
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr "autor"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "descriere"
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr "cuvinte cheie"
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr "comentariu"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "data"
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr "data crerii"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr "publicist"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr "organizaie"
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "subiect"
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr "numr de pagini"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, fuzzy, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr ""
"Trebuie s specificai un argument pentru opiunea '%s' (opiune ignorat).\n"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr "Folosii --help pentru a obine o list de opiuni.\n"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr "%% BiBTeX file\n"
-#: src/main/extract.c:616
-#, c-format
-msgid "Keywords for file %s:\n"
+#: src/main/extract.c:670
+#, fuzzy, c-format
+msgid "Keywords for file %s:"
msgstr "Cuvinte cheie pentru fiier %s:\n"
#: src/main/extractor.c:44
@@ -695,12 +699,12 @@ msgstr ""
msgid "hardware dependency"
msgstr "dependine"
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "iniializare mecanismului de plugin a euat: %s!\n"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, fuzzy, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
@@ -709,67 +713,67 @@ msgstr ""
"Rezolvarea simbolului '%s' n biblioteca '%s' a euat, aa c am ncercat '%"
"s', dar i acesta a euat. Erorile sunt: '%s' i '%s'.\n"
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, fuzzy, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "ncrcarea plugin-ului '%s' a euat: %s\n"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, fuzzy, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Descrcarea plugin-ului '%s' a euat!\n"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: opiunea `%s' este ambigu\n"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: opiunea `--%s' nu permite un argument\n"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: opiunea `%c%s' nu permite un argument\n"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: opiunea `%s' necesit un argument\n"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: opiune nerecunoscut `--%s'\n"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: opiune nerecunoscut `%c%s'\n"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: opiune ilegal -- %c\n"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: opiune ilegal -- %c\n"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: opiunea necesit un argument -- %c\n"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: opiunea `-W %s' este ambigu\n"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: opiunea `-W %s' nu permite un argument\n"
diff --git a/po/rw.po b/po/rw.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.4.2\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@@ -68,125 +68,129 @@ msgid "use the filename as a keyword (loads filename-extractor plugin)"
msgstr "Gukoresha i Izina ry'idosiye: Nka a Ijambo- banze Izina ry'idosiye:"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
#, fuzzy
msgid "print this help"
msgstr "Gucapa iyi Ifashayobora"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
#, fuzzy
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr "ikoresha i Cyangwa"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
#, fuzzy
msgid "load an extractor plugin named LIBRARY"
msgstr "Ibirimo"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
#, fuzzy
msgid "list all keyword types"
msgstr "Urutonde Byose Ijambo- banze"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
#, fuzzy
msgid "do not use the default set of extractor plugins"
msgstr "OYA Gukoresha i Mburabuzi Gushyiraho Bya"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
#, fuzzy
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr "Gucapa Amagambo fatizo Bya i Gukoresha Kuri Kubona a Urutonde"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
#, fuzzy
msgid "remove duplicates even if keyword types do not match"
msgstr "Gukuraho... ATARIIGIHARWE NIBA Ijambo- banze OYA BIHUYE"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
#, fuzzy
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr "Gukoresha Ijambo- banze Gutandukanya"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
#, fuzzy
msgid "print the version number"
msgstr "Gucapa i Verisiyo Umubare"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr ""
-#: src/main/extract.c:156
+#: src/main/extract.c:158
#, fuzzy
msgid "do not print keywords of the given TYPE"
msgstr "OYA Gucapa Amagambo fatizo Bya i"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr ""
-#: src/main/extract.c:160
+#: src/main/extract.c:162
#, fuzzy
msgid "Extract metadata from files."
msgstr "Bivuye Idosiye"
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, fuzzy, c-format
msgid "%s - (binary)\n"
msgstr "%s-(Nyabibiri"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr ""
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "umutwe"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
#, fuzzy
msgid "filename"
msgstr "Izina ry'idosiye"
# sc/source\ui\miscdlgs\acredlin.src:RID_POPUP_CHANGES.SC_SUB_SORT.SC_SORT_AUTHOR.text
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
#, fuzzy
msgid "author"
msgstr "Umwanditsi"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "Isobanuramiterere"
# sfx2/source\dialog\dinfdlg.src:TP_DOCINFODESC.FT_KEYWORDS.text
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
#, fuzzy
msgid "keywords"
msgstr "Amagambo fatizo"
# padmin/source\padialog.src:RID_TXT_TESTPAGE_COMMENT.text
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
#, fuzzy
msgid "comment"
msgstr "Icyo wongeraho"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "Itariki"
# setup2/source\ui\app.src:FT_INSTINFO_MKDIR.text
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
#, fuzzy
msgid "creation date"
msgstr "Irema ry'itariki"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
#, fuzzy
msgid "publisher"
msgstr "Uwasohoye inyandiko"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
#, fuzzy
msgid "organization"
msgstr "Ihuzagahunda"
@@ -201,34 +205,34 @@ msgstr "Ihuzagahunda"
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Fax.Save.DocInfoSubject.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Memo.Save.DocInfoSubject.text
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "Ikivugwaho"
# sw/source\ui\inc\swmn.hrc:_MN_INS.MN_SUB_FIELD.FN_INSERT_FLD_PGCOUNT.text
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
#, fuzzy
msgid "page count"
msgstr "Kubara amapaje"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, fuzzy, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr "kugirango i Ihitamo Ihitamo"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, fuzzy, c-format
msgid "Use --help to get a list of options.\n"
msgstr "Ifashayobora Kuri Kubona a Urutonde Bya Amahitamo"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr ""
-#: src/main/extract.c:616
+#: src/main/extract.c:670
#, fuzzy, c-format
-msgid "Keywords for file %s:\n"
+msgid "Keywords for file %s:"
msgstr "kugirango IDOSIYE"
#: src/main/extractor.c:44
@@ -851,79 +855,79 @@ msgstr ""
msgid "hardware dependency"
msgstr ""
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, fuzzy, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Bya Byanze"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, fuzzy, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
"failed also. Errors are: `%s' and `%s'.\n"
msgstr "IKIMENYETSO in Isomero Byanze Byanze Na"
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, fuzzy, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Byanze"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, fuzzy, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Byanze"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, fuzzy, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s:Ihitamo ni"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, fuzzy, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s:Ihitamo Kwemerera"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, fuzzy, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s:Ihitamo Kwemerera"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, fuzzy, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s:Ihitamo"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, fuzzy, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s:Ihitamo"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, fuzzy, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s:Ihitamo"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, fuzzy, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s:Ihitamo"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, fuzzy, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s:Sibyo Ihitamo"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, fuzzy, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s:Ihitamo"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, fuzzy, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s:Ihitamo ni"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, fuzzy, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s:Ihitamo Kwemerera"
diff --git a/po/sv.po b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.5.14\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2006-05-23 22:17+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -59,133 +59,137 @@ msgstr ""
"använd filnamnet som ett nyckelord (läser in insticket filename-extractor)"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
msgid "print this help"
msgstr "skriv ut denna hjälp"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr "beräkna hash med angiven ALGORITM (för närvarande sha1 eller md5)"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
msgid "load an extractor plugin named LIBRARY"
msgstr "läser in instick för uppackning med namnet BIBLIOTEK"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
msgid "list all keyword types"
msgstr "lista alla typer av nyckelord"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
msgid "do not use the default set of extractor plugins"
msgstr "använd inte förvalda uppsättningen av uppackningsinstick"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr "skriv endast ut nyckelord av angiven TYP (använd -L för lista)"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
msgid "remove duplicates even if keyword types do not match"
msgstr "ta bort dubbletter även om nyckelordstyp inte stämmer"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr "använd delning av nyckelord (läser in insticket split-extractor)"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
msgid "print the version number"
msgstr "skriv ut versionsnummer"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr "var informativ"
-#: src/main/extract.c:156
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr "skriv inte ut nyckelord av angiven TYP"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr "extract [FLAGGOR] [FILNAMN]*"
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr "Plocka ut metadata från filer."
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (binär)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "OGILTIG TYP - %s\n"
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "titel"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr "filnamn"
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr "upphovsman"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "beskrivning"
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr "nyckelord"
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr "kommentar"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "datum"
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr "skapad den"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr "publicerad av"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr "organisation"
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "ämne"
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr "sidantal"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr "Du måste ange ett argument för flaggan \"%s\" (flagga ignoreras).\n"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr "Använd --help för att få en lista på flaggor.\n"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr "%% BiBTeX-fil\n"
-#: src/main/extract.c:616
-#, c-format
-msgid "Keywords for file %s:\n"
+#: src/main/extract.c:670
+#, fuzzy, c-format
+msgid "Keywords for file %s:"
msgstr "Nyckelord för fil %s:\n"
#: src/main/extractor.c:44
@@ -674,12 +678,12 @@ msgstr ""
msgid "hardware dependency"
msgstr "beroende av"
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Initiering av insticksmekanism misslyckades: %s!\n"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
@@ -688,67 +692,67 @@ msgstr ""
"Uppslag av symbol \"%s\" i bibliotek \"%s\" misslyckades så jag försökte med "
"\"%s\" men det misslyckades också. Felen är: \"%s\" och \"%s\".\n"
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Inläsning av instick \"%s\" misslyckades: %s\n"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Urläsning av instick \"%s\" misslyckades!\n"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: flagga \"%s\" är tvetydig\n"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: flagga \"--%s\" tillåter inte ett argument\n"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: flagga \"%c%s\" tillåter inte ett argument\n"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: flagga \"%s\" kräver ett argument\n"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: okänd flagga \"--%s\"\n"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: okänd flagga \"%c%s\"\n"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: ej tillåten flagga -- %c\n"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: ogiltig flagga -- %c\n"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: flagga kräver ett argument -- %c\n"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: flagga \"-W %s\" är tvetydig\n"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: flagga \"-W %s\" tillåter inte ett argument\n"
diff --git a/po/vi.po b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libextractor 0.5.14\n"
"Report-Msgid-Bugs-To: libextractor@gnu.org\n"
-"POT-Creation-Date: 2006-11-11 21:57-0700\n"
+"POT-Creation-Date: 2007-01-01 20:16-0700\n"
"PO-Revision-Date: 2006-05-23 17:58+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -63,138 +63,142 @@ msgstr ""
"tên tập tin])"
#: src/main/extract.c:136
+msgid "produce grep-friendly output (all results on one line per file)"
+msgstr ""
+
+#: src/main/extract.c:138
msgid "print this help"
msgstr "hiển thị trợ giúp này"
-#: src/main/extract.c:138
+#: src/main/extract.c:140
msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
msgstr "tính băm bằng THUẬT TOÁN đã cho (hiện là sha1 hay md5)"
-#: src/main/extract.c:140
+#: src/main/extract.c:142
msgid "load an extractor plugin named LIBRARY"
msgstr "tải một trình cầm phít rút có tên LIBRARY (THƯ VIÊN)"
-#: src/main/extract.c:142
+#: src/main/extract.c:144
msgid "list all keyword types"
msgstr "liệt kê mọi kiểu từ khoá"
-#: src/main/extract.c:144
+#: src/main/extract.c:146
msgid "do not use the default set of extractor plugins"
msgstr "đừng dùng bộ trình rút mặc định"
-#: src/main/extract.c:146
+#: src/main/extract.c:148
msgid "print only keywords of the given TYPE (use -L to get a list)"
msgstr ""
"hiển thị chỉ từ khoá KIỂU (TYPE) đã cho thôi (dùng « -L » để xem danh sách)"
-#: src/main/extract.c:148
+#: src/main/extract.c:150
msgid "remove duplicates even if keyword types do not match"
msgstr "gỡ bỏ bản sao thậm chí nếu kiểu từ khoá không khớp"
-#: src/main/extract.c:150
+#: src/main/extract.c:152
msgid "use keyword splitting (loads split-extractor plugin)"
msgstr ""
"dùng khả năng xẻ từ khoá (thì tải bổ sung « split-extractor » [rút xẻ])"
-#: src/main/extract.c:152
+#: src/main/extract.c:154
msgid "print the version number"
msgstr "hiển thị số thứ tự phiên bản"
-#: src/main/extract.c:154
+#: src/main/extract.c:156
msgid "be verbose"
msgstr "xuất chi tiết"
-#: src/main/extract.c:156
+#: src/main/extract.c:158
msgid "do not print keywords of the given TYPE"
msgstr "đừng hiển thị từ khoá KIỂU (TYPE) đã cho"
-#: src/main/extract.c:159
+#: src/main/extract.c:161
msgid "extract [OPTIONS] [FILENAME]*"
msgstr ""
"extract [TÙY_CHỌN] [TÊN_TẬP_TIN]*\n"
"[extract: rút]"
-#: src/main/extract.c:160
+#: src/main/extract.c:162
msgid "Extract metadata from files."
msgstr "Rút siêu dữ liệu ra tập tin."
-#: src/main/extract.c:198 src/main/extractor.c:1415
+#: src/main/extract.c:190 src/main/extractor.c:1416
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (nhị phân)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1420
+#: src/main/extract.c:201 src/main/extractor.c:1421
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "KIỂU KHÔNG HỢP LỆ — %s\n"
-#: src/main/extract.c:270 src/main/extractor.c:47
+#: src/main/extract.c:315 src/main/extractor.c:47
msgid "title"
msgstr "tựa"
-#: src/main/extract.c:272 src/main/extractor.c:45
+#: src/main/extract.c:317 src/main/extractor.c:45
msgid "filename"
msgstr "tên tập tin"
-#: src/main/extract.c:277 src/main/extractor.c:48
+#: src/main/extract.c:322 src/main/extractor.c:48
msgid "author"
msgstr "tác giả"
-#: src/main/extract.c:281 src/main/extractor.c:50
+#: src/main/extract.c:326 src/main/extractor.c:50
msgid "description"
msgstr "mô tả"
-#: src/main/extract.c:283 src/main/extractor.c:62
+#: src/main/extract.c:328 src/main/extractor.c:62
msgid "keywords"
msgstr "từ khoá"
-#: src/main/extract.c:285 src/main/extractor.c:51
+#: src/main/extract.c:330 src/main/extractor.c:51
msgid "comment"
msgstr "chú thích"
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
msgid "date"
msgstr "ngày"
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
msgid "creation date"
msgstr "ngày tạo"
-#: src/main/extract.c:319 src/main/extractor.c:53
+#: src/main/extract.c:364 src/main/extractor.c:53
msgid "publisher"
msgstr "nhà xuất bản"
-#: src/main/extract.c:323 src/main/extractor.c:59
+#: src/main/extract.c:368 src/main/extractor.c:59
msgid "organization"
msgstr "tổ chức"
-#: src/main/extract.c:327 src/main/extractor.c:61
+#: src/main/extract.c:372 src/main/extractor.c:61
msgid "subject"
msgstr "chủ đề"
-#: src/main/extract.c:331 src/main/extractor.c:78
+#: src/main/extract.c:376 src/main/extractor.c:78
msgid "page count"
msgstr "tổng số trang"
-#: src/main/extract.c:475
+#: src/main/extract.c:525
#, c-format
msgid "You must specify an argument for the `%s' option (option ignored).\n"
msgstr "Bạn phải ghi rõ một đối số cho tùy chọn « %s » (tùy chọn bị bỏ qua).\n"
-#: src/main/extract.c:545
+#: src/main/extract.c:595
#, c-format
msgid "Use --help to get a list of options.\n"
msgstr ""
"Hãy sử dụng lệnh « --help » (trợ giúp) để xem một danh sách các tùy chọn.\n"
-#: src/main/extract.c:600
+#: src/main/extract.c:650
#, c-format
msgid "%% BiBTeX file\n"
msgstr "%% tập tin BiBTeX\n"
-#: src/main/extract.c:616
-#, c-format
-msgid "Keywords for file %s:\n"
+#: src/main/extract.c:670
+#, fuzzy, c-format
+msgid "Keywords for file %s:"
msgstr "Từ khoá cho tập tin %s:\n"
#: src/main/extractor.c:44
@@ -682,12 +686,12 @@ msgstr ""
msgid "hardware dependency"
msgstr "phụ thuộc"
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Việc khởi động cơ chế cầm phít bị lỗi: %s\n"
-#: src/main/extractor.c:667
+#: src/main/extractor.c:668
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
@@ -696,67 +700,67 @@ msgstr ""
"Việc tháo gỡ ký hiệu « %s » trong thư viện « %s » bị lỗi, thì đã cố « %s », "
"nhưng mà nó cũng không thành công. Gặp lỗi « %s » và « %s ».\n"
-#: src/main/extractor.c:696
+#: src/main/extractor.c:697
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Việc tải bổ sung « %s » bị lỗi: %s\n"
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Việc bỏ tải bổ sung « %s » bị lỗi.\n"
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr "%s: tùy chọn « %s » là mơ hồ\n"
-#: src/main/getopt.c:706
+#: src/main/getopt.c:709
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr "%s: tùy chọn « --%s » không cho phép đối số\n"
-#: src/main/getopt.c:712
+#: src/main/getopt.c:715
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr "%s: tùy chọn « %c%s » không cho phép đối số\n"
-#: src/main/getopt.c:729 src/main/getopt.c:900
+#: src/main/getopt.c:732 src/main/getopt.c:903
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr "%s: tùy chọn « %s » cần đến đối số\n"
-#: src/main/getopt.c:758
+#: src/main/getopt.c:761
#, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "%s: không nhận ra tùy chọn « --%s »\n"
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
#, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "%s: không nhận ra tùy chọn « %c%s »\n"
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr "%s: không cho phép tùy chọn « -- %c »\n"
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
#, c-format
msgid "%s: invalid option -- %c\n"
msgstr "%s: tùy chọn không hợp lệ « -- %c »\n"
-#: src/main/getopt.c:819 src/main/getopt.c:949
+#: src/main/getopt.c:822 src/main/getopt.c:952
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: tùy chọn cần đến đối số « -- %c »\n"
-#: src/main/getopt.c:867
+#: src/main/getopt.c:870
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr "%s: tùy chọn « -W %s » là mơ hồ\n"
-#: src/main/getopt.c:885
+#: src/main/getopt.c:888
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr "%s: tùy chọn « -W %s » không cho phép đối số\n"