Author: grothoff Date: 2006-05-17 00:14:34 -0700 (Wed, 17 May 2006) New Revision: 2840
Modified: Extractor/PLATFORMS Extractor/configure.ac Extractor/contrib/doxygen 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 Extractor/src/plugins/pdf/Makefile.am Log: mantis 1090 Modified: Extractor/PLATFORMS =================================================================== --- Extractor/PLATFORMS 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/PLATFORMS 2006-05-17 07:14:34 UTC (rev 2840) @@ -2,7 +2,7 @@ platforms. Let us know if you know more about it than we do. GNU/Linux (x86): -- perfect +- perfect, but with gcc 3.3 you must turn off optimizations! GNU/Linux (Ultra Sparc): - perfect @@ -28,7 +28,8 @@ - unknown OS X (10.3, PowerPC): -- (X)PDF extractor does not work properly +- (X)PDF extractor does not work properly, especially with gcc 3.x + (use the C-based pdfextractor (default now anyway)) Solaris 8 (SunOS 5.8, Sparc SunFire 880): - unknown Modified: Extractor/configure.ac =================================================================== --- Extractor/configure.ac 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/configure.ac 2006-05-17 07:14:34 UTC (rev 2840) @@ -1,8 +1,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([libextractor], [0.5.13], [EMAIL PROTECTED]) +AC_INIT([libextractor], [0.5.14], [EMAIL PROTECTED]) AC_REVISION($Revision: 1.67 $) -AM_INIT_AUTOMAKE([libextractor], [0.5.13]) +AM_INIT_AUTOMAKE([libextractor], [0.5.14]) AM_CONFIG_HEADER(src/include/config.h) AH_TOP([#define _GNU_SOURCE 1]) @@ -10,19 +10,9 @@ # Checks for programs. AC_CANONICAL_HOST -# The problem that I'm trying to solve here by specifying gcc-3.3 and gcc2 -# in the search list ahead of the other stuff is that gcc-3.1 on Mac OS X -# does not work for some of the pdf extractor code. Now, it would seem -# that we could have a conditional on $host_os that puts just the right -# amount of crazyness into the checks only on the Mac. Unfortunately, this -# will not work, because (according to some mailing lists and painful -# personal experiences) AC_PROG_CXX does not work inside of conditionals. -# So, instead, we do this crazyness globally. The list of compilers that -# you see below is taken right out of the autoconf (version 2.57) sources, -# so it should not impede our portability. -AC_PROG_CC(gcc-4.0 gcc-3.3 gcc2 gcc cc /usr/ucb/cc cl) +AC_PROG_CC AC_PROG_CPP -AC_PROG_CXX(g++-4.0 g++-3.3 g++2 g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC) +AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S Modified: Extractor/contrib/doxygen =================================================================== --- Extractor/contrib/doxygen 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/contrib/doxygen 2006-05-17 07:14:34 UTC (rev 2840) @@ -23,7 +23,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.5.13 +PROJECT_NUMBER = 0.5.14 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. Modified: Extractor/po/de.po =================================================================== --- Extractor/po/de.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/de.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libextractor 0.5.6a\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2005-09-22 10:07+0200\n" "Last-Translator: Karl Eichwalder <[EMAIL PROTECTED]>\n" "Language-Team: German <[EMAIL PROTECTED]>\n" @@ -118,12 +118,12 @@ msgid "Extract metadata from files." msgstr "Metadaten aus den Dateien extrahieren." -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "%s - (binär)\n" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "UNGÜLTIGE ART - %s\n" @@ -596,24 +596,49 @@ msgid "manager" msgstr "Paket-Ersteller" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "Ersteller" + +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "Relation" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "Format" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "Dateiname" + +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "Kategorie" + +#: src/main/extractor.c:253 #, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "Initialisierung des Plugin-Mechanismus' ist fehlgeschlagen: %s.\n" -#: src/main/extractor.c:397 +#: src/main/extractor.c:402 #, 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:426 +#: src/main/extractor.c:431 #, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "Laden des »%s«-Plugins ist fehlgeschlagen: %s\n" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Entladen des »%s«-Plugins ist fehlgeschlagen!\n" Modified: Extractor/po/ga.po =================================================================== --- Extractor/po/ga.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/ga.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libextractor 0.5.7\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2005-11-15 00:46-0700\n" "Last-Translator: Kevin Patrick Scannell <[EMAIL PROTECTED]>\n" "Language-Team: Irish <[EMAIL PROTECTED]>\n" @@ -114,12 +114,12 @@ msgid "Extract metadata from files." msgstr "Bain meiteashonra� as comhaid." -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "%s - (d�n�rtha)\n" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "CINE�L NEAMHBHAIL� - %s\n" @@ -595,12 +595,37 @@ msgid "manager" msgstr "pac�isteoir" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "cruthaitheoir" + +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "gaol" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "form�id" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "comhadainm" + +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "catag�ir" + +#: src/main/extractor.c:253 #, 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:397 +#: src/main/extractor.c:402 #, c-format msgid "" "Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that " @@ -610,12 +635,12 @@ "bhain m� triail as `%s', ach theip ar an cheann sin freisin. Na hearr�id�: `" "%s' agus `%s'.\n" -#: src/main/extractor.c:426 +#: src/main/extractor.c:431 #, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "Theip ar lucht� an bhreise�in `%s': %s\n" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Theip ar dh�lucht� an bhreise�in `%s'!\n" Modified: Extractor/po/libextractor.pot =================================================================== --- Extractor/po/libextractor.pot 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/libextractor.pot 2006-05-17 07:14:34 UTC (rev 2840) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n" "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n" @@ -104,12 +104,12 @@ msgid "Extract metadata from files." msgstr "" -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "" @@ -574,24 +574,44 @@ msgid "manager" msgstr "" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +msgid "director" +msgstr "" + +#: src/main/extractor.c:155 +msgid "duration" +msgstr "" + +#: src/main/extractor.c:156 +msgid "information" +msgstr "" + +#: src/main/extractor.c:157 +msgid "full name" +msgstr "" + +#: src/main/extractor.c:158 +msgid "chapter" +msgstr "" + +#: src/main/extractor.c:253 #, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "" -#: src/main/extractor.c:397 +#: src/main/extractor.c:402 #, 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:426 +#: src/main/extractor.c:431 #, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "" Modified: Extractor/po/ro.po =================================================================== --- Extractor/po/ro.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/ro.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libextractor 0.5.3\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2005-08-16 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan <[EMAIL PROTECTED]>\n" "Language-Team: Romanian <[EMAIL PROTECTED]>\n" @@ -122,12 +122,12 @@ msgid "Extract metadata from files." msgstr "Extrage metadata din fi�iere." -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "%s - (binar)\n" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "TIP INVALID - %s\n" @@ -604,12 +604,37 @@ msgid "manager" msgstr "�mpachetator" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "Este un director" + +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "rela�ie" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "format" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "nume_fi�ier" + +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "categorie" + +#: src/main/extractor.c:253 #, 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:397 +#: src/main/extractor.c:402 #, fuzzy, c-format msgid "" "Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that " @@ -618,12 +643,12 @@ "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:426 +#: src/main/extractor.c:431 #, 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:631 +#: src/main/extractor.c:636 #, fuzzy, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Desc�rcarea plugin-ului '%s' a e�uat!\n" @@ -1556,9 +1581,6 @@ #~ msgid "Not a directory" #~ msgstr "Nu este un director" -#~ msgid "Is a directory" -#~ msgstr "Este un director" - #~ msgid "Invalid argument" #~ msgstr "Argument invalide" Modified: Extractor/po/rw.po =================================================================== --- Extractor/po/rw.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/rw.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: libextractor 0.4.2\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy <[EMAIL PROTECTED]>\n" "Language-Team: Kinyarwanda <[EMAIL PROTECTED]>\n" @@ -130,12 +130,12 @@ msgid "Extract metadata from files." msgstr "Bivuye Idosiye" -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, fuzzy, c-format msgid "%s - (binary)\n" msgstr "%s-(Nyabibiri" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "" @@ -740,24 +740,70 @@ msgid "manager" msgstr "Ururimi" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "a bushyinguro" + +# 5033 +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "Isano" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "Imiterere" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "Izina ry'idosiye" + +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.WriterObject.Table.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.WriterObject.Frame.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.WriterObject.Graphic.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Calc.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Draw.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Chart.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Image.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Formula.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Impress.Settings.Category.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.OLEMisc.Settings.Category.text +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "Icyiciro" + +#: src/main/extractor.c:253 #, fuzzy, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "Bya Byanze" -#: src/main/extractor.c:397 +#: src/main/extractor.c:402 #, 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:426 +#: src/main/extractor.c:431 #, fuzzy, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "Byanze" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, fuzzy, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Byanze" @@ -1704,10 +1750,6 @@ #~ msgid "Not a directory" #~ msgstr "a bushyinguro" -#, fuzzy -#~ msgid "Is a directory" -#~ msgstr "a bushyinguro" - #~ msgid "Invalid argument" #~ msgstr "Inkoresha siyo" Modified: Extractor/po/sv.po =================================================================== --- Extractor/po/sv.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/sv.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libextractor 0.5.7\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2005-12-27 09:21+0100\n" "Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n" "Language-Team: Swedish <[EMAIL PROTECTED]>\n" @@ -110,12 +110,12 @@ msgid "Extract metadata from files." msgstr "Plocka ut metadata från filer." -#: src/main/extract.c:198 src/main/extractor.c:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "%s - (binär)\n" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "OGILTIG TYP - %s\n" @@ -592,12 +592,37 @@ msgid "manager" msgstr "paketerare" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "skapare" + +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "relation" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "format" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "filnamn" + +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "kategori" + +#: src/main/extractor.c:253 #, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "Initiering av insticksmekanism misslyckades: %s!\n" -#: src/main/extractor.c:397 +#: src/main/extractor.c:402 #, c-format msgid "" "Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that " @@ -606,12 +631,12 @@ "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:426 +#: src/main/extractor.c:431 #, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "Inläsning av instick \"%s\" misslyckades: %s\n" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Urläsning av instick \"%s\" misslyckades!\n" Modified: Extractor/po/vi.po =================================================================== --- Extractor/po/vi.po 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/po/vi.po 2006-05-17 07:14:34 UTC (rev 2840) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libextractor-0.5.7\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2006-04-28 22:42-0700\n" +"POT-Creation-Date: 2006-05-17 00:53-0700\n" "PO-Revision-Date: 2006-01-11 13:24+1030\n" "Last-Translator: Clytie Siddall <[EMAIL PROTECTED]>\n" "Language-Team: Vietnamese <[EMAIL PROTECTED]>\n" @@ -119,12 +119,12 @@ 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:1144 +#: src/main/extract.c:198 src/main/extractor.c:1149 #, c-format msgid "%s - (binary)\n" msgstr "%s - (nhị phân)\n" -#: src/main/extract.c:204 src/main/extractor.c:1149 +#: src/main/extract.c:204 src/main/extractor.c:1154 #, c-format msgid "INVALID TYPE - %s\n" msgstr "KIỂU KHÔNG HỢP LỆ — %s\n" @@ -605,12 +605,37 @@ msgid "manager" msgstr "nhà đóng gói" -#: src/main/extractor.c:248 +#: src/main/extractor.c:154 +#, fuzzy +msgid "director" +msgstr "người tạo" + +#: src/main/extractor.c:155 +#, fuzzy +msgid "duration" +msgstr "liên quan" + +#: src/main/extractor.c:156 +#, fuzzy +msgid "information" +msgstr "định dạng" + +#: src/main/extractor.c:157 +#, fuzzy +msgid "full name" +msgstr "tên tập tin" + +#: src/main/extractor.c:158 +#, fuzzy +msgid "chapter" +msgstr "phân loại" + +#: src/main/extractor.c:253 #, 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:397 +#: src/main/extractor.c:402 #, c-format msgid "" "Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that " @@ -619,12 +644,12 @@ "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:426 +#: src/main/extractor.c:431 #, c-format msgid "Loading `%s' plugin failed: %s\n" msgstr "Việc tải bộ cầm phít « %s » bị lỗi: %s\n" -#: src/main/extractor.c:631 +#: src/main/extractor.c:636 #, c-format msgid "Unloading plugin `%s' failed!\n" msgstr "Việc bỏ tải bộ cầm phít « %s » bị lỗi.\n" Modified: Extractor/src/plugins/pdf/Makefile.am =================================================================== --- Extractor/src/plugins/pdf/Makefile.am 2006-05-17 07:10:32 UTC (rev 2839) +++ Extractor/src/plugins/pdf/Makefile.am 2006-05-17 07:14:34 UTC (rev 2840) @@ -42,9 +42,3 @@ gmempp.cc\ parseargs.cc parseargs.h \ pdfextractor.cc - -# gcc 3.3 produces BROKEN code for -O1 and -O2 (PDF extraction -# would fail silently) hence we MUST override the user flag here -# which may contain -O1 or -O2! -CXXFLAGS = "`echo "$(CXXFLAGS)" | sed -e "s/-O?//g"` -O0" - _______________________________________________ GNUnet-SVN mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnunet-svn
