[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r2658 - in Extractor: . po src/main src/plugins/wordleaker
From: |
grothoff |
Subject: |
[GNUnet-SVN] r2658 - in Extractor: . po src/main src/plugins/wordleaker |
Date: |
Wed, 26 Apr 2006 09:48:24 -0700 (PDT) |
Author: grothoff
Date: 2006-04-26 09:48:20 -0700 (Wed, 26 Apr 2006)
New Revision: 2658
Modified:
Extractor/configure.ac
Extractor/po/LINGUAS
Extractor/po/de.po
Extractor/po/ga.po
Extractor/po/libextractor.pot
Extractor/po/ro.po
Extractor/po/rw.po
Extractor/src/main/extractor.c
Extractor/src/plugins/wordleaker/wordextractor.cc
Log:
big patch for better i18n by re-using ISO translations
Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/configure.ac 2006-04-26 16:48:20 UTC (rev 2658)
@@ -100,7 +100,11 @@
# not contain the actual installation.
AC_DEFINE_DIR([LOCALEDIR], [datadir/locale], [gettext catalogs])
+ISOPFX=`pkg-config --variable=prefix iso-codes`
+pkg-config --variable=prefix iso-codes 2> /dev/null || ISOPFX=/usr
+AC_DEFINE_DIR([ISOLOCALEDIR], [$ISOPFX/share/locale], [iso-639 catalog])
+
# large file support
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
Modified: Extractor/po/LINGUAS
===================================================================
--- Extractor/po/LINGUAS 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/LINGUAS 2006-04-26 16:48:20 UTC (rev 2658)
@@ -1,2 +1,2 @@
-rw de ga ro
+rw de ga ro sv vi
Modified: Extractor/po/de.po
===================================================================
--- Extractor/po/de.po 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/de.po 2006-04-26 16:48:20 UTC (rev 2658)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: libextractor 0.5.6a\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-04-22 11:52-0700\n"
+"POT-Creation-Date: 2006-04-26 10:20-0700\n"
"PO-Revision-Date: 2005-09-22 10:07+0200\n"
"Last-Translator: Karl Eichwalder <address@hidden>\n"
"Language-Team: German <address@hidden>\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:1136
+#: src/main/extract.c:198 src/main/extractor.c:1137
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (binär)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1141
+#: src/main/extract.c:204 src/main/extractor.c:1142
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "UNGÜLTIGE ART - %s\n"
@@ -558,24 +558,24 @@
msgid "lower case conversion"
msgstr ""
-#: src/main/extractor.c:240
+#: src/main/extractor.c:241
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Initialisierung des Plugin-Mechanismus' ist fehlgeschlagen: %s.\n"
-#: src/main/extractor.c:389
+#: src/main/extractor.c:390
#, 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:418
+#: src/main/extractor.c:419
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Laden des »%s«-Plugins ist fehlgeschlagen: %s\n"
-#: src/main/extractor.c:623
+#: src/main/extractor.c:624
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Entladen des »%s«-Plugins ist fehlgeschlagen!\n"
@@ -1334,248 +1334,137 @@
msgid "Binary RPM %d.%d"
msgstr "Binäres RPM %d.%d"
-#: src/plugins/wordleaker/wordextractor.cc:120
+#: src/plugins/wordleaker/wordextractor.cc:121
msgid "No Proofing"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:122
-msgid "Arabic"
-msgstr "Arabisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:124
-msgid "Bulgarian"
-msgstr "Bulgarisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:126
-msgid "Catalan"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:128
+#: src/plugins/wordleaker/wordextractor.cc:129
msgid "Traditional Chinese"
msgstr "Traditionelles Chinesisch"
-#: src/plugins/wordleaker/wordextractor.cc:130
+#: src/plugins/wordleaker/wordextractor.cc:131
msgid "Simplified Chinese"
msgstr "Vereinfachtes Chinesisch"
-#: src/plugins/wordleaker/wordextractor.cc:132
-msgid "Czech"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:134
-msgid "Danish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:136
-msgid "German"
-msgstr "Deutsch"
-
-#: src/plugins/wordleaker/wordextractor.cc:138
+#: src/plugins/wordleaker/wordextractor.cc:139
msgid "Swiss German"
msgstr "Schweizerdeutsch"
-#: src/plugins/wordleaker/wordextractor.cc:140
-msgid "Greek"
-msgstr "Griechisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:142
+#: src/plugins/wordleaker/wordextractor.cc:143
msgid "U.S. English"
msgstr "Amerikanisches Englisch"
-#: src/plugins/wordleaker/wordextractor.cc:144
+#: src/plugins/wordleaker/wordextractor.cc:145
msgid "U.K. English"
msgstr "Britisches Englisch"
-#: src/plugins/wordleaker/wordextractor.cc:146
+#: src/plugins/wordleaker/wordextractor.cc:147
msgid "Australian English"
msgstr "Australisches Englisch"
-#: src/plugins/wordleaker/wordextractor.cc:148
+#: src/plugins/wordleaker/wordextractor.cc:149
msgid "Castilian Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:150
+#: src/plugins/wordleaker/wordextractor.cc:151
msgid "Mexican Spanish"
msgstr "Mexikanisches Spanisch"
-#: src/plugins/wordleaker/wordextractor.cc:152
-msgid "Finnish"
-msgstr "Finnisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:154
-msgid "French"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:156
+#: src/plugins/wordleaker/wordextractor.cc:157
msgid "Belgian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:158
+#: src/plugins/wordleaker/wordextractor.cc:159
msgid "Canadian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:160
+#: src/plugins/wordleaker/wordextractor.cc:161
msgid "Swiss French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:162
-msgid "Hebrew"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:164
-msgid "Hungarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:166
-msgid "Icelandic"
-msgstr "Islandisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:168
-msgid "Italian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:170
+#: src/plugins/wordleaker/wordextractor.cc:171
msgid "Swiss Italian"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:172
-msgid "Japanese"
-msgstr "Japanisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:174
-msgid "Korean"
-msgstr "Koreanisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:176
-msgid "Dutch"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:178
+#: src/plugins/wordleaker/wordextractor.cc:179
msgid "Belgian Dutch"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:180
-msgid "Norwegian - Bokmal"
+#: src/plugins/wordleaker/wordextractor.cc:181
+msgid "Norwegian Bokmal"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:182
-msgid "Norwegian - Nynorsk"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:184
-msgid "Polish"
-msgstr "Polisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:186
-msgid "Brazilian Portuguese"
-msgstr "Brasillianisches Portiguisisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:188
-msgid "Portuguese"
-msgstr "Portuguisisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:190
+#: src/plugins/wordleaker/wordextractor.cc:191
msgid "Rhaeto-Romanic"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:192
-msgid "Romanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:194
-msgid "Russian"
-msgstr "Russisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:196
+#: src/plugins/wordleaker/wordextractor.cc:197
msgid "Croato-Serbian (Latin)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:198
+#: src/plugins/wordleaker/wordextractor.cc:199
msgid "Serbo-Croatian (Cyrillic)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:200
-msgid "Slovak"
+#: src/plugins/wordleaker/wordextractor.cc:227
+msgid "Farsi"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:202
-msgid "Albanian"
-msgstr "Albanisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:204
-msgid "Swedish"
-msgstr "Schwedisch"
-
-#: src/plugins/wordleaker/wordextractor.cc:206
-msgid "Thai"
+#: src/plugins/wordleaker/wordextractor.cc:412
+#: src/plugins/wordleaker/wordextractor.cc:423
+#, c-format
+msgid "%s (Build %s)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:208
-msgid "Turkish"
+#: src/plugins/wordleaker/wordextractor.cc:468
+#, c-format
+msgid "Revision #%u: Author '%s' worked on '%s'"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:210
-msgid "Urdu"
-msgstr ""
+#~ msgid "Greek"
+#~ msgstr "Griechisch"
-#: src/plugins/wordleaker/wordextractor.cc:212
-msgid "Bahasa"
-msgstr ""
+#~ msgid "Arabic"
+#~ msgstr "Arabisch"
-#: src/plugins/wordleaker/wordextractor.cc:214
-msgid "Ukrainian"
-msgstr ""
+#~ msgid "Bulgarian"
+#~ msgstr "Bulgarisch"
-#: src/plugins/wordleaker/wordextractor.cc:216
-msgid "Byelorussian"
-msgstr ""
+#~ msgid "German"
+#~ msgstr "Deutsch"
-#: src/plugins/wordleaker/wordextractor.cc:218
-msgid "Slovenian"
-msgstr ""
+#~ msgid "Finnish"
+#~ msgstr "Finnisch"
-#: src/plugins/wordleaker/wordextractor.cc:220
-msgid "Estonian"
-msgstr ""
+#~ msgid "Icelandic"
+#~ msgstr "Islandisch"
-#: src/plugins/wordleaker/wordextractor.cc:222
-msgid "Latvian"
-msgstr ""
+#~ msgid "Japanese"
+#~ msgstr "Japanisch"
-#: src/plugins/wordleaker/wordextractor.cc:224
-msgid "Lithuanian"
-msgstr "Litauisch"
+#~ msgid "Korean"
+#~ msgstr "Koreanisch"
-#: src/plugins/wordleaker/wordextractor.cc:226
-msgid "Farsi"
-msgstr ""
+#~ msgid "Polish"
+#~ msgstr "Polisch"
-#: src/plugins/wordleaker/wordextractor.cc:228
-msgid "Basque"
-msgstr ""
+#~ msgid "Brazilian Portuguese"
+#~ msgstr "Brasillianisches Portiguisisch"
-#: src/plugins/wordleaker/wordextractor.cc:230
-msgid "Macedonian"
-msgstr ""
+#~ msgid "Portuguese"
+#~ msgstr "Portuguisisch"
-#: src/plugins/wordleaker/wordextractor.cc:232
-msgid "Afrikaans"
-msgstr ""
+#~ msgid "Russian"
+#~ msgstr "Russisch"
-#: src/plugins/wordleaker/wordextractor.cc:234
-msgid "Malaysian"
-msgstr ""
+#~ msgid "Albanian"
+#~ msgstr "Albanisch"
-#: src/plugins/wordleaker/wordextractor.cc:411
-#: src/plugins/wordleaker/wordextractor.cc:422
-#, c-format
-msgid "%s (Build %s)"
-msgstr ""
+#~ msgid "Swedish"
+#~ msgstr "Schwedisch"
-#: src/plugins/wordleaker/wordextractor.cc:467
-#, c-format
-msgid "Revision #%u: Author '%s' worked on '%s'"
-msgstr ""
+#~ msgid "Lithuanian"
+#~ msgstr "Litauisch"
#~ msgid "Please provide a list of klp files as arguments.\n"
#~ msgstr "Geben Sie eine Liste der klp-Dateien als Argument an.\n"
Modified: Extractor/po/ga.po
===================================================================
--- Extractor/po/ga.po 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/ga.po 2006-04-26 16:48:20 UTC (rev 2658)
@@ -4,10 +4,10 @@
# Kevin Patrick Scannell <address@hidden>, 2005.
msgid ""
msgstr ""
-"Project-Id-Version: libextractor 0.5.6a\n"
+"Project-Id-Version: libextractor 0.5.7\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-04-22 11:52-0700\n"
-"PO-Revision-Date: 2005-09-21 00:46-0700\n"
+"POT-Creation-Date: 2006-04-26 10:20-0700\n"
+"PO-Revision-Date: 2005-11-15 00:46-0700\n"
"Last-Translator: Kevin Patrick Scannell <address@hidden>\n"
"Language-Team: Irish <address@hidden>\n"
"MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@
#: src/main/extract.c:140
msgid "load an extractor plugin named LIBRARY"
-msgstr "luchtaigh breise�n asbhainteora darb ainm LIBRARY"
+msgstr "luchtaigh breise�n asbhainteora darb ainm LEABHARLANN"
#: src/main/extract.c:142
msgid "list all keyword types"
@@ -114,12 +114,12 @@
msgid "Extract metadata from files."
msgstr "Bain meiteashonra� as comhaid."
-#: src/main/extract.c:198 src/main/extractor.c:1136
+#: src/main/extract.c:198 src/main/extractor.c:1137
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (d�n�rtha)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1141
+#: src/main/extract.c:204 src/main/extractor.c:1142
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "CINE�L NEAMHBHAIL� - %s\n"
@@ -498,9 +498,8 @@
msgstr "treoshu�omh"
#: src/main/extractor.c:132
-#, fuzzy
msgid "template"
-msgstr "ionada�onn"
+msgstr "teimpl�ad"
#: src/main/extractor.c:133
msgid "split"
@@ -558,12 +557,12 @@
msgid "lower case conversion"
msgstr ""
-#: src/main/extractor.c:240
+#: src/main/extractor.c:241
#, 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:389
+#: src/main/extractor.c:390
#, c-format
msgid ""
"Resolving symbol `%s' in library `%s' failed, so I tried `%s', but that "
@@ -573,12 +572,12 @@
"bhain m� triail as `%s', ach theip ar an cheann sin freisin. Na hearr�id�: `"
"%s' agus `%s'.\n"
-#: src/main/extractor.c:418
+#: src/main/extractor.c:419
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Theip ar lucht� an bhreise�in `%s': %s\n"
-#: src/main/extractor.c:623
+#: src/main/extractor.c:624
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Theip ar dh�lucht� an bhreise�in `%s'!\n"
@@ -839,7 +838,7 @@
#: src/plugins/mp3extractor.c:86
msgid "Sound Clip"
-msgstr "Gearrth�g Fuaime"
+msgstr "Gearrth�g Fhuaime"
#: src/plugins/mp3extractor.c:87
msgid "Gospel"
@@ -1338,251 +1337,89 @@
msgid "Binary RPM %d.%d"
msgstr "RPM D�n�rtha %d.%d"
-#: src/plugins/wordleaker/wordextractor.cc:120
+#: src/plugins/wordleaker/wordextractor.cc:121
msgid "No Proofing"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:122
-msgid "Arabic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:124
-msgid "Bulgarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:126
-msgid "Catalan"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:128
+#: src/plugins/wordleaker/wordextractor.cc:129
msgid "Traditional Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:130
+#: src/plugins/wordleaker/wordextractor.cc:131
msgid "Simplified Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:132
-msgid "Czech"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:134
-msgid "Danish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:136
-msgid "German"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:138
+#: src/plugins/wordleaker/wordextractor.cc:139
msgid "Swiss German"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:140
-msgid "Greek"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:142
+#: src/plugins/wordleaker/wordextractor.cc:143
msgid "U.S. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:144
+#: src/plugins/wordleaker/wordextractor.cc:145
msgid "U.K. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:146
+#: src/plugins/wordleaker/wordextractor.cc:147
msgid "Australian English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:148
+#: src/plugins/wordleaker/wordextractor.cc:149
msgid "Castilian Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:150
+#: src/plugins/wordleaker/wordextractor.cc:151
msgid "Mexican Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:152
-msgid "Finnish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:154
-msgid "French"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:156
+#: src/plugins/wordleaker/wordextractor.cc:157
msgid "Belgian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:158
+#: src/plugins/wordleaker/wordextractor.cc:159
msgid "Canadian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:160
+#: src/plugins/wordleaker/wordextractor.cc:161
msgid "Swiss French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:162
-msgid "Hebrew"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:164
-msgid "Hungarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:166
-msgid "Icelandic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:168
-msgid "Italian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:170
+#: src/plugins/wordleaker/wordextractor.cc:171
msgid "Swiss Italian"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:172
-msgid "Japanese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:174
-msgid "Korean"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:176
-#, fuzzy
-msgid "Dutch"
-msgstr "D�s�ad"
-
-#: src/plugins/wordleaker/wordextractor.cc:178
+#: src/plugins/wordleaker/wordextractor.cc:179
msgid "Belgian Dutch"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:180
-msgid "Norwegian - Bokmal"
+#: src/plugins/wordleaker/wordextractor.cc:181
+msgid "Norwegian Bokmal"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:182
-msgid "Norwegian - Nynorsk"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:184
-msgid "Polish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:186
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:188
-msgid "Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:190
+#: src/plugins/wordleaker/wordextractor.cc:191
msgid "Rhaeto-Romanic"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:192
-#, fuzzy
-msgid "Romanian"
-msgstr "eagras"
-
-#: src/plugins/wordleaker/wordextractor.cc:194
-#, fuzzy
-msgid "Russian"
-msgstr "Comhle�"
-
-#: src/plugins/wordleaker/wordextractor.cc:196
+#: src/plugins/wordleaker/wordextractor.cc:197
msgid "Croato-Serbian (Latin)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:198
+#: src/plugins/wordleaker/wordextractor.cc:199
msgid "Serbo-Croatian (Cyrillic)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:200
-msgid "Slovak"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:202
-msgid "Albanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:204
-msgid "Swedish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:206
-msgid "Thai"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:208
-msgid "Turkish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:210
-msgid "Urdu"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:212
-#, fuzzy
-msgid "Bahasa"
-msgstr "Dord"
-
-#: src/plugins/wordleaker/wordextractor.cc:214
-msgid "Ukrainian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:216
-msgid "Byelorussian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:218
-msgid "Slovenian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:220
-msgid "Estonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:222
-#, fuzzy
-msgid "Latvian"
-msgstr "Laidineach"
-
-#: src/plugins/wordleaker/wordextractor.cc:224
-msgid "Lithuanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:226
+#: src/plugins/wordleaker/wordextractor.cc:227
msgid "Farsi"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:228
-#, fuzzy
-msgid "Basque"
-msgstr "Dord"
-
-#: src/plugins/wordleaker/wordextractor.cc:230
-msgid "Macedonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:232
-msgid "Afrikaans"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:234
-msgid "Malaysian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:411
-#: src/plugins/wordleaker/wordextractor.cc:422
+#: src/plugins/wordleaker/wordextractor.cc:412
+#: src/plugins/wordleaker/wordextractor.cc:423
#, c-format
msgid "%s (Build %s)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:467
+#: src/plugins/wordleaker/wordextractor.cc:468
#, c-format
msgid "Revision #%u: Author '%s' worked on '%s'"
msgstr ""
Modified: Extractor/po/libextractor.pot
===================================================================
--- Extractor/po/libextractor.pot 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/libextractor.pot 2006-04-26 16:48:20 UTC (rev 2658)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-04-22 11:52-0700\n"
+"POT-Creation-Date: 2006-04-26 10:20-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"
@@ -104,12 +104,12 @@
msgid "Extract metadata from files."
msgstr ""
-#: src/main/extract.c:198 src/main/extractor.c:1136
+#: src/main/extract.c:198 src/main/extractor.c:1137
#, c-format
msgid "%s - (binary)\n"
msgstr ""
-#: src/main/extract.c:204 src/main/extractor.c:1141
+#: src/main/extract.c:204 src/main/extractor.c:1142
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr ""
@@ -542,24 +542,24 @@
msgid "lower case conversion"
msgstr ""
-#: src/main/extractor.c:240
+#: src/main/extractor.c:241
#, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr ""
-#: src/main/extractor.c:389
+#: src/main/extractor.c:390
#, 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:418
+#: src/main/extractor.c:419
#, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr ""
-#: src/main/extractor.c:623
+#: src/main/extractor.c:624
#, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr ""
@@ -1314,245 +1314,89 @@
msgid "Binary RPM %d.%d"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:120
+#: src/plugins/wordleaker/wordextractor.cc:121
msgid "No Proofing"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:122
-msgid "Arabic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:124
-msgid "Bulgarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:126
-msgid "Catalan"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:128
+#: src/plugins/wordleaker/wordextractor.cc:129
msgid "Traditional Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:130
+#: src/plugins/wordleaker/wordextractor.cc:131
msgid "Simplified Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:132
-msgid "Czech"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:134
-msgid "Danish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:136
-msgid "German"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:138
+#: src/plugins/wordleaker/wordextractor.cc:139
msgid "Swiss German"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:140
-msgid "Greek"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:142
+#: src/plugins/wordleaker/wordextractor.cc:143
msgid "U.S. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:144
+#: src/plugins/wordleaker/wordextractor.cc:145
msgid "U.K. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:146
+#: src/plugins/wordleaker/wordextractor.cc:147
msgid "Australian English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:148
+#: src/plugins/wordleaker/wordextractor.cc:149
msgid "Castilian Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:150
+#: src/plugins/wordleaker/wordextractor.cc:151
msgid "Mexican Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:152
-msgid "Finnish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:154
-msgid "French"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:156
+#: src/plugins/wordleaker/wordextractor.cc:157
msgid "Belgian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:158
+#: src/plugins/wordleaker/wordextractor.cc:159
msgid "Canadian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:160
+#: src/plugins/wordleaker/wordextractor.cc:161
msgid "Swiss French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:162
-msgid "Hebrew"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:164
-msgid "Hungarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:166
-msgid "Icelandic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:168
-msgid "Italian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:170
+#: src/plugins/wordleaker/wordextractor.cc:171
msgid "Swiss Italian"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:172
-msgid "Japanese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:174
-msgid "Korean"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:176
-msgid "Dutch"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:178
+#: src/plugins/wordleaker/wordextractor.cc:179
msgid "Belgian Dutch"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:180
-msgid "Norwegian - Bokmal"
+#: src/plugins/wordleaker/wordextractor.cc:181
+msgid "Norwegian Bokmal"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:182
-msgid "Norwegian - Nynorsk"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:184
-msgid "Polish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:186
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:188
-msgid "Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:190
+#: src/plugins/wordleaker/wordextractor.cc:191
msgid "Rhaeto-Romanic"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:192
-msgid "Romanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:194
-msgid "Russian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:196
+#: src/plugins/wordleaker/wordextractor.cc:197
msgid "Croato-Serbian (Latin)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:198
+#: src/plugins/wordleaker/wordextractor.cc:199
msgid "Serbo-Croatian (Cyrillic)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:200
-msgid "Slovak"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:202
-msgid "Albanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:204
-msgid "Swedish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:206
-msgid "Thai"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:208
-msgid "Turkish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:210
-msgid "Urdu"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:212
-msgid "Bahasa"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:214
-msgid "Ukrainian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:216
-msgid "Byelorussian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:218
-msgid "Slovenian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:220
-msgid "Estonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:222
-msgid "Latvian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:224
-msgid "Lithuanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:226
+#: src/plugins/wordleaker/wordextractor.cc:227
msgid "Farsi"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:228
-msgid "Basque"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:230
-msgid "Macedonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:232
-msgid "Afrikaans"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:234
-msgid "Malaysian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:411
-#: src/plugins/wordleaker/wordextractor.cc:422
+#: src/plugins/wordleaker/wordextractor.cc:412
+#: src/plugins/wordleaker/wordextractor.cc:423
#, c-format
msgid "%s (Build %s)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:467
+#: src/plugins/wordleaker/wordextractor.cc:468
#, c-format
msgid "Revision #%u: Author '%s' worked on '%s'"
msgstr ""
Modified: Extractor/po/ro.po
===================================================================
--- Extractor/po/ro.po 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/ro.po 2006-04-26 16:48:20 UTC (rev 2658)
@@ -7,10 +7,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libextractor 0.4.2\n"
+"Project-Id-Version: libextractor 0.5.3\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-04-22 11:52-0700\n"
-"PO-Revision-Date: 2005-02-25 12:00-0500\n"
+"POT-Creation-Date: 2006-04-26 10:20-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"
"MIME-Version: 1.0\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:1136
+#: src/main/extract.c:198 src/main/extractor.c:1137
#, c-format
msgid "%s - (binary)\n"
msgstr "%s - (binar)\n"
-#: src/main/extract.c:204 src/main/extractor.c:1141
+#: src/main/extract.c:204 src/main/extractor.c:1142
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr "TIP INVALID - %s\n"
@@ -181,10 +181,10 @@
msgstr "num�r de pagini"
#: src/main/extract.c:474
-#, c-format
+#, 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"
+"Trebuie s� specifica�i un argument pentru op�iunea '%s' (op�iune ignorat�).\n"
#: src/main/extract.c:541
#, c-format
@@ -438,74 +438,72 @@
msgstr "data thumbnail binar"
#: src/main/extractor.c:115
-#, fuzzy
msgid "publication date"
-msgstr "data cre�rii"
+msgstr "data public�rii"
#: src/main/extractor.c:116
msgid "camera make"
-msgstr ""
+msgstr "produc�tor"
#: src/main/extractor.c:117
msgid "camera model"
-msgstr ""
+msgstr "model de camer�"
#: src/main/extractor.c:118
msgid "exposure"
-msgstr ""
+msgstr "expunere"
#: src/main/extractor.c:119
msgid "aperture"
-msgstr ""
+msgstr "apertur�"
#: src/main/extractor.c:120
msgid "exposure bias"
-msgstr ""
+msgstr "predilec�ie expunere"
#: src/main/extractor.c:121
msgid "flash"
-msgstr ""
+msgstr "bli�"
#: src/main/extractor.c:122
msgid "flash bias"
-msgstr ""
+msgstr "predilec�ie bli�"
#: src/main/extractor.c:123
msgid "focal length"
-msgstr ""
+msgstr "lungime focal�"
#: src/main/extractor.c:124
msgid "focal length (35mm equivalent)"
-msgstr ""
+msgstr "lungime focal� (echivalent 35mm)"
#: src/main/extractor.c:125
msgid "iso speed"
-msgstr ""
+msgstr "valoare iso"
#: src/main/extractor.c:126
msgid "exposure mode"
-msgstr ""
+msgstr "mod expunere"
#: src/main/extractor.c:127
msgid "metering mode"
-msgstr ""
+msgstr "mod de m�surare"
#: src/main/extractor.c:128
msgid "macro mode"
-msgstr ""
+msgstr "mod macro"
#: src/main/extractor.c:129
msgid "image quality"
-msgstr ""
+msgstr "calitate imagine"
#: src/main/extractor.c:130
msgid "white balance"
-msgstr ""
+msgstr "balan�� alb"
#: src/main/extractor.c:131
-#, fuzzy
msgid "orientation"
-msgstr "orientare pagin�"
+msgstr "orientare"
#: src/main/extractor.c:132
#, fuzzy
@@ -568,29 +566,29 @@
msgid "lower case conversion"
msgstr ""
-#: src/main/extractor.c:240
+#: src/main/extractor.c:241
#, 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:389
-#, c-format
+#: src/main/extractor.c:390
+#, 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 ""
-"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"
+"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:418
-#, c-format
+#: src/main/extractor.c:419
+#, fuzzy, c-format
msgid "Loading `%s' plugin failed: %s\n"
-msgstr "�nc�rcarea plugin-ului `%s' a e�uat: %s\n"
+msgstr "�nc�rcarea plugin-ului '%s' a e�uat: %s\n"
-#: src/main/extractor.c:623
-#, c-format
+#: src/main/extractor.c:624
+#, fuzzy, c-format
msgid "Unloading plugin `%s' failed!\n"
-msgstr "Desc�rcarea plugin-ului `%s' a e�uat!\n"
+msgstr "Desc�rcarea plugin-ului '%s' a e�uat!\n"
#: src/main/getopt.c:681
#, c-format
@@ -1313,9 +1311,9 @@
#: src/plugins/printable/dictionary-builder.c:110
#: src/plugins/printable/dictionary-builder.c:166
-#, c-format
+#, fuzzy, c-format
msgid "Error opening file `%s': %s\n"
-msgstr "Eroare deschidere fi�ier `%s': %s\n"
+msgstr "Eroare deschidere fi�ier '%s': %s\n"
#: src/plugins/printable/dictionary-builder.c:118
#, c-format
@@ -1346,251 +1344,89 @@
msgid "Binary RPM %d.%d"
msgstr "Binar RPM %d.%d"
-#: src/plugins/wordleaker/wordextractor.cc:120
+#: src/plugins/wordleaker/wordextractor.cc:121
msgid "No Proofing"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:122
-msgid "Arabic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:124
-msgid "Bulgarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:126
-msgid "Catalan"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:128
+#: src/plugins/wordleaker/wordextractor.cc:129
msgid "Traditional Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:130
+#: src/plugins/wordleaker/wordextractor.cc:131
msgid "Simplified Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:132
-msgid "Czech"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:134
-msgid "Danish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:136
-msgid "German"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:138
+#: src/plugins/wordleaker/wordextractor.cc:139
msgid "Swiss German"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:140
-msgid "Greek"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:142
+#: src/plugins/wordleaker/wordextractor.cc:143
msgid "U.S. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:144
+#: src/plugins/wordleaker/wordextractor.cc:145
msgid "U.K. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:146
+#: src/plugins/wordleaker/wordextractor.cc:147
msgid "Australian English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:148
+#: src/plugins/wordleaker/wordextractor.cc:149
msgid "Castilian Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:150
+#: src/plugins/wordleaker/wordextractor.cc:151
msgid "Mexican Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:152
-msgid "Finnish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:154
-msgid "French"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:156
+#: src/plugins/wordleaker/wordextractor.cc:157
msgid "Belgian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:158
+#: src/plugins/wordleaker/wordextractor.cc:159
msgid "Canadian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:160
+#: src/plugins/wordleaker/wordextractor.cc:161
msgid "Swiss French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:162
-msgid "Hebrew"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:164
-msgid "Hungarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:166
-msgid "Icelandic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:168
-msgid "Italian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:170
+#: src/plugins/wordleaker/wordextractor.cc:171
msgid "Swiss Italian"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:172
-msgid "Japanese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:174
-msgid "Korean"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:176
-#, fuzzy
-msgid "Dutch"
-msgstr "Duet"
-
-#: src/plugins/wordleaker/wordextractor.cc:178
+#: src/plugins/wordleaker/wordextractor.cc:179
msgid "Belgian Dutch"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:180
-msgid "Norwegian - Bokmal"
+#: src/plugins/wordleaker/wordextractor.cc:181
+msgid "Norwegian Bokmal"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:182
-msgid "Norwegian - Nynorsk"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:184
-msgid "Polish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:186
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:188
-msgid "Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:190
+#: src/plugins/wordleaker/wordextractor.cc:191
msgid "Rhaeto-Romanic"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:192
-#, fuzzy
-msgid "Romanian"
-msgstr "organiza�ie"
-
-#: src/plugins/wordleaker/wordextractor.cc:194
-#, fuzzy
-msgid "Russian"
-msgstr "Fusion"
-
-#: src/plugins/wordleaker/wordextractor.cc:196
+#: src/plugins/wordleaker/wordextractor.cc:197
msgid "Croato-Serbian (Latin)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:198
+#: src/plugins/wordleaker/wordextractor.cc:199
msgid "Serbo-Croatian (Cyrillic)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:200
-msgid "Slovak"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:202
-msgid "Albanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:204
-msgid "Swedish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:206
-msgid "Thai"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:208
-msgid "Turkish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:210
-msgid "Urdu"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:212
-#, fuzzy
-msgid "Bahasa"
-msgstr "Bass"
-
-#: src/plugins/wordleaker/wordextractor.cc:214
-msgid "Ukrainian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:216
-msgid "Byelorussian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:218
-msgid "Slovenian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:220
-msgid "Estonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:222
-#, fuzzy
-msgid "Latvian"
-msgstr "Latin"
-
-#: src/plugins/wordleaker/wordextractor.cc:224
-msgid "Lithuanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:226
+#: src/plugins/wordleaker/wordextractor.cc:227
msgid "Farsi"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:228
-#, fuzzy
-msgid "Basque"
-msgstr "Bass"
-
-#: src/plugins/wordleaker/wordextractor.cc:230
-msgid "Macedonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:232
-msgid "Afrikaans"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:234
-msgid "Malaysian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:411
-#: src/plugins/wordleaker/wordextractor.cc:422
+#: src/plugins/wordleaker/wordextractor.cc:412
+#: src/plugins/wordleaker/wordextractor.cc:423
#, c-format
msgid "%s (Build %s)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:467
+#: src/plugins/wordleaker/wordextractor.cc:468
#, c-format
msgid "Revision #%u: Author '%s' worked on '%s'"
msgstr ""
@@ -1599,7 +1435,7 @@
#~ msgstr "Fatal: nu am putut aloca (%s la %s:%d).\n"
#~ msgid "No error"
-#~ msgstr "Ni o eroare"
+#~ msgstr "Nici o eroare"
#~ msgid "Unknown host"
#~ msgstr "Gazd� necunoscut�"
Modified: Extractor/po/rw.po
===================================================================
--- Extractor/po/rw.po 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/po/rw.po 2006-04-26 16:48:20 UTC (rev 2658)
@@ -16,7 +16,7 @@
msgstr ""
"Project-Id-Version: libextractor 0.4.2\n"
"Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2006-04-22 11:52-0700\n"
+"POT-Creation-Date: 2006-04-26 10:20-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"
@@ -130,12 +130,12 @@
msgid "Extract metadata from files."
msgstr "Bivuye Idosiye"
-#: src/main/extract.c:198 src/main/extractor.c:1136
+#: src/main/extract.c:198 src/main/extractor.c:1137
#, fuzzy, c-format
msgid "%s - (binary)\n"
msgstr "%s-(Nyabibiri"
-#: src/main/extract.c:204 src/main/extractor.c:1141
+#: src/main/extract.c:204 src/main/extractor.c:1142
#, c-format
msgid "INVALID TYPE - %s\n"
msgstr ""
@@ -236,9 +236,8 @@
msgstr "itazwi"
#: src/main/extractor.c:46
-#, fuzzy
msgid "mimetype"
-msgstr "Ibitangazamakuru Ubwoko"
+msgstr ""
#: src/main/extractor.c:49
#, fuzzy
@@ -274,11 +273,9 @@
msgid "copyright"
msgstr "Uburenganzira bw'umuhimbyi"
-# svx/source\dialog\dstribut.src:RID_SVXPAGE_DISTRIBUTE.text
#: src/main/extractor.c:63
-#, fuzzy
msgid "contributor"
-msgstr "Ikwirakwiza"
+msgstr ""
#: src/main/extractor.c:64
#, fuzzy
@@ -334,9 +331,8 @@
msgstr "itariki y'ihindura"
#: src/main/extractor.c:76
-#, fuzzy
msgid "creator"
-msgstr "Byaremwe kugirango"
+msgstr ""
#: src/main/extractor.c:77
#, fuzzy
@@ -370,11 +366,9 @@
msgid "created for"
msgstr "Byaremwe kugirango"
-# 3880
#: src/main/extractor.c:84
-#, fuzzy
msgid "magnification"
-msgstr "itariki y'ihindura"
+msgstr ""
#: src/main/extractor.c:85
msgid "release"
@@ -399,9 +393,8 @@
msgstr "Inshamake"
#: src/main/extractor.c:89
-#, fuzzy
msgid "packager"
-msgstr "Umwanya"
+msgstr ""
#: src/main/extractor.c:90
#, fuzzy
@@ -494,99 +487,21 @@
msgid "priority"
msgstr "Icyihutirwa"
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Mozilla Communicator client code, released
-# March 31, 1998.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1998-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either of the GNU General Public License Version 2 or later (the "GPL"),
-# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-# in which case the provisions of the GPL or the LGPL are applicable instead
-# of those above. If you wish to allow use of your version of this file only
-# under the terms of either the GPL or the LGPL, and not to allow others to
-# use your version of this file under the terms of the MPL, indicate your
-# decision by deleting the provisions above and replace them with the notice
-# and other provisions required by the GPL or the LGPL. If you do not delete
-# the provisions above, a recipient may use your version of this file under
-# the terms of any one of the MPL, the GPL or the LGPL.
-#
-# ***** END LICENSE BLOCK *****
-# Box Headings
#: src/main/extractor.c:105
-#, fuzzy
msgid "conflicts"
-msgstr "Umuntu"
+msgstr ""
#: src/main/extractor.c:106
-#, fuzzy
msgid "replaces"
-msgstr "Umwanya"
+msgstr ""
#: src/main/extractor.c:107
-#, fuzzy
msgid "provides"
-msgstr "Umwanditsi"
+msgstr ""
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Mozilla Communicator client code, released
-# March 31, 1998.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1998-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either of the GNU General Public License Version 2 or later (the "GPL"),
-# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-# in which case the provisions of the GPL or the LGPL are applicable instead
-# of those above. If you wish to allow use of your version of this file only
-# under the terms of either the GPL or the LGPL, and not to allow others to
-# use your version of this file under the terms of the MPL, indicate your
-# decision by deleting the provisions above and replace them with the notice
-# and other provisions required by the GPL or the LGPL. If you do not delete
-# the provisions above, a recipient may use your version of this file under
-# the terms of any one of the MPL, the GPL or the LGPL.
-#
-# ***** END LICENSE BLOCK *****
-# Box Headings
#: src/main/extractor.c:108
-#, fuzzy
msgid "conductor"
-msgstr "Umuntu"
+msgstr ""
#: src/main/extractor.c:109
msgid "interpreter"
@@ -724,9 +639,8 @@
msgstr "Ipaji Icyerekezo"
#: src/main/extractor.c:132
-#, fuzzy
msgid "template"
-msgstr "Umwanya"
+msgstr ""
#: src/main/extractor.c:133
msgid "split"
@@ -786,24 +700,24 @@
msgid "lower case conversion"
msgstr ""
-#: src/main/extractor.c:240
+#: src/main/extractor.c:241
#, fuzzy, c-format
msgid "Initialization of plugin mechanism failed: %s!\n"
msgstr "Bya Byanze"
-#: src/main/extractor.c:389
+#: src/main/extractor.c:390
#, 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:418
+#: src/main/extractor.c:419
#, fuzzy, c-format
msgid "Loading `%s' plugin failed: %s\n"
msgstr "Byanze"
-#: src/main/extractor.c:623
+#: src/main/extractor.c:624
#, fuzzy, c-format
msgid "Unloading plugin `%s' failed!\n"
msgstr "Byanze"
@@ -933,9 +847,8 @@
msgstr "Igihugu"
#: src/plugins/mp3extractor.c:52
-#, fuzzy
msgid "Dance"
-msgstr "Umwanya"
+msgstr ""
#: src/plugins/mp3extractor.c:53
msgid "Disco"
@@ -1010,9 +923,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:71
-#, fuzzy
msgid "Death Metal"
-msgstr "Icyuma"
+msgstr ""
#: src/plugins/mp3extractor.c:72
msgid "Pranks"
@@ -1042,11 +954,9 @@
msgid "Jazz+Funk"
msgstr ""
-# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text
#: src/plugins/mp3extractor.c:79
-#, fuzzy
msgid "Fusion"
-msgstr "Verisiyo"
+msgstr ""
#: src/plugins/mp3extractor.c:80
msgid "Trance"
@@ -1105,9 +1015,8 @@
msgstr "Umwanya"
#: src/plugins/mp3extractor.c:94
-#, fuzzy
msgid "Meditative"
-msgstr "Ibitangazamakuru Ubwoko"
+msgstr ""
#: src/plugins/mp3extractor.c:95
msgid "Instrumental Pop"
@@ -1118,9 +1027,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:97
-#, fuzzy
msgid "Ethnic"
-msgstr "Ikinyagotike"
+msgstr ""
#: src/plugins/mp3extractor.c:98
msgid "Gothic"
@@ -1259,9 +1167,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:132
-#, fuzzy
msgid "Swing"
-msgstr "Iburira"
+msgstr ""
#: src/plugins/mp3extractor.c:133
msgid "Fast-Fusion"
@@ -1292,9 +1199,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:140
-#, fuzzy
msgid "Gothic Rock"
-msgstr "Ikinyagotike"
+msgstr ""
#: src/plugins/mp3extractor.c:141
msgid "Progressive Rock"
@@ -1341,55 +1247,16 @@
msgstr ""
#: src/plugins/mp3extractor.c:152
-#, fuzzy
msgid "Opera"
-msgstr "Ikindi"
+msgstr ""
#: src/plugins/mp3extractor.c:153
msgid "Chamber Music"
msgstr ""
-# ***** BEGIN LICENSE BLOCK *****
-# Version: MPL 1.1/GPL 2.0/LGPL 2.1
-#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-# http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
-#
-# The Original Code is Mozilla Communicator client code, released
-# March 31, 1998.
-#
-# The Initial Developer of the Original Code is
-# Netscape Communications Corporation.
-# Portions created by the Initial Developer are Copyright (C) 1998-1999
-# the Initial Developer. All Rights Reserved.
-#
-# Contributor(s):
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either of the GNU General Public License Version 2 or later (the "GPL"),
-# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-# in which case the provisions of the GPL or the LGPL are applicable instead
-# of those above. If you wish to allow use of your version of this file only
-# under the terms of either the GPL or the LGPL, and not to allow others to
-# use your version of this file under the terms of the MPL, indicate your
-# decision by deleting the provisions above and replace them with the notice
-# and other provisions required by the GPL or the LGPL. If you do not delete
-# the provisions above, a recipient may use your version of this file under
-# the terms of any one of the MPL, the GPL or the LGPL.
-#
-# ***** END LICENSE BLOCK *****
-# Box Headings
#: src/plugins/mp3extractor.c:154
-#, fuzzy
msgid "Sonata"
-msgstr "Umuntu"
+msgstr ""
#: src/plugins/mp3extractor.c:155
msgid "Symphony"
@@ -1408,9 +1275,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:159
-#, fuzzy
msgid "Satire"
-msgstr "Itariki"
+msgstr ""
#: src/plugins/mp3extractor.c:160
msgid "Slow Jam"
@@ -1490,9 +1356,8 @@
msgstr ""
#: src/plugins/mp3extractor.c:179
-#, fuzzy
msgid "Terror"
-msgstr "Nta kosa"
+msgstr ""
#: src/plugins/mp3extractor.c:180
msgid "Indie"
@@ -1519,14 +1384,12 @@
msgstr ""
#: src/plugins/mp3extractor.c:186
-#, fuzzy
msgid "Heavy Metal"
-msgstr "Icyuma"
+msgstr ""
#: src/plugins/mp3extractor.c:187
-#, fuzzy
msgid "Black Metal"
-msgstr "Icyuma"
+msgstr ""
#: src/plugins/mp3extractor.c:188
msgid "Crossover"
@@ -1618,256 +1481,95 @@
msgid "Binary RPM %d.%d"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:120
+#: src/plugins/wordleaker/wordextractor.cc:121
msgid "No Proofing"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:122
-msgid "Arabic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:124
-msgid "Bulgarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:126
-msgid "Catalan"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:128
+#: src/plugins/wordleaker/wordextractor.cc:129
msgid "Traditional Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:130
+#: src/plugins/wordleaker/wordextractor.cc:131
msgid "Simplified Chinese"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:132
-msgid "Czech"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:134
-msgid "Danish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:136
-msgid "German"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:138
+#: src/plugins/wordleaker/wordextractor.cc:139
msgid "Swiss German"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:140
-msgid "Greek"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:142
+#: src/plugins/wordleaker/wordextractor.cc:143
msgid "U.S. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:144
+#: src/plugins/wordleaker/wordextractor.cc:145
msgid "U.K. English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:146
+#: src/plugins/wordleaker/wordextractor.cc:147
msgid "Australian English"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:148
+#: src/plugins/wordleaker/wordextractor.cc:149
msgid "Castilian Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:150
+#: src/plugins/wordleaker/wordextractor.cc:151
msgid "Mexican Spanish"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:152
-msgid "Finnish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:154
-msgid "French"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:156
+#: src/plugins/wordleaker/wordextractor.cc:157
msgid "Belgian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:158
+#: src/plugins/wordleaker/wordextractor.cc:159
msgid "Canadian French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:160
+#: src/plugins/wordleaker/wordextractor.cc:161
msgid "Swiss French"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:162
-msgid "Hebrew"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:164
-msgid "Hungarian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:166
-msgid "Icelandic"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:168
-msgid "Italian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:170
+#: src/plugins/wordleaker/wordextractor.cc:171
msgid "Swiss Italian"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:172
-msgid "Japanese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:174
-msgid "Korean"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:176
-msgid "Dutch"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:178
+#: src/plugins/wordleaker/wordextractor.cc:179
msgid "Belgian Dutch"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:180
-msgid "Norwegian - Bokmal"
+#: src/plugins/wordleaker/wordextractor.cc:181
+msgid "Norwegian Bokmal"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:182
-msgid "Norwegian - Nynorsk"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:184
-msgid "Polish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:186
-msgid "Brazilian Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:188
-msgid "Portuguese"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:190
+#: src/plugins/wordleaker/wordextractor.cc:191
msgid "Rhaeto-Romanic"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:192
-#, fuzzy
-msgid "Romanian"
-msgstr "Ihuzagahunda"
-
-# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text
-#: src/plugins/wordleaker/wordextractor.cc:194
-#, fuzzy
-msgid "Russian"
-msgstr "Verisiyo"
-
-#: src/plugins/wordleaker/wordextractor.cc:196
+#: src/plugins/wordleaker/wordextractor.cc:197
msgid "Croato-Serbian (Latin)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:198
+#: src/plugins/wordleaker/wordextractor.cc:199
msgid "Serbo-Croatian (Cyrillic)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:200
-msgid "Slovak"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:202
-msgid "Albanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:204
-msgid "Swedish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:206
-msgid "Thai"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:208
-msgid "Turkish"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:210
-msgid "Urdu"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:212
-msgid "Bahasa"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:214
-msgid "Ukrainian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:216
-msgid "Byelorussian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:218
-msgid "Slovenian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:220
-msgid "Estonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:222
-#, fuzzy
-msgid "Latvian"
-msgstr "Ikiratini"
-
-#: src/plugins/wordleaker/wordextractor.cc:224
-msgid "Lithuanian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:226
+#: src/plugins/wordleaker/wordextractor.cc:227
msgid "Farsi"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:228
-msgid "Basque"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:230
-msgid "Macedonian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:232
-msgid "Afrikaans"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:234
-msgid "Malaysian"
-msgstr ""
-
-#: src/plugins/wordleaker/wordextractor.cc:411
-#: src/plugins/wordleaker/wordextractor.cc:422
+#: src/plugins/wordleaker/wordextractor.cc:412
+#: src/plugins/wordleaker/wordextractor.cc:423
#, c-format
msgid "%s (Build %s)"
msgstr ""
-#: src/plugins/wordleaker/wordextractor.cc:467
+#: src/plugins/wordleaker/wordextractor.cc:468
#, c-format
msgid "Revision #%u: Author '%s' worked on '%s'"
msgstr ""
-#, fuzzy
-#~ msgid "Fatal: could not allocate (%s at %s:%d).\n"
-#~ msgstr "OYA ku"
+#~ msgid "No error"
+#~ msgstr "Nta kosa"
#, fuzzy
#~ msgid "Unknown host"
@@ -2315,3 +2017,7 @@
#, fuzzy
#~ msgid "ERROR: Unknown error %i in %s\n"
#~ msgstr "Ikosa in"
+
+#, fuzzy
+#~ msgid "Fatal: could not allocate (%s at %s:%d).\n"
+#~ msgstr "OYA ku"
Modified: Extractor/src/main/extractor.c
===================================================================
--- Extractor/src/main/extractor.c 2006-04-26 16:09:31 UTC (rev 2657)
+++ Extractor/src/main/extractor.c 2006-04-26 16:48:20 UTC (rev 2658)
@@ -231,6 +231,7 @@
#if ENABLE_NLS
setlocale(LC_ALL, "");
BINDTEXTDOMAIN(PACKAGE, LOCALEDIR);
+ BINDTEXTDOMAIN("iso-639", ISOLOCALEDIR); /* used by wordextractor */
#endif
err = lt_dlinit ();
if (err > 0)
Modified: Extractor/src/plugins/wordleaker/wordextractor.cc
===================================================================
--- Extractor/src/plugins/wordleaker/wordextractor.cc 2006-04-26 16:09:31 UTC
(rev 2657)
+++ Extractor/src/plugins/wordleaker/wordextractor.cc 2006-04-26 16:48:20 UTC
(rev 2658)
@@ -31,6 +31,7 @@
#include "wordleaker.h"
#include "pole.h"
+#define __(a) dgettext("iso-639", a)
extern "C" {
@@ -119,25 +120,25 @@
case 0x0400:
return _("No Proofing");
case 0x0401:
- return _("Arabic");
+ return __("Arabic");
case 0x0402:
- return _("Bulgarian");
+ return __("Bulgarian");
case 0x0403:
- return _("Catalan");
+ return __("Catalan");
case 0x0404:
return _("Traditional Chinese");
case 0x0804:
return _("Simplified Chinese");
case 0x0405:
- return _("Czech");
+ return __("Chechen");
case 0x0406:
- return _("Danish");
+ return __("Danish");
case 0x0407:
- return _("German");
+ return __("German");
case 0x0807:
return _("Swiss German");
case 0x0408:
- return _("Greek");
+ return __("Greek");
case 0x0409:
return _("U.S. English");
case 0x0809:
@@ -149,9 +150,9 @@
case 0x080a:
return _("Mexican Spanish");
case 0x040b:
- return _("Finnish");
+ return __("Finnish");
case 0x040c:
- return _("French");
+ return __("French");
case 0x080c:
return _("Belgian French");
case 0x0c0c:
@@ -159,79 +160,79 @@
case 0x100c:
return _("Swiss French");
case 0x040d:
- return _("Hebrew");
+ return __("Hebrew");
case 0x040e:
- return _("Hungarian");
+ return __("Hungarian");
case 0x040f:
- return _("Icelandic");
+ return __("Icelandic");
case 0x0410:
- return _("Italian");
+ return __("Italian");
case 0x0810:
return _("Swiss Italian");
case 0x0411:
- return _("Japanese");
+ return __("Japanese");
case 0x0412:
- return _("Korean");
+ return __("Korean");
case 0x0413:
- return _("Dutch");
+ return __("Dutch");
case 0x0813:
return _("Belgian Dutch");
case 0x0414:
- return _("Norwegian - Bokmal");
+ return _("Norwegian Bokmal");
case 0x0814:
- return _("Norwegian - Nynorsk");
+ return __("Norwegian Nynorsk");
case 0x0415:
- return _("Polish");
+ return __("Polish");
case 0x0416:
- return _("Brazilian Portuguese");
+ return __("Brazilian Portuguese");
case 0x0816:
- return _("Portuguese");
+ return __("Portuguese");
case 0x0417:
return _("Rhaeto-Romanic");
case 0x0418:
- return _("Romanian");
+ return __("Romanian");
case 0x0419:
- return _("Russian");
+ return __("Russian");
case 0x041a:
return _("Croato-Serbian (Latin)");
case 0x081a:
return _("Serbo-Croatian (Cyrillic)");
case 0x041b:
- return _("Slovak");
+ return __("Slovak");
case 0x041c:
- return _("Albanian");
+ return __("Albanian");
case 0x041d:
- return _("Swedish");
+ return __("Swedish");
case 0x041e:
- return _("Thai");
+ return __("Thai");
case 0x041f:
- return _("Turkish");
+ return __("Turkish");
case 0x0420:
- return _("Urdu");
+ return __("Urdu");
case 0x0421:
- return _("Bahasa");
+ return __("Bahasa");
case 0x0422:
- return _("Ukrainian");
+ return __("Ukrainian");
case 0x0423:
- return _("Byelorussian");
+ return __("Byelorussian");
case 0x0424:
- return _("Slovenian");
+ return __("Slovenian");
case 0x0425:
- return _("Estonian");
+ return __("Estonian");
case 0x0426:
- return _("Latvian");
+ return __("Latvian");
case 0x0427:
- return _("Lithuanian");
+ return __("Lithuanian");
case 0x0429:
return _("Farsi");
case 0x042D:
- return _("Basque");
+ return __("Basque");
case 0x042F:
- return _("Macedonian");
+ return __("Macedonian");
case 0x0436:
- return _("Afrikaans");
+ return __("Afrikaans");
case 0x043E:
- return _("Malaysian");
+ return __("Malayalam");
default:
return NULL;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r2658 - in Extractor: . po src/main src/plugins/wordleaker,
grothoff <=