libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 8d8330a64f2a2d14a7559427bf5d1522e9920f14
parent cf96235e8be28d0cfba45a829e05c9927268f04c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Apr 2005 22:05:57 +0000

new translation

Diffstat:
MAUTHORS | 1+
Mpo/LINGUAS | 2+-
Mpo/de.po | 455++++++++++++++++++++++++++++++++++++++++---------------------------------------
Mpo/libextractor.pot | 454++++++++++++++++++++++++++++++++++++++++---------------------------------------
Mpo/ro.po | 455++++++++++++++++++++++++++++++++++++++++---------------------------------------
Apo/rw.po | 1956+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 2647 insertions(+), 676 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -39,6 +39,7 @@ Nils Durner <n.durner@t-online.de> Translations: German - Karl Eichwalder <ke@gnu.franken.de> +Kinyarwanda - Steve Murphy <murf@e-tools.com> Specific contributions: catlib - Christopher Adam Telfer diff --git a/po/LINGUAS b/po/LINGUAS @@ -1,2 +1,2 @@ -de ro +rw de ro diff --git a/po/de.po b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libextractor 0.4.0\n" "Report-Msgid-Bugs-To: libextractor@cs.purdue.edu\n" -"POT-Creation-Date: 2005-02-24 01:28-0500\n" +"POT-Creation-Date: 2005-04-05 17:09-0500\n" "PO-Revision-Date: 2004-12-29 15:40+0100\n" "Last-Translator: Karl Eichwalder <ke@gnu.franken.de>\n" "Language-Team: German <de@li.org>\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/main/extract.c:55 +#: src/main/extract.c:49 #, c-format msgid "" "Usage: %s\n" @@ -29,7 +29,7 @@ msgstr "" "%s\n" "\n" -#: src/main/extract.c:58 +#: src/main/extract.c:52 #, c-format msgid "" "Arguments mandatory for long options are also mandatory for short options.\n" @@ -37,15 +37,15 @@ msgstr "" "Argumente, die für lange Optionen notwendig sind, sind ebenfalls für die\n" "Optionen in Kurzform notwendig.\n" -#: src/main/extract.c:132 +#: src/main/extract.c:126 msgid "do not remove any duplicates" msgstr "doppelte Einträge nicht entfernen" -#: src/main/extract.c:134 +#: src/main/extract.c:128 msgid "print output in bibtex format" msgstr "Ausgabe im BibTeX format" -#: src/main/extract.c:136 +#: src/main/extract.c:130 msgid "" "use the generic plaintext extractor for the language with the 2-letter " "language code LANG" @@ -53,405 +53,410 @@ msgstr "" "generischen Klartext-extractor für die Sprache mit dem 2-Buchstabenkürzel " "LANG verwenden" -#: src/main/extract.c:138 +#: src/main/extract.c:132 msgid "remove duplicates only if types match" msgstr "doppelte Einträge nur entfernen, wenn die Art übereinstimmt" -#: src/main/extract.c:140 +#: src/main/extract.c:134 msgid "use the filename as a keyword (loads filename-extractor plugin)" msgstr "" "Dateinamen als Schlüsselwort verwenden (filename-extractor-Erweiterung wird " "geladen)" -#: src/main/extract.c:142 +#: src/main/extract.c:136 msgid "print this help" msgstr "diese Hilfe anzeigen" -#: src/main/extract.c:144 +#: src/main/extract.c:138 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:146 +#: src/main/extract.c:140 msgid "load an extractor plugin named LIBRARY" msgstr "extractor-Erweiterung mit der Bezeichnung LIBRARY laden" -#: src/main/extract.c:148 +#: src/main/extract.c:142 msgid "list all keyword types" msgstr "alle Arten Schlüsselwörter auflisten" -#: src/main/extract.c:150 +#: src/main/extract.c:144 msgid "do not use the default set of extractor plugins" msgstr "Standardsatz der extractor-Erweiterungen nicht verwenden" -#: src/main/extract.c:152 +#: src/main/extract.c:146 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:154 +#: src/main/extract.c:148 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:156 +#: src/main/extract.c:150 msgid "use keyword splitting (loads split-extractor plugin)" msgstr "Schlüsselwörter splitten (split-extractor-Erweiterung wird geladen)" -#: src/main/extract.c:158 +#: src/main/extract.c:152 msgid "print the version number" msgstr "die Versionsnummer anzeigen" -#: src/main/extract.c:160 +#: src/main/extract.c:154 msgid "be verbose" msgstr "viele Informationen ausgeben" -#: src/main/extract.c:162 +#: src/main/extract.c:156 msgid "do not print keywords of the given TYPE" msgstr "Schlüsselwörter einer bestimmten ART nicht ausgeben" -#: src/main/extract.c:165 +#: src/main/extract.c:159 msgid "extract [OPTIONS] [FILENAME]*" msgstr "extract [OPTIONEN] [DATEINAME]*" -#: src/main/extract.c:166 +#: src/main/extract.c:160 msgid "Extract metadata from files." msgstr "Metadaten aus den Dateien extrahieren." -#: src/main/extract.c:208 src/main/extractor.c:755 +#: src/main/extract.c:198 src/main/extractor.c:728 #, c-format msgid "%s - (binary)\n" msgstr "" -#: src/main/extract.c:214 src/main/extractor.c:760 +#: src/main/extract.c:204 src/main/extractor.c:733 #, c-format msgid "INVALID TYPE - %s\n" msgstr "UNGÜLTIGE ART - %s\n" -#: src/main/extract.c:280 src/main/extractor.c:44 +#: src/main/extract.c:270 src/main/extractor.c:40 msgid "title" msgstr "Titel" -#: src/main/extract.c:282 src/main/extractor.c:42 +#: src/main/extract.c:272 src/main/extractor.c:38 msgid "filename" msgstr "Dateiname" -#: src/main/extract.c:287 src/main/extractor.c:45 +#: src/main/extract.c:277 src/main/extractor.c:41 msgid "author" msgstr "Autor" -#: src/main/extract.c:291 src/main/extractor.c:47 +#: src/main/extract.c:281 src/main/extractor.c:43 msgid "description" msgstr "Beschreibung" -#: src/main/extract.c:293 src/main/extractor.c:59 +#: src/main/extract.c:283 src/main/extractor.c:55 msgid "keywords" msgstr "Schlüsselwörter" -#: src/main/extract.c:295 src/main/extractor.c:48 +#: src/main/extract.c:285 src/main/extractor.c:44 msgid "comment" msgstr "Kommentar" -#: src/main/extract.c:299 src/main/extractor.c:49 +#: src/main/extract.c:289 src/main/extractor.c:45 msgid "date" msgstr "Datum" -#: src/main/extract.c:301 src/main/extractor.c:71 +#: src/main/extract.c:291 src/main/extractor.c:67 msgid "creation date" msgstr "Datum der Erstellung" -#: src/main/extract.c:329 src/main/extractor.c:50 +#: src/main/extract.c:319 src/main/extractor.c:46 msgid "publisher" msgstr "Herausgeber" -#: src/main/extract.c:333 src/main/extractor.c:56 +#: src/main/extract.c:323 src/main/extractor.c:52 msgid "organization" msgstr "Organisation" -#: src/main/extract.c:337 src/main/extractor.c:58 +#: src/main/extract.c:327 src/main/extractor.c:54 msgid "subject" msgstr "Gegenstand" -#: src/main/extract.c:341 src/main/extractor.c:75 +#: src/main/extract.c:331 src/main/extractor.c:71 msgid "page count" msgstr "Seitenanzahl" -#: src/main/extract.c:475 +#: src/main/extract.c:468 #, 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:539 +#: src/main/extract.c:532 #, 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:593 +#: src/main/extract.c:586 #, c-format msgid "%% BiBTeX file\n" msgstr "%% BibTeX Datei\n" -#: src/main/extract.c:600 +#: src/main/extract.c:593 #, c-format msgid "Keywords for file %s:\n" msgstr "Schlüsserwörter für die Datei %s:\n" -#: src/main/extractor.c:41 +#: src/main/extractor.c:37 msgid "unknown" msgstr "unbekannt" -#: src/main/extractor.c:43 +#: src/main/extractor.c:39 msgid "mimetype" msgstr "MIME-Typ" -#: src/main/extractor.c:46 +#: src/main/extractor.c:42 msgid "artist" msgstr "Künstler" -#: src/main/extractor.c:51 +#: src/main/extractor.c:47 msgid "language" msgstr "Sprache" -#: src/main/extractor.c:52 +#: src/main/extractor.c:48 msgid "album" msgstr "Album" -#: src/main/extractor.c:53 +#: src/main/extractor.c:49 msgid "genre" msgstr "Fach" -#: src/main/extractor.c:54 +#: src/main/extractor.c:50 msgid "location" msgstr "Ort" -#: src/main/extractor.c:55 +#: src/main/extractor.c:51 msgid "version" msgstr "Version" -#: src/main/extractor.c:57 +#: src/main/extractor.c:53 msgid "copyright" msgstr "Copyright" -#: src/main/extractor.c:60 +#: src/main/extractor.c:56 msgid "contributor" msgstr "Beiträger" -#: src/main/extractor.c:61 +#: src/main/extractor.c:57 msgid "resource-type" msgstr "Art der Ressource" -#: src/main/extractor.c:62 +#: src/main/extractor.c:58 msgid "format" msgstr "Format" -#: src/main/extractor.c:63 +#: src/main/extractor.c:59 msgid "resource-identifier" msgstr "" -#: src/main/extractor.c:64 +#: src/main/extractor.c:60 msgid "source" msgstr "Quelle" -#: src/main/extractor.c:65 +#: src/main/extractor.c:61 msgid "relation" msgstr "" -#: src/main/extractor.c:66 +#: src/main/extractor.c:62 msgid "coverage" msgstr "" -#: src/main/extractor.c:67 +#: src/main/extractor.c:63 msgid "software" msgstr "Software" -#: src/main/extractor.c:68 +#: src/main/extractor.c:64 msgid "disclaimer" msgstr "" -#: src/main/extractor.c:69 +#: src/main/extractor.c:65 msgid "warning" msgstr "Warnung" -#: src/main/extractor.c:70 +#: src/main/extractor.c:66 msgid "translated" msgstr "übersetzt" -#: src/main/extractor.c:72 +#: src/main/extractor.c:68 msgid "modification date" msgstr "Datum der Veränderung" -#: src/main/extractor.c:73 +#: src/main/extractor.c:69 msgid "creator" msgstr "Ersteller" -#: src/main/extractor.c:74 +#: src/main/extractor.c:70 msgid "producer" msgstr "Hersteller" -#: src/main/extractor.c:76 +#: src/main/extractor.c:72 msgid "page orientation" msgstr "Seitenausrichtung" -#: src/main/extractor.c:77 +#: src/main/extractor.c:73 msgid "paper size" msgstr "Seitengröße" -#: src/main/extractor.c:78 +#: src/main/extractor.c:74 msgid "used fonts" msgstr "verwendete Schriften" -#: src/main/extractor.c:79 +#: src/main/extractor.c:75 msgid "page order" msgstr "Seitenreihenfolge" -#: src/main/extractor.c:80 +#: src/main/extractor.c:76 msgid "created for" msgstr "erstellt für" -#: src/main/extractor.c:81 +#: src/main/extractor.c:77 msgid "magnification" msgstr "Vergrößerung" -#: src/main/extractor.c:82 +#: src/main/extractor.c:78 msgid "release" msgstr "Release" -#: src/main/extractor.c:83 +#: src/main/extractor.c:79 msgid "group" msgstr "Gruppe" -#: src/main/extractor.c:84 +#: src/main/extractor.c:80 msgid "size" msgstr "Größe" -#: src/main/extractor.c:85 +#: src/main/extractor.c:81 msgid "summary" msgstr "Kurzbeschreibung" -#: src/main/extractor.c:86 +#: src/main/extractor.c:82 msgid "packager" msgstr "Paket-Ersteller" -#: src/main/extractor.c:87 +#: src/main/extractor.c:83 msgid "vendor" msgstr "" -#: src/main/extractor.c:88 +#: src/main/extractor.c:84 msgid "license" msgstr "Lizenz" -#: src/main/extractor.c:89 +#: src/main/extractor.c:85 msgid "distribution" msgstr "Distribution" -#: src/main/extractor.c:90 +#: src/main/extractor.c:86 msgid "build-host" msgstr "" -#: src/main/extractor.c:91 +#: src/main/extractor.c:87 msgid "os" msgstr "Betriebssystem" -#: src/main/extractor.c:92 +#: src/main/extractor.c:88 msgid "dependency" msgstr "Abhängigkeit" -#: src/main/extractor.c:93 +#: src/main/extractor.c:89 msgid "MD4" msgstr "MD4" -#: src/main/extractor.c:94 +#: src/main/extractor.c:90 msgid "MD5" msgstr "MD5" -#: src/main/extractor.c:95 +#: src/main/extractor.c:91 msgid "SHA-0" msgstr "SHA-0" -#: src/main/extractor.c:96 +#: src/main/extractor.c:92 msgid "SHA-1" msgstr "SHA-1" -#: src/main/extractor.c:97 +#: src/main/extractor.c:93 msgid "RipeMD160" msgstr "RipeMD160" -#: src/main/extractor.c:98 +#: src/main/extractor.c:94 msgid "resolution" msgstr "Auflösung" -#: src/main/extractor.c:99 +#: src/main/extractor.c:95 msgid "category" msgstr "Kategorie" -#: src/main/extractor.c:100 +#: src/main/extractor.c:96 msgid "book title" msgstr "Buchtitel" -#: src/main/extractor.c:101 +#: src/main/extractor.c:97 msgid "priority" msgstr "Priorität" -#: src/main/extractor.c:102 +#: src/main/extractor.c:98 msgid "conflicts" msgstr "" -#: src/main/extractor.c:103 +#: src/main/extractor.c:99 msgid "replaces" msgstr "Ersatz für" -#: src/main/extractor.c:104 +#: src/main/extractor.c:100 msgid "provides" msgstr "" -#: src/main/extractor.c:105 +#: src/main/extractor.c:101 msgid "conductor" msgstr "" -#: src/main/extractor.c:106 +#: src/main/extractor.c:102 msgid "interpreter" msgstr "Interpret" -#: src/main/extractor.c:107 +#: src/main/extractor.c:103 msgid "owner" msgstr "Besitzer" -#: src/main/extractor.c:108 +#: src/main/extractor.c:104 msgid "lyrics" msgstr "Liedtexte" -#: src/main/extractor.c:109 +#: src/main/extractor.c:105 msgid "media type" msgstr "Medien-Art" -#: src/main/extractor.c:110 +#: src/main/extractor.c:106 msgid "contact" msgstr "Kontakt" -#: src/main/extractor.c:111 +#: src/main/extractor.c:107 msgid "binary thumbnail data" msgstr "" -#: src/main/extractor.c:207 +#: src/main/extractor.c:108 +#, fuzzy +msgid "publication date" +msgstr "Datum der Erstellung" + +#: src/main/extractor.c:194 #, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "Initialisierung des Plugin-Mechanismus' ist fehlgeschlagen: %s.\n" -#: src/main/extractor.c:393 +#: src/main/extractor.c:387 #, 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:422 +#: src/main/extractor.c:416 #, c-format msgid "Loading '%s' plugin failed: %s\n" msgstr "Laden des »%s«-Plugins ist fehlgeschlagen: %s\n" -#: src/main/extractor.c:527 +#: src/main/extractor.c:521 #, c-format msgid "Unloading plugin '%s' failed!\n" msgstr "Entladen des »%s«-Erweiterung ist fehlgeschlagen.\n" @@ -511,7 +516,7 @@ msgstr "%s: Option »-W %s« ist mehrdeutig\n" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: Option »-W %s« erwartet kein Argument\n" -#: src/main/winproc.c:36 src/main/winproc.c:1901 +#: src/main/winproc.c:36 src/main/winproc.c:2061 msgid "No error" msgstr "Kein Fehler" @@ -539,493 +544,493 @@ msgstr "" msgid "Unknown resolver error" msgstr "" -#: src/main/winproc.c:421 +#: src/main/winproc.c:430 #, c-format msgid "Cannot determine root directory (%s)\n" msgstr "" -#: src/main/winproc.c:422 +#: src/main/winproc.c:431 #, c-format msgid "Cannot determine home directory (%s)\n" msgstr "" -#: src/main/winproc.c:1307 +#: src/main/winproc.c:1467 msgid "Not super-user" msgstr "" -#: src/main/winproc.c:1312 +#: src/main/winproc.c:1472 msgid "No such file or directory" msgstr "" -#: src/main/winproc.c:1317 +#: src/main/winproc.c:1477 msgid "No such process" msgstr "" -#: src/main/winproc.c:1322 +#: src/main/winproc.c:1482 msgid "Interrupted system call" msgstr "" -#: src/main/winproc.c:1327 +#: src/main/winproc.c:1487 msgid "I/O error" msgstr "" -#: src/main/winproc.c:1332 +#: src/main/winproc.c:1492 msgid "No such device or address" msgstr "" -#: src/main/winproc.c:1337 +#: src/main/winproc.c:1497 msgid "Arg list too long" msgstr "" -#: src/main/winproc.c:1342 +#: src/main/winproc.c:1502 msgid "Exec format error" msgstr "" -#: src/main/winproc.c:1347 +#: src/main/winproc.c:1507 msgid "Bad file number" msgstr "" -#: src/main/winproc.c:1352 +#: src/main/winproc.c:1512 msgid "No children" msgstr "" -#: src/main/winproc.c:1357 +#: src/main/winproc.c:1517 msgid "Resource unavailable or operation would block, try again" msgstr "" -#: src/main/winproc.c:1362 +#: src/main/winproc.c:1522 msgid "Not enough memory" msgstr "" -#: src/main/winproc.c:1367 +#: src/main/winproc.c:1527 msgid "Permission denied" msgstr "" -#: src/main/winproc.c:1372 +#: src/main/winproc.c:1532 msgid "Bad address" msgstr "" -#: src/main/winproc.c:1377 +#: src/main/winproc.c:1537 msgid "Block device required" msgstr "" -#: src/main/winproc.c:1382 +#: src/main/winproc.c:1542 msgid "Mount device busy" msgstr "" -#: src/main/winproc.c:1387 +#: src/main/winproc.c:1547 msgid "File exists" msgstr "" -#: src/main/winproc.c:1392 +#: src/main/winproc.c:1552 msgid "Cross-device link" msgstr "" -#: src/main/winproc.c:1397 +#: src/main/winproc.c:1557 msgid "No such device" msgstr "" -#: src/main/winproc.c:1402 +#: src/main/winproc.c:1562 msgid "Not a directory" msgstr "" -#: src/main/winproc.c:1407 +#: src/main/winproc.c:1567 msgid "Is a directory" msgstr "" -#: src/main/winproc.c:1412 +#: src/main/winproc.c:1572 msgid "Invalid argument" msgstr "" -#: src/main/winproc.c:1417 +#: src/main/winproc.c:1577 msgid "Too many open files in system" msgstr "" -#: src/main/winproc.c:1422 +#: src/main/winproc.c:1582 msgid "Too many open files" msgstr "" -#: src/main/winproc.c:1427 +#: src/main/winproc.c:1587 msgid "Not a typewriter" msgstr "" -#: src/main/winproc.c:1432 +#: src/main/winproc.c:1592 msgid "Text file busy" msgstr "" -#: src/main/winproc.c:1437 +#: src/main/winproc.c:1597 msgid "File too large" msgstr "" -#: src/main/winproc.c:1442 +#: src/main/winproc.c:1602 msgid "No space left on device" msgstr "" -#: src/main/winproc.c:1447 +#: src/main/winproc.c:1607 msgid "Illegal seek" msgstr "" -#: src/main/winproc.c:1452 +#: src/main/winproc.c:1612 msgid "Read only file system" msgstr "" -#: src/main/winproc.c:1457 +#: src/main/winproc.c:1617 msgid "Too many links" msgstr "" -#: src/main/winproc.c:1462 +#: src/main/winproc.c:1622 msgid "Broken pipe" msgstr "" -#: src/main/winproc.c:1467 +#: src/main/winproc.c:1627 msgid "Math arg out of domain of func" msgstr "" -#: src/main/winproc.c:1472 +#: src/main/winproc.c:1632 msgid "Math result not representable" msgstr "" -#: src/main/winproc.c:1477 +#: src/main/winproc.c:1637 msgid "No message of desired type" msgstr "" -#: src/main/winproc.c:1482 +#: src/main/winproc.c:1642 msgid "Identifier removed" msgstr "" -#: src/main/winproc.c:1487 +#: src/main/winproc.c:1647 msgid "Channel number out of range" msgstr "" -#: src/main/winproc.c:1492 +#: src/main/winproc.c:1652 msgid "Level 2 not synchronized" msgstr "" -#: src/main/winproc.c:1497 +#: src/main/winproc.c:1657 msgid "Level 3 halted" msgstr "" -#: src/main/winproc.c:1502 +#: src/main/winproc.c:1662 msgid "Level 3 reset" msgstr "" -#: src/main/winproc.c:1507 +#: src/main/winproc.c:1667 msgid "Link number out of range" msgstr "" -#: src/main/winproc.c:1512 +#: src/main/winproc.c:1672 msgid "Protocol driver not attached" msgstr "" -#: src/main/winproc.c:1517 +#: src/main/winproc.c:1677 msgid "No CSI structure available" msgstr "" -#: src/main/winproc.c:1522 +#: src/main/winproc.c:1682 msgid "Level 2 halted" msgstr "" -#: src/main/winproc.c:1527 +#: src/main/winproc.c:1687 msgid "Deadlock condition" msgstr "" -#: src/main/winproc.c:1532 +#: src/main/winproc.c:1692 msgid "No record locks available" msgstr "" -#: src/main/winproc.c:1537 +#: src/main/winproc.c:1697 msgid "Invalid exchange" msgstr "" -#: src/main/winproc.c:1542 +#: src/main/winproc.c:1702 msgid "Invalid request descriptor" msgstr "" -#: src/main/winproc.c:1547 +#: src/main/winproc.c:1707 msgid "Exchange full" msgstr "" -#: src/main/winproc.c:1552 +#: src/main/winproc.c:1712 msgid "No anode" msgstr "" -#: src/main/winproc.c:1557 +#: src/main/winproc.c:1717 msgid "Invalid request code" msgstr "" -#: src/main/winproc.c:1562 +#: src/main/winproc.c:1722 msgid "Invalid slot" msgstr "" -#: src/main/winproc.c:1567 +#: src/main/winproc.c:1727 msgid "File locking deadlock error" msgstr "" -#: src/main/winproc.c:1572 +#: src/main/winproc.c:1732 msgid "Bad font file fmt" msgstr "" -#: src/main/winproc.c:1577 +#: src/main/winproc.c:1737 msgid "Device not a stream" msgstr "" -#: src/main/winproc.c:1582 +#: src/main/winproc.c:1742 msgid "No data (for no delay io)" msgstr "" -#: src/main/winproc.c:1587 +#: src/main/winproc.c:1747 msgid "Timer expired" msgstr "" -#: src/main/winproc.c:1592 +#: src/main/winproc.c:1752 msgid "Out of streams resources" msgstr "" -#: src/main/winproc.c:1597 +#: src/main/winproc.c:1757 msgid "Machine is not on the network" msgstr "" -#: src/main/winproc.c:1602 +#: src/main/winproc.c:1762 msgid "Package not installed" msgstr "" -#: src/main/winproc.c:1607 +#: src/main/winproc.c:1767 msgid "The object is remote" msgstr "" -#: src/main/winproc.c:1612 +#: src/main/winproc.c:1772 msgid "The link has been severed" msgstr "" -#: src/main/winproc.c:1617 +#: src/main/winproc.c:1777 msgid "Advertise error" msgstr "" -#: src/main/winproc.c:1622 +#: src/main/winproc.c:1782 msgid "Srmount error" msgstr "" -#: src/main/winproc.c:1627 +#: src/main/winproc.c:1787 msgid "Communication error on send" msgstr "" -#: src/main/winproc.c:1632 +#: src/main/winproc.c:1792 msgid "Protocol error" msgstr "" -#: src/main/winproc.c:1637 +#: src/main/winproc.c:1797 msgid "Multihop attempted" msgstr "" -#: src/main/winproc.c:1642 +#: src/main/winproc.c:1802 msgid "Inode is remote (not really error)" msgstr "" -#: src/main/winproc.c:1647 +#: src/main/winproc.c:1807 msgid "Cross mount point (not really error)" msgstr "" -#: src/main/winproc.c:1652 +#: src/main/winproc.c:1812 msgid "Trying to read unreadable message" msgstr "" -#: src/main/winproc.c:1657 +#: src/main/winproc.c:1817 msgid "Given log. name not unique" msgstr "" -#: src/main/winproc.c:1662 +#: src/main/winproc.c:1822 msgid "f.d. invalid for this operation" msgstr "" -#: src/main/winproc.c:1667 +#: src/main/winproc.c:1827 msgid "Remote address changed" msgstr "" -#: src/main/winproc.c:1672 +#: src/main/winproc.c:1832 msgid "Can't access a needed shared lib" msgstr "" -#: src/main/winproc.c:1677 +#: src/main/winproc.c:1837 msgid "Accessing a corrupted shared lib" msgstr "" -#: src/main/winproc.c:1682 +#: src/main/winproc.c:1842 msgid ".lib section in a.out corrupted" msgstr "" -#: src/main/winproc.c:1687 +#: src/main/winproc.c:1847 msgid "Attempting to link in too many libs" msgstr "" -#: src/main/winproc.c:1692 +#: src/main/winproc.c:1852 msgid "Attempting to exec a shared library" msgstr "" -#: src/main/winproc.c:1697 +#: src/main/winproc.c:1857 msgid "Function not implemented" msgstr "" -#: src/main/winproc.c:1702 +#: src/main/winproc.c:1862 msgid "No more files" msgstr "" -#: src/main/winproc.c:1707 +#: src/main/winproc.c:1867 msgid "Directory not empty" msgstr "" -#: src/main/winproc.c:1712 +#: src/main/winproc.c:1872 msgid "File or path name too long" msgstr "" -#: src/main/winproc.c:1717 +#: src/main/winproc.c:1877 msgid "Too many symbolic links" msgstr "" -#: src/main/winproc.c:1722 +#: src/main/winproc.c:1882 msgid "Operation not supported on transport endpoint" msgstr "" -#: src/main/winproc.c:1727 +#: src/main/winproc.c:1887 msgid "Protocol family not supported" msgstr "" -#: src/main/winproc.c:1732 +#: src/main/winproc.c:1892 msgid "Connection reset by peer" msgstr "" -#: src/main/winproc.c:1737 +#: src/main/winproc.c:1897 msgid "No buffer space available" msgstr "" -#: src/main/winproc.c:1742 +#: src/main/winproc.c:1902 msgid "Address family not supported by protocol family" msgstr "" -#: src/main/winproc.c:1747 +#: src/main/winproc.c:1907 msgid "Protocol wrong type for socket" msgstr "" -#: src/main/winproc.c:1752 +#: src/main/winproc.c:1912 msgid "Socket operation on non-socket" msgstr "" -#: src/main/winproc.c:1757 +#: src/main/winproc.c:1917 msgid "Protocol not available" msgstr "" -#: src/main/winproc.c:1762 +#: src/main/winproc.c:1922 msgid "Can't send after socket shutdown" msgstr "" -#: src/main/winproc.c:1767 +#: src/main/winproc.c:1927 msgid "Connection refused" msgstr "" -#: src/main/winproc.c:1772 +#: src/main/winproc.c:1932 msgid "Address already in use" msgstr "" -#: src/main/winproc.c:1777 +#: src/main/winproc.c:1937 msgid "Connection aborted" msgstr "" -#: src/main/winproc.c:1782 +#: src/main/winproc.c:1942 msgid "Network is unreachable" msgstr "" -#: src/main/winproc.c:1787 +#: src/main/winproc.c:1947 msgid "Network interface is not configured" msgstr "" -#: src/main/winproc.c:1792 +#: src/main/winproc.c:1952 msgid "Connection timed out" msgstr "" -#: src/main/winproc.c:1797 +#: src/main/winproc.c:1957 msgid "Host is down" msgstr "" -#: src/main/winproc.c:1802 +#: src/main/winproc.c:1962 msgid "Host is unreachable" msgstr "" -#: src/main/winproc.c:1807 +#: src/main/winproc.c:1967 msgid "Connection already in progress" msgstr "" -#: src/main/winproc.c:1812 +#: src/main/winproc.c:1972 msgid "Socket already connected" msgstr "" -#: src/main/winproc.c:1817 +#: src/main/winproc.c:1977 msgid "Destination address required" msgstr "" -#: src/main/winproc.c:1822 +#: src/main/winproc.c:1982 msgid "Message too long" msgstr "" -#: src/main/winproc.c:1827 +#: src/main/winproc.c:1987 msgid "Unknown protocol" msgstr "" -#: src/main/winproc.c:1832 +#: src/main/winproc.c:1992 msgid "Socket type not supported" msgstr "" -#: src/main/winproc.c:1837 +#: src/main/winproc.c:1997 msgid "Address not available" msgstr "" -#: src/main/winproc.c:1842 +#: src/main/winproc.c:2002 msgid "Connection aborted by network" msgstr "" -#: src/main/winproc.c:1847 +#: src/main/winproc.c:2007 msgid "Socket is already connected" msgstr "" -#: src/main/winproc.c:1852 +#: src/main/winproc.c:2012 msgid "Socket is not connected" msgstr "" -#: src/main/winproc.c:1857 +#: src/main/winproc.c:2017 msgid "Too many references: cannot splice" msgstr "" -#: src/main/winproc.c:1862 +#: src/main/winproc.c:2022 msgid "Too many processes" msgstr "" -#: src/main/winproc.c:1867 +#: src/main/winproc.c:2027 msgid "Too many users" msgstr "" -#: src/main/winproc.c:1872 +#: src/main/winproc.c:2032 msgid "Disk quota exceeded" msgstr "" -#: src/main/winproc.c:1877 src/main/winproc.c:1904 +#: src/main/winproc.c:2037 src/main/winproc.c:2064 msgid "Unknown error" msgstr "" -#: src/main/winproc.c:1882 +#: src/main/winproc.c:2042 msgid "Not supported" msgstr "" -#: src/main/winproc.c:1887 +#: src/main/winproc.c:2047 msgid "No medium (in tape drive)" msgstr "" -#: src/main/winproc.c:1892 +#: src/main/winproc.c:2052 msgid "No such host or network path" msgstr "" -#: src/main/winproc.c:1897 +#: src/main/winproc.c:2057 msgid "Filename exists with different case" msgstr "" -#: src/main/winproc.c:1906 +#: src/main/winproc.c:2066 #, c-format msgid "ERROR: Unknown error %i in %s\n" msgstr "" diff --git a/po/libextractor.pot b/po/libextractor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: libextractor@cs.purdue.edu\n" -"POT-Creation-Date: 2005-02-24 01:28-0500\n" +"POT-Creation-Date: 2005-04-05 17:09-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/main/extract.c:55 +#: src/main/extract.c:49 #, c-format msgid "" "Usage: %s\n" @@ -24,418 +24,422 @@ msgid "" "\n" msgstr "" -#: src/main/extract.c:58 +#: src/main/extract.c:52 #, c-format msgid "" "Arguments mandatory for long options are also mandatory for short options.\n" msgstr "" -#: src/main/extract.c:132 +#: src/main/extract.c:126 msgid "do not remove any duplicates" msgstr "" -#: src/main/extract.c:134 +#: src/main/extract.c:128 msgid "print output in bibtex format" msgstr "" -#: src/main/extract.c:136 +#: src/main/extract.c:130 msgid "" "use the generic plaintext extractor for the language with the 2-letter " "language code LANG" msgstr "" -#: src/main/extract.c:138 +#: src/main/extract.c:132 msgid "remove duplicates only if types match" msgstr "" -#: src/main/extract.c:140 +#: src/main/extract.c:134 msgid "use the filename as a keyword (loads filename-extractor plugin)" msgstr "" -#: src/main/extract.c:142 +#: src/main/extract.c:136 msgid "print this help" msgstr "" -#: src/main/extract.c:144 +#: src/main/extract.c:138 msgid "compute hash using the given ALGORITHM (currently sha1 or md5)" msgstr "" -#: src/main/extract.c:146 +#: src/main/extract.c:140 msgid "load an extractor plugin named LIBRARY" msgstr "" -#: src/main/extract.c:148 +#: src/main/extract.c:142 msgid "list all keyword types" msgstr "" -#: src/main/extract.c:150 +#: src/main/extract.c:144 msgid "do not use the default set of extractor plugins" msgstr "" -#: src/main/extract.c:152 +#: src/main/extract.c:146 msgid "print only keywords of the given TYPE (use -L to get a list)" msgstr "" -#: src/main/extract.c:154 +#: src/main/extract.c:148 msgid "remove duplicates even if keyword types do not match" msgstr "" -#: src/main/extract.c:156 +#: src/main/extract.c:150 msgid "use keyword splitting (loads split-extractor plugin)" msgstr "" -#: src/main/extract.c:158 +#: src/main/extract.c:152 msgid "print the version number" msgstr "" -#: src/main/extract.c:160 +#: src/main/extract.c:154 msgid "be verbose" msgstr "" -#: src/main/extract.c:162 +#: src/main/extract.c:156 msgid "do not print keywords of the given TYPE" msgstr "" -#: src/main/extract.c:165 +#: src/main/extract.c:159 msgid "extract [OPTIONS] [FILENAME]*" msgstr "" -#: src/main/extract.c:166 +#: src/main/extract.c:160 msgid "Extract metadata from files." msgstr "" -#: src/main/extract.c:208 src/main/extractor.c:755 +#: src/main/extract.c:198 src/main/extractor.c:728 #, c-format msgid "%s - (binary)\n" msgstr "" -#: src/main/extract.c:214 src/main/extractor.c:760 +#: src/main/extract.c:204 src/main/extractor.c:733 #, c-format msgid "INVALID TYPE - %s\n" msgstr "" -#: src/main/extract.c:280 src/main/extractor.c:44 +#: src/main/extract.c:270 src/main/extractor.c:40 msgid "title" msgstr "" -#: src/main/extract.c:282 src/main/extractor.c:42 +#: src/main/extract.c:272 src/main/extractor.c:38 msgid "filename" msgstr "" -#: src/main/extract.c:287 src/main/extractor.c:45 +#: src/main/extract.c:277 src/main/extractor.c:41 msgid "author" msgstr "" -#: src/main/extract.c:291 src/main/extractor.c:47 +#: src/main/extract.c:281 src/main/extractor.c:43 msgid "description" msgstr "" -#: src/main/extract.c:293 src/main/extractor.c:59 +#: src/main/extract.c:283 src/main/extractor.c:55 msgid "keywords" msgstr "" -#: src/main/extract.c:295 src/main/extractor.c:48 +#: src/main/extract.c:285 src/main/extractor.c:44 msgid "comment" msgstr "" -#: src/main/extract.c:299 src/main/extractor.c:49 +#: src/main/extract.c:289 src/main/extractor.c:45 msgid "date" msgstr "" -#: src/main/extract.c:301 src/main/extractor.c:71 +#: src/main/extract.c:291 src/main/extractor.c:67 msgid "creation date" msgstr "" -#: src/main/extract.c:329 src/main/extractor.c:50 +#: src/main/extract.c:319 src/main/extractor.c:46 msgid "publisher" msgstr "" -#: src/main/extract.c:333 src/main/extractor.c:56 +#: src/main/extract.c:323 src/main/extractor.c:52 msgid "organization" msgstr "" -#: src/main/extract.c:337 src/main/extractor.c:58 +#: src/main/extract.c:327 src/main/extractor.c:54 msgid "subject" msgstr "" -#: src/main/extract.c:341 src/main/extractor.c:75 +#: src/main/extract.c:331 src/main/extractor.c:71 msgid "page count" msgstr "" -#: src/main/extract.c:475 +#: src/main/extract.c:468 #, c-format msgid "You must specify an argument for the '%s' option (option ignored).\n" msgstr "" -#: src/main/extract.c:539 +#: src/main/extract.c:532 #, c-format msgid "Use --help to get a list of options.\n" msgstr "" -#: src/main/extract.c:593 +#: src/main/extract.c:586 #, c-format msgid "%% BiBTeX file\n" msgstr "" -#: src/main/extract.c:600 +#: src/main/extract.c:593 #, c-format msgid "Keywords for file %s:\n" msgstr "" -#: src/main/extractor.c:41 +#: src/main/extractor.c:37 msgid "unknown" msgstr "" -#: src/main/extractor.c:43 +#: src/main/extractor.c:39 msgid "mimetype" msgstr "" -#: src/main/extractor.c:46 +#: src/main/extractor.c:42 msgid "artist" msgstr "" -#: src/main/extractor.c:51 +#: src/main/extractor.c:47 msgid "language" msgstr "" -#: src/main/extractor.c:52 +#: src/main/extractor.c:48 msgid "album" msgstr "" -#: src/main/extractor.c:53 +#: src/main/extractor.c:49 msgid "genre" msgstr "" -#: src/main/extractor.c:54 +#: src/main/extractor.c:50 msgid "location" msgstr "" -#: src/main/extractor.c:55 +#: src/main/extractor.c:51 msgid "version" msgstr "" -#: src/main/extractor.c:57 +#: src/main/extractor.c:53 msgid "copyright" msgstr "" -#: src/main/extractor.c:60 +#: src/main/extractor.c:56 msgid "contributor" msgstr "" -#: src/main/extractor.c:61 +#: src/main/extractor.c:57 msgid "resource-type" msgstr "" -#: src/main/extractor.c:62 +#: src/main/extractor.c:58 msgid "format" msgstr "" -#: src/main/extractor.c:63 +#: src/main/extractor.c:59 msgid "resource-identifier" msgstr "" -#: src/main/extractor.c:64 +#: src/main/extractor.c:60 msgid "source" msgstr "" -#: src/main/extractor.c:65 +#: src/main/extractor.c:61 msgid "relation" msgstr "" -#: src/main/extractor.c:66 +#: src/main/extractor.c:62 msgid "coverage" msgstr "" -#: src/main/extractor.c:67 +#: src/main/extractor.c:63 msgid "software" msgstr "" -#: src/main/extractor.c:68 +#: src/main/extractor.c:64 msgid "disclaimer" msgstr "" -#: src/main/extractor.c:69 +#: src/main/extractor.c:65 msgid "warning" msgstr "" -#: src/main/extractor.c:70 +#: src/main/extractor.c:66 msgid "translated" msgstr "" -#: src/main/extractor.c:72 +#: src/main/extractor.c:68 msgid "modification date" msgstr "" -#: src/main/extractor.c:73 +#: src/main/extractor.c:69 msgid "creator" msgstr "" -#: src/main/extractor.c:74 +#: src/main/extractor.c:70 msgid "producer" msgstr "" -#: src/main/extractor.c:76 +#: src/main/extractor.c:72 msgid "page orientation" msgstr "" -#: src/main/extractor.c:77 +#: src/main/extractor.c:73 msgid "paper size" msgstr "" -#: src/main/extractor.c:78 +#: src/main/extractor.c:74 msgid "used fonts" msgstr "" -#: src/main/extractor.c:79 +#: src/main/extractor.c:75 msgid "page order" msgstr "" -#: src/main/extractor.c:80 +#: src/main/extractor.c:76 msgid "created for" msgstr "" -#: src/main/extractor.c:81 +#: src/main/extractor.c:77 msgid "magnification" msgstr "" -#: src/main/extractor.c:82 +#: src/main/extractor.c:78 msgid "release" msgstr "" -#: src/main/extractor.c:83 +#: src/main/extractor.c:79 msgid "group" msgstr "" -#: src/main/extractor.c:84 +#: src/main/extractor.c:80 msgid "size" msgstr "" -#: src/main/extractor.c:85 +#: src/main/extractor.c:81 msgid "summary" msgstr "" -#: src/main/extractor.c:86 +#: src/main/extractor.c:82 msgid "packager" msgstr "" -#: src/main/extractor.c:87 +#: src/main/extractor.c:83 msgid "vendor" msgstr "" -#: src/main/extractor.c:88 +#: src/main/extractor.c:84 msgid "license" msgstr "" -#: src/main/extractor.c:89 +#: src/main/extractor.c:85 msgid "distribution" msgstr "" -#: src/main/extractor.c:90 +#: src/main/extractor.c:86 msgid "build-host" msgstr "" -#: src/main/extractor.c:91 +#: src/main/extractor.c:87 msgid "os" msgstr "" -#: src/main/extractor.c:92 +#: src/main/extractor.c:88 msgid "dependency" msgstr "" -#: src/main/extractor.c:93 +#: src/main/extractor.c:89 msgid "MD4" msgstr "" -#: src/main/extractor.c:94 +#: src/main/extractor.c:90 msgid "MD5" msgstr "" -#: src/main/extractor.c:95 +#: src/main/extractor.c:91 msgid "SHA-0" msgstr "" -#: src/main/extractor.c:96 +#: src/main/extractor.c:92 msgid "SHA-1" msgstr "" -#: src/main/extractor.c:97 +#: src/main/extractor.c:93 msgid "RipeMD160" msgstr "" -#: src/main/extractor.c:98 +#: src/main/extractor.c:94 msgid "resolution" msgstr "" -#: src/main/extractor.c:99 +#: src/main/extractor.c:95 msgid "category" msgstr "" -#: src/main/extractor.c:100 +#: src/main/extractor.c:96 msgid "book title" msgstr "" -#: src/main/extractor.c:101 +#: src/main/extractor.c:97 msgid "priority" msgstr "" -#: src/main/extractor.c:102 +#: src/main/extractor.c:98 msgid "conflicts" msgstr "" -#: src/main/extractor.c:103 +#: src/main/extractor.c:99 msgid "replaces" msgstr "" -#: src/main/extractor.c:104 +#: src/main/extractor.c:100 msgid "provides" msgstr "" -#: src/main/extractor.c:105 +#: src/main/extractor.c:101 msgid "conductor" msgstr "" -#: src/main/extractor.c:106 +#: src/main/extractor.c:102 msgid "interpreter" msgstr "" -#: src/main/extractor.c:107 +#: src/main/extractor.c:103 msgid "owner" msgstr "" -#: src/main/extractor.c:108 +#: src/main/extractor.c:104 msgid "lyrics" msgstr "" -#: src/main/extractor.c:109 +#: src/main/extractor.c:105 msgid "media type" msgstr "" -#: src/main/extractor.c:110 +#: src/main/extractor.c:106 msgid "contact" msgstr "" -#: src/main/extractor.c:111 +#: src/main/extractor.c:107 msgid "binary thumbnail data" msgstr "" -#: src/main/extractor.c:207 +#: src/main/extractor.c:108 +msgid "publication date" +msgstr "" + +#: src/main/extractor.c:194 #, c-format msgid "Initialization of plugin mechanism failed: %s!\n" msgstr "" -#: src/main/extractor.c:393 +#: src/main/extractor.c:387 #, 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:422 +#: src/main/extractor.c:416 #, c-format msgid "Loading '%s' plugin failed: %s\n" msgstr "" -#: src/main/extractor.c:527 +#: src/main/extractor.c:521 #, c-format msgid "Unloading plugin '%s' failed!\n" msgstr "" @@ -495,7 +499,7 @@ msgstr "" msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "" -#: src/main/winproc.c:36 src/main/winproc.c:1901 +#: src/main/winproc.c:36 src/main/winproc.c:2061 msgid "No error" msgstr "" @@ -523,493 +527,493 @@ msgstr "" msgid "Unknown resolver error" msgstr "" -#: src/main/winproc.c:421 +#: src/main/winproc.c:430 #, c-format msgid "Cannot determine root directory (%s)\n" msgstr "" -#: src/main/winproc.c:422 +#: src/main/winproc.c:431 #, c-format msgid "Cannot determine home directory (%s)\n" msgstr "" -#: src/main/winproc.c:1307 +#: src/main/winproc.c:1467 msgid "Not super-user" msgstr "" -#: src/main/winproc.c:1312 +#: src/main/winproc.c:1472 msgid "No such file or directory" msgstr "" -#: src/main/winproc.c:1317 +#: src/main/winproc.c:1477 msgid "No such process" msgstr "" -#: src/main/winproc.c:1322 +#: src/main/winproc.c:1482 msgid "Interrupted system call" msgstr "" -#: src/main/winproc.c:1327 +#: src/main/winproc.c:1487 msgid "I/O error" msgstr "" -#: src/main/winproc.c:1332 +#: src/main/winproc.c:1492 msgid "No such device or address" msgstr "" -#: src/main/winproc.c:1337 +#: src/main/winproc.c:1497 msgid "Arg list too long" msgstr "" -#: src/main/winproc.c:1342 +#: src/main/winproc.c:1502 msgid "Exec format error" msgstr "" -#: src/main/winproc.c:1347 +#: src/main/winproc.c:1507 msgid "Bad file number" msgstr "" -#: src/main/winproc.c:1352 +#: src/main/winproc.c:1512 msgid "No children" msgstr "" -#: src/main/winproc.c:1357 +#: src/main/winproc.c:1517 msgid "Resource unavailable or operation would block, try again" msgstr "" -#: src/main/winproc.c:1362 +#: src/main/winproc.c:1522 msgid "Not enough memory" msgstr "" -#: src/main/winproc.c:1367 +#: src/main/winproc.c:1527 msgid "Permission denied" msgstr "" -#: src/main/winproc.c:1372 +#: src/main/winproc.c:1532 msgid "Bad address" msgstr "" -#: src/main/winproc.c:1377 +#: src/main/winproc.c:1537 msgid "Block device required" msgstr "" -#: src/main/winproc.c:1382 +#: src/main/winproc.c:1542 msgid "Mount device busy" msgstr "" -#: src/main/winproc.c:1387 +#: src/main/winproc.c:1547 msgid "File exists" msgstr "" -#: src/main/winproc.c:1392 +#: src/main/winproc.c:1552 msgid "Cross-device link" msgstr "" -#: src/main/winproc.c:1397 +#: src/main/winproc.c:1557 msgid "No such device" msgstr "" -#: src/main/winproc.c:1402 +#: src/main/winproc.c:1562 msgid "Not a directory" msgstr "" -#: src/main/winproc.c:1407 +#: src/main/winproc.c:1567 msgid "Is a directory" msgstr "" -#: src/main/winproc.c:1412 +#: src/main/winproc.c:1572 msgid "Invalid argument" msgstr "" -#: src/main/winproc.c:1417 +#: src/main/winproc.c:1577 msgid "Too many open files in system" msgstr "" -#: src/main/winproc.c:1422 +#: src/main/winproc.c:1582 msgid "Too many open files" msgstr "" -#: src/main/winproc.c:1427 +#: src/main/winproc.c:1587 msgid "Not a typewriter" msgstr "" -#: src/main/winproc.c:1432 +#: src/main/winproc.c:1592 msgid "Text file busy" msgstr "" -#: src/main/winproc.c:1437 +#: src/main/winproc.c:1597 msgid "File too large" msgstr "" -#: src/main/winproc.c:1442 +#: src/main/winproc.c:1602 msgid "No space left on device" msgstr "" -#: src/main/winproc.c:1447 +#: src/main/winproc.c:1607 msgid "Illegal seek" msgstr "" -#: src/main/winproc.c:1452 +#: src/main/winproc.c:1612 msgid "Read only file system" msgstr "" -#: src/main/winproc.c:1457 +#: src/main/winproc.c:1617 msgid "Too many links" msgstr "" -#: src/main/winproc.c:1462 +#: src/main/winproc.c:1622 msgid "Broken pipe" msgstr "" -#: src/main/winproc.c:1467 +#: src/main/winproc.c:1627 msgid "Math arg out of domain of func" msgstr "" -#: src/main/winproc.c:1472 +#: src/main/winproc.c:1632 msgid "Math result not representable" msgstr "" -#: src/main/winproc.c:1477 +#: src/main/winproc.c:1637 msgid "No message of desired type" msgstr "" -#: src/main/winproc.c:1482 +#: src/main/winproc.c:1642 msgid "Identifier removed" msgstr "" -#: src/main/winproc.c:1487 +#: src/main/winproc.c:1647 msgid "Channel number out of range" msgstr "" -#: src/main/winproc.c:1492 +#: src/main/winproc.c:1652 msgid "Level 2 not synchronized" msgstr "" -#: src/main/winproc.c:1497 +#: src/main/winproc.c:1657 msgid "Level 3 halted" msgstr "" -#: src/main/winproc.c:1502 +#: src/main/winproc.c:1662 msgid "Level 3 reset" msgstr "" -#: src/main/winproc.c:1507 +#: src/main/winproc.c:1667 msgid "Link number out of range" msgstr "" -#: src/main/winproc.c:1512 +#: src/main/winproc.c:1672 msgid "Protocol driver not attached" msgstr "" -#: src/main/winproc.c:1517 +#: src/main/winproc.c:1677 msgid "No CSI structure available" msgstr "" -#: src/main/winproc.c:1522 +#: src/main/winproc.c:1682 msgid "Level 2 halted" msgstr "" -#: src/main/winproc.c:1527 +#: src/main/winproc.c:1687 msgid "Deadlock condition" msgstr "" -#: src/main/winproc.c:1532 +#: src/main/winproc.c:1692 msgid "No record locks available" msgstr "" -#: src/main/winproc.c:1537 +#: src/main/winproc.c:1697 msgid "Invalid exchange" msgstr "" -#: src/main/winproc.c:1542 +#: src/main/winproc.c:1702 msgid "Invalid request descriptor" msgstr "" -#: src/main/winproc.c:1547 +#: src/main/winproc.c:1707 msgid "Exchange full" msgstr "" -#: src/main/winproc.c:1552 +#: src/main/winproc.c:1712 msgid "No anode" msgstr "" -#: src/main/winproc.c:1557 +#: src/main/winproc.c:1717 msgid "Invalid request code" msgstr "" -#: src/main/winproc.c:1562 +#: src/main/winproc.c:1722 msgid "Invalid slot" msgstr "" -#: src/main/winproc.c:1567 +#: src/main/winproc.c:1727 msgid "File locking deadlock error" msgstr "" -#: src/main/winproc.c:1572 +#: src/main/winproc.c:1732 msgid "Bad font file fmt" msgstr "" -#: src/main/winproc.c:1577 +#: src/main/winproc.c:1737 msgid "Device not a stream" msgstr "" -#: src/main/winproc.c:1582 +#: src/main/winproc.c:1742 msgid "No data (for no delay io)" msgstr "" -#: src/main/winproc.c:1587 +#: src/main/winproc.c:1747 msgid "Timer expired" msgstr "" -#: src/main/winproc.c:1592 +#: src/main/winproc.c:1752 msgid "Out of streams resources" msgstr "" -#: src/main/winproc.c:1597 +#: src/main/winproc.c:1757 msgid "Machine is not on the network" msgstr "" -#: src/main/winproc.c:1602 +#: src/main/winproc.c:1762 msgid "Package not installed" msgstr "" -#: src/main/winproc.c:1607 +#: src/main/winproc.c:1767 msgid "The object is remote" msgstr "" -#: src/main/winproc.c:1612 +#: src/main/winproc.c:1772 msgid "The link has been severed" msgstr "" -#: src/main/winproc.c:1617 +#: src/main/winproc.c:1777 msgid "Advertise error" msgstr "" -#: src/main/winproc.c:1622 +#: src/main/winproc.c:1782 msgid "Srmount error" msgstr "" -#: src/main/winproc.c:1627 +#: src/main/winproc.c:1787 msgid "Communication error on send" msgstr "" -#: src/main/winproc.c:1632 +#: src/main/winproc.c:1792 msgid "Protocol error" msgstr "" -#: src/main/winproc.c:1637 +#: src/main/winproc.c:1797 msgid "Multihop attempted" msgstr "" -#: src/main/winproc.c:1642 +#: src/main/winproc.c:1802 msgid "Inode is remote (not really error)" msgstr "" -#: src/main/winproc.c:1647 +#: src/main/winproc.c:1807 msgid "Cross mount point (not really error)" msgstr "" -#: src/main/winproc.c:1652 +#: src/main/winproc.c:1812 msgid "Trying to read unreadable message" msgstr "" -#: src/main/winproc.c:1657 +#: src/main/winproc.c:1817 msgid "Given log. name not unique" msgstr "" -#: src/main/winproc.c:1662 +#: src/main/winproc.c:1822 msgid "f.d. invalid for this operation" msgstr "" -#: src/main/winproc.c:1667 +#: src/main/winproc.c:1827 msgid "Remote address changed" msgstr "" -#: src/main/winproc.c:1672 +#: src/main/winproc.c:1832 msgid "Can't access a needed shared lib" msgstr "" -#: src/main/winproc.c:1677 +#: src/main/winproc.c:1837 msgid "Accessing a corrupted shared lib" msgstr "" -#: src/main/winproc.c:1682 +#: src/main/winproc.c:1842 msgid ".lib section in a.out corrupted" msgstr "" -#: src/main/winproc.c:1687 +#: src/main/winproc.c:1847 msgid "Attempting to link in too many libs" msgstr "" -#: src/main/winproc.c:1692 +#: src/main/winproc.c:1852 msgid "Attempting to exec a shared library" msgstr "" -#: src/main/winproc.c:1697 +#: src/main/winproc.c:1857 msgid "Function not implemented" msgstr "" -#: src/main/winproc.c:1702 +#: src/main/winproc.c:1862 msgid "No more files" msgstr "" -#: src/main/winproc.c:1707 +#: src/main/winproc.c:1867 msgid "Directory not empty" msgstr "" -#: src/main/winproc.c:1712 +#: src/main/winproc.c:1872 msgid "File or path name too long" msgstr "" -#: src/main/winproc.c:1717 +#: src/main/winproc.c:1877 msgid "Too many symbolic links" msgstr "" -#: src/main/winproc.c:1722 +#: src/main/winproc.c:1882 msgid "Operation not supported on transport endpoint" msgstr "" -#: src/main/winproc.c:1727 +#: src/main/winproc.c:1887 msgid "Protocol family not supported" msgstr "" -#: src/main/winproc.c:1732 +#: src/main/winproc.c:1892 msgid "Connection reset by peer" msgstr "" -#: src/main/winproc.c:1737 +#: src/main/winproc.c:1897 msgid "No buffer space available" msgstr "" -#: src/main/winproc.c:1742 +#: src/main/winproc.c:1902 msgid "Address family not supported by protocol family" msgstr "" -#: src/main/winproc.c:1747 +#: src/main/winproc.c:1907 msgid "Protocol wrong type for socket" msgstr "" -#: src/main/winproc.c:1752 +#: src/main/winproc.c:1912 msgid "Socket operation on non-socket" msgstr "" -#: src/main/winproc.c:1757 +#: src/main/winproc.c:1917 msgid "Protocol not available" msgstr "" -#: src/main/winproc.c:1762 +#: src/main/winproc.c:1922 msgid "Can't send after socket shutdown" msgstr "" -#: src/main/winproc.c:1767 +#: src/main/winproc.c:1927 msgid "Connection refused" msgstr "" -#: src/main/winproc.c:1772 +#: src/main/winproc.c:1932 msgid "Address already in use" msgstr "" -#: src/main/winproc.c:1777 +#: src/main/winproc.c:1937 msgid "Connection aborted" msgstr "" -#: src/main/winproc.c:1782 +#: src/main/winproc.c:1942 msgid "Network is unreachable" msgstr "" -#: src/main/winproc.c:1787 +#: src/main/winproc.c:1947 msgid "Network interface is not configured" msgstr "" -#: src/main/winproc.c:1792 +#: src/main/winproc.c:1952 msgid "Connection timed out" msgstr "" -#: src/main/winproc.c:1797 +#: src/main/winproc.c:1957 msgid "Host is down" msgstr "" -#: src/main/winproc.c:1802 +#: src/main/winproc.c:1962 msgid "Host is unreachable" msgstr "" -#: src/main/winproc.c:1807 +#: src/main/winproc.c:1967 msgid "Connection already in progress" msgstr "" -#: src/main/winproc.c:1812 +#: src/main/winproc.c:1972 msgid "Socket already connected" msgstr "" -#: src/main/winproc.c:1817 +#: src/main/winproc.c:1977 msgid "Destination address required" msgstr "" -#: src/main/winproc.c:1822 +#: src/main/winproc.c:1982 msgid "Message too long" msgstr "" -#: src/main/winproc.c:1827 +#: src/main/winproc.c:1987 msgid "Unknown protocol" msgstr "" -#: src/main/winproc.c:1832 +#: src/main/winproc.c:1992 msgid "Socket type not supported" msgstr "" -#: src/main/winproc.c:1837 +#: src/main/winproc.c:1997 msgid "Address not available" msgstr "" -#: src/main/winproc.c:1842 +#: src/main/winproc.c:2002 msgid "Connection aborted by network" msgstr "" -#: src/main/winproc.c:1847 +#: src/main/winproc.c:2007 msgid "Socket is already connected" msgstr "" -#: src/main/winproc.c:1852 +#: src/main/winproc.c:2012 msgid "Socket is not connected" msgstr "" -#: src/main/winproc.c:1857 +#: src/main/winproc.c:2017 msgid "Too many references: cannot splice" msgstr "" -#: src/main/winproc.c:1862 +#: src/main/winproc.c:2022 msgid "Too many processes" msgstr "" -#: src/main/winproc.c:1867 +#: src/main/winproc.c:2027 msgid "Too many users" msgstr "" -#: src/main/winproc.c:1872 +#: src/main/winproc.c:2032 msgid "Disk quota exceeded" msgstr "" -#: src/main/winproc.c:1877 src/main/winproc.c:1904 +#: src/main/winproc.c:2037 src/main/winproc.c:2064 msgid "Unknown error" msgstr "" -#: src/main/winproc.c:1882 +#: src/main/winproc.c:2042 msgid "Not supported" msgstr "" -#: src/main/winproc.c:1887 +#: src/main/winproc.c:2047 msgid "No medium (in tape drive)" msgstr "" -#: src/main/winproc.c:1892 +#: src/main/winproc.c:2052 msgid "No such host or network path" msgstr "" -#: src/main/winproc.c:1897 +#: src/main/winproc.c:2057 msgid "Filename exists with different case" msgstr "" -#: src/main/winproc.c:1906 +#: src/main/winproc.c:2066 #, c-format msgid "ERROR: Unknown error %i in %s\n" msgstr "" diff --git a/po/ro.po b/po/ro.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libextractor 0.4.2\n" "Report-Msgid-Bugs-To: libextractor@cs.purdue.edu\n" -"POT-Creation-Date: 2005-02-24 01:28-0500\n" +"POT-Creation-Date: 2005-04-05 17:09-0500\n" "PO-Revision-Date: 2005-02-25 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/main/extract.c:55 +#: src/main/extract.c:49 #, c-format msgid "" "Usage: %s\n" @@ -29,7 +29,7 @@ msgstr "" "%s\n" "\n" -#: src/main/extract.c:58 +#: src/main/extract.c:52 #, c-format msgid "" "Arguments mandatory for long options are also mandatory for short options.\n" @@ -37,15 +37,15 @@ msgstr "" "Argumentele obligatorii pentru opþiunile lungi sunt obligatorii ºi pentru " "opþiunile scurte.\n" -#: src/main/extract.c:132 +#: src/main/extract.c:126 msgid "do not remove any duplicates" msgstr "nu îndepãrta nici un duplicat" -#: src/main/extract.c:134 +#: src/main/extract.c:128 msgid "print output in bibtex format" msgstr "afiºeazã ieºirea în format bibtex" -#: src/main/extract.c:136 +#: src/main/extract.c:130 msgid "" "use the generic plaintext extractor for the language with the 2-letter " "language code LANG" @@ -53,396 +53,401 @@ msgstr "" "foloseºte extractorul text-simplu generic pentru limba cu codul de limbã din " "2 litere LANG" -#: src/main/extract.c:138 +#: src/main/extract.c:132 msgid "remove duplicates only if types match" msgstr "îndepãrteazã duplicatele numai dacã tipul este acelaºi" -#: src/main/extract.c:140 +#: src/main/extract.c:134 msgid "use the filename as a keyword (loads filename-extractor plugin)" msgstr "" "foloseºte numele de fiºier ca ºi cuvânt cheie (încarcã plugin nume_fiºier-" "extractor)" -#: src/main/extract.c:142 +#: src/main/extract.c:136 msgid "print this help" msgstr "afiºeazã acest mesaj de ajutor" -#: src/main/extract.c:144 +#: src/main/extract.c:138 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:146 +#: src/main/extract.c:140 msgid "load an extractor plugin named LIBRARY" msgstr "încarcã un plugin extractor numit LIBRÃRIE" -#: src/main/extract.c:148 +#: src/main/extract.c:142 msgid "list all keyword types" msgstr "listeazã toate tipurile de cuvinte cheie" -#: src/main/extract.c:150 +#: src/main/extract.c:144 msgid "do not use the default set of extractor plugins" msgstr "nu folosi setul implicit de plugin-uri extractor" -#: src/main/extract.c:152 +#: src/main/extract.c:146 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:154 +#: src/main/extract.c:148 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:156 +#: src/main/extract.c:150 msgid "use keyword splitting (loads split-extractor plugin)" msgstr "" "foloseºte spargere dupã cuvinte cheie (încarcã plugin-ul split-extractor)" -#: src/main/extract.c:158 +#: src/main/extract.c:152 msgid "print the version number" msgstr "afiºeazã numãrul versiunii" -#: src/main/extract.c:160 +#: src/main/extract.c:154 msgid "be verbose" msgstr "fi vorbãreþ" -#: src/main/extract.c:162 +#: src/main/extract.c:156 msgid "do not print keywords of the given TYPE" msgstr "nu afiºa cuvinte cheie de TIP-ul dat" -#: src/main/extract.c:165 +#: src/main/extract.c:159 msgid "extract [OPTIONS] [FILENAME]*" msgstr "extract [OPÞIUNI] [NUME_FIªIER]*" -#: src/main/extract.c:166 +#: src/main/extract.c:160 msgid "Extract metadata from files." msgstr "Extrage metadata din fiºiere." -#: src/main/extract.c:208 src/main/extractor.c:755 +#: src/main/extract.c:198 src/main/extractor.c:728 #, c-format msgid "%s - (binary)\n" msgstr "%s - (binar)\n" -#: src/main/extract.c:214 src/main/extractor.c:760 +#: src/main/extract.c:204 src/main/extractor.c:733 #, c-format msgid "INVALID TYPE - %s\n" msgstr "TIP INVALID - %s\n" -#: src/main/extract.c:280 src/main/extractor.c:44 +#: src/main/extract.c:270 src/main/extractor.c:40 msgid "title" msgstr "titlu" -#: src/main/extract.c:282 src/main/extractor.c:42 +#: src/main/extract.c:272 src/main/extractor.c:38 msgid "filename" msgstr "nume_fiºier" -#: src/main/extract.c:287 src/main/extractor.c:45 +#: src/main/extract.c:277 src/main/extractor.c:41 msgid "author" msgstr "autor" -#: src/main/extract.c:291 src/main/extractor.c:47 +#: src/main/extract.c:281 src/main/extractor.c:43 msgid "description" msgstr "descriere" -#: src/main/extract.c:293 src/main/extractor.c:59 +#: src/main/extract.c:283 src/main/extractor.c:55 msgid "keywords" msgstr "cuvinte cheie" -#: src/main/extract.c:295 src/main/extractor.c:48 +#: src/main/extract.c:285 src/main/extractor.c:44 msgid "comment" msgstr "comentariu" -#: src/main/extract.c:299 src/main/extractor.c:49 +#: src/main/extract.c:289 src/main/extractor.c:45 msgid "date" msgstr "data" -#: src/main/extract.c:301 src/main/extractor.c:71 +#: src/main/extract.c:291 src/main/extractor.c:67 msgid "creation date" msgstr "data creãrii" -#: src/main/extract.c:329 src/main/extractor.c:50 +#: src/main/extract.c:319 src/main/extractor.c:46 msgid "publisher" msgstr "publicist" -#: src/main/extract.c:333 src/main/extractor.c:56 +#: src/main/extract.c:323 src/main/extractor.c:52 msgid "organization" msgstr "organizaþie" -#: src/main/extract.c:337 src/main/extractor.c:58 +#: src/main/extract.c:327 src/main/extractor.c:54 msgid "subject" msgstr "subiect" -#: src/main/extract.c:341 src/main/extractor.c:75 +#: src/main/extract.c:331 src/main/extractor.c:71 msgid "page count" msgstr "numãr de pagini" -#: src/main/extract.c:475 +#: src/main/extract.c:468 #, 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:539 +#: src/main/extract.c:532 #, 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:593 +#: src/main/extract.c:586 #, c-format msgid "%% BiBTeX file\n" msgstr "%% BiBTeX file\n" -#: src/main/extract.c:600 +#: src/main/extract.c:593 #, c-format msgid "Keywords for file %s:\n" msgstr "Cuvinte cheie pentru fiºier %s:\n" -#: src/main/extractor.c:41 +#: src/main/extractor.c:37 msgid "unknown" msgstr "necunoscut" -#: src/main/extractor.c:43 +#: src/main/extractor.c:39 msgid "mimetype" msgstr "mimetype" -#: src/main/extractor.c:46 +#: src/main/extractor.c:42 msgid "artist" msgstr "artist" -#: src/main/extractor.c:51 +#: src/main/extractor.c:47 msgid "language" msgstr "limbã" -#: src/main/extractor.c:52 +#: src/main/extractor.c:48 msgid "album" msgstr "album" -#: src/main/extractor.c:53 +#: src/main/extractor.c:49 msgid "genre" msgstr "gen" -#: src/main/extractor.c:54 +#: src/main/extractor.c:50 msgid "location" msgstr "locaþie" -#: src/main/extractor.c:55 +#: src/main/extractor.c:51 msgid "version" msgstr "versiune" -#: src/main/extractor.c:57 +#: src/main/extractor.c:53 msgid "copyright" msgstr "copyright" -#: src/main/extractor.c:60 +#: src/main/extractor.c:56 msgid "contributor" msgstr "contribuitor" -#: src/main/extractor.c:61 +#: src/main/extractor.c:57 msgid "resource-type" msgstr "tip-resursã" -#: src/main/extractor.c:62 +#: src/main/extractor.c:58 msgid "format" msgstr "format" -#: src/main/extractor.c:63 +#: src/main/extractor.c:59 msgid "resource-identifier" msgstr "identificator-resursã" -#: src/main/extractor.c:64 +#: src/main/extractor.c:60 msgid "source" msgstr "sursã" -#: src/main/extractor.c:65 +#: src/main/extractor.c:61 msgid "relation" msgstr "relaþie" -#: src/main/extractor.c:66 +#: src/main/extractor.c:62 msgid "coverage" msgstr "acoperire" -#: src/main/extractor.c:67 +#: src/main/extractor.c:63 msgid "software" msgstr "software" -#: src/main/extractor.c:68 +#: src/main/extractor.c:64 msgid "disclaimer" msgstr "repudiere" -#: src/main/extractor.c:69 +#: src/main/extractor.c:65 msgid "warning" msgstr "avertisment" -#: src/main/extractor.c:70 +#: src/main/extractor.c:66 msgid "translated" msgstr "tradus" -#: src/main/extractor.c:72 +#: src/main/extractor.c:68 msgid "modification date" msgstr "data modificãrii" -#: src/main/extractor.c:73 +#: src/main/extractor.c:69 msgid "creator" msgstr "creator" -#: src/main/extractor.c:74 +#: src/main/extractor.c:70 msgid "producer" msgstr "producãtor" -#: src/main/extractor.c:76 +#: src/main/extractor.c:72 msgid "page orientation" msgstr "orientare paginã" -#: src/main/extractor.c:77 +#: src/main/extractor.c:73 msgid "paper size" msgstr "dimensiune pagina" -#: src/main/extractor.c:78 +#: src/main/extractor.c:74 msgid "used fonts" msgstr "fonturi folosite" -#: src/main/extractor.c:79 +#: src/main/extractor.c:75 msgid "page order" msgstr "ordine pagini" -#: src/main/extractor.c:80 +#: src/main/extractor.c:76 msgid "created for" msgstr "creat pentru" -#: src/main/extractor.c:81 +#: src/main/extractor.c:77 msgid "magnification" msgstr "mãrire" -#: src/main/extractor.c:82 +#: src/main/extractor.c:78 msgid "release" msgstr "release" -#: src/main/extractor.c:83 +#: src/main/extractor.c:79 msgid "group" msgstr "grup" -#: src/main/extractor.c:84 +#: src/main/extractor.c:80 msgid "size" msgstr "mãrime" -#: src/main/extractor.c:85 +#: src/main/extractor.c:81 msgid "summary" msgstr "cuprins" -#: src/main/extractor.c:86 +#: src/main/extractor.c:82 msgid "packager" msgstr "împachetator" -#: src/main/extractor.c:87 +#: src/main/extractor.c:83 msgid "vendor" msgstr "vânzãtor" -#: src/main/extractor.c:88 +#: src/main/extractor.c:84 msgid "license" msgstr "licenþã" -#: src/main/extractor.c:89 +#: src/main/extractor.c:85 msgid "distribution" msgstr "distribuþie" -#: src/main/extractor.c:90 +#: src/main/extractor.c:86 msgid "build-host" msgstr "gazdã-contruit" -#: src/main/extractor.c:91 +#: src/main/extractor.c:87 msgid "os" msgstr "sistem operare" -#: src/main/extractor.c:92 +#: src/main/extractor.c:88 msgid "dependency" msgstr "dependinþe" -#: src/main/extractor.c:93 +#: src/main/extractor.c:89 msgid "MD4" msgstr "MD4" -#: src/main/extractor.c:94 +#: src/main/extractor.c:90 msgid "MD5" msgstr "MD5" -#: src/main/extractor.c:95 +#: src/main/extractor.c:91 msgid "SHA-0" msgstr "SHA-0" -#: src/main/extractor.c:96 +#: src/main/extractor.c:92 msgid "SHA-1" msgstr "SHA-1" -#: src/main/extractor.c:97 +#: src/main/extractor.c:93 msgid "RipeMD160" msgstr "RipeMD160" -#: src/main/extractor.c:98 +#: src/main/extractor.c:94 msgid "resolution" msgstr "rezoluþie" -#: src/main/extractor.c:99 +#: src/main/extractor.c:95 msgid "category" msgstr "categorie" -#: src/main/extractor.c:100 +#: src/main/extractor.c:96 msgid "book title" msgstr "titlu de carte" -#: src/main/extractor.c:101 +#: src/main/extractor.c:97 msgid "priority" msgstr "prioritate" -#: src/main/extractor.c:102 +#: src/main/extractor.c:98 msgid "conflicts" msgstr "conflicte" -#: src/main/extractor.c:103 +#: src/main/extractor.c:99 msgid "replaces" msgstr "înlocuieºte" -#: src/main/extractor.c:104 +#: src/main/extractor.c:100 msgid "provides" msgstr "furnizeazã" -#: src/main/extractor.c:105 +#: src/main/extractor.c:101 msgid "conductor" msgstr "conducãtor" -#: src/main/extractor.c:106 +#: src/main/extractor.c:102 msgid "interpreter" msgstr "interpret(ã)" -#: src/main/extractor.c:107 +#: src/main/extractor.c:103 msgid "owner" msgstr "proprietar" -#: src/main/extractor.c:108 +#: src/main/extractor.c:104 msgid "lyrics" msgstr "versuri" -#: src/main/extractor.c:109 +#: src/main/extractor.c:105 msgid "media type" msgstr "tipul media" -#: src/main/extractor.c:110 +#: src/main/extractor.c:106 msgid "contact" msgstr "contact" -#: src/main/extractor.c:111 +#: src/main/extractor.c:107 msgid "binary thumbnail data" msgstr "data thumbnail binar" -#: src/main/extractor.c:207 +#: src/main/extractor.c:108 +#, fuzzy +msgid "publication date" +msgstr "data creãrii" + +#: src/main/extractor.c:194 #, 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:393 +#: src/main/extractor.c:387 #, c-format msgid "" "Resolving symbol '%s' in library '%s' failed, so I tried '%s', but that " @@ -451,12 +456,12 @@ 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" -#: src/main/extractor.c:422 +#: src/main/extractor.c:416 #, c-format msgid "Loading '%s' plugin failed: %s\n" msgstr "Încãrcarea plugin-ului '%s' a eºuat: %s\n" -#: src/main/extractor.c:527 +#: src/main/extractor.c:521 #, c-format msgid "Unloading plugin '%s' failed!\n" msgstr "Descãrcarea plugin-ului '%s' a eºuat!\n" @@ -516,7 +521,7 @@ msgstr "%s: op msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: opþiunea `-W %s' nu permite un argument\n" -#: src/main/winproc.c:36 src/main/winproc.c:1901 +#: src/main/winproc.c:36 src/main/winproc.c:2061 msgid "No error" msgstr "Ni o eroare" @@ -544,493 +549,493 @@ msgstr "Eroare resolver intern" msgid "Unknown resolver error" msgstr "Eroare resolver necunoscutã" -#: src/main/winproc.c:421 +#: src/main/winproc.c:430 #, c-format msgid "Cannot determine root directory (%s)\n" msgstr "Nu pot determina directorul root (%s)\n" -#: src/main/winproc.c:422 +#: src/main/winproc.c:431 #, c-format msgid "Cannot determine home directory (%s)\n" msgstr "Nu pot determina directorul acasã (%s)\n" -#: src/main/winproc.c:1307 +#: src/main/winproc.c:1467 msgid "Not super-user" msgstr "Nu sunteþi super-utilizator" -#: src/main/winproc.c:1312 +#: src/main/winproc.c:1472 msgid "No such file or directory" msgstr "Nici un asemenea fiºier sau director" -#: src/main/winproc.c:1317 +#: src/main/winproc.c:1477 msgid "No such process" msgstr "Nici un asemenea proces" -#: src/main/winproc.c:1322 +#: src/main/winproc.c:1482 msgid "Interrupted system call" msgstr "Apel sistem întrerupt" -#: src/main/winproc.c:1327 +#: src/main/winproc.c:1487 msgid "I/O error" msgstr "Eroare I/O" -#: src/main/winproc.c:1332 +#: src/main/winproc.c:1492 msgid "No such device or address" msgstr "Nici un asemenea dispozitiv sau adresã" -#: src/main/winproc.c:1337 +#: src/main/winproc.c:1497 msgid "Arg list too long" msgstr "Listã de argumente prea lungã" -#: src/main/winproc.c:1342 +#: src/main/winproc.c:1502 msgid "Exec format error" msgstr "Eroare format exec" -#: src/main/winproc.c:1347 +#: src/main/winproc.c:1507 msgid "Bad file number" msgstr "Numãr de fiºier incorect" -#: src/main/winproc.c:1352 +#: src/main/winproc.c:1512 msgid "No children" msgstr "Nici un copil" -#: src/main/winproc.c:1357 +#: src/main/winproc.c:1517 msgid "Resource unavailable or operation would block, try again" msgstr "Resursã indisponibilã sau operaþia s-ar bloca, încercaþi din nou" -#: src/main/winproc.c:1362 +#: src/main/winproc.c:1522 msgid "Not enough memory" msgstr "Memorie insuficientã" -#: src/main/winproc.c:1367 +#: src/main/winproc.c:1527 msgid "Permission denied" msgstr "Permisiune refuzatã" -#: src/main/winproc.c:1372 +#: src/main/winproc.c:1532 msgid "Bad address" msgstr "Adresa incorectã" -#: src/main/winproc.c:1377 +#: src/main/winproc.c:1537 msgid "Block device required" msgstr "Dispozitiv bloc necesar" -#: src/main/winproc.c:1382 +#: src/main/winproc.c:1542 msgid "Mount device busy" msgstr "Dispozitiv montare ocupat" -#: src/main/winproc.c:1387 +#: src/main/winproc.c:1547 msgid "File exists" msgstr "Fiºierul existã" -#: src/main/winproc.c:1392 +#: src/main/winproc.c:1552 msgid "Cross-device link" msgstr "Legãturã (link) între-dispozitive" -#: src/main/winproc.c:1397 +#: src/main/winproc.c:1557 msgid "No such device" msgstr "Nici un asemenea dispozitiv" -#: src/main/winproc.c:1402 +#: src/main/winproc.c:1562 msgid "Not a directory" msgstr "Nu este un director" -#: src/main/winproc.c:1407 +#: src/main/winproc.c:1567 msgid "Is a directory" msgstr "Este un director" -#: src/main/winproc.c:1412 +#: src/main/winproc.c:1572 msgid "Invalid argument" msgstr "Argument invalide" -#: src/main/winproc.c:1417 +#: src/main/winproc.c:1577 msgid "Too many open files in system" msgstr "Prea multe fiºiere deschise în sistem" -#: src/main/winproc.c:1422 +#: src/main/winproc.c:1582 msgid "Too many open files" msgstr "Prea multe fiºiere deschise" -#: src/main/winproc.c:1427 +#: src/main/winproc.c:1587 msgid "Not a typewriter" msgstr "Nu este o maºinã de scris (typewriter)" -#: src/main/winproc.c:1432 +#: src/main/winproc.c:1592 msgid "Text file busy" msgstr "Fiºier text ocupat" -#: src/main/winproc.c:1437 +#: src/main/winproc.c:1597 msgid "File too large" msgstr "Fiºier prea mare" -#: src/main/winproc.c:1442 +#: src/main/winproc.c:1602 msgid "No space left on device" msgstr "Spaþiu indisponibil pe dispozitiv" -#: src/main/winproc.c:1447 +#: src/main/winproc.c:1607 msgid "Illegal seek" msgstr "Cãutare ilegalã" -#: src/main/winproc.c:1452 +#: src/main/winproc.c:1612 msgid "Read only file system" msgstr "Citeºte numai sistemul de fiºiere" -#: src/main/winproc.c:1457 +#: src/main/winproc.c:1617 msgid "Too many links" msgstr "Prea multe legãturi (links)" -#: src/main/winproc.c:1462 +#: src/main/winproc.c:1622 msgid "Broken pipe" msgstr "Pipe spart(ã)" -#: src/main/winproc.c:1467 +#: src/main/winproc.c:1627 msgid "Math arg out of domain of func" msgstr "Argument matematic în afara domeniului funcþiei" -#: src/main/winproc.c:1472 +#: src/main/winproc.c:1632 msgid "Math result not representable" msgstr "Rezultatul matematic nu este reprezentabil" -#: src/main/winproc.c:1477 +#: src/main/winproc.c:1637 msgid "No message of desired type" msgstr "Nici un mesaj de tipul dorit" -#: src/main/winproc.c:1482 +#: src/main/winproc.c:1642 msgid "Identifier removed" msgstr "Identificator îndepãrtat" -#: src/main/winproc.c:1487 +#: src/main/winproc.c:1647 msgid "Channel number out of range" msgstr "Numãr canal în afara domeniului" -#: src/main/winproc.c:1492 +#: src/main/winproc.c:1652 msgid "Level 2 not synchronized" msgstr "Nivelul 2 nesincronizat" -#: src/main/winproc.c:1497 +#: src/main/winproc.c:1657 msgid "Level 3 halted" msgstr "Nivelul 3 oprit" -#: src/main/winproc.c:1502 +#: src/main/winproc.c:1662 msgid "Level 3 reset" msgstr "Nivelul 3 resetat" -#: src/main/winproc.c:1507 +#: src/main/winproc.c:1667 msgid "Link number out of range" msgstr "Numãr legãturi în afara domeniului" -#: src/main/winproc.c:1512 +#: src/main/winproc.c:1672 msgid "Protocol driver not attached" msgstr "Driver-ul de protocol nu este ataºat" -#: src/main/winproc.c:1517 +#: src/main/winproc.c:1677 msgid "No CSI structure available" msgstr "Nici o structurã CSI disponibilã" -#: src/main/winproc.c:1522 +#: src/main/winproc.c:1682 msgid "Level 2 halted" msgstr "Nivelul 2 oprit" -#: src/main/winproc.c:1527 +#: src/main/winproc.c:1687 msgid "Deadlock condition" msgstr "Condiþie blocare (Deadlock)" -#: src/main/winproc.c:1532 +#: src/main/winproc.c:1692 msgid "No record locks available" msgstr "Nici o încuietoare de articol (record lock) disponibilã" -#: src/main/winproc.c:1537 +#: src/main/winproc.c:1697 msgid "Invalid exchange" msgstr "Schimbare invalidã" -#: src/main/winproc.c:1542 +#: src/main/winproc.c:1702 msgid "Invalid request descriptor" msgstr "Descriptor de cerere invalid" -#: src/main/winproc.c:1547 +#: src/main/winproc.c:1707 msgid "Exchange full" msgstr "Schimbare întreagã" -#: src/main/winproc.c:1552 +#: src/main/winproc.c:1712 msgid "No anode" msgstr "Nici un anode" -#: src/main/winproc.c:1557 +#: src/main/winproc.c:1717 msgid "Invalid request code" msgstr "Cod de cerere invalid" -#: src/main/winproc.c:1562 +#: src/main/winproc.c:1722 msgid "Invalid slot" msgstr "Loc (slot) invalid" -#: src/main/winproc.c:1567 +#: src/main/winproc.c:1727 msgid "File locking deadlock error" msgstr "Eroare la descuierea (locking deadlock) fiºierului" -#: src/main/winproc.c:1572 +#: src/main/winproc.c:1732 msgid "Bad font file fmt" msgstr "Format fiºier font incorect" -#: src/main/winproc.c:1577 +#: src/main/winproc.c:1737 msgid "Device not a stream" msgstr "Dispozitivul nu este un flux (stream)" -#: src/main/winproc.c:1582 +#: src/main/winproc.c:1742 msgid "No data (for no delay io)" msgstr "Nici o datã (pentru intrare/ieºire fãrã întârziere)" -#: src/main/winproc.c:1587 +#: src/main/winproc.c:1747 msgid "Timer expired" msgstr "Cronometru expirat" -#: src/main/winproc.c:1592 +#: src/main/winproc.c:1752 msgid "Out of streams resources" msgstr "Resurse în afara fluxurilor" -#: src/main/winproc.c:1597 +#: src/main/winproc.c:1757 msgid "Machine is not on the network" msgstr "Maºina nu este pe reþea" -#: src/main/winproc.c:1602 +#: src/main/winproc.c:1762 msgid "Package not installed" msgstr "Pachet neinstalat" -#: src/main/winproc.c:1607 +#: src/main/winproc.c:1767 msgid "The object is remote" msgstr "Obiectul este îndepãrtat (remote)" -#: src/main/winproc.c:1612 +#: src/main/winproc.c:1772 msgid "The link has been severed" msgstr "Legãtura a fost întreruptã" -#: src/main/winproc.c:1617 +#: src/main/winproc.c:1777 msgid "Advertise error" msgstr "Eroare reclamare" -#: src/main/winproc.c:1622 +#: src/main/winproc.c:1782 msgid "Srmount error" msgstr "Eroare Srmount" -#: src/main/winproc.c:1627 +#: src/main/winproc.c:1787 msgid "Communication error on send" msgstr "Eroare de comunicare la trimitere" -#: src/main/winproc.c:1632 +#: src/main/winproc.c:1792 msgid "Protocol error" msgstr "Eroare protocol" -#: src/main/winproc.c:1637 +#: src/main/winproc.c:1797 msgid "Multihop attempted" msgstr "A fost încercat multihop" -#: src/main/winproc.c:1642 +#: src/main/winproc.c:1802 msgid "Inode is remote (not really error)" msgstr "Inode este îndepãrtat (în realitate nu este o eroare)" -#: src/main/winproc.c:1647 +#: src/main/winproc.c:1807 msgid "Cross mount point (not really error)" msgstr "Punct de montare încruciºat (în realitate nu este o eroare)" -#: src/main/winproc.c:1652 +#: src/main/winproc.c:1812 msgid "Trying to read unreadable message" msgstr "Încercare de citire a unui mesaj de necitit" -#: src/main/winproc.c:1657 +#: src/main/winproc.c:1817 msgid "Given log. name not unique" msgstr "Numele de jurnal (log) furnizat nu este unic" -#: src/main/winproc.c:1662 +#: src/main/winproc.c:1822 msgid "f.d. invalid for this operation" msgstr "f.d. invalid pentru aceastã operaþie" -#: src/main/winproc.c:1667 +#: src/main/winproc.c:1827 msgid "Remote address changed" msgstr "Adresa îndepãrtatã (remote) schimbatã" -#: src/main/winproc.c:1672 +#: src/main/winproc.c:1832 msgid "Can't access a needed shared lib" msgstr "Nu pot accesa o bibliotecã shared necesarã" -#: src/main/winproc.c:1677 +#: src/main/winproc.c:1837 msgid "Accessing a corrupted shared lib" msgstr "Accesez o bibliotecã shared coruptã" -#: src/main/winproc.c:1682 +#: src/main/winproc.c:1842 msgid ".lib section in a.out corrupted" msgstr "seciunea .lib în a.out este coruptã" -#: src/main/winproc.c:1687 +#: src/main/winproc.c:1847 msgid "Attempting to link in too many libs" msgstr "Încercare de legare (link) în prea multe biblioteci" -#: src/main/winproc.c:1692 +#: src/main/winproc.c:1852 msgid "Attempting to exec a shared library" msgstr "Încercare de executare a unei biblioteci shared" -#: src/main/winproc.c:1697 +#: src/main/winproc.c:1857 msgid "Function not implemented" msgstr "Funcþia nu este implematatã" -#: src/main/winproc.c:1702 +#: src/main/winproc.c:1862 msgid "No more files" msgstr "Nici un alt fiºier" -#: src/main/winproc.c:1707 +#: src/main/winproc.c:1867 msgid "Directory not empty" msgstr "Directorul nu este gol" -#: src/main/winproc.c:1712 +#: src/main/winproc.c:1872 msgid "File or path name too long" msgstr "Numele fiºierului sau cãii este prea lung" -#: src/main/winproc.c:1717 +#: src/main/winproc.c:1877 msgid "Too many symbolic links" msgstr "Pre multe legãturi simbolice" -#: src/main/winproc.c:1722 +#: src/main/winproc.c:1882 msgid "Operation not supported on transport endpoint" msgstr "Operaþia nu este suportatã pe transport endpoint" -#: src/main/winproc.c:1727 +#: src/main/winproc.c:1887 msgid "Protocol family not supported" msgstr "Familie de protocoale nesuportatã" -#: src/main/winproc.c:1732 +#: src/main/winproc.c:1892 msgid "Connection reset by peer" msgstr "Conectare resetatã de pereche" -#: src/main/winproc.c:1737 +#: src/main/winproc.c:1897 msgid "No buffer space available" msgstr "Nici un spaþiu de buffer disponibil" -#: src/main/winproc.c:1742 +#: src/main/winproc.c:1902 msgid "Address family not supported by protocol family" msgstr "Familia de adrese nu este suportatã de familia de protocoale" -#: src/main/winproc.c:1747 +#: src/main/winproc.c:1907 msgid "Protocol wrong type for socket" msgstr "Tip greºit de protocol pentru socket" -#: src/main/winproc.c:1752 +#: src/main/winproc.c:1912 msgid "Socket operation on non-socket" msgstr "Operaþiune socket pe non-socket" -#: src/main/winproc.c:1757 +#: src/main/winproc.c:1917 msgid "Protocol not available" msgstr "Protocol indisponibil" -#: src/main/winproc.c:1762 +#: src/main/winproc.c:1922 msgid "Can't send after socket shutdown" msgstr "Nu pot trimite dupã închiderea (shutdown) socket-ului" -#: src/main/winproc.c:1767 +#: src/main/winproc.c:1927 msgid "Connection refused" msgstr "Conectare refuzatã" -#: src/main/winproc.c:1772 +#: src/main/winproc.c:1932 msgid "Address already in use" msgstr "Adresa este deja în uz" -#: src/main/winproc.c:1777 +#: src/main/winproc.c:1937 msgid "Connection aborted" msgstr "Conectare abandonatã" -#: src/main/winproc.c:1782 +#: src/main/winproc.c:1942 msgid "Network is unreachable" msgstr "Reþeaua nu poate fi atinsã" -#: src/main/winproc.c:1787 +#: src/main/winproc.c:1947 msgid "Network interface is not configured" msgstr "Interfaþa de reþea nu este configuratã" -#: src/main/winproc.c:1792 +#: src/main/winproc.c:1952 msgid "Connection timed out" msgstr "Conectare expiratã (timed out)" -#: src/main/winproc.c:1797 +#: src/main/winproc.c:1957 msgid "Host is down" msgstr "Gazda este indisponibilã (down)" -#: src/main/winproc.c:1802 +#: src/main/winproc.c:1962 msgid "Host is unreachable" msgstr "Gazda este de neatins (unreachable)" -#: src/main/winproc.c:1807 +#: src/main/winproc.c:1967 msgid "Connection already in progress" msgstr "Conectare deja în progres" -#: src/main/winproc.c:1812 +#: src/main/winproc.c:1972 msgid "Socket already connected" msgstr "Socket deja conectat" -#: src/main/winproc.c:1817 +#: src/main/winproc.c:1977 msgid "Destination address required" msgstr "Adresa destinaþie necesarã" -#: src/main/winproc.c:1822 +#: src/main/winproc.c:1982 msgid "Message too long" msgstr "Mesaj prea lung" -#: src/main/winproc.c:1827 +#: src/main/winproc.c:1987 msgid "Unknown protocol" msgstr "Protocol necunoscut" -#: src/main/winproc.c:1832 +#: src/main/winproc.c:1992 msgid "Socket type not supported" msgstr "Tip de socket nesuportat" -#: src/main/winproc.c:1837 +#: src/main/winproc.c:1997 msgid "Address not available" msgstr "Adresa nu este disponibilã" -#: src/main/winproc.c:1842 +#: src/main/winproc.c:2002 msgid "Connection aborted by network" msgstr "Conectare abandonatã de reþea" -#: src/main/winproc.c:1847 +#: src/main/winproc.c:2007 msgid "Socket is already connected" msgstr "Socket-ul este deja conectat" -#: src/main/winproc.c:1852 +#: src/main/winproc.c:2012 msgid "Socket is not connected" msgstr "Socket-ul nu este conectat" -#: src/main/winproc.c:1857 +#: src/main/winproc.c:2017 msgid "Too many references: cannot splice" msgstr "Prea multe referinþe: nu le pot îmbina" -#: src/main/winproc.c:1862 +#: src/main/winproc.c:2022 msgid "Too many processes" msgstr "Prea multe procese" -#: src/main/winproc.c:1867 +#: src/main/winproc.c:2027 msgid "Too many users" msgstr "Prea mulþi utilizatori" -#: src/main/winproc.c:1872 +#: src/main/winproc.c:2032 msgid "Disk quota exceeded" msgstr "Cota de disc depãºitã" -#: src/main/winproc.c:1877 src/main/winproc.c:1904 +#: src/main/winproc.c:2037 src/main/winproc.c:2064 msgid "Unknown error" msgstr "Eroare necunoscutã" -#: src/main/winproc.c:1882 +#: src/main/winproc.c:2042 msgid "Not supported" msgstr "NU este suportat(ã)" -#: src/main/winproc.c:1887 +#: src/main/winproc.c:2047 msgid "No medium (in tape drive)" msgstr "Nici un mediu (în unitatea de bandã)" -#: src/main/winproc.c:1892 +#: src/main/winproc.c:2052 msgid "No such host or network path" msgstr "Nici o asemenea gazdã sau cale de reþea" -#: src/main/winproc.c:1897 +#: src/main/winproc.c:2057 msgid "Filename exists with different case" msgstr "Numele de fiºier existã cu cazul caracterelor diferit" -#: src/main/winproc.c:1906 +#: src/main/winproc.c:2066 #, c-format msgid "ERROR: Unknown error %i in %s\n" msgstr "EROARE: Eroare necunoscutã %i în %s\n" diff --git a/po/rw.po b/po/rw.po @@ -0,0 +1,1956 @@ +# Kinyarwanda translations for libextractor package. +# Copyright (C) 2005 Free Software Foundation, Inc. +# This file is distributed under the same license as the libextractor package. +# Steve Murphy <murf@e-tools.com>, 2005. +# Steve performed initial rough translation from compendium built from translations provided by the following translators: +# Philibert Ndandali <ndandali@yahoo.fr>, 2005. +# Viateur MUGENZI <muvia1@yahoo.fr>, 2005. +# Noëlla Mupole <s24211045@tuks.co.za>, 2005. +# Carole Karema <karemacarole@hotmail.com>, 2005. +# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005. +# Augustin KIBERWA <akiberwa@yahoo.co.uk>, 2005. +# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005. +# Antoine Bigirimana <antoine@e-tools.com>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: libextractor 0.3.11\n" +"Report-Msgid-Bugs-To: libextractor@cs.purdue.edu\n" +"POT-Creation-Date: 2005-04-05 17:09-0500\n" +"PO-Revision-Date: 2005-04-04 10:55-0700\n" +"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" +"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/main/extract.c:49 +#, fuzzy, c-format +msgid "" +"Usage: %s\n" +"%s\n" +"\n" +msgstr "Ikoresha:" + +#: src/main/extract.c:52 +#, fuzzy, c-format +msgid "" +"Arguments mandatory for long options are also mandatory for short options.\n" +msgstr "kugirango Amahitamo kugirango Amahitamo" + +#: src/main/extract.c:126 +#, fuzzy +msgid "do not remove any duplicates" +msgstr "OYA Gukuraho..." + +#: src/main/extract.c:128 +#, fuzzy +msgid "print output in bibtex format" +msgstr "Gucapa Ibisohoka in Imiterere" + +#: src/main/extract.c:130 +#, fuzzy +msgid "" +"use the generic plaintext extractor for the language with the 2-letter " +"language code LANG" +msgstr "" +"Gukoresha i Gifitanye isano kugirango i Ururimi Na: i 2. Ibaruwa... Ururimi " +"ITEGEKONGENGA" + +#: src/main/extract.c:132 +#, fuzzy +msgid "remove duplicates only if types match" +msgstr "Gukuraho... NIBA BIHUYE" + +#: src/main/extract.c:134 +#, fuzzy +msgid "use the filename as a keyword (loads filename-extractor plugin)" +msgstr "Gukoresha i Izina ry'idosiye: Nka a Ijambo- banze Izina ry'idosiye:" + +#: src/main/extract.c:136 +#, fuzzy +msgid "print this help" +msgstr "Gucapa iyi Ifashayobora" + +#: src/main/extract.c:138 +#, fuzzy +msgid "compute hash using the given ALGORITHM (currently sha1 or md5)" +msgstr "ikoresha i Cyangwa" + +#: src/main/extract.c:140 +#, fuzzy +msgid "load an extractor plugin named LIBRARY" +msgstr "Ibirimo" + +#: src/main/extract.c:142 +#, fuzzy +msgid "list all keyword types" +msgstr "Urutonde Byose Ijambo- banze" + +#: src/main/extract.c:144 +#, fuzzy +msgid "do not use the default set of extractor plugins" +msgstr "OYA Gukoresha i Mburabuzi Gushyiraho Bya" + +#: src/main/extract.c:146 +#, 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 +#, fuzzy +msgid "remove duplicates even if keyword types do not match" +msgstr "Gukuraho... ATARIIGIHARWE NIBA Ijambo- banze OYA BIHUYE" + +#: src/main/extract.c:150 +#, fuzzy +msgid "use keyword splitting (loads split-extractor plugin)" +msgstr "Gukoresha Ijambo- banze Gutandukanya" + +#: src/main/extract.c:152 +#, fuzzy +msgid "print the version number" +msgstr "Gucapa i Verisiyo Umubare" + +#: src/main/extract.c:154 +msgid "be verbose" +msgstr "" + +#: src/main/extract.c:156 +#, fuzzy +msgid "do not print keywords of the given TYPE" +msgstr "OYA Gucapa Amagambo fatizo Bya i" + +#: src/main/extract.c:159 +msgid "extract [OPTIONS] [FILENAME]*" +msgstr "" + +#: src/main/extract.c:160 +#, fuzzy +msgid "Extract metadata from files." +msgstr "Bivuye Idosiye" + +#: src/main/extract.c:198 src/main/extractor.c:728 +#, c-format +msgid "%s - (binary)\n" +msgstr "" + +#: src/main/extract.c:204 src/main/extractor.c:733 +#, c-format +msgid "INVALID TYPE - %s\n" +msgstr "" + +#: src/main/extract.c:270 src/main/extractor.c:40 +msgid "title" +msgstr "umutwe" + +#: src/main/extract.c:272 src/main/extractor.c:38 +#, 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:41 +#, fuzzy +msgid "author" +msgstr "Umwanditsi" + +#: src/main/extract.c:281 src/main/extractor.c:43 +msgid "description" +msgstr "Isobanuramiterere" + +# sfx2/source\dialog\dinfdlg.src:TP_DOCINFODESC.FT_KEYWORDS.text +#: src/main/extract.c:283 src/main/extractor.c:55 +#, fuzzy +msgid "keywords" +msgstr "Amagambo fatizo" + +# padmin/source\padialog.src:RID_TXT_TESTPAGE_COMMENT.text +#: src/main/extract.c:285 src/main/extractor.c:44 +#, fuzzy +msgid "comment" +msgstr "Icyo wongeraho" + +#: src/main/extract.c:289 src/main/extractor.c:45 +msgid "date" +msgstr "Itariki" + +# setup2/source\ui\app.src:FT_INSTINFO_MKDIR.text +#: src/main/extract.c:291 src/main/extractor.c:67 +#, fuzzy +msgid "creation date" +msgstr "Irema ry'itariki" + +#: src/main/extract.c:319 src/main/extractor.c:46 +#, fuzzy +msgid "publisher" +msgstr "Uwasohoye inyandiko" + +#: src/main/extract.c:323 src/main/extractor.c:52 +#, fuzzy +msgid "organization" +msgstr "Ihuzagahunda" + +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Agenda.Save.DocInfoSubject.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Letter.Elements.Subject.Text.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Letter.Save.DocInfoSubject.text +# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-# +# 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:54 +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:71 +#, fuzzy +msgid "page count" +msgstr "Kubara amapaje" + +#: src/main/extract.c:468 +#, 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:532 +#, 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:586 +#, c-format +msgid "%% BiBTeX file\n" +msgstr "" + +#: src/main/extract.c:593 +#, fuzzy, c-format +msgid "Keywords for file %s:\n" +msgstr "kugirango IDOSIYE" + +#: src/main/extractor.c:37 +msgid "unknown" +msgstr "itazwi" + +#: src/main/extractor.c:39 +msgid "mimetype" +msgstr "" + +#: src/main/extractor.c:42 +#, fuzzy +msgid "artist" +msgstr "Umuhanzi" + +# sc/source\ui\src\sortdlg.src:RID_SCPAGE_SORT_OPTIONS.FT_LANGUAGE.text +#: src/main/extractor.c:47 +#, fuzzy +msgid "language" +msgstr "Ururimi" + +#: src/main/extractor.c:48 +msgid "album" +msgstr "" + +#: src/main/extractor.c:49 +msgid "genre" +msgstr "" + +#: src/main/extractor.c:50 +msgid "location" +msgstr "Inturo" + +# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text +#: src/main/extractor.c:51 +#, fuzzy +msgid "version" +msgstr "Verisiyo" + +#: src/main/extractor.c:53 +#, fuzzy +msgid "copyright" +msgstr "Uburenganzira bw'umuhimbyi" + +#: src/main/extractor.c:56 +msgid "contributor" +msgstr "" + +#: src/main/extractor.c:57 +#, fuzzy +msgid "resource-type" +msgstr "Ubwoko" + +#: src/main/extractor.c:58 +#, fuzzy +msgid "format" +msgstr "Imiterere" + +#: src/main/extractor.c:59 +#, fuzzy +msgid "resource-identifier" +msgstr "Ikiranga" + +#: src/main/extractor.c:60 +#, fuzzy +msgid "source" +msgstr "Inkomoko" + +# 5033 +#: src/main/extractor.c:61 +#, fuzzy +msgid "relation" +msgstr "Isano" + +#: src/main/extractor.c:62 +msgid "coverage" +msgstr "" + +#: src/main/extractor.c:63 +msgid "software" +msgstr "" + +#: src/main/extractor.c:64 +msgid "disclaimer" +msgstr "" + +#: src/main/extractor.c:65 +#, fuzzy +msgid "warning" +msgstr "Iburira" + +#: src/main/extractor.c:66 +msgid "translated" +msgstr "" + +# 3880 +#: src/main/extractor.c:68 +#, fuzzy +msgid "modification date" +msgstr "itariki y'ihindura" + +#: src/main/extractor.c:69 +msgid "creator" +msgstr "" + +#: src/main/extractor.c:70 +#, fuzzy +msgid "producer" +msgstr "Umwanditsi" + +#: src/main/extractor.c:72 +#, fuzzy +msgid "page orientation" +msgstr "Ipaji Icyerekezo" + +# padmin/source\rtsetup.src:RID_RTS_PAPERPAGE.RID_RTS_PAPER_PAPER_TXT.text +#: src/main/extractor.c:73 +#, fuzzy +msgid "paper size" +msgstr "Ingano y'urupapuro" + +#: src/main/extractor.c:74 +#, fuzzy +msgid "used fonts" +msgstr "Imyandikire" + +# sc/source\ui\pagedlg\pagedlg.src:RID_SCPAGE_TABLE.FL_PAGEDIR.text +#: src/main/extractor.c:75 +#, fuzzy +msgid "page order" +msgstr "Ikurikirana rya paji" + +#: src/main/extractor.c:76 +#, fuzzy +msgid "created for" +msgstr "Byaremwe kugirango" + +#: src/main/extractor.c:77 +msgid "magnification" +msgstr "" + +#: src/main/extractor.c:78 +msgid "release" +msgstr "" + +# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-# +# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_UNDO_MAKEOUTLINE.text +# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-# +# sc/source\ui\src\miscdlgs.src:RID_SCDLG_GROUP.text +#: src/main/extractor.c:79 +#, fuzzy +msgid "group" +msgstr "Itsinda" + +#: src/main/extractor.c:80 +msgid "size" +msgstr "ingano" + +#: src/main/extractor.c:81 +#, fuzzy +msgid "summary" +msgstr "Inshamake" + +#: src/main/extractor.c:82 +msgid "packager" +msgstr "" + +#: src/main/extractor.c:83 +#, fuzzy +msgid "vendor" +msgstr "Umucuruzi" + +#: src/main/extractor.c:84 +msgid "license" +msgstr "" + +# svx/source\dialog\dstribut.src:RID_SVXPAGE_DISTRIBUTE.text +#: src/main/extractor.c:85 +#, fuzzy +msgid "distribution" +msgstr "Ikwirakwiza" + +#: src/main/extractor.c:86 +#, fuzzy +msgid "build-host" +msgstr "Ubuturo" + +#: src/main/extractor.c:87 +msgid "os" +msgstr "" + +#: src/main/extractor.c:88 +msgid "dependency" +msgstr "" + +#: src/main/extractor.c:89 +msgid "MD4" +msgstr "" + +#: src/main/extractor.c:90 +msgid "MD5" +msgstr "" + +#: src/main/extractor.c:91 +#, fuzzy +msgid "SHA-0" +msgstr "0" + +#: src/main/extractor.c:92 +#, fuzzy +msgid "SHA-1" +msgstr "1." + +#: src/main/extractor.c:93 +msgid "RipeMD160" +msgstr "" + +# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Filter.Graphic.Export.BMP.Resolution.text +#: src/main/extractor.c:94 +#, fuzzy +msgid "resolution" +msgstr "Imikemurire" + +# #-#-#-#-# 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:95 +#, fuzzy +msgid "category" +msgstr "Icyiciro" + +#: src/main/extractor.c:96 +#, fuzzy +msgid "book title" +msgstr "Umutwe w'igitabo" + +# sw/source\ui\wizard\wizmmdlg.src:DLG_WIZARD_MM.DLG_MM2_Edit_Elem1.text +#: src/main/extractor.c:97 +msgid "priority" +msgstr "Icyihutirwa" + +#: src/main/extractor.c:98 +msgid "conflicts" +msgstr "" + +#: src/main/extractor.c:99 +msgid "replaces" +msgstr "" + +#: src/main/extractor.c:100 +msgid "provides" +msgstr "" + +#: src/main/extractor.c:101 +msgid "conductor" +msgstr "" + +#: src/main/extractor.c:102 +msgid "interpreter" +msgstr "" + +#: src/main/extractor.c:103 +msgid "owner" +msgstr "" + +#: src/main/extractor.c:104 +msgid "lyrics" +msgstr "" + +#: src/main/extractor.c:105 +#, fuzzy +msgid "media type" +msgstr "Ibitangazamakuru Ubwoko" + +#: src/main/extractor.c:106 +msgid "contact" +msgstr "" + +#: src/main/extractor.c:107 +msgid "binary thumbnail data" +msgstr "" + +# setup2/source\ui\app.src:FT_INSTINFO_MKDIR.text +#: src/main/extractor.c:108 +#, fuzzy +msgid "publication date" +msgstr "Irema ry'itariki" + +#: src/main/extractor.c:194 +#, fuzzy, c-format +msgid "Initialization of plugin mechanism failed: %s!\n" +msgstr "Bya Byanze" + +#: src/main/extractor.c:387 +#, 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:416 +#, fuzzy, c-format +msgid "Loading '%s' plugin failed: %s\n" +msgstr "Byanze" + +#: src/main/extractor.c:521 +#, fuzzy, c-format +msgid "Unloading plugin '%s' failed!\n" +msgstr "Byanze" + +#: src/main/getopt.c:681 +#, fuzzy, c-format +msgid "%s: option `%s' is ambiguous\n" +msgstr "%s:Ihitamo ni" + +#: src/main/getopt.c:706 +#, fuzzy, c-format +msgid "%s: option `--%s' doesn't allow an argument\n" +msgstr "%s:Ihitamo Kwemerera" + +#: src/main/getopt.c:712 +#, 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 +#, fuzzy, c-format +msgid "%s: option `%s' requires an argument\n" +msgstr "%s:Ihitamo" + +#: src/main/getopt.c:758 +#, fuzzy, c-format +msgid "%s: unrecognized option `--%s'\n" +msgstr "%s:Ihitamo" + +#: src/main/getopt.c:762 +#, fuzzy, c-format +msgid "%s: unrecognized option `%c%s'\n" +msgstr "%s:Ihitamo" + +#: src/main/getopt.c:788 +#, fuzzy, c-format +msgid "%s: illegal option -- %c\n" +msgstr "%s:Ihitamo" + +#: src/main/getopt.c:790 +#, fuzzy, c-format +msgid "%s: invalid option -- %c\n" +msgstr "%s:Sibyo Ihitamo" + +#: src/main/getopt.c:819 src/main/getopt.c:949 +#, fuzzy, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "%s:Ihitamo" + +#: src/main/getopt.c:867 +#, fuzzy, c-format +msgid "%s: option `-W %s' is ambiguous\n" +msgstr "%s:Ihitamo ni" + +#: src/main/getopt.c:885 +#, fuzzy, c-format +msgid "%s: option `-W %s' doesn't allow an argument\n" +msgstr "%s:Ihitamo Kwemerera" + +#: src/main/winproc.c:36 src/main/winproc.c:2061 +msgid "No error" +msgstr "Nta kosa" + +#: src/main/winproc.c:37 +#, fuzzy +msgid "Unknown host" +msgstr "Ubuturo" + +#: src/main/winproc.c:38 +#, fuzzy +msgid "Host name lookup failure" +msgstr "Izina: GUSHAKISHA" + +#: src/main/winproc.c:39 +#, fuzzy +msgid "Unknown server error" +msgstr "Seriveri Ikosa" + +#: src/main/winproc.c:40 +#, fuzzy +msgid "No address associated with name" +msgstr "Aderesi Na: Izina:" + +#: src/main/winproc.c:41 +#, fuzzy +msgid "Internal resolver error" +msgstr "Ikosa" + +#: src/main/winproc.c:42 +#, fuzzy +msgid "Unknown resolver error" +msgstr "Ikosa" + +#: src/main/winproc.c:430 +#, fuzzy, c-format +msgid "Cannot determine root directory (%s)\n" +msgstr "Imizi bushyinguro" + +#: src/main/winproc.c:431 +#, fuzzy, c-format +msgid "Cannot determine home directory (%s)\n" +msgstr "Ku Ntangiriro bushyinguro" + +#: src/main/winproc.c:1467 +#, fuzzy +msgid "Not super-user" +msgstr "hejuru Ukoresha:" + +#: src/main/winproc.c:1472 +#, fuzzy +msgid "No such file or directory" +msgstr "IDOSIYE Cyangwa bushyinguro" + +#: src/main/winproc.c:1477 +msgid "No such process" +msgstr "" + +#: src/main/winproc.c:1482 +#, fuzzy +msgid "Interrupted system call" +msgstr "Sisitemu" + +#: src/main/winproc.c:1487 +#, fuzzy +msgid "I/O error" +msgstr "Ikosa" + +#: src/main/winproc.c:1492 +#, fuzzy +msgid "No such device or address" +msgstr "APAREYE Cyangwa Aderesi" + +#: src/main/winproc.c:1497 +#, fuzzy +msgid "Arg list too long" +msgstr "Urutonde" + +#: src/main/winproc.c:1502 +#, fuzzy +msgid "Exec format error" +msgstr "Imiterere Ikosa" + +#: src/main/winproc.c:1507 +#, fuzzy +msgid "Bad file number" +msgstr "IDOSIYE Umubare" + +#: src/main/winproc.c:1512 +msgid "No children" +msgstr "" + +#: src/main/winproc.c:1517 +#, fuzzy +msgid "Resource unavailable or operation would block, try again" +msgstr "Cyangwa Funga" + +#: src/main/winproc.c:1522 +msgid "Not enough memory" +msgstr "Ububiko ntibuhagije" + +#: src/main/winproc.c:1527 +msgid "Permission denied" +msgstr "" + +#: src/main/winproc.c:1532 +#, fuzzy +msgid "Bad address" +msgstr "Aderesi" + +#: src/main/winproc.c:1537 +#, fuzzy +msgid "Block device required" +msgstr "APAREYE Bya ngombwa" + +#: src/main/winproc.c:1542 +#, fuzzy +msgid "Mount device busy" +msgstr "APAREYE Irahuze" + +#: src/main/winproc.c:1547 +#, fuzzy +msgid "File exists" +msgstr "Idosiye" + +#: src/main/winproc.c:1552 +#, fuzzy +msgid "Cross-device link" +msgstr "APAREYE Ihuza" + +#: src/main/winproc.c:1557 +#, fuzzy +msgid "No such device" +msgstr "APAREYE" + +#: src/main/winproc.c:1562 +#, fuzzy +msgid "Not a directory" +msgstr "a bushyinguro" + +#: src/main/winproc.c:1567 +#, fuzzy +msgid "Is a directory" +msgstr "a bushyinguro" + +#: src/main/winproc.c:1572 +msgid "Invalid argument" +msgstr "Inkoresha siyo" + +#: src/main/winproc.c:1577 +#, fuzzy +msgid "Too many open files in system" +msgstr "Gufungura Idosiye in Sisitemu" + +#: src/main/winproc.c:1582 +#, fuzzy +msgid "Too many open files" +msgstr "Gufungura Idosiye" + +#: src/main/winproc.c:1587 +#, fuzzy +msgid "Not a typewriter" +msgstr "a" + +#: src/main/winproc.c:1592 +#, fuzzy +msgid "Text file busy" +msgstr "IDOSIYE Irahuze" + +#: src/main/winproc.c:1597 +#, fuzzy +msgid "File too large" +msgstr "Idosiye Binini" + +#: src/main/winproc.c:1602 +#, fuzzy +msgid "No space left on device" +msgstr "Umwanya Ibumoso: ku APAREYE" + +#: src/main/winproc.c:1607 +msgid "Illegal seek" +msgstr "" + +#: src/main/winproc.c:1612 +#, fuzzy +msgid "Read only file system" +msgstr "IDOSIYE Sisitemu" + +#: src/main/winproc.c:1617 +#, fuzzy +msgid "Too many links" +msgstr "amahuza" + +#: src/main/winproc.c:1622 +msgid "Broken pipe" +msgstr "" + +#: src/main/winproc.c:1627 +#, fuzzy +msgid "Math arg out of domain of func" +msgstr "Inyuma Bya Urwego Bya" + +#: src/main/winproc.c:1632 +#, fuzzy +msgid "Math result not representable" +msgstr "Igisubizo OYA" + +#: src/main/winproc.c:1637 +#, fuzzy +msgid "No message of desired type" +msgstr "Ubutumwa Bya Ubwoko" + +#: src/main/winproc.c:1642 +#, fuzzy +msgid "Identifier removed" +msgstr "Cyavanyweho" + +#: src/main/winproc.c:1647 +#, fuzzy +msgid "Channel number out of range" +msgstr "Umubare Inyuma Bya Urutonde" + +#: src/main/winproc.c:1652 +#, fuzzy +msgid "Level 2 not synchronized" +msgstr "2. OYA" + +#: src/main/winproc.c:1657 +#, fuzzy +msgid "Level 3 halted" +msgstr "3." + +#: src/main/winproc.c:1662 +#, fuzzy +msgid "Level 3 reset" +msgstr "3. Kugarura" + +#: src/main/winproc.c:1667 +#, fuzzy +msgid "Link number out of range" +msgstr "Umubare Inyuma Bya Urutonde" + +#: src/main/winproc.c:1672 +#, fuzzy +msgid "Protocol driver not attached" +msgstr "Musomyi: OYA" + +#: src/main/winproc.c:1677 +#, fuzzy +msgid "No CSI structure available" +msgstr "Imiterere Bihari" + +#: src/main/winproc.c:1682 +#, fuzzy +msgid "Level 2 halted" +msgstr "2." + +#: src/main/winproc.c:1687 +#, fuzzy +msgid "Deadlock condition" +msgstr "Ibisabwa" + +#: src/main/winproc.c:1692 +#, fuzzy +msgid "No record locks available" +msgstr "Icyabitswe Bihari" + +#: src/main/winproc.c:1697 +msgid "Invalid exchange" +msgstr "" + +#: src/main/winproc.c:1702 +#, fuzzy +msgid "Invalid request descriptor" +msgstr "Kubaza..." + +#: src/main/winproc.c:1707 +msgid "Exchange full" +msgstr "" + +#: src/main/winproc.c:1712 +msgid "No anode" +msgstr "" + +#: src/main/winproc.c:1717 +#, fuzzy +msgid "Invalid request code" +msgstr "Kubaza... ITEGEKONGENGA" + +#: src/main/winproc.c:1722 +msgid "Invalid slot" +msgstr "" + +#: src/main/winproc.c:1727 +#, fuzzy +msgid "File locking deadlock error" +msgstr "Idosiye Ikosa" + +#: src/main/winproc.c:1732 +#, fuzzy +msgid "Bad font file fmt" +msgstr "Intego- nyuguti IDOSIYE" + +#: src/main/winproc.c:1737 +#, fuzzy +msgid "Device not a stream" +msgstr "OYA a" + +#: src/main/winproc.c:1742 +#, fuzzy +msgid "No data (for no delay io)" +msgstr "Ibyatanzwe kugirango Oya Gutinda io" + +#: src/main/winproc.c:1747 +#, fuzzy +msgid "Timer expired" +msgstr "Byarengeje igihe" + +#: src/main/winproc.c:1752 +#, fuzzy +msgid "Out of streams resources" +msgstr "Bya" + +#: src/main/winproc.c:1757 +#, fuzzy +msgid "Machine is not on the network" +msgstr "ni OYA ku i urusobe" + +#: src/main/winproc.c:1762 +#, fuzzy +msgid "Package not installed" +msgstr "OYA" + +#: src/main/winproc.c:1767 +#, fuzzy +msgid "The object is remote" +msgstr "Igikoresho ni" + +#: src/main/winproc.c:1772 +#, fuzzy +msgid "The link has been severed" +msgstr "Ihuza" + +#: src/main/winproc.c:1777 +#, fuzzy +msgid "Advertise error" +msgstr "Ikosa" + +#: src/main/winproc.c:1782 +#, fuzzy +msgid "Srmount error" +msgstr "Ikosa" + +#: src/main/winproc.c:1787 +#, fuzzy +msgid "Communication error on send" +msgstr "Ikosa ku Kohereza" + +#: src/main/winproc.c:1792 +msgid "Protocol error" +msgstr "Ikosa rya Protocol" + +#: src/main/winproc.c:1797 +msgid "Multihop attempted" +msgstr "" + +#: src/main/winproc.c:1802 +#, fuzzy +msgid "Inode is remote (not really error)" +msgstr "ni OYA Ikosa" + +#: src/main/winproc.c:1807 +#, fuzzy +msgid "Cross mount point (not really error)" +msgstr "Akadomo OYA Ikosa" + +#: src/main/winproc.c:1812 +#, fuzzy +msgid "Trying to read unreadable message" +msgstr "Kuri Gusoma Ubutumwa" + +#: src/main/winproc.c:1817 +#, fuzzy +msgid "Given log. name not unique" +msgstr "LOG Izina: OYA Cyo nyine" + +#: src/main/winproc.c:1822 +#, fuzzy +msgid "f.d. invalid for this operation" +msgstr "F. D." + +#: src/main/winproc.c:1827 +#, fuzzy +msgid "Remote address changed" +msgstr "Aderesi Byahinduwe" + +#: src/main/winproc.c:1832 +#, fuzzy +msgid "Can't access a needed shared lib" +msgstr "a" + +#: src/main/winproc.c:1837 +#, fuzzy +msgid "Accessing a corrupted shared lib" +msgstr "a" + +#: src/main/winproc.c:1842 +#, fuzzy +msgid ".lib section in a.out corrupted" +msgstr "" +".Project- Id- Version: basctl\n" +"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n" +"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n" +"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n" +"Content- Type: text/ plain; charset= UTF- 8\n" +"Content- Transfer- Encoding: 8bit\n" +"X- Generator: KBabel 1. 0\n" +"." + +#: src/main/winproc.c:1847 +#, fuzzy +msgid "Attempting to link in too many libs" +msgstr "Kuri Ihuza in" + +#: src/main/winproc.c:1852 +#, fuzzy +msgid "Attempting to exec a shared library" +msgstr "Kuri a Isomero" + +#: src/main/winproc.c:1857 +#, fuzzy +msgid "Function not implemented" +msgstr "OYA" + +#: src/main/winproc.c:1862 +msgid "No more files" +msgstr "Nta yandi madosiye" + +#: src/main/winproc.c:1867 +#, fuzzy +msgid "Directory not empty" +msgstr "OYA ubusa" + +#: src/main/winproc.c:1872 +#, fuzzy +msgid "File or path name too long" +msgstr "Idosiye Cyangwa Inzira Izina:" + +#: src/main/winproc.c:1877 +#, fuzzy +msgid "Too many symbolic links" +msgstr "amahuza" + +#: src/main/winproc.c:1882 +#, fuzzy +msgid "Operation not supported on transport endpoint" +msgstr "OYA ku" + +#: src/main/winproc.c:1887 +#, fuzzy +msgid "Protocol family not supported" +msgstr "OYA" + +#: src/main/winproc.c:1892 +#, fuzzy +msgid "Connection reset by peer" +msgstr "Kugarura ku" + +#: src/main/winproc.c:1897 +#, fuzzy +msgid "No buffer space available" +msgstr "Umwanya Bihari" + +#: src/main/winproc.c:1902 +#, fuzzy +msgid "Address family not supported by protocol family" +msgstr "OYA ku Porotokole" + +#: src/main/winproc.c:1907 +#, fuzzy +msgid "Protocol wrong type for socket" +msgstr "Ubwoko kugirango" + +#: src/main/winproc.c:1912 +#, fuzzy +msgid "Socket operation on non-socket" +msgstr "ku" + +#: src/main/winproc.c:1917 +#, fuzzy +msgid "Protocol not available" +msgstr "OYA Bihari" + +#: src/main/winproc.c:1922 +#, fuzzy +msgid "Can't send after socket shutdown" +msgstr "Kohereza Nyuma Zimya" + +#: src/main/winproc.c:1927 +msgid "Connection refused" +msgstr "" + +#: src/main/winproc.c:1932 +#, fuzzy +msgid "Address already in use" +msgstr "in Gukoresha" + +#: src/main/winproc.c:1937 +msgid "Connection aborted" +msgstr "" + +#: src/main/winproc.c:1942 +#, fuzzy +msgid "Network is unreachable" +msgstr "ni" + +#: src/main/winproc.c:1947 +#, fuzzy +msgid "Network interface is not configured" +msgstr "ni OYA" + +#: src/main/winproc.c:1952 +#, fuzzy +msgid "Connection timed out" +msgstr "Inyuma" + +#: src/main/winproc.c:1957 +#, fuzzy +msgid "Host is down" +msgstr "ni Hasi" + +#: src/main/winproc.c:1962 +#, fuzzy +msgid "Host is unreachable" +msgstr "ni" + +#: src/main/winproc.c:1967 +#, fuzzy +msgid "Connection already in progress" +msgstr "in Aho bigeze" + +#: src/main/winproc.c:1972 +msgid "Socket already connected" +msgstr "" + +#: src/main/winproc.c:1977 +#, fuzzy +msgid "Destination address required" +msgstr "Aderesi Bya ngombwa" + +#: src/main/winproc.c:1982 +msgid "Message too long" +msgstr "" + +#: src/main/winproc.c:1987 +#, fuzzy +msgid "Unknown protocol" +msgstr "Porotokole" + +#: src/main/winproc.c:1992 +#, fuzzy +msgid "Socket type not supported" +msgstr "Ubwoko OYA" + +#: src/main/winproc.c:1997 +#, fuzzy +msgid "Address not available" +msgstr "OYA Bihari" + +#: src/main/winproc.c:2002 +#, fuzzy +msgid "Connection aborted by network" +msgstr "ku urusobe" + +#: src/main/winproc.c:2007 +#, fuzzy +msgid "Socket is already connected" +msgstr "ni" + +#: src/main/winproc.c:2012 +#, fuzzy +msgid "Socket is not connected" +msgstr "ni OYA" + +#: src/main/winproc.c:2017 +#, fuzzy +msgid "Too many references: cannot splice" +msgstr "Indango" + +#: src/main/winproc.c:2022 +msgid "Too many processes" +msgstr "" + +#: src/main/winproc.c:2027 +msgid "Too many users" +msgstr "" + +#: src/main/winproc.c:2032 +#, fuzzy +msgid "Disk quota exceeded" +msgstr "Igice" + +#: src/main/winproc.c:2037 src/main/winproc.c:2064 +msgid "Unknown error" +msgstr "Ikosa itazwi" + +#: src/main/winproc.c:2042 +msgid "Not supported" +msgstr "" + +#: src/main/winproc.c:2047 +#, fuzzy +msgid "No medium (in tape drive)" +msgstr "biringaniye in Porogaramu- shoboza" + +#: src/main/winproc.c:2052 +#, fuzzy +msgid "No such host or network path" +msgstr "Ubuturo Cyangwa urusobe Inzira" + +#: src/main/winproc.c:2057 +#, fuzzy +msgid "Filename exists with different case" +msgstr "Na:" + +#: src/main/winproc.c:2066 +#, fuzzy, c-format +msgid "ERROR: Unknown error %i in %s\n" +msgstr "Ikosa in" + +#: src/plugins/rpm/rpmextractor.c:3048 +#, c-format +msgid "Source RPM %d.%d" +msgstr "" + +#: src/plugins/rpm/rpmextractor.c:3053 +#, c-format +msgid "Binary RPM %d.%d" +msgstr "" + +#: src/plugins/manextractor.c:128 +msgid "Commands" +msgstr "amabwiriza" + +#: src/plugins/manextractor.c:133 +#, fuzzy +msgid "System calls" +msgstr "Amahamagara:" + +#: src/plugins/manextractor.c:138 +#, fuzzy +msgid "Library calls" +msgstr "Amahamagara:" + +#: src/plugins/manextractor.c:143 +#, fuzzy +msgid "Special files" +msgstr "Idosiye" + +#: src/plugins/manextractor.c:148 +#, fuzzy +msgid "File formats and conventions" +msgstr "Idosiye Imiterere Na" + +#: src/plugins/manextractor.c:153 +msgid "Games" +msgstr "" + +#: src/plugins/manextractor.c:158 +#, fuzzy +msgid "Conventions and miscellaneous" +msgstr "Na Binyuranye" + +#: src/plugins/manextractor.c:163 +#, fuzzy +msgid "System management commands" +msgstr "Amabwiriza" + +#: src/plugins/manextractor.c:168 +msgid "Kernel routines" +msgstr "" + +#: src/plugins/htmlextractor.c:130 src/plugins/htmlextractor.c:928 +#, fuzzy, c-format +msgid "Fatal: could not allocate (%s at %s:%d).\n" +msgstr "OYA ku" + +#: src/plugins/jpegextractor.c:178 +#, fuzzy, c-format +msgid "%ux%u dots per inch" +msgstr "%ux%uUtudomo Inci" + +#: src/plugins/jpegextractor.c:188 +#, fuzzy, c-format +msgid "%ux%u dots per cm" +msgstr "%ux%uUtudomo cm" + +#: src/plugins/jpegextractor.c:198 +#, fuzzy, c-format +msgid "%ux%u dots per inch?" +msgstr "%ux%uUtudomo Inci" + +#: src/plugins/mp3extractor.c:49 +msgid "Blues" +msgstr "" + +#: src/plugins/mp3extractor.c:50 +msgid "Classic Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:51 +msgid "Country" +msgstr "" + +#: src/plugins/mp3extractor.c:52 +msgid "Dance" +msgstr "" + +#: src/plugins/mp3extractor.c:53 +msgid "Disco" +msgstr "" + +#: src/plugins/mp3extractor.c:54 +msgid "Funk" +msgstr "" + +#: src/plugins/mp3extractor.c:55 +msgid "Grunge" +msgstr "" + +#: src/plugins/mp3extractor.c:56 +msgid "Hip-Hop" +msgstr "" + +#: src/plugins/mp3extractor.c:57 +msgid "Jazz" +msgstr "" + +#: src/plugins/mp3extractor.c:58 +msgid "Metal" +msgstr "" + +#: src/plugins/mp3extractor.c:59 +msgid "New Age" +msgstr "" + +#: src/plugins/mp3extractor.c:60 +msgid "Oldies" +msgstr "" + +#: src/plugins/mp3extractor.c:61 +msgid "Other" +msgstr "" + +#: src/plugins/mp3extractor.c:62 +msgid "Pop" +msgstr "" + +#: src/plugins/mp3extractor.c:63 +msgid "R&B" +msgstr "" + +#: src/plugins/mp3extractor.c:64 +msgid "Rap" +msgstr "" + +#: src/plugins/mp3extractor.c:65 +msgid "Reggae" +msgstr "" + +#: src/plugins/mp3extractor.c:66 +msgid "Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:67 +msgid "Techno" +msgstr "" + +#: src/plugins/mp3extractor.c:68 +msgid "Industrial" +msgstr "" + +#: src/plugins/mp3extractor.c:69 +msgid "Alternative" +msgstr "" + +#: src/plugins/mp3extractor.c:70 +msgid "Ska" +msgstr "" + +#: src/plugins/mp3extractor.c:71 +msgid "Death Metal" +msgstr "" + +#: src/plugins/mp3extractor.c:72 +msgid "Pranks" +msgstr "" + +#: src/plugins/mp3extractor.c:73 +msgid "Soundtrack" +msgstr "" + +#: src/plugins/mp3extractor.c:74 +msgid "Euro-Techno" +msgstr "" + +#: src/plugins/mp3extractor.c:75 +msgid "Ambient" +msgstr "" + +#: src/plugins/mp3extractor.c:76 +msgid "Trip-Hop" +msgstr "" + +#: src/plugins/mp3extractor.c:77 +msgid "Vocal" +msgstr "" + +#: src/plugins/mp3extractor.c:78 +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" + +#: src/plugins/mp3extractor.c:80 +msgid "Trance" +msgstr "" + +#: src/plugins/mp3extractor.c:81 +msgid "Classical" +msgstr "" + +#: src/plugins/mp3extractor.c:82 +msgid "Instrumental" +msgstr "" + +#: src/plugins/mp3extractor.c:83 +msgid "Acid" +msgstr "" + +#: src/plugins/mp3extractor.c:84 +msgid "House" +msgstr "" + +#: src/plugins/mp3extractor.c:85 +msgid "Game" +msgstr "" + +#: src/plugins/mp3extractor.c:86 +msgid "Sound Clip" +msgstr "" + +#: src/plugins/mp3extractor.c:87 +msgid "Gospel" +msgstr "" + +#: src/plugins/mp3extractor.c:88 +msgid "Noise" +msgstr "" + +#: src/plugins/mp3extractor.c:89 +msgid "Alt. Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:90 +msgid "Bass" +msgstr "" + +#: src/plugins/mp3extractor.c:91 +msgid "Soul" +msgstr "" + +#: src/plugins/mp3extractor.c:92 +msgid "Punk" +msgstr "" + +#: src/plugins/mp3extractor.c:93 +msgid "Space" +msgstr "" + +#: src/plugins/mp3extractor.c:94 +#, fuzzy +msgid "Meditative" +msgstr "Ibitangazamakuru Ubwoko" + +#: src/plugins/mp3extractor.c:95 +msgid "Instrumental Pop" +msgstr "" + +#: src/plugins/mp3extractor.c:96 +msgid "Instrumental Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:97 +msgid "Ethnic" +msgstr "" + +#: src/plugins/mp3extractor.c:98 +msgid "Gothic" +msgstr "" + +#: src/plugins/mp3extractor.c:99 +msgid "Darkwave" +msgstr "" + +#: src/plugins/mp3extractor.c:100 +msgid "Techno-Industrial" +msgstr "" + +#: src/plugins/mp3extractor.c:101 +msgid "Electronic" +msgstr "" + +#: src/plugins/mp3extractor.c:102 +msgid "Pop-Folk" +msgstr "" + +#: src/plugins/mp3extractor.c:103 +msgid "Eurodance" +msgstr "" + +#: src/plugins/mp3extractor.c:104 +msgid "Dream" +msgstr "" + +#: src/plugins/mp3extractor.c:105 +msgid "Southern Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:106 +msgid "Comedy" +msgstr "" + +#: src/plugins/mp3extractor.c:107 +msgid "Cult" +msgstr "" + +#: src/plugins/mp3extractor.c:108 +msgid "Gangsta Rap" +msgstr "" + +#: src/plugins/mp3extractor.c:109 +msgid "Top 40" +msgstr "" + +#: src/plugins/mp3extractor.c:110 +msgid "Christian Rap" +msgstr "" + +#: src/plugins/mp3extractor.c:111 +msgid "Pop/Funk" +msgstr "" + +#: src/plugins/mp3extractor.c:112 +msgid "Jungle" +msgstr "" + +#: src/plugins/mp3extractor.c:113 +msgid "Native American" +msgstr "" + +#: src/plugins/mp3extractor.c:114 +msgid "Cabaret" +msgstr "" + +#: src/plugins/mp3extractor.c:115 +msgid "New Wave" +msgstr "" + +#: src/plugins/mp3extractor.c:116 +msgid "Psychedelic" +msgstr "" + +#: src/plugins/mp3extractor.c:117 +msgid "Rave" +msgstr "" + +#: src/plugins/mp3extractor.c:118 +msgid "Showtunes" +msgstr "" + +#: src/plugins/mp3extractor.c:119 +msgid "Trailer" +msgstr "" + +#: src/plugins/mp3extractor.c:120 +msgid "Lo-Fi" +msgstr "" + +#: src/plugins/mp3extractor.c:121 +msgid "Tribal" +msgstr "" + +#: src/plugins/mp3extractor.c:122 +msgid "Acid Punk" +msgstr "" + +#: src/plugins/mp3extractor.c:123 +msgid "Acid Jazz" +msgstr "" + +#: src/plugins/mp3extractor.c:124 +msgid "Polka" +msgstr "" + +#: src/plugins/mp3extractor.c:125 +msgid "Retro" +msgstr "" + +#: src/plugins/mp3extractor.c:126 +msgid "Musical" +msgstr "" + +#: src/plugins/mp3extractor.c:127 +msgid "Rock & Roll" +msgstr "" + +#: src/plugins/mp3extractor.c:128 +msgid "Hard Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:129 +msgid "Folk" +msgstr "" + +#: src/plugins/mp3extractor.c:130 +msgid "Folk/Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:131 +msgid "National Folk" +msgstr "" + +#: src/plugins/mp3extractor.c:132 +#, fuzzy +msgid "Swing" +msgstr "Iburira" + +#: src/plugins/mp3extractor.c:133 +msgid "Fast-Fusion" +msgstr "" + +#: src/plugins/mp3extractor.c:134 +msgid "Bebob" +msgstr "" + +#: src/plugins/mp3extractor.c:135 +#, fuzzy +msgid "Latin" +msgstr "Inturo" + +#: src/plugins/mp3extractor.c:136 +msgid "Revival" +msgstr "" + +#: src/plugins/mp3extractor.c:137 +msgid "Celtic" +msgstr "" + +#: src/plugins/mp3extractor.c:138 +msgid "Bluegrass" +msgstr "" + +#: src/plugins/mp3extractor.c:139 +msgid "Avantgarde" +msgstr "" + +#: src/plugins/mp3extractor.c:140 +msgid "Gothic Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:141 +msgid "Progressive Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:142 +msgid "Psychedelic Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:143 +msgid "Symphonic Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:144 +msgid "Slow Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:145 +msgid "Big Band" +msgstr "" + +#: src/plugins/mp3extractor.c:146 +msgid "Chorus" +msgstr "" + +#: src/plugins/mp3extractor.c:147 +msgid "Easy Listening" +msgstr "" + +#: src/plugins/mp3extractor.c:148 +msgid "Acoustic" +msgstr "" + +#: src/plugins/mp3extractor.c:149 +msgid "Humour" +msgstr "" + +#: src/plugins/mp3extractor.c:150 +msgid "Speech" +msgstr "" + +#: src/plugins/mp3extractor.c:151 +msgid "Chanson" +msgstr "" + +#: src/plugins/mp3extractor.c:152 +msgid "Opera" +msgstr "" + +#: src/plugins/mp3extractor.c:153 +msgid "Chamber Music" +msgstr "" + +#: src/plugins/mp3extractor.c:154 +msgid "Sonata" +msgstr "" + +#: src/plugins/mp3extractor.c:155 +msgid "Symphony" +msgstr "" + +#: src/plugins/mp3extractor.c:156 +msgid "Booty Bass" +msgstr "" + +#: src/plugins/mp3extractor.c:157 +msgid "Primus" +msgstr "" + +#: src/plugins/mp3extractor.c:158 +msgid "Porn Groove" +msgstr "" + +#: src/plugins/mp3extractor.c:159 +#, fuzzy +msgid "Satire" +msgstr "Itariki" + +#: src/plugins/mp3extractor.c:160 +msgid "Slow Jam" +msgstr "" + +#: src/plugins/mp3extractor.c:161 +msgid "Club" +msgstr "" + +#: src/plugins/mp3extractor.c:162 +msgid "Tango" +msgstr "" + +#: src/plugins/mp3extractor.c:163 +msgid "Samba" +msgstr "" + +#: src/plugins/mp3extractor.c:164 +msgid "Folklore" +msgstr "" + +#: src/plugins/mp3extractor.c:165 +msgid "Ballad" +msgstr "" + +#: src/plugins/mp3extractor.c:166 +msgid "Power Ballad" +msgstr "" + +#: src/plugins/mp3extractor.c:167 +msgid "Rhythmic Soul" +msgstr "" + +#: src/plugins/mp3extractor.c:168 +msgid "Freestyle" +msgstr "" + +#: src/plugins/mp3extractor.c:169 +msgid "Duet" +msgstr "" + +#: src/plugins/mp3extractor.c:170 +msgid "Punk Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:171 +msgid "Drum Solo" +msgstr "" + +#: src/plugins/mp3extractor.c:172 +msgid "A Cappella" +msgstr "" + +#: src/plugins/mp3extractor.c:173 +msgid "Euro-House" +msgstr "" + +#: src/plugins/mp3extractor.c:174 +msgid "Dance Hall" +msgstr "" + +#: src/plugins/mp3extractor.c:175 +msgid "Goa" +msgstr "" + +#: src/plugins/mp3extractor.c:176 +msgid "Drum & Bass" +msgstr "" + +#: src/plugins/mp3extractor.c:177 +msgid "Club-House" +msgstr "" + +#: src/plugins/mp3extractor.c:178 +msgid "Hardcore" +msgstr "" + +#: src/plugins/mp3extractor.c:179 +#, fuzzy +msgid "Terror" +msgstr "Nta kosa" + +#: src/plugins/mp3extractor.c:180 +msgid "Indie" +msgstr "" + +#: src/plugins/mp3extractor.c:181 +msgid "BritPop" +msgstr "" + +#: src/plugins/mp3extractor.c:182 +msgid "Negerpunk" +msgstr "" + +#: src/plugins/mp3extractor.c:183 +msgid "Polsk Punk" +msgstr "" + +#: src/plugins/mp3extractor.c:184 +msgid "Beat" +msgstr "" + +#: src/plugins/mp3extractor.c:185 +msgid "Christian Gangsta Rap" +msgstr "" + +#: src/plugins/mp3extractor.c:186 +msgid "Heavy Metal" +msgstr "" + +#: src/plugins/mp3extractor.c:187 +msgid "Black Metal" +msgstr "" + +#: src/plugins/mp3extractor.c:188 +msgid "Crossover" +msgstr "" + +#: src/plugins/mp3extractor.c:189 +msgid "Contemporary Christian" +msgstr "" + +#: src/plugins/mp3extractor.c:190 +msgid "Christian Rock" +msgstr "" + +#: src/plugins/mp3extractor.c:191 +msgid "Merengue" +msgstr "" + +#: src/plugins/mp3extractor.c:192 +msgid "Salsa" +msgstr "" + +#: src/plugins/mp3extractor.c:193 +msgid "Thrash Metal" +msgstr "" + +#: src/plugins/mp3extractor.c:194 +msgid "Anime" +msgstr "" + +#: src/plugins/mp3extractor.c:195 +msgid "JPop" +msgstr "" + +#: src/plugins/mp3extractor.c:196 +msgid "Synthpop" +msgstr "" + +#: src/plugins/mp3extractor.c:438 src/plugins/wavextractor.c:114 +msgid "stereo" +msgstr "" + +#: src/plugins/mp3extractor.c:438 src/plugins/wavextractor.c:114 +msgid "mono" +msgstr "" + +#: src/plugins/mp3extractor.c:439 +#, fuzzy +msgid "(variable bps)" +msgstr "(IMPINDURAGACIRO" + +#: src/plugins/riffextractor.c:167 +#, c-format +msgid "codec: %s, %u fps, %u ms" +msgstr "" + +#: src/plugins/printable/dictionary-builder.c:29 +#, fuzzy, c-format +msgid "" +"Please provide the name of the language you are building\n" +"a dictionary for. For example:\n" +msgstr "i Izina: Bya i Ururimi Inkoranyamagambo kugirango Urugero" + +# basctl/source\basicide\basidesh.src:RID_STR_ERROROPENSTORAGE.text +#: src/plugins/printable/dictionary-builder.c:42 +#, fuzzy, c-format +msgid "Error opening file '%s': %s\n" +msgstr "Hari ikibazo mu gufungura dosiye" + +#: src/plugins/printable/dictionary-builder.c:50 +#, c-format +msgid "" +"Error allocating: %s\n" +"." +msgstr "" + +#: src/plugins/printable/dictionary-builder.c:62 +#, fuzzy, c-format +msgid "Increase ALLOCSIZE (in %s).\n" +msgstr "in"