gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r4166 - in Extractor: . po


From: grothoff
Subject: [GNUnet-SVN] r4166 - in Extractor: . po
Date: Tue, 2 Jan 2007 17:24:56 -0800 (PST)

Author: grothoff
Date: 2007-01-02 17:24:52 -0800 (Tue, 02 Jan 2007)
New Revision: 4166

Modified:
   Extractor/Makefile.am
   Extractor/po/de.po
   Extractor/po/ga.po
   Extractor/po/libextractor.pot
   Extractor/po/ro.po
   Extractor/po/rw.po
   Extractor/po/sv.po
   Extractor/po/vi.po
Log:
mantis 1165

Modified: Extractor/Makefile.am
===================================================================
--- Extractor/Makefile.am       2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/Makefile.am       2007-01-03 01:24:52 UTC (rev 4166)
@@ -18,5 +18,5 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-pkgconfigdatadir = $(prefix)/lib/pkgconfig
+pkgconfigdatadir = $(libdir)/lib/pkgconfig
 pkgconfigdata_DATA = libextractor.pc

Modified: Extractor/po/de.po
===================================================================
--- Extractor/po/de.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/de.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.14\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"
@@ -64,138 +64,142 @@
 "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 @@
 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"

Modified: Extractor/po/ga.po
===================================================================
--- Extractor/po/ga.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/ga.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.14\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: Irish <address@hidden>\n"
@@ -60,137 +60,141 @@
 "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 "taispe�in 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 "�s�id an tALGARTAM haise�la tugtha (sha1 n� md5 faoi l�thair)"
 
-#: src/main/extract.c:140
+#: src/main/extract.c:142
 msgid "load an extractor plugin named LIBRARY"
 msgstr "luchtaigh breise�n asbhainteora darb ainm LEABHARLANN"
 
-#: src/main/extract.c:142
+#: src/main/extract.c:144
 msgid "list all keyword types"
 msgstr "taispe�in gach cine�l lorgfhocail"
 
-#: src/main/extract.c:144
+#: src/main/extract.c:146
 msgid "do not use the default set of extractor plugins"
 msgstr "n� h�s�id na breise�in asbhainteora r�amhshocraithe"
 
-#: 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� taispe�in ach lorgfhocail den CHINE�L tugtha (�s�id -L chun liosta a "
 "fh�il)"
 
-#: 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 meaitse�lann na cine�lacha lorgfhocail"
 
-#: src/main/extract.c:150
+#: src/main/extract.c:152
 msgid "use keyword splitting (loads split-extractor plugin)"
 msgstr ""
 "�s�id scoilteadh lorgfhocal (lucht�far an breise�n asbhainteora scoilte)"
 
-#: src/main/extract.c:152
+#: src/main/extract.c:154
 msgid "print the version number"
 msgstr "taispe�in 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� taispe�in lorgfhocail den CHINE�L 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 - (d�n�rtha)\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 "CINE�L 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 s�os"
 
-#: 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 "n�ta tr�chta"
 
-#: src/main/extract.c:289 src/main/extractor.c:52
+#: src/main/extract.c:334 src/main/extractor.c:52
 msgid "date"
 msgstr "d�ta"
 
-#: src/main/extract.c:291 src/main/extractor.c:74
+#: src/main/extract.c:336 src/main/extractor.c:74
 msgid "creation date"
 msgstr "d�ta a crutha�odh"
 
-#: 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 "l�on 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� m�r duit arg�int 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 �s�id as '--help' le haghaidh n�os 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 @@
 msgid "hardware dependency"
 msgstr "sple�chas"
 
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
 #, c-format
 msgid "Initialization of plugin mechanism failed: %s!\n"
 msgstr "Theip ar th�s� meicn�ocht na mbreise�n: %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 @@
 "bhain m� triail as `%s', ach theip ar an cheann sin freisin.  Na hearr�id�: `"
 "%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 bhreise�in `%s': %s\n"
 
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
 #, c-format
 msgid "Unloading plugin `%s' failed!\n"
 msgstr "Theip ar dh�lucht� an bhreise�in `%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' d�bhr�och\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� cheada�tear arg�int 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� cheada�tear arg�int 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� arg�int de dh�th 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� arg�int de dh�th 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' d�bhr�och\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� cheada�tear arg�int i ndiaidh na rogha `-W %s'\n"

Modified: Extractor/po/libextractor.pot
===================================================================
--- Extractor/po/libextractor.pot       2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/libextractor.pot       2007-01-03 01:24:52 UTC (rev 4166)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: LANGUAGE <address@hidden>\n"
@@ -53,133 +53,137 @@
 msgstr ""
 
 #: 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 ""
 
-#: src/main/extract.c:138
+#: src/main/extract.c:140
 msgid "compute hash using the given ALGORITHM (currently sha1 or md5)"
 msgstr ""
 
-#: src/main/extract.c:140
+#: src/main/extract.c:142
 msgid "load an extractor plugin named LIBRARY"
 msgstr ""
 
-#: src/main/extract.c:142
+#: src/main/extract.c:144
 msgid "list all keyword types"
 msgstr ""
 
-#: src/main/extract.c:144
+#: src/main/extract.c:146
 msgid "do not use the default set of extractor plugins"
 msgstr ""
 
-#: 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 ""
 
-#: src/main/extract.c:148
+#: src/main/extract.c:150
 msgid "remove duplicates even if keyword types do not match"
 msgstr ""
 
-#: src/main/extract.c:150
+#: src/main/extract.c:152
 msgid "use keyword splitting (loads split-extractor plugin)"
 msgstr ""
 
-#: src/main/extract.c:152
+#: src/main/extract.c:154
 msgid "print the version number"
 msgstr ""
 
-#: src/main/extract.c:154
+#: src/main/extract.c:156
 msgid "be verbose"
 msgstr ""
 
-#: src/main/extract.c:156
+#: 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 @@
 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 ""

Modified: Extractor/po/ro.po
===================================================================
--- Extractor/po/ro.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/ro.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.3\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: Romanian <address@hidden>\n"
@@ -64,141 +64,145 @@
 "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 "afi�eaz� 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 LIBR�RIE"
 
-#: 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 ""
 "afi�eaz� numai cuvintele cheie pentru TIP-ul dat (folose�te -L pentru a "
 "ob�ine o list�"
 
-#: src/main/extract.c:148
+#: src/main/extract.c:150
 msgid "remove duplicates even if keyword types do not match"
 msgstr ""
 "�ndep�rteaz� duplicatele chiar dac� tipurile cuvintelor cheie nu sunt "
 "acelea�i"
 
-#: src/main/extract.c:150
+#: src/main/extract.c:152
 msgid "use keyword splitting (loads split-extractor plugin)"
 msgstr ""
 "folose�te 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 "afi�eaz� num�rul versiunii"
 
-#: src/main/extract.c:154
+#: src/main/extract.c:156
 msgid "be verbose"
 msgstr "fi vorb�re�"
 
-#: src/main/extract.c:156
+#: src/main/extract.c:158
 msgid "do not print keywords of the given TYPE"
 msgstr "nu afi�a cuvinte cheie de TIP-ul dat"
 
-#: src/main/extract.c:159
+#: src/main/extract.c:161
 msgid "extract [OPTIONS] [FILENAME]*"
 msgstr "extract [OP�IUNI] [NUME_FI�IER]*"
 
-#: src/main/extract.c:160
+#: src/main/extract.c:162
 msgid "Extract metadata from files."
 msgstr "Extrage metadata din fi�iere."
 
-#: 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_fi�ier"
 
-#: 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 cre�rii"
 
-#: 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 "organiza�ie"
 
-#: 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 "num�r 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� specifica�i un argument pentru op�iunea '%s' (op�iune 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 "Folosi�i --help pentru a ob�ine o list� de op�iuni.\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 fi�ier %s:\n"
 
 #: src/main/extractor.c:44
@@ -695,12 +699,12 @@
 msgid "hardware dependency"
 msgstr "dependin�e"
 
-#: src/main/extractor.c:513
+#: src/main/extractor.c:514
 #, c-format
 msgid "Initialization of plugin mechanism failed: %s!\n"
 msgstr "ini�ializare mecanismului de plugin a e�uat: %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 @@
 "Rezolvarea simbolului '%s' �n biblioteca '%s' a e�uat, a�a c� am �ncercat '%"
 "s', dar �i acesta a e�uat.  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 "�nc�rcarea plugin-ului '%s' a e�uat: %s\n"
 
-#: src/main/extractor.c:901
+#: src/main/extractor.c:902
 #, fuzzy, c-format
 msgid "Unloading plugin `%s' failed!\n"
 msgstr "Desc�rcarea plugin-ului '%s' a e�uat!\n"
 
-#: src/main/getopt.c:681
+#: src/main/getopt.c:684
 #, c-format
 msgid "%s: option `%s' is ambiguous\n"
 msgstr "%s: op�iunea `%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: op�iunea `--%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: op�iunea `%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: op�iunea `%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: op�iune nerecunoscut� `--%s'\n"
 
-#: src/main/getopt.c:762
+#: src/main/getopt.c:765
 #, c-format
 msgid "%s: unrecognized option `%c%s'\n"
 msgstr "%s: op�iune nerecunoscut� `%c%s'\n"
 
-#: src/main/getopt.c:788
+#: src/main/getopt.c:791
 #, c-format
 msgid "%s: illegal option -- %c\n"
 msgstr "%s: op�iune ilegal� -- %c\n"
 
-#: src/main/getopt.c:790
+#: src/main/getopt.c:793
 #, c-format
 msgid "%s: invalid option -- %c\n"
 msgstr "%s: op�iune 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: op�iunea 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: op�iunea `-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: op�iunea `-W %s' nu permite un argument\n"

Modified: Extractor/po/rw.po
===================================================================
--- Extractor/po/rw.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/rw.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.4.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"
@@ -68,125 +68,129 @@
 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 @@
 # 
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 @@
 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"

Modified: Extractor/po/sv.po
===================================================================
--- Extractor/po/sv.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/sv.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.14\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"
@@ -59,133 +59,137 @@
 "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 @@
 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 @@
 "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"

Modified: Extractor/po/vi.po
===================================================================
--- Extractor/po/vi.po  2007-01-02 22:45:34 UTC (rev 4165)
+++ Extractor/po/vi.po  2007-01-03 01:24:52 UTC (rev 4166)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libextractor 0.5.14\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"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 <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"
@@ -63,138 +63,142 @@
 "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 @@
 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 @@
 "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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]